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
cloud-elements/hykes-engine
129e9debe506c0d88af78f6a982319028f9a4927
0
src/lib/roles/cache
373
[ "no_license" ]
[ { "path": "src/lib/roles/cache/templates/usr/local/bin/eltcshctl", "content": "#!/usr/bin/env bash\n\ncase \"$1\" in\n restart)\n service redis restart || exit 1\n service memcached restart || exit 1\n exit 0\n ;;\n\n start)\n service redis start || exit 1\n service memcached start || exit...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 7832, "all_permissive": false }
ansible_role
cloud-elements/hykes-engine
129e9debe506c0d88af78f6a982319028f9a4927
0
src/lib/roles/common
373
[ "no_license" ]
[ { "path": "src/lib/roles/common/templates/usr/local/bin/texit", "content": "#!/usr/bin/env bash\n\na=${4}\n\nif eval ${1}; then\n echo ${2}\n exit 0\nelse\n echo ${3}\n exit 1\nfi\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "src/lib/roles/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 4990, "all_permissive": false }
ansible_role
cloud-elements/hykes-engine
129e9debe506c0d88af78f6a982319028f9a4927
0
src/lib/roles/database
373
[ "no_license" ]
[ { "path": "src/lib/roles/database/templates/etc/init.d/postgresql", "content": "#!/usr/bin/env bash\n### BEGIN INIT INFO\n# Provides: postgresql\n# Required-Start: $local_fs $remote_fs $network $time\n# Required-Stop: $local_fs $remote_fs $network $time\n# Should-Start: $syslog\n# Should-Stop: $syslog\n# De...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 19696, "all_permissive": false }
ansible_role
cloud-elements/hykes-engine
129e9debe506c0d88af78f6a982319028f9a4927
0
src/lib/roles/java
373
[ "no_license" ]
[ { "path": "src/lib/roles/java/tasks/main.yml", "content": "---\n\n- name: install java ppa\n apt_repository: state=present repo='ppa:webupd8team/java'\n register: java_ppa\n\n- name: update apt-get\n apt: update_cache=yes\n when: java_ppa.changed\n\n- name: accept oracle license\n debconf: >\n name=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 618, "all_permissive": false }
ansible_role
cloud-elements/hykes-engine
129e9debe506c0d88af78f6a982319028f9a4927
0
src/lib/roles/loadbalance
373
[ "no_license" ]
[ { "path": "src/lib/roles/loadbalance/templates/etc/init/nginx.conf", "content": "description \"nginx\"\nstart on (filesystem and net-device-up IFACE=lo)\nstop on runlevel [016]\nexpect fork\nkill timeout 16\nrespawn\nrespawn limit 4 16\nlimit nofile 16384 16384\n\nenv PID=/var/run/nginx.pid\n\npre-start scr...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 10828, "all_permissive": false }
ansible_role
cloud-elements/hykes-engine
129e9debe506c0d88af78f6a982319028f9a4927
0
src/lib/roles/logpipe
373
[ "no_license" ]
[ { "path": "src/lib/roles/logpipe/templates/usr/local/bin/eltlpictl", "content": "#!/usr/bin/env bash\n\ncase \"$1\" in\n restart)\n ${0} stop && ${0} start\n exit $?\n ;;\n\n start)\n ${0} status 1>/dev/null && exit 0\n exec service logstash start\n ;;\n\n status)\n status=$(service logs...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 5107, "all_permissive": false }
ansible_role
cloud-elements/hykes-engine
129e9debe506c0d88af78f6a982319028f9a4927
0
src/lib/roles/logstore
373
[ "no_license" ]
[ { "path": "src/lib/roles/logstore/templates/usr/local/bin/eltlstdpl", "content": "#!/usr/bin/env bash\n\ncase \"$1\" in\n checkout)\n exec eltdpl checkout ${2}\n ;;\n\n clean)\n exec eltdpl clean\n ;;\n\n init)\n exec eltdpl init\n ;;\n\n pull)\n exec eltdpl pull ${2}\n ;;\n\n *)\n e...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 5956, "all_permissive": false }
ansible_role
cloud-elements/hykes-engine
129e9debe506c0d88af78f6a982319028f9a4927
0
src/lib/roles/maven
373
[ "no_license" ]
[ { "path": "src/lib/roles/maven/tasks/main.yml", "content": "---\n\n- name: detect existing installation\n stat: path=/opt/maven-3.3.3\n register: maven_installed\n\n- name: create fhs filesystem\n file: >\n state=directory\n path={{ item }}\n owner=root group=root mode=0755\n with_items:\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1939, "all_permissive": false }
ansible_role
cloud-elements/hykes-engine
129e9debe506c0d88af78f6a982319028f9a4927
0
src/lib/roles/message
373
[ "no_license" ]
[ { "path": "src/lib/roles/message/templates/usr/local/bin/eltmsgctl", "content": "#!/usr/bin/env bash\n\ncase \"$1\" in\n restart)\n{% if inventory_hostname == groups.message[0] %}\n exec service zookeeper restart\n{% else %}\n exec service kafka restart\n{% endif %}\n ;;\n\n start)\n{% if inventory...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 5870, "all_permissive": false }
ansible_role
Ilankulikov/CI-CD-with-Azure-DevOps
3d467e3de32a31f93bc5db7df8c3d674a79d382f
0
roles/local
373
[ "no_license" ]
[ { "path": "roles/local/tasks/main.yml", "content": "---\n - name: Create a zip archive \n archive:\n path: '{{ artifact_path }}'\n dest: '{{ artifact_path }}/{{ appDir }}'\n format: zip", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 147, "all_permissive": false }
ansible_role
Ilankulikov/CI-CD-with-Azure-DevOps
3d467e3de32a31f93bc5db7df8c3d674a79d382f
0
roles/remote
373
[ "no_license" ]
[ { "path": "roles/remote/tasks/main.yml", "content": "---\n # Stop and delete all running services by pm2.\n # Assuming only one app running on the machine.\n - name: \"Stop & delete all\"\n shell: pm2 delete all\n args: \n chdir: '{{ homeDir }}/{{ appDir }}'\n\n # Clean ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1588, "all_permissive": false }
ansible_role
EstebanMoralesI/ansible_para_empresas_medianas
24a2716428dc48d8fd104d6d849c58ba5e273a6e
0
playbooks/roles/backups
365
[ "no_license" ]
[ { "path": "playbooks/roles/backups/tasks/main.yml", "content": "############################################################################\n# ROL DE BACKUPS DE COMANDOS ESPECIFICOS # \n# PRECAUCIÓN!!! NO MODIFICAR EL CODIGO # \n########...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 827, "all_permissive": false }
ansible_role
EstebanMoralesI/ansible_para_empresas_medianas
24a2716428dc48d8fd104d6d849c58ba5e273a6e
0
playbooks/roles/configurar-puertos
365
[ "no_license" ]
[ { "path": "playbooks/roles/configurar-puertos/tasks/main.yml", "content": "############################################################################\n# ROL DE CONFIGURACION DE PUERTOS EN EQUIPOS DE ACUERDO A PARAMETROS EN # \n# INVENTORY !!!PRECAUCIÓN!!! NO MODIFICAR EL CODIGO #...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 576, "all_permissive": false }
ansible_role
EstebanMoralesI/ansible_para_empresas_medianas
24a2716428dc48d8fd104d6d849c58ba5e273a6e
0
playbooks/roles/crear_repositorios
365
[ "no_license" ]
[ { "path": "playbooks/roles/crear_repositorios/tasks/main.yml", "content": "############################################################################\n# ROL DE CREACION DEL REPOSITORIO # \n# PRECAUCIÓN!!! NO MODIFICAR EL CODIGO #...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 695, "all_permissive": false }
ansible_role
EstebanMoralesI/ansible_para_empresas_medianas
24a2716428dc48d8fd104d6d849c58ba5e273a6e
0
playbooks/roles/gitlab
365
[ "no_license" ]
[ { "path": "playbooks/roles/gitlab/tasks/main.yml", "content": "############################################################################\n# ROL DE PREPARACION DEL CONTENIDO PARA GITLAB # \n# PRECAUCIÓN!!! NO MODIFICAR EL CODIGO # \n#########...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3201, "all_permissive": false }
ansible_role
EstebanMoralesI/ansible_para_empresas_medianas
24a2716428dc48d8fd104d6d849c58ba5e273a6e
0
playbooks/roles/guardar-configuracion
365
[ "no_license" ]
[ { "path": "playbooks/roles/guardar-configuracion/tasks/main.yml", "content": "############################################################################\n# ROL DE GUARDAR LA CONFIGURACION DEL EQUIPO # \n# PRECAUCIÓN!!! NO MODIFICAR EL CODIGO ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 444, "all_permissive": false }
ansible_role
EstebanMoralesI/ansible_para_empresas_medianas
24a2716428dc48d8fd104d6d849c58ba5e273a6e
0
playbooks/roles/push_gitlab
365
[ "no_license" ]
[ { "path": "playbooks/roles/push_gitlab/tasks/main.yml", "content": "############################################################################\n# ROL DE PUSH A GITLAB # \n# PRECAUCIÓN!!! NO MODIFICAR EL CODIGO # \n####...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1072, "all_permissive": false }
ansible_role
EstebanMoralesI/ansible_para_empresas_medianas
24a2716428dc48d8fd104d6d849c58ba5e273a6e
0
playbooks/roles/visualizar
365
[ "no_license" ]
[ { "path": "playbooks/roles/visualizar/tasks/main.yml", "content": "############################################################################\n# ROL DE VISUALIZACION DE COMANDOS SHOW # \n# PRECAUCIÓN!!! NO MODIFICAR EL CODIGO # \n#####...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 599, "all_permissive": false }
ansible_role
arpovea/iscsi_ansible
346f6b5c50c7e6d383e60b3c1028296659358978
0
roles/cliente_iscsi_linux
365
[ "no_license" ]
[ { "path": "roles/cliente_iscsi_linux/tasks/main.yml", "content": "- name: Modify install device grub\n debconf:\n name: grub-pc\n question: grub-pc/install_devices\n value: /dev/sda\n vtype: string\n\n- name: Ensure system is updated\n apt: update_cache=yes upgrade=yes\n\n- name: Install open-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1248, "all_permissive": false }
ansible_role
arpovea/iscsi_ansible
346f6b5c50c7e6d383e60b3c1028296659358978
0
roles/cliente_iscsi_windows
365
[ "no_license" ]
[ { "path": "roles/cliente_iscsi_windows/tasks/main.yml", "content": "- name: Run command PowerShell Habilitar msiscsi para arrancar en el inicio\n win_command: powershell.exe Set-Service -Name msiscsi -StartupType Automatic\n\n- name: Run command PowerShell Iniciamos el servicio\n win_command: powershell.e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 602, "all_permissive": false }
ansible_role
arpovea/iscsi_ansible
346f6b5c50c7e6d383e60b3c1028296659358978
0
roles/servidor_iscsi
365
[ "no_license" ]
[ { "path": "roles/servidor_iscsi/handlers/main.yml", "content": "- name: restart tgt\n service: name=tgt state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/servidor_iscsi/tasks/main.yml", "content": "- name: Modify install de...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 490, "all_permissive": false }
ansible_role
devilish21/Ansible
277ad2d97e876aba3225d63b39245395903c40d9
0
sample-web-app/roles/monitor
365
[ "no_license" ]
[ { "path": "sample-web-app/roles/monitor/tasks/main.yaml", "content": "---\n- name: \"monitoring web application for every 5 min\"\n command: /opt/monitor_webapp.py\n # runs the task in background for 5 min\n async: 300\n # When you set poll: 0 , Ansible starts the task and immediately moves on to the ne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 305, "all_permissive": false }
ansible_role
devilish21/Ansible
277ad2d97e876aba3225d63b39245395903c40d9
0
sample-web-app/roles/notification
365
[ "no_license" ]
[ { "path": "sample-web-app/roles/notification/tasks/main.yaml", "content": "---\n - name: \"send mail notification\"\n mail:\n to: <EMAIL>\n subject: ansible play book is status\n body: play book is deployed successfully\n # if any smpt issue we dont want the playbook to fail, the add igno...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 261, "all_permissive": false }
ansible_role
mo7amed3mad/proj
e9c5504b0aca2eaf49c7d185cec5eada3d2a9480
0
.circleci/ansible/roles/configure-server
365
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n- name: \"update apt\"\n become: yes\n apt:\n update_cache: yes\n\n- name: \"upgrade apt packages\"\n become: true\n apt:\n upgrade: \"yes\"\n\n- name: \"Remove packages that are no longer used\"\n become: true\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 606, "all_permissive": false }
ansible_role
raajivrekha/rpi_pub
92abfa9762aeb35f42c5e6d49ac26dd3cdbbadd2
16
ansible/roles/os_base
365
[ "no_license" ]
[ { "path": "ansible/roles/os_base/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - os", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "ansible/roles/os_base/handlers/main.yml", "content": "---\n# handlers...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4239, "all_permissive": false }
ansible_role
raajivrekha/rpi_pub
92abfa9762aeb35f42c5e6d49ac26dd3cdbbadd2
16
ansible/roles/os_base_packages
365
[ "no_license" ]
[ { "path": "ansible/roles/os_base_packages/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - os_base_packages", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "ansible/roles/os_base_packages/vars/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 781, "all_permissive": false }
ansible_role
raajivrekha/rpi_pub
92abfa9762aeb35f42c5e6d49ac26dd3cdbbadd2
16
ansible/roles/os_kernel
365
[ "no_license" ]
[ { "path": "ansible/roles/os_kernel/tasks/main.yml", "content": "---\n# tasks file for os_kernel\n\n- name: Ensure mounting of cramfs filesystems is disabled\n become: yes\n copy:\n dest: \"/etc/modprobe.d/cramfs.conf\"\n content: |\n install cramfs /bin/true\n tags: modprobe\n\n- name: Ensure ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 5917, "all_permissive": false }
ansible_role
raajivrekha/rpi_pub
92abfa9762aeb35f42c5e6d49ac26dd3cdbbadd2
16
ansible/roles/os_services
365
[ "no_license" ]
[ { "path": "ansible/roles/os_services/defaults/main.yml", "content": "---\n# defaults file for os_services", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "ansible/roles/os_services/tests/test.yml", "content": "---\n- hosts: localhost\n remote_u...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4188, "all_permissive": false }
ansible_role
c2platform/ansible
9fbfdea8b7a37bf7cd3df0c239541bda7509c9bd
0
ansible_collections/c2platform/core/roles/alias
365
[ "no_license" ]
[ { "path": "ansible_collections/c2platform/core/roles/alias/tasks/main.yml", "content": "---\n- name: Set fact node roles\n set_fact: alias_roles_node=\"{{ alias_roles | intersect(ansible_role_names_cleaned) }}\"\n\n- name: Alias file\n template:\n src: c2.sh.j2\n dest: \"/etc/profile.d/alias-{{ item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 593, "all_permissive": false }
ansible_role
c2platform/ansible
9fbfdea8b7a37bf7cd3df0c239541bda7509c9bd
0
ansible_collections/c2platform/core/roles/bootstrap
365
[ "no_license" ]
[ { "path": "ansible_collections/c2platform/core/roles/bootstrap/tasks/main.yml", "content": "---\n- name: Bootstrap packages extra\n package:\n name: \"{{ bootstrap_packages_extra }}\"\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 585, "all_permissive": false }
ansible_role
c2platform/ansible
9fbfdea8b7a37bf7cd3df0c239541bda7509c9bd
0
ansible_collections/c2platform/core/roles/common
365
[ "no_license" ]
[ { "path": "ansible_collections/c2platform/core/roles/common/templates/pip.conf.j2", "content": "[global]\nindex = {{ common_pip_repository_url }}\nindex-url = {{ common_pip_repository_url_index }}\n{% if common_pip_ca_bundle_url is defined %}\ncert = {{ common_pip_ca_trust_store }}/{{ common_pip_ca_bundle_u...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 5973, "all_permissive": false }
ansible_role
c2platform/ansible
9fbfdea8b7a37bf7cd3df0c239541bda7509c9bd
0
ansible_collections/c2platform/core/roles/java
365
[ "no_license" ]
[ { "path": "ansible_collections/c2platform/core/roles/java/tasks/main.yml", "content": "---\n- include: install.yml\n when: adoptopenjdk.version|default(False)\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 71, "all_permissive": false }
ansible_role
c2platform/ansible
9fbfdea8b7a37bf7cd3df0c239541bda7509c9bd
0
ansible_collections/c2platform/mw/roles/docker
365
[ "no_license" ]
[ { "path": "ansible_collections/c2platform/mw/roles/docker/tasks/proxy_for_containers.yml", "content": "---\n- name: config.json for users\n template:\n dest: \"{{ docker_proxy_users[item]['path']|default('/home/' + item + '/config.json') }}\"\n owner: \"{{ item }}\"\n group: \"{{ item }}\"\n sr...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 811, "all_permissive": false }
ansible_role
c2platform/ansible
9fbfdea8b7a37bf7cd3df0c239541bda7509c9bd
0
ansible_collections/c2platform/mw/roles/tomcat
365
[ "no_license" ]
[ { "path": "ansible_collections/c2platform/mw/roles/tomcat/README.md", "content": "# Ansible Role: Tomcat\n\nAn Ansible Role that supplements [robertdebock.tomcat](../../../external/robertdebock.tomcat). \n\n## Apps\n\nTODO\n\n## JMX\n\nTo enable JMX using default settings\n\n```yaml\ntomcat_jmx:\n enable: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2654, "all_permissive": false }
ansible_role
c2platform/ansible
9fbfdea8b7a37bf7cd3df0c239541bda7509c9bd
0
ansible_collections/c2platform/platform/roles/backup
365
[ "no_license" ]
[ { "path": "ansible_collections/c2platform/platform/roles/backup/templates/_model_sh_rsnapshot.sh.j2", "content": "\n for rlr in ${rsnapshot_level_runs[*]}\n do\n try /bin/rsnapshot -c {{ item|c2platform.platform.role_rsnapshot_config_path(vars) }} $rlr\n done\n", "license_type": "no_license", ...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 7704, "all_permissive": false }
ansible_role
c2platform/ansible
9fbfdea8b7a37bf7cd3df0c239541bda7509c9bd
0
ansible_collections/c2platform/platform/roles/haproxy
365
[ "no_license" ]
[ { "path": "ansible_collections/c2platform/platform/roles/haproxy/tasks/main.yml", "content": "---\n- name: Create account\n user:\n name: \"{{ haproxy_user }}\"\n comment: HAProxy Load Balancer\n system: yes\n\n- name: Make /var/lib/haproxy\n file:\n path: \"{{ haproxy_chroot }}\"\n owner: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": false }
ansible_role
c2platform/ansible
9fbfdea8b7a37bf7cd3df0c239541bda7509c9bd
0
ansible_collections/c2platform/platform/roles/monit
365
[ "no_license" ]
[ { "path": "ansible_collections/c2platform/platform/roles/monit/tasks/main.yml", "content": "---\n- name: Monit install and configure fact\n set_fact:\n monit_install: \"{{ (lvm_roles_node is defined and lvm_roles_node|length>0) or (monit_mounts and monit_mounts|length>0) or monit_smtp is defined or monit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1292, "all_permissive": false }
ansible_role
c2platform/ansible
9fbfdea8b7a37bf7cd3df0c239541bda7509c9bd
0
ansible_collections/c2platform/platform/roles/proxy
365
[ "no_license" ]
[ { "path": "ansible_collections/c2platform/platform/roles/proxy/tasks/main.yml", "content": "---\n- name: allowed IPs\n copy:\n content: \"{{ proxy_allowed_ips | join('\\n') }}\"\n dest: \"{{ proxy_allowd_ips_file }}\"\n mode: 0644\n\n- name: direct IPs\n copy:\n content: \"{{ proxy_upstream_al...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 715, "all_permissive": false }
ansible_role
c2platform/ansible
9fbfdea8b7a37bf7cd3df0c239541bda7509c9bd
0
ansible_collections/c2platform/platform/roles/reverse_proxy
365
[ "no_license" ]
[ { "path": "ansible_collections/c2platform/platform/roles/reverse_proxy/tasks/main.yml", "content": "---\n- include: certs.yml\n- include: \"{{ ansible_os_family }}.yml\"\n\n- name: Copy favicon\n copy:\n dest: \"{{ apache_vhosts[0].documentroot }}/favicon.ico\"\n src: \"{{ reverse_proxy_global_favico...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 447, "all_permissive": false }
ansible_role
c2platform/ansible
9fbfdea8b7a37bf7cd3df0c239541bda7509c9bd
0
ansible_collections/c2platform/services/roles/bitbucket
365
[ "no_license" ]
[ { "path": "ansible_collections/c2platform/services/roles/bitbucket/tasks/prepare.yml", "content": "---\n- name: Prepare new install folder\n file:\n path: \"{{ bitbucket_home_version_prepare }}\"\n state: directory\n group: \"{{ bitbucket_owner }}\"\n owner: \"{{ bitbucket_group }}\"\n mode:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 433, "all_permissive": false }
ansible_role
c2platform/ansible
9fbfdea8b7a37bf7cd3df0c239541bda7509c9bd
0
ansible_collections/c2platform/services/roles/confluence
365
[ "no_license" ]
[ { "path": "ansible_collections/c2platform/services/roles/confluence/handlers/main.yml", "content": "---\n- name: confluence-systemctl-daemon-reload\n systemd:\n daemon_reload: true\n changed_when: false\n ignore_errors: true\n when: not confluence_manual_upgrade\n\n- name: confluence-systemctl-restar...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1173, "all_permissive": false }
ansible_role
c2platform/ansible
9fbfdea8b7a37bf7cd3df0c239541bda7509c9bd
0
ansible_collections/c2platform/services/roles/desktop
365
[ "no_license" ]
[ { "path": "ansible_collections/c2platform/services/roles/desktop/tasks/main.yml", "content": "---\n- name: Create root directory\n file:\n path: \"{{ desktop_home }}\"\n state: directory\n mode: 0400\n\n- name: VNC password\n template:\n dest: \"{{ desktop_home }}/set-vnc-password.sh\"\n sr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1430, "all_permissive": false }
ansible_role
c2platform/ansible
9fbfdea8b7a37bf7cd3df0c239541bda7509c9bd
0
ansible_collections/c2platform/services/roles/guacamole
365
[ "no_license" ]
[ { "path": "ansible_collections/c2platform/services/roles/guacamole/tasks/database.yml", "content": "---\n- name: Create user\n postgresql_user:\n name: \"{{ guacamole_database_username }}\"\n password: \"{{ <PASSWORD> }}\"\n db: \"postgres\"\n login_host: \"{{ guacamole_database_host }}\"\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3019, "all_permissive": false }
ansible_role
c2platform/ansible
9fbfdea8b7a37bf7cd3df0c239541bda7509c9bd
0
ansible_collections/c2platform/services/roles/jira
365
[ "no_license" ]
[ { "path": "ansible_collections/c2platform/services/roles/jira/tasks/main.yml", "content": "---\n- name: Home\n file:\n path: \"{{ item }}\"\n state: directory\n mode: 0755\n with_items:\n - \"{{ jira_home }}\"\n\n- include: download.yml\n when: jira_lcm['operation'] in ['upgrade','install']\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 649, "all_permissive": false }
ansible_role
c2platform/ansible
9fbfdea8b7a37bf7cd3df0c239541bda7509c9bd
0
ansible_collections/c2platform/services/roles/openam_webagent
365
[ "no_license" ]
[ { "path": "ansible_collections/c2platform/services/roles/openam_webagent/tasks/main.yml", "content": "---\n- name: Stat web agent install path\n stat:\n path: \"{{ openam_webagent_home }}/notexists\"\n register: openam_webagent_install_path\n\n- name: Web Agent home\n file:\n path: \"{{ openam_weba...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1259, "all_permissive": false }
ansible_role
c2platform/ansible
9fbfdea8b7a37bf7cd3df0c239541bda7509c9bd
0
ansible_collections/c2platform/services/roles/sites
365
[ "no_license" ]
[ { "path": "ansible_collections/c2platform/services/roles/sites/tasks/main.yml", "content": "---\n- include: \"{{ ansible_os_family }}.yml\"\n\n- name: owner\n user:\n name: \"{{ sites[item]['owner'] }}\"\n shell: /bin/bash\n groups: \"{{ sites[item]['groups'] | default(omit) }}\"\n with_items: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1309, "all_permissive": false }
ansible_role
kseta/my-quick-start
62142300c51cb700837bcac967d748cd8b6fe92a
0
roles/homebrew
365
[ "no_license" ]
[ { "path": "roles/homebrew/tasks/main.yml", "content": "- name: tap homebrew repositories\n homebrew_tap: tap={{ item }} state=present\n with_items: \"{{ homebrew_taps }}\"\n\n- name: update homebrew\n homebrew: update_homebrew=yes\n\n- name: install homebrew packages\n homebrew:\n name={{ item.name }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 561, "all_permissive": false }
ansible_role
redhat-cip/ansible-instack
d764a3306a9ad866b410c8c38c6856530b53f332
0
roles/hypervisor
365
[ "permissive" ]
[ { "path": "roles/hypervisor/files/prepare.sh", "content": "#!/bin/bash\n#\n# Copyright (C) 2014 eNovance SAS <<EMAIL>>\n#\n# Author: <NAME> <<EMAIL>>\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2669, "all_permissive": true }
ansible_role
redhat-cip/ansible-instack
d764a3306a9ad866b410c8c38c6856530b53f332
0
roles/undercloud
365
[ "permissive" ]
[ { "path": "roles/undercloud/tasks/main.yml", "content": "---\n\n- name: Add export of LIBVIRT_DEFAULT_URI to your bashrc file\n shell: echo 'export LIBVIRT_DEFAULT_URI=\"qemu:///system\"' >> ~/.bashrc\n\n # RedHat\n #\n- name: Register the system\n command: subscription-manager register --username=\"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1956, "all_permissive": true }
ansible_role
Daviddager/jenkinsansible
7f9e7fba7e4b961b8816000e065eb563fb252910
0
ansible/roles/java
365
[ "no_license" ]
[ { "path": "ansible/roles/java/tasks/main.yml", "content": "---\n - name: Add repo for java 8\n become: true\n become_user: root\n yum:\n name=java-openjdk\n state=latest \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 126, "all_permissive": false }
ansible_role
Daviddager/jenkinsansible
7f9e7fba7e4b961b8816000e065eb563fb252910
0
ansible/roles/jenkins
365
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/tasks/main.yml", "content": "---\n - name: download Jenkins repo\n get_url:\n url: http://pkg.jenkins-ci.org/redhat-stable/jenkins.repo\n dest: /etc/yum.repos.d/jenkins.repo\n\n - name: import jenkins key\n rpm_key:\n state: present\n key: https:/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 647, "all_permissive": false }
ansible_role
tttest25/reception_ansible_modx
112f941e7575227720bfb2539f4f76322d2f6b91
0
roles/reception
365
[ "no_license" ]
[ { "path": "roles/reception/tasks/main.yaml", "content": "---\n# This playbook contains all actions that will be run on \"local\" host.\n\n- name: Rsync data to host\n include_tasks: 01_rsync_reception.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1170, "all_permissive": false }
ansible_role
tttest25/reception_ansible_modx
112f941e7575227720bfb2539f4f76322d2f6b91
0
roles/setup
365
[ "no_license" ]
[ { "path": "roles/setup/tasks/04_docker.yaml", "content": "#################################################\n# DO Community Playbooks: Docker\n#################################################\n---\n- name: Install aptitude using apt\n apt: name=aptitude state=latest update_cache=yes force_apt_get=yes\n\n-...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3863, "all_permissive": false }
ansible_role
javahometech/ansible2020-feb
a2ce04229f6d076a888bb15add289707cabda6d4
2
roles/apache
365
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n- name: Install apache\n yum:\n name: httpd\n state: present\n- name: Start and enable Apache\n service:\n name: httpd\n state: started\n enabled: True\n- name: Copy index.html on apache server\n copy:\n src: index.html\n dest...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 459, "all_permissive": false }
ansible_role
TIBHannover/ols4-box
18243999e65ff0f0dbe20a874ca5d52aed98685e
0
ansible/roles/ingest
365
[ "no_license" ]
[ { "path": "ansible/roles/ingest/tasks/main.yml", "content": "\n- name: mvn clean install\n command: 'mvn clean install'\n args:\n chdir: '{{ ols4_base_dir }}'\n environment:\n PATH: '{{ ansible_env.PATH }}:{{ maven_path }}'\n\n- name: rdf2json\n command: 'java -DentityExpansionLimit=0 -DtotalEntit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3209, "all_permissive": false }
ansible_role
TIBHannover/ols4-box
18243999e65ff0f0dbe20a874ca5d52aed98685e
0
ansible/roles/java
365
[ "no_license" ]
[ { "path": "ansible/roles/java/tasks/main.yml", "content": "- name: Install Java 17 (OpenJDK)\n apt:\n name: openjdk-17-jdk\n state: present\n update_cache: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
TIBHannover/ols4-box
18243999e65ff0f0dbe20a874ca5d52aed98685e
0
ansible/roles/ols
365
[ "no_license" ]
[ { "path": "ansible/roles/ols/tasks/main.yml", "content": "- name: Check if legacy docker-compose is available\n ansible.builtin.command: which docker-compose\n register: docker_compose_legacy\n ignore_errors: yes\n\n- name: Check if new docker compose plugin is available\n ansible.builtin.command: docke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1055, "all_permissive": false }
ansible_role
TIBHannover/ols4-box
18243999e65ff0f0dbe20a874ca5d52aed98685e
0
ansible/roles/ols_wodbs
365
[ "no_license" ]
[ { "path": "ansible/roles/ols_wodbs/tasks/main.yml", "content": "- name: Run docker-compose -f docker-compose-wodbs.yml up -d\n command: 'docker-compose -f docker-compose-wodbs.yml up -d'\n args:\n chdir: '{{ ols4_base_dir }}'\n environment:\n HOST: '{{ ols4_hostname }}'\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
TIBHannover/ols4-box
18243999e65ff0f0dbe20a874ca5d52aed98685e
0
ansible/roles/preprocess
365
[ "no_license" ]
[ { "path": "ansible/roles/preprocess/tasks/main.yml", "content": "- name: checkout OLS4 locally\n git:\n repo: '{{ ols4_repo }}'\n dest: '{{ ols4_base_dir }}'\n force: yes\n version: '{{ ols4_version }}'\n\n- name: Copy dataload config files\n copy:\n src: '{{ item }}'\n dest: '{{ ols4_ba...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2414, "all_permissive": false }
ansible_role
TIBHannover/ols4-box
18243999e65ff0f0dbe20a874ca5d52aed98685e
0
ansible/roles/remove
365
[ "no_license" ]
[ { "path": "ansible/roles/remove/tasks/main.yml", "content": "\n- name: mvn clean install\n command: 'mvn clean install'\n args:\n chdir: '{{ ols4_base_dir }}'\n environment:\n PATH: '{{ ansible_env.PATH }}:{{ maven_path }}'\n\n- name: remove solr indexes with curl\n command: 'curl \"http://{{ ols4...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 974, "all_permissive": false }
ansible_role
devopstoday11/fury-kubernetes-machine-images
51e374e87477ae51ff8a886674c8bb3be34be89f
0
roles/furyagent
365
[ "no_license" ]
[ { "path": "roles/furyagent/tasks/main.yml", "content": "---\n\n- name: Installing furyagent\n get_url:\n url: \"{{ furyagent_uri }}\"\n dest: /usr/local/bin/furyagent\n mode: 0750\n force: yes\n\n- name: Making sure all aws variables are defined\n assert:\n that:\n - aws_access_key != ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3289, "all_permissive": false }
ansible_role
devopstoday11/fury-kubernetes-machine-images
51e374e87477ae51ff8a886674c8bb3be34be89f
0
roles/kube-node-common
365
[ "no_license" ]
[ { "path": "roles/kube-node-common/files/cloud-init-report.sh", "content": "#!/bin/bash\n\nsource /cloud-init-report-alert.sh\n\n# Block until cloud-init completes\ncloud-init status --wait\nRC=$?\n\necho \"Cloud-init exit status: $RC\" > /cloud-init-report.sh.log\n\nif [ $RC -ne 0 ]\nthen\n echo 'Cloud-i...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 6653, "all_permissive": false }
ansible_role
PittalaSrikanth/SkansibleWS
d49608018a03f39cc2f1e47e592d2d83fa25d484
0
roles/tomcat8
365
[ "no_license" ]
[ { "path": "roles/tomcat8/defaults/main.yml", "content": "---\n# defaults file for tomcat_structure", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/tomcat8/tasks/main.yml", "content": "---\n# tasks file for tomcat_structure\n - name: inst...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1529, "all_permissive": false }
ansible_role
prakhar1985/homework-assignment-automation
cdeea3632f86502ba9d2a428d9df0b4753f503fa
3
roles/config-tower
365
[ "no_license" ]
[ { "path": "roles/config-tower/tasks/post-config-tower.yml", "content": "- name: Create Homework Assignment project \n command: |\n tower-cli project create --organization=\"{{org_name}}\" --scm-type=git --scm-branch=\"{{scm_branch}}\" --scm-url=\"{{ scm_url }}\" --scm-update-on-launch=True -n \"{{ proj_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6023, "all_permissive": false }
ansible_role
prakhar1985/homework-assignment-automation
cdeea3632f86502ba9d2a428d9df0b4753f503fa
3
roles/install-tower
365
[ "no_license" ]
[ { "path": "roles/install-tower/tasks/install_tower.yml", "content": "- name: Download Tower Setup file\n unarchive:\n src: https://releases.ansible.com/ansible-tower/setup/ansible-tower-setup-latest.tar.gz\n dest: /root/\n remote_src: yes \n tags:\n - install-tower\n\n\n- name: Remove director...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 1973, "all_permissive": false }
ansible_role
prakhar1985/homework-assignment-automation
cdeea3632f86502ba9d2a428d9df0b4753f503fa
3
roles/lb-tier
365
[ "no_license" ]
[ { "path": "roles/lb-tier/vars/main.yml", "content": "payload: haproxy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 17 }, { "path": "roles/lb-tier/tasks/main.yml", "content": "---\n\n- name: install {{ payload }}\n yum:\n name: \"{{ payload }}\"\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 429, "all_permissive": false }
ansible_role
prakhar1985/homework-assignment-automation
cdeea3632f86502ba9d2a428d9df0b4753f503fa
3
roles/local_inventory
365
[ "no_license" ]
[ { "path": "roles/local_inventory/defaults/main.yml", "content": "---\n# defaults file for roles/local_inventory", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/local_inventory/templates/inventory_local.j2", "content": "[bastion_tower]\nba...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 832, "all_permissive": false }
ansible_role
prakhar1985/homework-assignment-automation
cdeea3632f86502ba9d2a428d9df0b4753f503fa
3
roles/osp-instance-delete
365
[ "no_license" ]
[ { "path": "roles/osp-instance-delete/tasks/main.yml", "content": "---\n# tasks file for roles/osp-instance-delete\n - name: Fetch Instance Info\n os_server_facts:\n cloud: ospcloud\n region_name: RegionOne\n register: result\n - name: Delete instances\n os_server:\n cloud: ospcloud...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 342, "all_permissive": false }
ansible_role
prakhar1985/homework-assignment-automation
cdeea3632f86502ba9d2a428d9df0b4753f503fa
3
roles/osp-servers
365
[ "no_license" ]
[ { "path": "roles/osp-servers/tasks/main.yml", "content": "---\n\n# tasks file for osp.servers\n- name: Create new server instances and attaches them a network and passes metadata to the instance\n os_server:\n cloud: ospcloud\n name: \"{{ item.0.name }}\"\n image: \"{{ item.0.image }}\"\n key_n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1662, "all_permissive": false }
ansible_role
prakhar1985/homework-assignment-automation
cdeea3632f86502ba9d2a428d9df0b4753f503fa
3
roles/osp-setup
365
[ "no_license" ]
[ { "path": "roles/osp-setup/vars/main.yml", "content": "osp_networks:\n # Public Facing Network \n external:\n cloud_name: openstack\n network_name: ext_network\n provider_network_type: flat\n provider_physical_network: datacentre\n subnet_name: ext_subnet\n cidr_network: \"192.0.2.0/24...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1051, "all_permissive": false }
ansible_role
prakhar1985/homework-assignment-automation
cdeea3632f86502ba9d2a428d9df0b4753f503fa
3
roles/setup-workstation
365
[ "no_license" ]
[ { "path": "roles/setup-workstation/tasks/main.yml", "content": "---\n# tasks file for setup-workstation\n- include_tasks: pre-tasks.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/setup-workstation/vars/main.yml", "content": "---\n# v...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1099, "all_permissive": false }
ansible_role
rquez-zz/ansible-roles
3836b805a0308bdbfac4a58cacf9f3ff946a8945
0
roles/apps
375
[ "no_license" ]
[ { "path": "roles/apps/defaults/main.yml", "content": "dropbox_url: https://www.dropbox.com/download?dl=packages/ubuntu/dropbox_2015.10.28_amd64.deb\nchrome_url: https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 708, "all_permissive": false }
ansible_role
rquez-zz/ansible-roles
3836b805a0308bdbfac4a58cacf9f3ff946a8945
0
roles/common
375
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Copy Personal SSH Key\n copy: src=privateKey dest={{ home }}/.ssh/privateKey\n- name: Set SSH Key Permissions\n file: path={{ home }}/.ssh/privateKey owner={{ user }} group={{ user }} mode=0600\n- name: Install git\n apt: name=git state=latest ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1610, "all_permissive": false }
ansible_role
rquez-zz/ansible-roles
3836b805a0308bdbfac4a58cacf9f3ff946a8945
0
roles/rpgify
375
[ "no_license" ]
[ { "path": "roles/rpgify/meta/main.yml", "content": "dependencies:\n - { role: geerlingguy.nodejs }\n - { role: Stouts.mongodb }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/rpgify/tasks/main.yml", "content": "- name: Clone RPGify R...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 673, "all_permissive": false }
ansible_role
rquez-zz/ansible-roles
3836b805a0308bdbfac4a58cacf9f3ff946a8945
0
roles/student
375
[ "no_license" ]
[ { "path": "roles/student/tasks/main.yml", "content": "- name: Install Haskell\n apt: name=haskell-platform update_cache=yes\n- name: Add SWI-Prolog PPA\n apt_repository: repo='ppa:swi-prolog/stable'\n- name: Install Prolog\n apt: name=swi-prolog update_cache=yes\n- name: Clone CS Coursework Repo\n git: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 521, "all_permissive": false }
ansible_role
offlinehoster/ansible
02e5b293d2b6dabd56662d91d2c5ffebbbc1c793
0
createplaybook/roles/newPlaybookFolder
375
[ "no_license" ]
[ { "path": "createplaybook/roles/newPlaybookFolder/templates/includevars.j2", "content": "---\n- include_vars: \"{{ '{{' }} item {{ '}}' }}\"\n with_items:\n - vars.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "createplaybook/roles/newPlay...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1179, "all_permissive": false }
ansible_role
ernestoherrerab/ansible_IOS_Upgrade
d0ad7dc6e58d2c23050e23694e23d4e62950a710
0
roles/set_config
375
[ "no_license" ]
[ { "path": "roles/set_config/tasks/c2960s/main.yml", "content": "---\r\n\r\n - debug:\r\n msg: \"Hash checks and boot var setting for c2960s ...\"\r\n\r\n - name: Check Hash on Flash\r\n ios_command:\r\n commands: \"verify /md5 flash{{ item }}:{{ plat_c2960s.image }}\"\r\n vars:\r\n ansible_c...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 8295, "all_permissive": false }
ansible_role
ernestoherrerab/ansible_IOS_Upgrade
d0ad7dc6e58d2c23050e23694e23d4e62950a710
0
roles/set_vars
375
[ "no_license" ]
[ { "path": "roles/set_vars/tasks/main.yml", "content": "---\r\n\r\n- import_role:\r\n name: ansible-network.network-engine\r\n\r\n- name: Run show version command to capture platform type\r\n ios_command:\r\n commands: show version\r\n register: show_version_platform\r\n\r\n- name: Run specific 4500R...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5798, "all_permissive": false }
ansible_role
ValtteriL/iec62443-svv-demo
92f4b64e5701f91717f82eaee30783e16eceaadc
3
infra/playbooks/roles/ci
375
[ "no_license" ]
[ { "path": "infra/playbooks/roles/ci/tasks/install-docker.yaml", "content": "---\n# from https://docs.docker.com/engine/install/ubuntu/\n\n- name: Install requirements\n ansible.builtin.apt:\n update_cache: yes\n pkg:\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n\n- name: Add Do...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5518, "all_permissive": false }
ansible_role
felipefrocha/automate-k8s-aws
a39221cccd1d4c701782751e4620dc9d3ac62e82
4
ansible/roles/install-k8s
375
[ "permissive" ]
[ { "path": "ansible/roles/install-k8s/tasks/install.yml", "content": "- name: Instalando o Docker\n shell: curl -fsSL https://get.docker.com | bash -\n\n- name: Adicionando as chaves repo k8s no apt\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n\n- name: Ad...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 808, "all_permissive": true }
ansible_role
puneetjindal/ansibledeployment
8192044ee914d63ec178d194409035014bf06afe
0
roles/dockerinstall
375
[ "no_license" ]
[ { "path": "roles/dockerinstall/tasks/main.yml", "content": "---\n# tasks file for dockerinstall\n# - name: Update Ubuntu Image\n# apt: update_cache=yes\n\n# - name: Add Docker Repository\n# apt_repository:\n# repo: \"{{ apt_repository_details }}\"\n# update_cache: yes\n# state: presen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 853, "all_permissive": false }
ansible_role
afanwang/ansible-playbook-examples
86a82b2a46a6238f9bf33a9d73e65a2937e587c9
0
pb_base_system/roles/base_system
375
[ "no_license" ]
[ { "path": "pb_base_system/roles/base_system/templates/sshd_config.j2", "content": "# {{ ansible_managed }}\nPort 22\nAddressFamily inet\nProtocol 2\nSyslogFacility AUTHPRIV\nPermitRootLogin no\nPasswordAuthentication no\nChallengeResponseAuthentication no\nGSSAPIAuthentication yes\nGSSAPICleanupCredentials ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 13474, "all_permissive": false }
ansible_role
afanwang/ansible-playbook-examples
86a82b2a46a6238f9bf33a9d73e65a2937e587c9
0
pb_cassandra/roles/cassandra_server
375
[ "no_license" ]
[ { "path": "pb_cassandra/roles/cassandra_server/templates/qa_schema_v1.2.ddl.j2", "content": "/* CQL3 is not supported by DBeaver and OpsCenter at this moment. Commented for now */\n/* TEST */\n/*How to import ddl into cassandra*/\n/*run python cqlsh -f <path_to_schema>/schema.ddl*/\n\nCREATE KEYSPACE DataAn...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 10955, "all_permissive": false }
ansible_role
afanwang/ansible-playbook-examples
86a82b2a46a6238f9bf33a9d73e65a2937e587c9
0
pb_haproxy/roles/haproxy_server
375
[ "no_license" ]
[ { "path": "pb_haproxy/roles/haproxy_server/tasks/main.yml", "content": "---\n# TASK: Install and configure HAProxy – centos style\n- name: Install HAProxy\n yum: name={{ item.package }} state={{ item.state }} \n with_items:\n - { package: 'haproxy', state: 'present' }\n- name: Enable HAProxy service\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4354, "all_permissive": false }
ansible_role
afanwang/ansible-playbook-examples
86a82b2a46a6238f9bf33a9d73e65a2937e587c9
0
pb_jenkins/roles/build_jobs
375
[ "no_license" ]
[ { "path": "pb_jenkins/roles/build_jobs/templates/build-jobs/deploy_config.xml.j2", "content": "<?xml version='1.0' encoding='UTF-8'?>\n<project>\n <actions/>\n <description>{{ DESC }}</description>\n <logRotator class=\"hudson.tasks.LogRotator\">\n <daysToKeep>-1</daysToKeep>\n <numToKeep>10</numTo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 10282, "all_permissive": false }
ansible_role
afanwang/ansible-playbook-examples
86a82b2a46a6238f9bf33a9d73e65a2937e587c9
0
pb_jenkins/roles/jenkins_master
375
[ "no_license" ]
[ { "path": "pb_jenkins/roles/jenkins_master/tasks/main.yml", "content": "---\n\n - name: Install Jenkins repo key\n rpm_key: state=present key=http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key\n - name: Install Jenkins repo\n get_url: url=http://pkg.jenkins-ci.org/redhat/jenkins.repo dest=/etc/yum....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 8316, "all_permissive": false }
ansible_role
afanwang/ansible-playbook-examples
86a82b2a46a6238f9bf33a9d73e65a2937e587c9
0
pb_jenkins/roles/schedular_jobs
375
[ "no_license" ]
[ { "path": "pb_jenkins/roles/schedular_jobs/templates/schedule-jobs/monthly-config.xml.j2", "content": "<?xml version='1.0' encoding='UTF-8'?>\n<project>\n <actions/>\n <description></description>\n <logRotator class=\"hudson.tasks.LogRotator\">\n <daysToKeep>-1</daysToKeep>\n <numToKeep>50</numToKe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6767, "all_permissive": false }
ansible_role
afanwang/ansible-playbook-examples
86a82b2a46a6238f9bf33a9d73e65a2937e587c9
0
pb_logstash/roles/logstash_client
375
[ "no_license" ]
[ { "path": "pb_logstash/roles/logstash_client/handlers/main.yml", "content": "---\n - name: restart-logstash-indexer\n service: name=logstash-indexer state=restarted enabled=yes\n - name: restart-logstash-shipper\n service: name=logstash-shipper state=restarted enabled=yes\n - name: start-logstash-s...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 19596, "all_permissive": false }
ansible_role
afanwang/ansible-playbook-examples
86a82b2a46a6238f9bf33a9d73e65a2937e587c9
0
pb_logstash/roles/logstash_server
375
[ "no_license" ]
[ { "path": "pb_logstash/roles/logstash_server/tasks/main.yml", "content": "---\n## TBD - We should capability to remove existing elastisearch and upgrade \n - name: Check ElastiSearch Install Status\n shell: rpm -qa | grep elasticsearch\n register: es_status\n failed_when: \"'FAILED' in es_status....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 6624, "all_permissive": false }
ansible_role
afanwang/ansible-playbook-examples
86a82b2a46a6238f9bf33a9d73e65a2937e587c9
0
pb_mariadb/roles/mariadb_server
375
[ "no_license" ]
[ { "path": "pb_mariadb/roles/mariadb_server/tasks/main.yml", "content": "---\n - name: 'Check Mysql-Server Install Status'\n shell: \"mysql -V | awk '{ print $5}' | awk -F, '{print $1}'\"\n register: mysql_status\n ignore_errors: True\n # failed_when: \"'No' in mysql_status.stderr\"\n changed_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 7863, "all_permissive": false }
ansible_role
afanwang/ansible-playbook-examples
86a82b2a46a6238f9bf33a9d73e65a2937e587c9
0
pb_mongodb/roles/mongodb_replicas
375
[ "no_license" ]
[ { "path": "pb_mongodb/roles/mongodb_replicas/templates/mongod_repl.conf.j2", "content": "bind_ip={{ ansible_eth0.ipv4.address }}\nport=27017\ndbpath=/data/mongo\nfork=true\nlogpath=/var/log/mongo/mongod.log\nlogappend=true\npidfilepath=/var/run/mongodb/mongod.pid\nauth = true\nkeyFile = /etc/mongo_repl.key\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1270, "all_permissive": false }
ansible_role
afanwang/ansible-playbook-examples
86a82b2a46a6238f9bf33a9d73e65a2937e587c9
0
pb_mongodb/roles/mongodb_server
375
[ "no_license" ]
[ { "path": "pb_mongodb/roles/mongodb_server/tasks/main.yml", "content": "---\n - name: 'Prepare server for MongoDB'\n copy: src=../files/mongodb.repo dest=/etc/yum.repos.d/ mode=764 owner=root group=root\n when: \"'{{ ansible_eth0.ipv4.address }}' in groups['all-mongodb']\"\n - name: 'Install Mongodb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1934, "all_permissive": false }
ansible_role
afanwang/ansible-playbook-examples
86a82b2a46a6238f9bf33a9d73e65a2937e587c9
0
pb_mysql/roles/mysql_client
375
[ "no_license" ]
[ { "path": "pb_mysql/roles/mysql_client/tasks/main.yml", "content": "---\n# Mysql Client packages to access MySQL Server \n - name: 'Mysql(MariaDB) client Packages installation using YUM'\n yum: name={{ item.package }} state={{ item.state }}\n with_items:\n - { package: 'mysql', state: 'present...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 290, "all_permissive": false }
ansible_role
afanwang/ansible-playbook-examples
86a82b2a46a6238f9bf33a9d73e65a2937e587c9
0
pb_mysql/roles/mysql_server
375
[ "no_license" ]
[ { "path": "pb_mysql/roles/mysql_server/tasks/main.yml", "content": "---\n # - name: 'prepare server for MariaDB'\n # copy: src=../files/MariaDB.repo dest=/etc/yum.repos.d/ mode=764 owner=root group=root\n # when: \"'{{ ansible_eth0.ipv4.address }}' in groups['all-mariadb']\"\n - name: 'Install MySQL'\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1316, "all_permissive": false }
ansible_role
caozhi/devops-all-in-one
5edf12f0da45af14af4bbb1f516cbabbabe5ceb4
0
cicd/ansible/roles/app
375
[ "no_license" ]
[ { "path": "cicd/ansible/roles/app/tasks/main.yml", "content": "\n- name: stop app first\n command: echo commmand\n notify: Stop Tomcat\n\n- name: copy app package\n copy: src={{item.src}} dest={{item.dest}} backup=yes owner=root group=root\n with_items:\n - { src: latest.war, dest: \"{{tomcat_basedir}}...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 921, "all_permissive": false }
ansible_role
caozhi/devops-all-in-one
5edf12f0da45af14af4bbb1f516cbabbabe5ceb4
0
cicd/ansible/roles/static
375
[ "no_license" ]
[ { "path": "cicd/ansible/roles/static/tasks/main.yml", "content": "- name: stop app first\n command: echo commmand\n notify: Stop Tomcat\n\n- name: copy static artifact\n copy: src={{item.src}} dest={{item.dest}} backup=yes # owner=root group=root\n with_items:\n - { src: latest.tar.gz, dest: \"{{tomcat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 639, "all_permissive": false }
ansible_role
Otoru/ASTPP-Deployment
23b851d4682507fe143e89ca38c283eb8203eafa
0
ansible/roles/astpp
375
[ "no_license" ]
[ { "path": "ansible/roles/astpp/tasks/main.yml", "content": "- name: Install Prerequisties\n include_tasks: \n file: prerequisties.yml\n tags:\n - prerequisties\n\n- name: Get source code\n include_tasks:\n file: source.yml\n tags:\n - source\n\n- name: Install freeswitch\n include_tasks:\n ...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 14539, "all_permissive": false }
ansible_role
andriipetruk/openam_ansible
6086033ef19799c8bbfbc7528c6a84132819554a
0
roles/nginxmodam
375
[ "no_license" ]
[ { "path": "roles/nginxmodam/defaults/main.yml", "content": "mantl_nginxmodam_image: andriipetruk/nginxmodam-mantlui\nmantl_nginxmodam_image_tag: latest\nmantlui_host: mantlctr01.cisco.com\nmantlui_port: 443\nmantlui_loginpass: <PASSWORD>\nopenam: http://mantl-openam:8080/openam\nnginxmodam_cfg_dir: /etc/man...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4681, "all_permissive": false }
ansible_role
andriipetruk/openam_ansible
6086033ef19799c8bbfbc7528c6a84132819554a
0
roles/openam
375
[ "no_license" ]
[ { "path": "roles/openam/tasks/main.yml", "content": "---\n- name: ensure mantl-openam docker image is present\n sudo: yes\n command: /usr/bin/docker pull {{ mantl_openam_image }}:{{ mantl_openam_image_tag }}\n tags:\n - nginxsso\n - bootstrap\n\n- name: generate pkcs12 if not exist\n sudo: yes\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4321, "all_permissive": false }
ansible_role
andriipetruk/openam_ansible
6086033ef19799c8bbfbc7528c6a84132819554a
0
roles/openam-master
375
[ "no_license" ]
[ { "path": "roles/openam-master/tasks/main.yml", "content": "---\n- include: openamagentadd.yml \n- include: policyset.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/openam-master/tasks/openamagentadd.yml", "content": "\n- name: ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1414, "all_permissive": false }