unit_type
string
repo_path
string
commit_id
string
stars
int32
unit_prefix
string
shard
int32
license_types
list
files
list
quality
dict
flags
dict
ansible_role
crc-org/crc-cloud
9da7add26c55e3bc443a9d94a782c60b37c6715d
32
ansible/roles/deploy-crc-cloud
4,277
[ "no_license" ]
[ { "path": "ansible/roles/deploy-crc-cloud/tasks/get_htpasswd.yaml", "content": "---\n- name: \"Get htpasswd for {{ user.name }}\"\n ansible.builtin.shell: |\n podman run --rm -ti localhost/htpasswd:latest {{ user.name }} {{ user.password }} >> htpasswd.txt\n", "license_type": "no_license", "det...
{ "task_files": 17, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 18, "total_bytes": 14721, "all_permissive": false }
ansible_role
ansibleplaybookbundle/photo-album-demo
b3930775dd30402459405c3a4e4167c19cb7b094
0
api-apb/roles/provision-demo-api-apb
4,277
[ "permissive" ]
[ { "path": "api-apb/roles/provision-demo-api-apb/tasks/main.yml", "content": "##############################################################################\n## Provision demo-api\n## This role executes much of the needed functionality to provision an\n## application using an Ansible Playbook Bundle. Includ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 14871, "all_permissive": true }
ansible_role
ansibleplaybookbundle/photo-album-demo
b3930775dd30402459405c3a4e4167c19cb7b094
0
app-apb/roles/deprovision-demo-app-apb
4,277
[ "permissive" ]
[ { "path": "app-apb/roles/deprovision-demo-app-apb/tasks/main.yml", "content": "#############################################################################\n# Deprovision demo-app\n# This role executes much of the needed functionality to deprovision an\n# application using an Ansible Playbook Bundle and de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1675, "all_permissive": true }
ansible_role
ansibleplaybookbundle/photo-album-demo
b3930775dd30402459405c3a4e4167c19cb7b094
0
app-apb/roles/provision-demo-app-apb
4,277
[ "permissive" ]
[ { "path": "app-apb/roles/provision-demo-app-apb/tasks/main.yml", "content": "#############################################################################\n# Provision demo-app\n# This role executes much of the needed functionality to provision an\n# application using an Ansible Playbook Bundle. Included i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3770, "all_permissive": true }
ansible_role
ansibleplaybookbundle/photo-album-demo
b3930775dd30402459405c3a4e4167c19cb7b094
0
ext-api-apb/roles/provision-demo-ext-api-apb
4,277
[ "permissive" ]
[ { "path": "ext-api-apb/roles/provision-demo-ext-api-apb/tasks/main.yml", "content": "#############################################################################\n# If the api_key/secret were blank, generate some.\n#############################################################################\n- set_fact:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1218, "all_permissive": true }
ansible_role
ytoyama/kubernetes-cluster
ca3c3fabceda17cd347a29ef4921dbe501215d83
0
roles/common
4,277
[ "permissive" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Install docker\n dnf:\n name: docker\n state: latest\n\n- systemd:\n name: docker\n state: started\n enabled: yes\n\n- copy:\n src: kubernetes.repo\n dest: /etc/yum.repos.d/kubernetes.repo\n\n- copy:\n src: kubernetes.toke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 726, "all_permissive": true }
ansible_role
SrustikGowda/ansible-ec2-provisioning
b5cb55360a6fdacfc647d1985264fe84a9d72adc
0
roles/common
4,277
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Update and upgrade apt packages\n apt:\n upgrade: dist\n update_cache: yes\n\n- name: Install base packages\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - git\n - curl\n - unzip", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
hajdaini/k8s-cluster-vagrant-ansible
1d008c24bc5f948f69fdd8b8977cd30e974fc80e
14
roles/common
4,277
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "- name: restart kubelet\n service: \n name: kubelet \n state: restarted \n daemon_reload: yes\n\n- name: docker status\n service: \n name: docker \n state: started\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2602, "all_permissive": false }
ansible_role
hajdaini/k8s-cluster-vagrant-ansible
1d008c24bc5f948f69fdd8b8977cd30e974fc80e
14
roles/master
4,277
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yml", "content": "- name: Change Docker cgroup driver - Create daemon.json file\n file:\n path: \"/etc/docker/daemon.json\"\n state: touch\n\n- name: Change Docker cgroup driver - Edit daemon.json file\n blockinfile:\n path: \"/etc/docker/daemon.json\"\n bloc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1387, "all_permissive": false }
ansible_role
victorfsf/talk-ansible-django
ea8bbb3d2d1c5ffec162c1b79faf72cac7db0b17
1
deploy/roles/base
4,277
[ "no_license" ]
[ { "path": "deploy/roles/base/tasks/main.yml", "content": "\n- name: Install aptitude\n apt:\n name: aptitude\n state: latest\n update_cache: no\n\n- name: Update and upgrade installed packages\n apt:\n update_cache: yes\n upgrade: yes\n\n- name: Install base packages\n apt:\n name: '{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 607, "all_permissive": false }
ansible_role
victorfsf/talk-ansible-django
ea8bbb3d2d1c5ffec162c1b79faf72cac7db0b17
1
deploy/roles/django
4,277
[ "no_license" ]
[ { "path": "deploy/roles/django/tasks/virtualenv.yml", "content": "\n- name: Check if virtualenv exists\n command: ls bin/activate\n args:\n chdir: '{{ virtualenv_dir }}'\n register: virtualenv_exists\n ignore_errors: true\n\n- name: Create virtualenv\n command: python3 -m venv venv\n args:\n chd...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1153, "all_permissive": false }
ansible_role
victorfsf/talk-ansible-django
ea8bbb3d2d1c5ffec162c1b79faf72cac7db0b17
1
deploy/roles/nginx
4,277
[ "no_license" ]
[ { "path": "deploy/roles/nginx/handlers/main.yml", "content": "\n- name: Link sites-available to sites-enabled\n file:\n src: /etc/nginx/sites-available/app\n path: /etc/nginx/sites-enabled/app\n state: link\n\n- name: Restart nginx\n systemd:\n name: nginx\n enabled: yes\n state: restart...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 782, "all_permissive": false }
ansible_role
victorfsf/talk-ansible-django
ea8bbb3d2d1c5ffec162c1b79faf72cac7db0b17
1
deploy/roles/uwsgi
4,277
[ "no_license" ]
[ { "path": "deploy/roles/uwsgi/templates/app.service.j2", "content": "[Unit]\nDescription=uWSGI Django App\n\n[Service]\nExecStart={{ virtualenv_dir }}/bin/uwsgi --emperor {{ uwsgi_sites_dir }}\nRestart=always\nKillSignal=SIGQUIT\nType=notify\nNotifyAccess=all\n\n[Install]\nWantedBy=multi-user.target\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1210, "all_permissive": false }
ansible_role
Senchenko-Dev/Stand-Terraform
b3dbe385dfd3789d0d7147d9a41460f258958b0f
0
ansible/ext-pangolin/installer/roles/pgse
4,317
[ "no_license" ]
[ { "path": "ansible/ext-pangolin/installer/roles/pgse/tasks/pgse_clean_all.yml", "content": "- name: Очистка от следов\r\n shell: |\r\n etcdctl rm service/clustername/initialize\r\n systemctl stop patroni\r\n systemctl stop pgbouncer\r\n systemctl stop etcd\r\n rm -rf /etc/systemd/system/patr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 867, "all_permissive": false }
ansible_role
Senchenko-Dev/Stand-Terraform
b3dbe385dfd3789d0d7147d9a41460f258958b0f
0
ansible/ext-pangolin/installer/roles/pre-checkup
4,317
[ "no_license" ]
[ { "path": "ansible/ext-pangolin/installer/roles/pre-checkup/tasks/prepare_update_certs.yml", "content": "---\r\n\r\n- name: Check if certificates are turned on\r\n reciter:\r\n src: \"{{ PGDATA_OLD }}/postgresql.conf\"\r\n action: get\r\n parameter: ssl\r\n register: ssl\r\n become: true\r\n be...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 12384, "all_permissive": false }
ansible_role
Senchenko-Dev/Stand-Terraform
b3dbe385dfd3789d0d7147d9a41460f258958b0f
0
ansible/roles/EDR
4,317
[ "no_license" ]
[ { "path": "ansible/roles/EDR/tasks/main.yaml", "content": "---\r\n- name: Check\r\n stat:\r\n path: /root/bz_sensors_agent-v2.13.1-x64-bz_soc.rpm\r\n register: pack\r\n\r\n- name: Copy EDR to host\r\n copy:\r\n src: bz_sensors_agent-v2.13.1-x64-bz_soc.rpm\r\n dest: /root/bz_sensors_agent-v2.13.1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 716, "all_permissive": false }
ansible_role
Senchenko-Dev/Stand-Terraform
b3dbe385dfd3789d0d7147d9a41460f258958b0f
0
ansible/roles/awx
4,317
[ "no_license" ]
[ { "path": "ansible/roles/awx/tasks/main.yaml", "content": "---\r\n# Файл в соответствии с примером СТД-11 https://confluence.sberbank.ru/pages/viewpage.action?pageId=4833510147\r\n\r\n- debug:\r\n msg: \"================ Install AWX ================\"\r\n # msg: \"{{ role_name }}\"\r\n tags:\r\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 10292, "all_permissive": false }
ansible_role
Senchenko-Dev/Stand-Terraform
b3dbe385dfd3789d0d7147d9a41460f258958b0f
0
ansible/roles/awx-config
4,317
[ "no_license" ]
[ { "path": "ansible/roles/awx-config/defaults/main.yml", "content": "org_name: FROM_ANSIBLE\r\nscm_cred_name: FROM_ANSIBLE SCM Credential\r\nscm_username: \"\"\r\nscm_password: \"\"\r\nmachine_cred_name: FROM_ANSIBLE Machine Credential\r\nmachine_cred_username: ansible\r\n\r\nstand_admin_username: \r\nstand_...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 9843, "all_permissive": false }
ansible_role
Senchenko-Dev/Stand-Terraform
b3dbe385dfd3789d0d7147d9a41460f258958b0f
0
ansible/roles/copy_sshkeys
4,317
[ "no_license" ]
[ { "path": "ansible/roles/copy_sshkeys/tasks/main.yml", "content": "- name: Создать пользоваеля {{ item.username }}\r\n user:\r\n name: \"{{ item.username }}\"\r\n when:\r\n - item.username != \"root\"\r\n\r\n- name: Добавить публичный ключ\r\n authorized_key:\r\n user: \"{{ item.username }}\"\r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 628, "all_permissive": false }
ansible_role
Senchenko-Dev/Stand-Terraform
b3dbe385dfd3789d0d7147d9a41460f258958b0f
0
ansible/roles/elk
4,317
[ "no_license" ]
[ { "path": "ansible/roles/elk/tasks/configure-users/check.yml", "content": "---\r\n- name: Start service elasticsearch \r\n service:\r\n name: \"{{ item.name }}\"\r\n state: started\r\n with_items: \"{{ os_conf_packages }}\"\r\n when: item.name in required_packages and item.name == 'elasticsearch'\r...
{ "task_files": 25, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 38, "total_bytes": 44220, "all_permissive": false }
ansible_role
Senchenko-Dev/Stand-Terraform
b3dbe385dfd3789d0d7147d9a41460f258958b0f
0
ansible/roles/kafka
4,317
[ "no_license" ]
[ { "path": "ansible/roles/kafka/tasks/zookeeper/handlers/main.yml", "content": "---\r\n# handlers file for service\r\n- name: reload systemd\r\n become: yes\r\n systemd:\r\n daemon_reload: yes\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path":...
{ "task_files": 39, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 55, "total_bytes": 119162, "all_permissive": false }
ansible_role
Senchenko-Dev/Stand-Terraform
b3dbe385dfd3789d0d7147d9a41460f258958b0f
0
ansible/roles/mount_disks
4,317
[ "no_license" ]
[ { "path": "ansible/roles/mount_disks/tasks/check_disks.yml", "content": "---\r\n- debug:\r\n msg: \"{{ lvm }}\"\r\n\r\n- name: Search disk with requested size\r\n shell: \"lsblk | grep disk | grep -w {{ lvm.size }} | awk '{print$1}'\"\r\n register: lsblk_search_size\r\n failed_when: no\r\n \r\n- name...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4207, "all_permissive": false }
ansible_role
Senchenko-Dev/Stand-Terraform
b3dbe385dfd3789d0d7147d9a41460f258958b0f
0
ansible/roles/nginx
4,317
[ "no_license" ]
[ { "path": "ansible/roles/nginx/handlers/main.yaml", "content": "---\r\n- name: restart_service\r\n include_tasks: control/restart.yaml\r\n tags: always\r\n\r\n#- service:\r\n# name: nginx.service\r\n# state: restarted\r\n\r\n\r\n- name: \"set_service_state\"\r\n service:\r\n name: nginx.service\...
{ "task_files": 12, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 13, "total_bytes": 5992, "all_permissive": false }
ansible_role
Senchenko-Dev/Stand-Terraform
b3dbe385dfd3789d0d7147d9a41460f258958b0f
0
ansible/roles/prepare_project
4,317
[ "no_license" ]
[ { "path": "ansible/roles/prepare_project/templates/serviceaccount.yml", "content": "apiVersion: v1\r\nkind: ServiceAccount\r\nmetadata:\r\n name: {{ item.name }}\r\n namespace: {{ project }}\r\n labels:\r\n{% for key, value in labels.items() %}\r\n {{ key }}: {{ value }}\r\n{% endfor %}", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 13316, "all_permissive": false }
ansible_role
Senchenko-Dev/Stand-Terraform
b3dbe385dfd3789d0d7147d9a41460f258958b0f
0
ansible/roles/purge_project
4,317
[ "no_license" ]
[ { "path": "ansible/roles/purge_project/tasks/main.yml", "content": "---\r\n- debug:\r\n msg: \"{{ lookup('file', lookup('env', 'KUBECONFIG')) }}\"\r\n\r\n- name: Get apis\r\n shell: \"kubectl api-resources --namespaced=true --verbs=delete | awk '{print $1}'\"\r\n register: apis\r\n\r\n- name: Delete w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 491, "all_permissive": false }
ansible_role
Senchenko-Dev/Stand-Terraform
b3dbe385dfd3789d0d7147d9a41460f258958b0f
0
ansible/roles/setup_yum_repos
4,317
[ "no_license" ]
[ { "path": "ansible/roles/setup_yum_repos/tasks/main.yml", "content": "---\r\n- name: reset repos when reset_repos defined and true\r\n block:\r\n# - name: remove old repos setting\r\n# shell: mkdir -p backup && mv -f * backup/ || echo 'backup dir exists or no files to backup'\r\n# args:\r\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 531, "all_permissive": false }
ansible_role
moreira-thiago/k8s
6e0e52d8a4b7490900985bbb1df8cc1827dd927c
0
install_k8s/roles/join-workers
4,317
[ "no_license" ]
[ { "path": "install_k8s/roles/join-workers/tasks/join-cluster.yml", "content": "- name: debug\n debug:\n msg: \"[WORKER] K8S_TOKEN_HOLDER - O token eh {{ hostvars['K8S_TOKEN_HOLDER']['token'] }}\"\n\n- name: debug 2\n debug:\n msg: \"[WORKER] K8S_TOKEN_HOLDER - O hash eh {{ hostvars['K8S_TOKEN_HOLDER...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 867, "all_permissive": false }
ansible_role
moreira-thiago/k8s
6e0e52d8a4b7490900985bbb1df8cc1827dd927c
0
provisioning/roles/criando-instancias
4,317
[ "no_license" ]
[ { "path": "provisioning/roles/criando-instancias/vars/main.yml", "content": "---\n# vars file for criando-instancias\n# vars file for criando-instancias\ninstance_type: t2.medium\nsec_group_name: giropops\nimage: ami-0aa2b7722dc1b5612\nkeypair: ansible-class\nregion: us-east-1\ncount: 3\nprofile: giropops\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3814, "all_permissive": false }
ansible_role
palsachennaiah/expense-ansible
f5d4ed214fba085f0ad8975a267316faea1cd4b7
0
roles/grafana
4,317
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "- name: Create Dashboard File\n ansible.builtin.template:\n src: dashboard.json\n dest: /tmp/dashboard.json\n\n- name: Add Grafana dashboard\n community.grafana.grafana_dashboard:\n grafana_url: http://172.31.41.253:3000\n #grafana_api_key:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 6210, "all_permissive": false }
ansible_role
akrzos/akrzos-tools
c210380141e89fecb00ba5350cd5a9cc1da4f50c
1
ansible/roles/ocp-max-pods
4,317
[ "permissive" ]
[ { "path": "ansible/roles/ocp-max-pods/tasks/main.yml", "content": "---\n# ocp-max-pods tasks\n\n- name: Create directories for ocp-max-pods\n file:\n path: \"{{ item }}\"\n state: directory\n loop:\n - \"{{ ocp_config_path }}\"\n - \"{{ ocp_config_path }}/ocp-max-pods\"\n\n- name: Template out kub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1189, "all_permissive": true }
ansible_role
ansibleguy76/ansible_course_for_beginners
071c82ed459ee9f61faf60a389b5625efdba884b
0
roles/apt
4,317
[ "no_license" ]
[ { "path": "roles/apt/tasks/install.yaml", "content": "- debug: \n msg: \"Installing package {{ package }}\"\n- apg:\n pkg: \"{{ package }}\"\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "roles/apt/README.Md", "con...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 700, "all_permissive": false }
ansible_role
panditwa7/test1
89acb66b606876f434e9eddfa087f38d760ea33b
0
ROLES/3pp_installation
4,317
[ "no_license" ]
[ { "path": "ROLES/3pp_installation/tasks/main.yml", "content": "---\n# tasks for veritas installation on EMM nodes\n- name: Load variable file\n include_vars: ../ENV_INFO/emm.yml\n\n- name: Get EM20 Installation Tool version\n shell: ls -td {{ working_dir}}/CXP* | head -1\n register: version \n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 658, "all_permissive": false }
ansible_role
panditwa7/test1
89acb66b606876f434e9eddfa087f38d760ea33b
0
ROLES/app_FEM
4,317
[ "no_license" ]
[ { "path": "ROLES/app_FEM/tasks/main.yml", "content": "---\n # tasks file for fem\n - name: Load variable file\n include_vars: ../../../ENV_INFO/fem.yml\n - name: Load enviroment file\n include_vars: ../../../ENV_INFO/emm.yml\n - name: Get EM20 Installation Tool version\n shell: ls -td {{ workin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2929, "all_permissive": false }
ansible_role
panditwa7/test1
89acb66b606876f434e9eddfa087f38d760ea33b
0
ROLES/app_FEM_Addnode
4,317
[ "no_license" ]
[ { "path": "ROLES/app_FEM_Addnode/files/install_FEM_Addnode_withoutMGR.sh", "content": "#version=`ls -td ./CX* | head -1`\n#cd ./$version/\nsudo ./Install_App.sh -P FEM -C ADDTOSG -M LOCAL << EOF\n..\ny\nEOF", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1373, "all_permissive": false }
ansible_role
panditwa7/test1
89acb66b606876f434e9eddfa087f38d760ea33b
0
ROLES/app_MGR
4,317
[ "no_license" ]
[ { "path": "ROLES/app_MGR/tasks/main.yml", "content": "---\n# tasks file for mgr\n- name: Load variable file\n include_vars: ../../../ENV_INFO/mgr.yml\n- name: Load enviroment file\n include_vars: ../../../ENV_INFO/emm.yml\n- name: Get EM20 Installation Tool version\n shell: ls -td {{ working_dir }}/CXP* ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2214, "all_permissive": false }
ansible_role
panditwa7/test1
89acb66b606876f434e9eddfa087f38d760ea33b
0
ROLES/app_MGR_Addnode
4,317
[ "no_license" ]
[ { "path": "ROLES/app_MGR_Addnode/tasks/main.yml", "content": "---\n# tasks file for mgr\n- name: Load enviroment file\n include_vars: ../../../ENV_INFO/emm.yml\n- name: Get hostname\n shell: hostname\n register: hostname\n- name: include vars specific to hostname\n include_vars:\n dir: ../../../ENV_I...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 857, "all_permissive": false }
ansible_role
panditwa7/test1
89acb66b606876f434e9eddfa087f38d760ea33b
0
ROLES/app_OLM
4,317
[ "no_license" ]
[ { "path": "ROLES/app_OLM/tasks/main.yml", "content": "---\n# tasks file for olm\n- name: Load variable file\n include_vars: ../../../ENV_INFO/olm.yml\n- name: Load enviroment file\n include_vars: ../../../ENV_INFO/emm.yml\n- name: Get EM20 Installation Tool version\n shell: ls -td {{ working_dir }}/CXP* ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2466, "all_permissive": false }
ansible_role
panditwa7/test1
89acb66b606876f434e9eddfa087f38d760ea33b
0
ROLES/app_OLM_Addnode
4,317
[ "no_license" ]
[ { "path": "ROLES/app_OLM_Addnode/files/install_OLM_Addnode.sh", "content": "#version=`ls -td ./CX* | head -1`\n#cd ./$version/\nsudo ./Install_App.sh -P OLM -C ADDTOSG << EOF\n\ny\nEOF", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "ROLES/app_OLM_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 602, "all_permissive": false }
ansible_role
panditwa7/test1
89acb66b606876f434e9eddfa087f38d760ea33b
0
ROLES/apply_ospatches
4,317
[ "no_license" ]
[ { "path": "ROLES/apply_ospatches/tasks/main.yml", "content": "- name: Load variable file\n include_vars: ../ENV_INFO/emm.yml\n\n- name: Create mount directory for iso1\n file:\n path: /cdrom/rhel_os\n state: directory\n \n#- name: change permissions to rhel_os directory\n# file:\n# path: /cdr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2090, "all_permissive": false }
ansible_role
panditwa7/test1
89acb66b606876f434e9eddfa087f38d760ea33b
0
ROLES/cps_upload_software
4,317
[ "no_license" ]
[ { "path": "ROLES/cps_upload_software/tasks/main.yml", "content": "---\n- name: Load variable file\n include_vars: ../ENV_INFO/emm.yml\n\n- name: Create directory '{{ working_dir }}'\n file:\n path: '{{ working_dir }}'\n state: directory\n mode: '0777' \n \n#- name: change permissions to workin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1522, "all_permissive": false }
ansible_role
panditwa7/test1
89acb66b606876f434e9eddfa087f38d760ea33b
0
ROLES/create_additional_components
4,317
[ "no_license" ]
[ { "path": "ROLES/create_additional_components/tasks/main.yml", "content": "---\n # tasks file\n - name: Load enviroment file\n include_vars: ../ENV_INFO/emm.yml\n - name: Get EM20 Installation Tool version\n shell: ls -td {{ working_dir }}/CXP* | head -1\n register: version\n - name: Cleanup CM...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2697, "all_permissive": false }
ansible_role
panditwa7/test1
89acb66b606876f434e9eddfa087f38d760ea33b
0
ROLES/create_logical_servers
4,317
[ "no_license" ]
[ { "path": "ROLES/create_logical_servers/tasks/main.yml", "content": "---\n # tasks file\n - name: Load enviroment file\n include_vars: ../ENV_INFO/emm.yml\n - name: Get EM20 Installation Tool version\n shell: ls -td {{ working_dir }}/CXP* | head -1\n register: version\n - name: Cleanup LS direc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1201, "all_permissive": false }
ansible_role
panditwa7/test1
89acb66b606876f434e9eddfa087f38d760ea33b
0
ROLES/emm_upload_software
4,317
[ "no_license" ]
[ { "path": "ROLES/emm_upload_software/tasks/main.yml", "content": "---\n- name: Load variable file\n include_vars: ../ENV_INFO/emm.yml\n\n- name: Create directory '{{ working_dir }}'\n file:\n path: '{{ working_dir }}'\n state: directory\n mode: '0777'\n\n#- name: change permissions to working_dir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1640, "all_permissive": false }
ansible_role
panditwa7/test1
89acb66b606876f434e9eddfa087f38d760ea33b
0
ROLES/platform_cps
4,317
[ "no_license" ]
[ { "path": "ROLES/platform_cps/tasks/main.yml", "content": "---\n# tasks file for platform_cps\n- name: Load enviroment file\n include_vars: ../ENV_INFO/emm.yml\n\n- name: Get hostname\n shell: hostname\n register: hostname\n\n- name: include vars specific to hostname\n include_vars:\n dir: ../../../E...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3875, "all_permissive": false }
ansible_role
panditwa7/test1
89acb66b606876f434e9eddfa087f38d760ea33b
0
ROLES/platform_emm
4,317
[ "no_license" ]
[ { "path": "ROLES/platform_emm/tasks/main.yml", "content": "---\n# tasks file for master\n- name: Load enviroment file\n include_vars: ../ENV_INFO/emm.yml\n\n- name: Get hostname\n shell: hostname\n register: hostname\n- name: include vars specific to hostname\n include_vars:\n dir: ../../../ENV_INF...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 7348, "all_permissive": false }
ansible_role
panditwa7/test1
89acb66b606876f434e9eddfa087f38d760ea33b
0
ROLES/platform_emm_addnode
4,317
[ "no_license" ]
[ { "path": "ROLES/platform_emm_addnode/tests/test.yml", "content": "---\n- hosts: localhost\n #remote_user: root\n roles:\n - platform_cps", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "ROLES/platform_emm_addnode/files/install_updated.sh", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4957, "all_permissive": false }
ansible_role
panditwa7/test1
89acb66b606876f434e9eddfa087f38d760ea33b
0
ROLES/system_hardening
4,317
[ "no_license" ]
[ { "path": "ROLES/system_hardening/tasks/main.yml", "content": "---\n # tasks file\n - name: Load variable file\n include_vars: ../../../ENV_INFO/emm.yml\n\n - name: INFO about Automatic Hardening in CPS\n debug:\n msg: \"Hardening Automation requires java which is not installed in stardand EM....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1912, "all_permissive": false }
ansible_role
panditwa7/test1
89acb66b606876f434e9eddfa087f38d760ea33b
0
ROLES/veritas_cps
4,317
[ "no_license" ]
[ { "path": "ROLES/veritas_cps/tasks/main.yml", "content": "---\n# tasks for veritas installation on CPS servers\n- name: Load variable file\n include_vars: ../ENV_INFO/emm.yml\n\n- name: Get EM20 Installation Tool version\n shell: ls -td {{ working_dir}}/CXP* | head -1\n register: version \n\n- name: Cop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 696, "all_permissive": false }
ansible_role
panditwa7/test1
89acb66b606876f434e9eddfa087f38d760ea33b
0
ROLES/veritas_emm
4,317
[ "no_license" ]
[ { "path": "ROLES/veritas_emm/tasks/main.yml", "content": "---\n# tasks for veritas installation on EMM nodes\n- name: Load variable file\n include_vars: ../ENV_INFO/emm.yml\n\n- name: Get EM20 Installation Tool version\n shell: ls -td {{ working_dir}}/CXP* | head -1\n register: version \n\n- name: Copy ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 734, "all_permissive": false }
ansible_role
rajdurvasula/squid_proxy
fbfd40d9cbdca5134e698932a61550f47af3ddd0
0
roles/config_squid
4,317
[ "no_license" ]
[ { "path": "roles/config_squid/tasks/update_iptable_rules.yml", "content": "---\n# Update iptable rules\n- name: Check iptables file exists\n stat:\n path: /etc/sysconfig/iptables\n register: iptables_status\n tags:\n - config\n\n- name: Backup iptables\n copy:\n src: /etc/sysconfig/iptables\n ...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 11149, "all_permissive": false }
ansible_role
rajdurvasula/squid_proxy
fbfd40d9cbdca5134e698932a61550f47af3ddd0
0
roles/create-ssl-keypair
4,317
[ "no_license" ]
[ { "path": "roles/create-ssl-keypair/defaults/main.yml", "content": "---\n# defaults file for create-ssl-keypair\ndefault_dir: ~/.ssh\nfilename: squid\nkey_size: 2048\ncountry: IN\norg: example.net\norg_unit: devops\nemail: \"<EMAIL>\"\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3414, "all_permissive": false }
ansible_role
rajdurvasula/squid_proxy
fbfd40d9cbdca5134e698932a61550f47af3ddd0
0
roles/install_squid
4,317
[ "no_license" ]
[ { "path": "roles/install_squid/tasks/main.yml", "content": "---\n# tasks file for install_squid\n- name: Include rhel\n include_tasks: rhel.yml\n when:\n - ansible_distribution == \"RedHat\"\n - ansible_distribution_major_version in supported_distros.RedHat.Versions\n tags:\n - install\n\n- name: Incl...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1281, "all_permissive": false }
ansible_role
Ravindra210/playbooks
705cc4dd9648dc95b17c9caef759f1bb2ecd97a9
0
roles/debianwebservers
4,317
[ "no_license" ]
[ { "path": "roles/debianwebservers/tasks/main.yml", "content": "- name: Install Apache on ubuntu\n apt: pkg=apache2 state=latest\n when: ansible_os_family == \"Debian\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 103, "all_permissive": false }
ansible_role
Ravindra210/playbooks
705cc4dd9648dc95b17c9caef759f1bb2ecd97a9
0
roles/redhatwebservers
4,317
[ "no_license" ]
[ { "path": "roles/redhatwebservers/tasks/main.yml", "content": "- name: Install Apache on centos\n yum: pkg='{{ redhat_apache}}' state=latest\n when: ansible_os_family == \"RedHat\"\n notify: Restart Apache\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
Ravindra210/playbooks
705cc4dd9648dc95b17c9caef759f1bb2ecd97a9
0
roles/webservers
4,317
[ "no_license" ]
[ { "path": "roles/webservers/tasks/main.yml", "content": "- name: Install Apache on centos\n yum: pkg='{{ redhat_apache}}' state=latest\n when: ansible_os_family == \"RedHat\"\n notify: Restart Apache\n- name: Install Apache on ubuntu\n apt: pkg=apache2 state=latest\n when: ansible_os_family == \"Debian...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 244, "all_permissive": false }
ansible_role
Zhouchangshun6319/zcs-ansible
e3a0c797e5349e8b440c0385eb6f01bd4204f56a
0
test-mall/roles/mall-erp
4,317
[ "no_license" ]
[ { "path": "test-mall/roles/mall-erp/templates/Dockerfile", "content": "FROM anapsix/alpine-java:8_server-jre_unlimited\nVOLUME [\"/tmp\",\"/logs/dev-stable-caclub/{{git_project_name}}\"]\nADD *.jar myapp.jar\nCOPY logback-spring.xml /logback-spring.xml\nENV JAVA_OPTS=\"-Xms300m -Xmx300m -Djava.security.egd=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 785, "all_permissive": false }
ansible_role
Joseph-Ndungu/Ansible
e03f98aceb2a5be8bcd91847b6fc0721c44b3cc9
0
roles/apache
4,317
[ "no_license" ]
[ { "path": "roles/apache/tasks/configure.yml", "content": "#Configuring httpd.conf and sending sample html file\n#copy: src=httpd.conf dest=/etc/httpd/conf/httpd.conf\n#- name: restart\n# notify:\n# - restart apache service\n\n- name: send index.html\n copy: src=index.html dest=/var/www/html/index.html\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1289, "all_permissive": false }
ansible_role
peshev/ansible-jitsi-streamer
b8ee299c8e92ac39fd3ec39f8db2abc10ddd52aa
0
roles/janus
4,317
[ "no_license" ]
[ { "path": "roles/janus/defaults/main.yml", "content": "janus_dir: /root", "license_type": "no_license", "detected_licenses": [], "size_bytes": 16 }, { "path": "roles/janus/tasks/main.yml", "content": "- file:\n path: \"{{ janus_dir }}/{{ item }}\"\n state: directory\n with_ite...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 584, "all_permissive": false }
ansible_role
peshev/ansible-jitsi-streamer
b8ee299c8e92ac39fd3ec39f8db2abc10ddd52aa
0
roles/jitsi
4,317
[ "no_license" ]
[ { "path": "roles/jitsi/defaults/main.yml", "content": "jitsi_docker_jitsi_meet_repo_url: ~ # https://github.com/jitsi/docker-jitsi-meet.git\njitsi_docker_jitsi_meet_release: 6826\njitsi_docker_jitsi_meet_filename: \"stable-{{ jitsi_docker_jitsi_meet_release }}.tar.gz\"\njitsi_docker_jitsi_meet_release_url: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3101, "all_permissive": false }
ansible_role
peshev/ansible-jitsi-streamer
b8ee299c8e92ac39fd3ec39f8db2abc10ddd52aa
0
roles/jitsi-streaming-client
4,317
[ "no_license" ]
[ { "path": "roles/jitsi-streaming-client/tasks/main.yml", "content": "- name: Clone git repo\n git:\n repo: \"{{ jitsi_streaming_client_repo_url }}\"\n dest: \"{{ jitsi_streaming_client_dir }}\"\n- name: Install npm dependencies\n npm:\n path: \"{{ jitsi_streaming_client_dir }}\"\n ci: yes\n- n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 559, "all_permissive": false }
ansible_role
peshev/ansible-jitsi-streamer
b8ee299c8e92ac39fd3ec39f8db2abc10ddd52aa
0
roles/nodejs
4,317
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "# https://github.com/nodesource/distributions/blob/master/README.md\n- name: 1. Remove the old PPA if it exists\n apt_repository:\n repo: ppa:chris-lea/node.js\n state: absent\n- name: 2. Add the NodeSource package signing key\n apt_key:\n url:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 970, "all_permissive": false }
ansible_role
gokulchandrap/cicd
2c1c7af2b49a9fe65ecec2f2787a0507a647151f
0
roles/php
4,317
[ "permissive" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n- name: Install php extensions\n apt: name={{ item }} state=present\n with_items:\n - php7.0-gd \n - php-ssh2\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 118 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 118, "all_permissive": true }
ansible_role
gokulchandrap/cicd
2c1c7af2b49a9fe65ecec2f2787a0507a647151f
0
roles/server
4,317
[ "permissive" ]
[ { "path": "roles/server/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt: update_cache=yes cache_valid_time=3600\n\n- name: Install required software\n apt: name={{ item }} state=present\n with_items:\n - apache2\n - mariadb-server\n - mariadb-client\n - php7.0-mysql\n - ph...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 340, "all_permissive": true }
ansible_role
rituparna1997/petshop
5fd65847b389d685755b00eb5516a70a45f487e0
0
roles/s3-put
4,317
[ "no_license" ]
[ { "path": "roles/s3-put/tasks/main.yml", "content": "---\n- name: upload files to s3\n s3_sync:\n bucket: petshop-rituparna\n file_root: ./\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 90, "all_permissive": false }
ansible_role
nishiwagh/Automation
98de6827957ecdbdbafff7790f02346833b22092
0
Ansible/roles/package_install
4,357
[ "no_license" ]
[ { "path": "Ansible/roles/package_install/tasks/main.yml", "content": "---\n- name: Install specified packages on CentOS or RedHat\n ansible.builtin.yum:\n name: \"{{ packages_to_install }}\"\n state: present\n when: ansible_facts['os_family'] == 'RedHat'\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
nishiwagh/Automation
98de6827957ecdbdbafff7790f02346833b22092
0
Ansible/roles/package_remove
4,357
[ "no_license" ]
[ { "path": "Ansible/roles/package_remove/tasks/main.yml", "content": "---\n- name: Remove specified packages on CentOS or RedHat\n ansible.builtin.yum:\n name: \"{{ packages_to_remove }}\"\n state: absent\n when: ansible_facts['os_family'] == 'RedHat'\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
nishiwagh/Automation
98de6827957ecdbdbafff7790f02346833b22092
0
Ansible/roles/patching
4,357
[ "no_license" ]
[ { "path": "Ansible/roles/patching/tasks/main.yml", "content": "---\n- name: Update all installed packages on CentOS or RedHat\n ansible.builtin.yum:\n name: '*'\n state: latest\n when: ansible_facts['os_family'] == 'RedHat'\n notify: Reboot system\n", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
nishiwagh/Automation
98de6827957ecdbdbafff7790f02346833b22092
0
Ansible/roles/profile_mgmt
4,357
[ "no_license" ]
[ { "path": "Ansible/roles/profile_mgmt/tasks/main.yml", "content": "---\n- name: Create an empty file called locfile on the automation machine\n ansible.builtin.file:\n path: \"{{ file_name }}\"\n state: touch\n delegate_to: localhost\n\n- name: Copy locfile to the managed nodes under the /tmp direct...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 896, "all_permissive": false }
ansible_role
nishiwagh/Automation
98de6827957ecdbdbafff7790f02346833b22092
0
Ansible/roles/syslog_updates
4,357
[ "no_license" ]
[ { "path": "Ansible/roles/syslog_updates/tasks/main.yml", "content": "---\n- name: Insert a block of text at the end of /etc/rsyslog.conf\n ansible.builtin.blockinfile:\n path: /etc/rsyslog.conf\n block: |\n $FileCreateMode 0640\n\n- name: Set ownership and permissions on /etc/rsyslog.d directory...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 596, "all_permissive": false }
ansible_role
nishiwagh/Automation
98de6827957ecdbdbafff7790f02346833b22092
0
Ansible/roles/timezone
4,357
[ "no_license" ]
[ { "path": "Ansible/roles/timezone/tasks/main.yml", "content": "---\n- name: Set the timezone to America/Toronto\n ansible.builtin.command: timedatectl set-timezone America/Toronto\n when: ansible_facts['os_family'] == 'RedHat'\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 163, "all_permissive": false }
ansible_role
mgale/netflow-debians
b0a6ff60f6529015019a895beb523ab11819c965
0
roles/build_debian
4,357
[ "no_license" ]
[ { "path": "roles/build_debian/tasks/create_build_env.yml", "content": "---\n\n- name: Setting pre-build vars\n set_fact:\n version: \"{{ build_items[program_name] }}\"\n tags:\n - always\n\n- name: Creating tmp build location\n tempfile:\n prefix: debian_build\n state: directory\n register: ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 5757, "all_permissive": false }
ansible_role
zaxebo1/debian
7e53afdccdf4d7bff949600e7d74e9699d2b4596
0
roles/base
4,357
[ "no_license" ]
[ { "path": "roles/base/tasks/settings.yml", "content": "---\n- name: Configure unattended-upgrades\n copy:\n src: conf/unattended-upgrades\n dest: /etc/apt/apt.conf.d/50unattended-upgrades\n notify:\n - restart unattended-upgrades\n\n- name: Configure timesyncd\n copy:\n src: conf/timesyncd.co...
{ "task_files": 15, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 25, "total_bytes": 63018, "all_permissive": false }
ansible_role
zaxebo1/debian
7e53afdccdf4d7bff949600e7d74e9699d2b4596
0
roles/dotfiles
4,357
[ "no_license" ]
[ { "path": "roles/dotfiles/files/config/vifm/scripts/cal.sh", "content": "#!/usr/bin/env bash\n\nget_suffix() {\n case `date +%d` in\n 1|21|31) echo \"st\";;\n 2|22) echo \"nd\";;\n 3|23) echo \"rd\";;\n *) echo \"th\";;\n esac\n}\nsuffix=$(get_suffix)\ncolumns=$(tput cols)\ntitle=$...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 41, "total_bytes": 79827, "all_permissive": false }
ansible_role
zaxebo1/debian
7e53afdccdf4d7bff949600e7d74e9699d2b4596
0
roles/etesync
4,357
[ "no_license" ]
[ { "path": "roles/etesync/tasks/configure_user.yml", "content": "---\n- name: Ensure www-data group is present\n group:\n name: www-data\n state: present\n\n- name: Get passwd DB\n getent:\n database: passwd\n no_log: True\n register: esc_getent\n\n- name: 'Check if \"{{ esc_user }}\" exists'\n ...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 17, "total_bytes": 15421, "all_permissive": false }
ansible_role
zaxebo1/debian
7e53afdccdf4d7bff949600e7d74e9699d2b4596
0
roles/hosts
4,357
[ "no_license" ]
[ { "path": "roles/hosts/files/make_hosts.py", "content": "#!/usr/bin/python\n# -*- coding: utf-8 -*-\n# <NAME> (c) MIT License\n# <EMAIL>\n\nimport datetime\nimport argparse\nimport os\nimport re\nfrom platform import node\n\n# Parser arguments\nparser = argparse.ArgumentParser(description='Sanitize download...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 7137, "all_permissive": false }
ansible_role
zaxebo1/debian
7e53afdccdf4d7bff949600e7d74e9699d2b4596
0
roles/nginx
4,357
[ "no_license" ]
[ { "path": "roles/nginx/templates/ngx_locations.j2", "content": "location * {\n limit_req zone=ip burst=16;\n}\n\nlocation / {\n try_files $uri $uri/ =404;\n}\n\nlocation = /favicon.ico {\n log_not_found off;\n access_log off;\n}\n\nlocation = /robots.txt {\n log_not_found off;\n access_...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 10194, "all_permissive": false }
ansible_role
zaxebo1/debian
7e53afdccdf4d7bff949600e7d74e9699d2b4596
0
roles/software
4,357
[ "no_license" ]
[ { "path": "roles/software/README.md", "content": "# Software\n\nInstalls various userland software.\n\n## Requirements\n\nAnsible ≥2.10\n\n## Role Variables\n\n| Variable | Description | Default |\n|-------------------------------|----------------------...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 17280, "all_permissive": false }
ansible_role
zaxebo1/debian
7e53afdccdf4d7bff949600e7d74e9699d2b4596
0
roles/transfer_agent
4,357
[ "no_license" ]
[ { "path": "roles/transfer_agent/README.md", "content": "# Transfer agent\n\nConfigures jailed user, useful for a secure rsync/sftp. Chroot example:\n\n```\n.\n|-- bin\n| `-- sh\n|-- data\n|-- lib\n| `-- x86_64-linux-gnu\n| |-- libacl.so.1\n| |-- libattr.so.1\n| |-- libc.so.6\n| |...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 7896, "all_permissive": false }
ansible_role
zaxebo1/debian
7e53afdccdf4d7bff949600e7d74e9699d2b4596
0
roles/wireguard
4,357
[ "no_license" ]
[ { "path": "roles/wireguard/tasks/assert_endpoints.yml", "content": "---\n- name: Verify endpoints' names\n assert:\n that:\n - item.name | length > 1\n - item.name is search(\"^[a-zA-Z0-9]*$\")\n success_msg: 'Deploying endpoint: {{ item.name }}'\n fail_msg: 'Invalid endpoint name: {{ it...
{ "task_files": 13, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 21, "total_bytes": 34729, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/basics/roles/cockpit
4,357
[ "no_license" ]
[ { "path": "playbooks/basics/roles/cockpit/tasks/main.yml", "content": "- name: install cockpit and additional packages\n yum:\n state: present\n name:\n - cockpit\n - cockpit-networkmanager\n - cockpit-dashboard\n - cockpit-storaged\n - cockpit-packagekit\n - cockpit-doc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 662, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/basics/roles/common
4,357
[ "no_license" ]
[ { "path": "playbooks/basics/roles/common/tasks/main.yml", "content": "- name: install extra packages for enterprise linux (epel)\n yum: \n state: present\n name:\n - epel-release\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/basics/roles/htop
4,357
[ "no_license" ]
[ { "path": "playbooks/basics/roles/htop/tasks/main.yml", "content": "- name: install htop\n yum:\n state: present\n name:\n - htop\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 70, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/basics/roles/tmux
4,357
[ "no_license" ]
[ { "path": "playbooks/basics/roles/tmux/tasks/main.yml", "content": "- name: install dependencies\n yum:\n state: present\n name:\n - gcc\n - kernel-devel\n - make\n - ncurses-devel\n\n- name: download and unzip libevent\n unarchive:\n src: \"{{ libevent_url }}\"\n dest: /tm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1739, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/basics/roles/vim
4,357
[ "no_license" ]
[ { "path": "playbooks/basics/roles/vim/tasks/main.yml", "content": "- name: install dependencies\n yum:\n state: present\n name:\n - git\n - gcc\n - kernel-devel\n - make\n - ncurses-devel\n\n- name: clone vim git repo\n git:\n repo: https://github.com/vim/vim.git\n clo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 405, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/basics/roles/wget
4,357
[ "no_license" ]
[ { "path": "playbooks/basics/roles/wget/tasks/main.yml", "content": "- name: install wget\n yum:\n state: present\n name:\n - wget\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 70, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/elk stack 6/roles/common
4,357
[ "no_license" ]
[ { "path": "playbooks/elk stack 6/roles/common/tasks/main.yml", "content": "- name: Install common applications\n yum:\n state: present\n name:\n - epel-release\n \n- name: Add Elasticsearch repo\n yum_repository:\n name: elasticsearch\n description: elasticsearch repo\n baseurl: h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 331, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/elk stack 6/roles/elasticsearch
4,357
[ "no_license" ]
[ { "path": "playbooks/elk stack 6/roles/elasticsearch/tasks/main.yml", "content": "# Installing Elasticsearch\n \n# Install Elasticsearch\n- name: Install Elasticsearch\n yum:\n state: latest\n name:\n - elasticsearch\n \n# Update Elasticsearch config file to only allow localhost connecti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 775, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/elk stack 6/roles/java
4,357
[ "no_license" ]
[ { "path": "playbooks/elk stack 6/roles/java/tasks/main.yml", "content": "# Installing Java 8\n\n- name: Install Java 8\n yum:\n state: present\n name:\n - java-1.8.0-openjdk\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/elk stack 6/roles/kibana
4,357
[ "no_license" ]
[ { "path": "playbooks/elk stack 6/roles/kibana/tasks/main.yml", "content": "# Installing Kibana\n\n# Install Kibana\n- name: Install Kibana\n yum:\n state: present\n name:\n - kibana\n \n# Update kibana config file to only accept local connections\n- name: Updating the config file to allow outside ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 909, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/elk stack 6/roles/nginx
4,357
[ "no_license" ]
[ { "path": "playbooks/elk stack 6/roles/nginx/tasks/main.yml", "content": "# Installing Nginx\n\n# Install Nginx and Expect\n- name: Update repositories cache and install Nginx\n yum:\n state: present\n name:\n - nginx\n - expect\n\n# Open firewall\n- name: Open port 80\n firewalld:\n service:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1643, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/elk-stack/roles/common
4,357
[ "no_license" ]
[ { "path": "playbooks/elk-stack/roles/common/tasks/main.yml", "content": "- name: Install common applications\n yum:\n state: present\n name:\n - epel-release\n\n# Add Elasticsearch repo\n- name: Add Elasticsearch repo\n yum_repository:\n name: elasticsearch\n description: elasticsearch re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 350, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/elk-stack/roles/elasticsearch
4,357
[ "no_license" ]
[ { "path": "playbooks/elk-stack/roles/elasticsearch/tasks/main.yml", "content": "# Installing Elasticsearch\n \n# Install elasticsearch\n- name: Install Elasticsearch\n yum:\n state: latest\n name:\n - elasticsearch\n\n# Enable and start elasticsearch\n- name: Enable Elasticsearch\n service:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 928, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/elk-stack/roles/java
4,357
[ "no_license" ]
[ { "path": "playbooks/elk-stack/roles/java/tasks/main.yml", "content": "# Installing Java 8\n\n- name: Install Java 8\n yum:\n state: present\n name:\n - java-openjdk\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/elk-stack/roles/kibana
4,357
[ "no_license" ]
[ { "path": "playbooks/elk-stack/roles/kibana/tasks/main.yml", "content": "# Installing Kibana\n \n# Install Kibana\n- name: Install Kibana\n yum:\n state: present\n name:\n - kibana\n\n# Enable and start Kibana service\n- name: Enabling Kibana service\n service:\n name: kibana\n enabled: yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 948, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/elk-stack/roles/logstash
4,357
[ "no_license" ]
[ { "path": "playbooks/elk-stack/roles/logstash/tasks/main.yml", "content": "# Installing Logstash\n\n# Installing Logstash\n- name: Install Logstash\n yum:\n state: present\n name:\n - logstash\n \n# Creating certs directories for SSL\n- name: Creates SSL directories\n file:\n path: /etc/pki...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2164, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/graylog/roles/common
4,357
[ "no_license" ]
[ { "path": "playbooks/graylog/roles/common/tasks/main.yml", "content": "- name: install pre-reqs\n yum:\n state: present\n name:\n - epel-release\n - policycoreutils-python\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 113, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/graylog/roles/elasticsearch
4,357
[ "no_license" ]
[ { "path": "playbooks/graylog/roles/elasticsearch/tasks/main.yml", "content": "# Installing Elasticsearch\n\n# Add Elasticsearch repo\n- name: Add Elasticsearch repo\n yum_repository:\n name: elasticsearch\n description: elasticsearch repo\n baseurl: https://artifacts.elastic.co/packages/6.x/yum\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1191, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/graylog/roles/graylog
4,357
[ "no_license" ]
[ { "path": "playbooks/graylog/roles/graylog/tasks/main.yml", "content": "# Add Graylog Repository\n- name: create gpgkey for graylog from template\n template:\n src: gpgkey.j2\n dest: /etc/pki/rpm-gpg/RPM-GPG-KEY-graylog\n owner: root\n group: root\n mode: '0644'\n\n- name: Add Graylog repo\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1676, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/graylog/roles/mongodb
4,357
[ "no_license" ]
[ { "path": "playbooks/graylog/roles/mongodb/tasks/main.yml", "content": "# Install MongoDB\n\n# Add repository\n\n- name: Add MongoDB repo\n yum_repository:\n name: MongoDB\n description: MongoDB Repo\n enabled: yes\n baseurl: https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/4.0/x86_6...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 728, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/lamp/roles/common
4,357
[ "no_license" ]
[ { "path": "playbooks/lamp/roles/common/tasks/main.yml", "content": "- name: Install common applications\n yum:\n state: present\n name:\n - libsemanage-python\n - epel-release\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 120, "all_permissive": false }