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
kishore0709/odoo_project
8a011d78e4c01f9d38efb620a6b9459bc37f845a
0
roles/nginx_setup
2,498
[ "no_license" ]
[ { "path": "roles/nginx_setup/tasks/main.yml", "content": "- name: Add epel-release repo\n yum:\n name: epel-release\n state: present\n\n- name: Install nginx\n yum:\n name: nginx\n state: present\n\n- name: Start NGiNX\n service:\n name: nginx\n state: started\n\n- name: Allow nginx in ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1613, "all_permissive": false }
ansible_role
kishore0709/odoo_project
8a011d78e4c01f9d38efb620a6b9459bc37f845a
0
roles/odoo_setup
2,498
[ "no_license" ]
[ { "path": "roles/odoo_setup/tasks/main.yml", "content": "- name: Install Docker\n shell: curl -fsSL https://get.docker.com/ | sh\n\n- name: Start Docker engine\n service: name=docker state=started enabled=yes\n\n- name: Allow Vagrant user to execute docker commands\n shell: sudo usermod -aG docker {{ sup...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 637, "all_permissive": false }
ansible_role
kishore0709/odoo_project
8a011d78e4c01f9d38efb620a6b9459bc37f845a
0
roles/postgres_common
2,498
[ "no_license" ]
[ { "path": "roles/postgres_common/tasks/main.yml", "content": "---\n- name: Install pgdg-centos96 RPM\n yum: \n name: http://yum.postgresql.org/9.6/redhat/rhel-7-x86_64/pgdg-centos96-9.6-3.noarch.rpm\n state: present\n\n- name: Install PostgreSQL RPM\n yum:\n name: ['postgresql96-server', 'postgre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1014, "all_permissive": false }
ansible_role
kishore0709/odoo_project
8a011d78e4c01f9d38efb620a6b9459bc37f845a
0
roles/postgres_master
2,498
[ "no_license" ]
[ { "path": "roles/postgres_master/tasks/main.yml", "content": "- name: Deploy Postgresql.conf templated file\n template:\n src: postgresql.conf.j2\n dest: /var/lib/pgsql/9.6/data/postgresql.conf\n mode: '0644'\n\n- name: Create archive directory\n file:\n path: /var/lib/pgsql/9.6/archive\n m...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1255, "all_permissive": false }
ansible_role
kishore0709/odoo_project
8a011d78e4c01f9d38efb620a6b9459bc37f845a
0
roles/postgres_slave
2,498
[ "no_license" ]
[ { "path": "roles/postgres_slave/templates/recovery.conf.j2", "content": "standby_mode = 'on'\n \nprimary_conninfo = 'host={{ hostvars['postgres1'].ansible_ssh_host }} port=5432 user=replica password={{ <PASSWORD> }} application_name=postgres1'\n \ntrigger_file = '/tmp/postgresql.trigger.5432'\n", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1150, "all_permissive": false }
ansible_role
davestern/ansible-init
87aa5f64098e4cdfff4cc777d5465ddee3f52db8
77
roles/init
2,498
[ "no_license" ]
[ { "path": "roles/init/templates/all.j2", "content": "---\n# file: group_vars/all\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/init/templates/role.j2", "content": "---\n# {{ item }} role\n\n- hosts: {{ item }}\n roles:\n - { role:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 2167, "all_permissive": false }
ansible_role
Kabanitos/otus_linux_basic
e8f9505742f9fe1af337d7f82ce53c50e57de314
0
otus_linux_basic/roles/install_grafana
2,498
[ "no_license" ]
[ { "path": "otus_linux_basic/roles/install_grafana/tasks/main.yaml", "content": "---\n\n- name: Загружаем файл репозитория grafana\n copy:\n src: grafana.repo\n dest: /etc/yum.repos.d/grafana.repo\n owner: root\n group: root\n mode: 0755\n\n- name: Обновляем список repo \n yum:\n name: '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 507, "all_permissive": false }
ansible_role
Kabanitos/otus_linux_basic
e8f9505742f9fe1af337d7f82ce53c50e57de314
0
otus_linux_basic/roles/install_mysql_slave
2,498
[ "no_license" ]
[ { "path": "otus_linux_basic/roles/install_mysql_slave/templates/my.cnf.j2", "content": "[client]\nuser=root\npassword='{{<PASSWORD>}}'\n\n[mysqld]\nbind-address ={{ slave_host }}\nserver-id = 2\nlog_bin = mysql-bin", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1852, "all_permissive": false }
ansible_role
Kabanitos/otus_linux_basic
e8f9505742f9fe1af337d7f82ce53c50e57de314
0
otus_linux_basic/roles/install_node_exporter
2,498
[ "no_license" ]
[ { "path": "otus_linux_basic/roles/install_node_exporter/tasks/main.yaml", "content": "---\n\n\n- name: Добавляем системные группы\n group:\n name: node_exporter\n system: yes\n \n- name: Добавляем системного пользователя \n user:\n name: node_exporter\n shell: /sbin/nologin\n create_home: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 802, "all_permissive": false }
ansible_role
Kabanitos/otus_linux_basic
e8f9505742f9fe1af337d7f82ce53c50e57de314
0
otus_linux_basic/roles/install_prometheus
2,498
[ "no_license" ]
[ { "path": "otus_linux_basic/roles/install_prometheus/tasks/main.yaml", "content": "---\n\n\n- name: Добавляем системные группы\n group:\n name: \"{{ item }}\"\n system: yes\n with_items:\n - prometheus\n - node_exporter\n\n- name: Добавляем системного пользователя \n user:\n name: \"{{ i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2232, "all_permissive": false }
ansible_role
Kabanitos/otus_linux_basic
e8f9505742f9fe1af337d7f82ce53c50e57de314
0
otus_linux_basic/roles/replication_master
2,498
[ "no_license" ]
[ { "path": "otus_linux_basic/roles/replication_master/tasks/main.yaml", "content": "---\n- name: Create user repl\n mysql_user:\n login_user: root\n login_password: '{{ <PASSWORD>}}'\n name: repl\n password: '{{ <PASSWORD> }}'\n priv: \"*.*:REPLICATION SLAVE,REPLICATION CLIENT\"\n host: '%...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 216, "all_permissive": false }
ansible_role
Kabanitos/otus_linux_basic
e8f9505742f9fe1af337d7f82ce53c50e57de314
0
otus_linux_basic/roles/replication_slave
2,498
[ "no_license" ]
[ { "path": "otus_linux_basic/roles/replication_slave/tasks/main.yaml", "content": "---\n\n- name: STOP SLAVE\n mysql_replication:\n mode: stopslave\n login_user: root\n login_password: '{{ <PASSWORD>}}'\n\n\n- name: Get primary binlog file name\n shell: mysql -u repl -h '{{master_host}}' -e \"SHO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1116, "all_permissive": false }
ansible_role
Kabanitos/otus_linux_basic
e8f9505742f9fe1af337d7f82ce53c50e57de314
0
otus_linux_basic/roles/web_balance_master
2,498
[ "no_license" ]
[ { "path": "otus_linux_basic/roles/web_balance_master/tasks/main.yaml", "content": "---\n\n- name: install EPEL repo\n yum:\n name: epel-release\n\n- name: install nginx,httpd\n yum:\n name: \n - nginx\n - httpd\n state: latest\n\n- name: backup conf httpd\n copy:\n remote_src: yes \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 957, "all_permissive": false }
ansible_role
Kabanitos/otus_linux_basic
e8f9505742f9fe1af337d7f82ce53c50e57de314
0
otus_linux_basic/roles/web_balance_slave
2,498
[ "no_license" ]
[ { "path": "otus_linux_basic/roles/web_balance_slave/tasks/main.yaml", "content": "---\n\n\n- name: install httpd\n yum:\n name: httpd\n state: latest\n\n- name: backup conf httpd\n copy:\n remote_src: yes \n src: /etc/httpd/conf/httpd.conf\n dest: /etc/httpd/conf/httpd.conf.back\n backup...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 498, "all_permissive": false }
ansible_role
nergalex/f5-apim-infra_as_code
5968ed0255468aa57ffa4236989a4866456f4a2c
0
playbooks/roles/poc-azure
2,498
[ "no_license" ]
[ { "path": "playbooks/roles/poc-azure/tasks/get-vm-devportal.yaml", "content": "---\n- name: GET Public IP Address\n delegate_to: localhost\n azure.azcollection.azure_rm_publicipaddress_info:\n resource_group: \"rg-{{ extra_platform_name }}\"\n name: \"devportal-{{ extra_platform_name }}\"\n registe...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3895, "all_permissive": false }
ansible_role
nergalex/f5-apim-infra_as_code
5968ed0255468aa57ffa4236989a4866456f4a2c
0
playbooks/roles/poc-consul
2,498
[ "no_license" ]
[ { "path": "playbooks/roles/poc-consul/tasks/agnostic_api-register_idp_info.yaml", "content": "---\n- name: CREATE Consul - server_name\n consul_kv:\n scheme: \"{{extra_consul.agent_scheme}}\"\n validate_certs: no\n host: \"{{extra_consul.agent_ip}}\"\n port: \"{{extra_consul.agent_port}}\"\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2584, "all_permissive": false }
ansible_role
nergalex/f5-apim-infra_as_code
5968ed0255468aa57ffa4236989a4866456f4a2c
0
playbooks/roles/poc-nginx
2,498
[ "no_license" ]
[ { "path": "playbooks/roles/poc-nginx/tasks/managed_nginx.yaml", "content": "---\n- name: INSTALL package\n package:\n name: policycoreutils-python\n state: present\n\n- name: CREATE install directory\n file:\n path: /root/nginx-controller\n state: directory\n\n- name: COPY files/nginx-plus-api...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2473, "all_permissive": false }
ansible_role
nergalex/f5-apim-infra_as_code
5968ed0255468aa57ffa4236989a4866456f4a2c
0
playbooks/roles/poc-nginx_controller
2,498
[ "no_license" ]
[ { "path": "playbooks/roles/poc-nginx_controller/templates/agnostic_api-dev_portal.json", "content": "{\n \"metadata\": {\n \"name\": \"dev_{{ extra_app.name | lower }}\",\n \"displayName\": \"Dev Portal {{ extra_app.name }}\",\n \"description\": \"Generated by CMP\"\n },\n \"desiredState\": {\n ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 19186, "all_permissive": false }
ansible_role
tatsuki-m/ansible-network-with-docker
c4feef1a8fc078bbe65f48c9017c641a34e7dfb7
0
roles/client
2,498
[ "no_license" ]
[ { "path": "roles/client/tasks/main.yml", "content": "---\n- name: insert bridge in /etc/network/interfaces\n blockinfile:\n dest: /etc/network/interfaces\n content: |\n auto {{ ifname0 }}\n iface {{ ifname0 }} inet static\n address {{ ip_addr.client.ifname0 }}\n netmask {{ netmask...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1012, "all_permissive": false }
ansible_role
tatsuki-m/ansible-network-with-docker
c4feef1a8fc078bbe65f48c9017c641a34e7dfb7
0
roles/cloud
2,498
[ "no_license" ]
[ { "path": "roles/cloud/tasks/main.yml", "content": "---\n- name: insert bridge in /etc/network/interfaces\n blockinfile:\n dest: /etc/network/interfaces\n content: |\n auto {{ ifname1 }}\n iface {{ ifname1 }} inet static\n address {{ ip_addr.cloud.ifname1 }}\n netmask {{ netmask }...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1012, "all_permissive": false }
ansible_role
tatsuki-m/ansible-network-with-docker
c4feef1a8fc078bbe65f48c9017c641a34e7dfb7
0
roles/common
2,498
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Update packages.\n apt: update_cache=yes\n\n- name: Upgrade packages.\n apt: upgrade=dist\n\n- name: Allow port forwarding\n replace:\n dest: /etc/sysctl.conf\n regexp: '^#net.ipv4.ip_forward=1'\n replace: 'net.ipv4.ip_forward=1'\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 240, "all_permissive": false }
ansible_role
tatsuki-m/ansible-network-with-docker
c4feef1a8fc078bbe65f48c9017c641a34e7dfb7
0
roles/core-edge
2,498
[ "no_license" ]
[ { "path": "roles/core-edge/tasks/main.yml", "content": "---\n- name: insert bridge with ifname0 and ifname1 in /etc/network/interfaces\n blockinfile:\n dest: /etc/network/interfaces\n content: |\n auto {{ ifname0 }}\n iface {{ ifname0 }} inet static\n address {{ ip_addr.core_edge.ifnam...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 989, "all_permissive": false }
ansible_role
tatsuki-m/ansible-network-with-docker
c4feef1a8fc078bbe65f48c9017c641a34e7dfb7
0
roles/docker
2,498
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install packages, which enables to work with https.\n apt: name={{ item }} state=present\n with_items:\n - apt-transport-https\n - ca-certificates\n - git\n\n- name: Add docker pgpg key.\n apt_key: keyserver={{ keyserver }} id={{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1172, "all_permissive": false }
ansible_role
tatsuki-m/ansible-network-with-docker
c4feef1a8fc078bbe65f48c9017c641a34e7dfb7
0
roles/edge
2,498
[ "no_license" ]
[ { "path": "roles/edge/tasks/main.yml", "content": "---\n- name: insert bridge with ifname0 and ifname1 in /etc/network/interfaces\n blockinfile:\n dest: /etc/network/interfaces\n content: |\n auto {{ ifname0 }}\n iface {{ ifname0 }} inet static\n address {{ ip_addr.edge.ifname0 }}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 973, "all_permissive": false }
ansible_role
IBM/cloud-enterprise-examples
4229b2d3a18a2975bdfb1c8f1202a44b37c326c8
23
iac/12-ansible/roles/logdna
2,498
[ "no_license" ]
[ { "path": "iac/12-ansible/roles/logdna/tasks/configure.yaml", "content": "- name: Setting LogDNA Ingestion Key\n shell: \"logdna-agent -k {{ conf_key }}\"\n when: conf_key != \"\"\n\n- name: Adding Log Directories\n shell: \"logdna-agent -d {{ conf_logdir }}\"\n when: conf_logdir != \"\"\n\n- name: Addi...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1560, "all_permissive": false }
ansible_role
rszmigiel/openshift-lab
1b57777ec1cb46e21d77b8da516926100d26b231
0
rhel4edge-00/roles/dnsmasq
2,498
[ "no_license" ]
[ { "path": "rhel4edge-00/roles/dnsmasq/templates/bootstrap.ipxe.j2", "content": "#!ipxe\nkernel http://{{ dhcp_range.host }}/vmlinuz initrd=initrd.img inst.ks=http://{{ dhcp_range.host }}/kickstart.cfg rd.neednet=1 ip=dhcp rd.net.dhcp.retry=9 rd.net.timeout.dhcp=20 inst.stage2=http://{{ dhcp_range.host }}/\n...
{ "task_files": 11, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 18, "total_bytes": 9342, "all_permissive": false }
ansible_role
rszmigiel/openshift-lab
1b57777ec1cb46e21d77b8da516926100d26b231
0
rhel4edge-00/roles/image_builder
2,498
[ "no_license" ]
[ { "path": "rhel4edge-00/roles/image_builder/tasks/download-virtctl-cli.yml", "content": "- name: Ensure virtctl CLI is available\n get_url:\n url: \"https://hyperconverged-cluster-cli-download-openshift-cnv.apps.{{ cluster_name }}/amd64/linux/virtctl.tar.gz\"\n dest: \"/tmp\"\n validate_certs: fal...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1593, "all_permissive": false }
ansible_role
Tejasri1127/DevOps-Assessment-Task
65fc6aba6eb77f7a39283a87358b848b1746bcd4
0
ansible/roles/docker
2,498
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yaml", "content": "---\n- name: Install required packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n state: present\n update_cache: yes\n\n- name: Add Docker GPG key\n apt_key:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 772, "all_permissive": false }
ansible_role
Tejasri1127/DevOps-Assessment-Task
65fc6aba6eb77f7a39283a87358b848b1746bcd4
0
ansible/roles/nginx
2,498
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yaml", "content": "---\n- name: Install NGINX\n apt:\n name: nginx\n state: present\n\n- name: Copy NGINX config\n copy:\n src: ../../nginx/default.conf\n dest: /etc/nginx/sites-available/default\n mode: '0644'\n\n- name: Restart NGINX\n service:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
Tejasri1127/DevOps-Assessment-Task
65fc6aba6eb77f7a39283a87358b848b1746bcd4
0
ansible/roles/swarm
2,498
[ "no_license" ]
[ { "path": "ansible/roles/swarm/tasks/main.yaml", "content": "---\n- name: Initialize Docker Swarm\n shell: docker swarm init || true\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 72, "all_permissive": false }
ansible_role
LACNIC/elections-open-source
0243c9574e3fcb59f5f25cc9ae49299f84bbc047
2
ansible/roles/elections
2,538
[ "no_license" ]
[ { "path": "ansible/roles/elections/tasks/07-deploy-apps.yaml", "content": "---\r\n\r\n- name: 'Instalación de aplicaciones'\r\n copy:\r\n src: files/deployments/\r\n dest: /opt/wildfly/standalone/deployments/\r\n owner: jboss\r\n group: jboss\r\n mode: 0755\r\n", "license_type": "no_lice...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 11918, "all_permissive": false }
ansible_role
kajihan/roles-kajihan
a51bde575d11601d18412db5774c876afdeb04a4
0
roles/db
2,538
[ "no_license" ]
[ { "path": "roles/db/tasks/postgresql.yml", "content": "---\n- name: Install PostgreSQL packages\n become: true\n ansible.builtin.apt:\n name:\n - postgresql\n - python3-psycopg2\n state: present\n update_cache: true\n register: apt_install_result\n failed_when: >\n apt_install_resu...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2692, "all_permissive": false }
ansible_role
kajihan/roles-kajihan
a51bde575d11601d18412db5774c876afdeb04a4
0
roles/server
2,538
[ "no_license" ]
[ { "path": "roles/server/tasks/laravel.yml", "content": "---\n- name: Ensure temporary clone directory exists\n ansible.builtin.file:\n path: \"/tmp/laravel_clone\"\n state: directory\n mode: '0755'\n become: true\n\n- name: Clone Laravel repository to temporary directory\n ansible.builtin.git:\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3339, "all_permissive": false }
ansible_role
pikkilichakri/Expense_Ansible_Roles
2e0af43055f7587f850f5de696a9a218a3719af7
0
roles/frontend
2,538
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yaml", "content": "- name: install nginx\n ansible.builtin.package:\n name: nginx\n state: installed\n\n- name: enable and start nginx\n ansible.builtin.service:\n name: nginx\n enabled: yes\n state: started\n\n- name: include common role \n include_rol...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1209, "all_permissive": false }
ansible_role
pikkilichakri/Expense_Ansible_Roles
2e0af43055f7587f850f5de696a9a218a3719af7
0
roles/mysql
2,538
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yaml", "content": "- name: install MYSQL libraries\n ansible.builtin.pip:\n name: \"{{ item }}\"\n executable: pip3.9\n loop:\n - PyMySQL\n - cryptography\n\n- name: install mysql-server\n ansible.builtin.package:\n name: mysql-server\n state: installed\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 904, "all_permissive": false }
ansible_role
semantul/sf_B10
615d7194ec3b9369cb09d9ad2aa5002e27256f6c
0
ansible/playbooks/roles/dnsmasq
2,538
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/dnsmasq/README.md", "content": "Role Name DNSMASQ\n=========\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "ansible/playbooks/roles/dnsmasq/tasks/main.yml", "content": "---\n- name: Install dnsmasq\n ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 231, "all_permissive": false }
ansible_role
semantul/sf_B10
615d7194ec3b9369cb09d9ad2aa5002e27256f6c
0
ansible/playbooks/roles/lep
2,538
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/lep/tasks/main.yml", "content": "---\n- name: Install packages\n ansible.builtin.dnf:\n name:\n - nginx\n - php-fpm\n\n- name: Copy nginx configuration\n ansible.builtin.copy:\n src: \"../files/my.conf\"\n dest: \"/etc/nginx/conf.d/my.conf\"\n\n- name: Copy P...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1047, "all_permissive": false }
ansible_role
semantul/sf_B10
615d7194ec3b9369cb09d9ad2aa5002e27256f6c
0
ansible/playbooks/roles/vsftpd
2,538
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/vsftpd/README.md", "content": "Role Name VSFTPD\n=========\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "ansible/playbooks/roles/vsftpd/tasks/main.yml", "content": "---\n- name: Install FTP server VSFTPD...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 238, "all_permissive": false }
ansible_role
jamesdbloom/continuous-delivery-tools
cf7894ef99567ed6f48fd3bb6cdd7dceec7b6a89
11
ansible/jenkins/roles/base
2,538
[ "no_license" ]
[ { "path": "ansible/jenkins/roles/base/tasks/main.yml", "content": "---\n- name: create base image\n command: /usr/bin/docker build -t=\"mockserver/base\" https://raw.github.com/jamesdbloom/mockserver/master/ci/docker/base/Dockerfile\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 163, "all_permissive": false }
ansible_role
jamesdbloom/continuous-delivery-tools
cf7894ef99567ed6f48fd3bb6cdd7dceec7b6a89
11
ansible/jenkins/roles/java7
2,538
[ "no_license" ]
[ { "path": "ansible/jenkins/roles/java7/tasks/main.yml", "content": "---\n- name: create java 1.7 image\n command: /usr/bin/docker build -t=\"mockserver/java7\" https://raw.github.com/jamesdbloom/mockserver/master/ci/docker/java7/Dockerfile", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 168, "all_permissive": false }
ansible_role
jamesdbloom/continuous-delivery-tools
cf7894ef99567ed6f48fd3bb6cdd7dceec7b6a89
11
ansible/jenkins/roles/jenkins
2,538
[ "no_license" ]
[ { "path": "ansible/jenkins/roles/jenkins/tasks/main.yml", "content": "---\n- name: create jenkins image\n command: /usr/bin/docker build -t=\"mockserver/jenkins\" https://raw.github.com/jamesdbloom/mockserver/master/ci/docker/jenkins/Dockerfile\n\n- name: stop any existing jenkins container (ignore failure...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 551, "all_permissive": false }
ansible_role
jamesdbloom/continuous-delivery-tools
cf7894ef99567ed6f48fd3bb6cdd7dceec7b6a89
11
ansible/jenkins/roles/nginx
2,538
[ "no_license" ]
[ { "path": "ansible/jenkins/roles/nginx/tasks/main.yml", "content": "---\n- name: create nginx image\n command: /usr/bin/docker build -t=\"mockserver/nginx\" https://raw.github.com/jamesdbloom/mockserver/master/ci/docker/nginx/Dockerfile\n\n- name: stop any existing nginx container (ignore failure i.e. firs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 544, "all_permissive": false }
ansible_role
chrisjalinsky/kafka-lab
815547d0b358137f73077f2fff6aeb3f65ada5e0
1
ansible/roles/confluent
2,538
[ "no_license" ]
[ { "path": "ansible/roles/confluent/handlers/main.yml", "content": "---\n\n- name: restart schema-registry-start\n service:\n name: schema-registry-start\n state: restarted\n\n- name: restart connect-distributed\n service:\n name: connect-distributed\n state: restarted\n\n- name: restart contro...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 7816, "all_permissive": false }
ansible_role
chrisjalinsky/kafka-lab
815547d0b358137f73077f2fff6aeb3f65ada5e0
1
ansible/roles/go
2,538
[ "no_license" ]
[ { "path": "ansible/roles/go/templates/custom_handler.go", "content": "package main\n\nimport (\n\t\"github.com/kataras/iris\"\n)\n\ntype MyData struct {\n\tSysname string // this will be the same for all requests\n\tVersion int // this will be the same for all requests\n\tUserAgent string // this wil...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3500, "all_permissive": false }
ansible_role
chrisjalinsky/kafka-lab
815547d0b358137f73077f2fff6aeb3f65ada5e0
1
ansible/roles/mapr_client
2,538
[ "no_license" ]
[ { "path": "ansible/roles/mapr_client/tasks/mapr-kafka.yml", "content": "---\n\n- name: Workaround for the Ansible 2.2 way to install mapr-kafka\n shell: apt-get install mapr-kafka -y --allow-unauthenticated ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { ...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 8915, "all_permissive": false }
ansible_role
chrisjalinsky/kafka-lab
815547d0b358137f73077f2fff6aeb3f65ada5e0
1
ansible/roles/mapr_streams_sample_apps
2,538
[ "no_license" ]
[ { "path": "ansible/roles/mapr_streams_sample_apps/tasks/main.yml", "content": "---\n\n- name: Ensure git installed\n apt:\n name: git\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Ensure Git repo dir present\n file:\n dest: \"{{ item }}\"\n mode: \"0777\"\n state: directory\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 632, "all_permissive": false }
ansible_role
chrisjalinsky/kafka-lab
815547d0b358137f73077f2fff6aeb3f65ada5e0
1
ansible/roles/torq
2,538
[ "no_license" ]
[ { "path": "ansible/roles/torq/tasks/main.yml", "content": "---\n\n- name: Install apt packages\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n cache_valid_time: 3600\n with_items:\n - \"ca-certificates\"\n - \"build-essential\"\n - \"libxmu-dev\"\n - \"libxmu6\"\n - \"libxi-dev...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 529, "all_permissive": false }
ansible_role
annacprice/ansible.bactocap
2a51d2b458e4aedcc3c6c82fa473704495d0864f
0
roles/bactocap
2,538
[ "no_license" ]
[ { "path": "roles/bactocap/tasks/main.yml", "content": "### assumes ubuntu image\n---\n- name: update apt cache\n apt: update_cache=yes\n become: true\n\n- name: install packages\n apt: \n pkg: \n - curl\n - build-essential\n - git\n - pkg-config\n - defau...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1554, "all_permissive": false }
ansible_role
chimplie/chops
e6df6ea50c81dedeebe062460f0f041face6485c
0
chops/plugins/ansible/templates/roles/base
2,538
[ "no_license" ]
[ { "path": "chops/plugins/ansible/templates/roles/base/tasks/main.yml", "content": "- name: Install base packages\n apt: name={{ item }} state=present\n with_items:\n - locales\n - build-essential\n - acl\n - ntp\n - htop\n - git\n - supervisor\n - python-pip\n - python3-pip\n t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 569, "all_permissive": false }
ansible_role
chimplie/chops
e6df6ea50c81dedeebe062460f0f041face6485c
0
chops/plugins/ansible/templates/roles/nginx
2,538
[ "no_license" ]
[ { "path": "chops/plugins/ansible/templates/roles/nginx/tasks/main.yml", "content": "---\n- name: Ensure nginx is installed\n apt: name=nginx state=present\n notify:\n - restart nginx\n tags:\n - packages\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 123, "all_permissive": false }
ansible_role
chimplie/chops
e6df6ea50c81dedeebe062460f0f041face6485c
0
chops/plugins/ansible/templates/roles/nodejs
2,538
[ "no_license" ]
[ { "path": "chops/plugins/ansible/templates/roles/nodejs/vars/main.yml", "content": "---\nNODEJS_VERSION: \"8\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "chops/plugins/ansible/templates/roles/nodejs/tasks/main.yml", "content": "---\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 575, "all_permissive": false }
ansible_role
razaqofficial/uda-capstone
65b75baa7437c5b70d98865a9a982b61908baef1
0
ansible/roles/configure-server
2,538
[ "no_license" ]
[ { "path": "ansible/roles/configure-server/tasks/main.yml", "content": "---\n\n- name: \"update apt packages\"\n become: true\n apt:\n update_cache: yes\n \n- name: \"update package cache\"\n become: yes\n apt:\n update_cache: yes\n\n- name: \"remove dependencies that are no longer required\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 637, "all_permissive": false }
ansible_role
razaqofficial/uda-capstone
65b75baa7437c5b70d98865a9a982b61908baef1
0
ansible/roles/start-application
2,538
[ "no_license" ]
[ { "path": "ansible/roles/start-application/tasks/main.yml", "content": "---\n\n- name: \"Create app directory if it does not exist\"\n become: true\n file:\n path: /home/ubuntu/app\n state: directory\n mode: 0775\n\n- name: \"unzip app directory\"\n become: true\n unarchive:\n src: ~/project...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
liuxinjialol/kubespray-cn
32d8a8f9d4dc5cc6c789ce329ca2e48d80d227f1
0
roles/bootstrap-centos
2,538
[ "permissive" ]
[ { "path": "roles/bootstrap-centos/defaults/main.yml", "content": "---\nyum_repos_d_backup_dir: \"/opt/yum_repos_d_backup\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 54 }, { "path": "roles/bootstrap-centos/tasks/main.yml", "conten...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2449, "all_permissive": true }
ansible_role
liuxinjialol/kubespray-cn
32d8a8f9d4dc5cc6c789ce329ca2e48d80d227f1
0
roles/docker
2,538
[ "permissive" ]
[ { "path": "roles/docker/templates/daemon.json.j2", "content": "{\r\n \"registry-mirrors\": [\r\n {% if docker_registry_mirrors is defined -%}\n {% for item in docker_registry_mirrors %}\"{{ item }}\"{% if not loop.last %},{% endif -%}\n {% endfor %}\r\n {% endif %}]{% if docker_insecure_registries is ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1748, "all_permissive": true }
ansible_role
liuxinjialol/kubespray-cn
32d8a8f9d4dc5cc6c789ce329ca2e48d80d227f1
0
roles/haproxy
2,538
[ "permissive" ]
[ { "path": "roles/haproxy/handlers/main.yml", "content": "# handlers file for haproxy\n---\n- name: restart haproxy\n service:\n name: haproxy\n state: \"{{ haproxy_restart_handler_state }}\"\n when: service_default_state | default('started') == 'started'\n", "license_type": "permissive", "de...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 4193, "all_permissive": true }
ansible_role
liuxinjialol/kubespray-cn
32d8a8f9d4dc5cc6c789ce329ca2e48d80d227f1
0
roles/java
2,538
[ "permissive" ]
[ { "path": "roles/java/defaults/debian-ubuntu.yml", "content": "---\n# file: oracle-java/defaults/debian-ubuntu.yml\n#\n# Default variables for Ubuntu Linux distributions.\n#\n\noracle_java_apt_repository: 'ppa:linuxuprising/java'\noracle_java_cache_valid_time: 3600\noracle_java_deb_package: 'oracle-java11-i...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2425, "all_permissive": true }
ansible_role
liuxinjialol/kubespray-cn
32d8a8f9d4dc5cc6c789ce329ca2e48d80d227f1
0
roles/kubespray
2,538
[ "permissive" ]
[ { "path": "roles/kubespray/defaults/main.yml", "content": "# kubespray subdirectory name under inventory/, that is, inventory/avic\r\nmy_cluster: \"mycluster\"\r\n# the repository proxy server domain or IP\r\nrepository_proxy_url: \"proxy.auslides.com\"\r\nrepository_proxy_port: 8081\r\nrepository_proxy_reg...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3074, "all_permissive": true }
ansible_role
liuxinjialol/kubespray-cn
32d8a8f9d4dc5cc6c789ce329ca2e48d80d227f1
0
roles/nexus
2,538
[ "permissive" ]
[ { "path": "roles/nexus/tasks/main.yml", "content": "---\n# A persistent directory, /nexus-data, is used for configuration, logs, and storage. This directory needs \n# to be writable by the Nexus process, which runs as UID 200. -- from Nexus document.\n#\n- name: Ensure group \"nexus\" exists\n group:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2587, "all_permissive": true }
ansible_role
liuxinjialol/kubespray-cn
32d8a8f9d4dc5cc6c789ce329ca2e48d80d227f1
0
roles/nexus3
2,538
[ "permissive" ]
[ { "path": "roles/nexus3/tasks/nexus_install.yml", "content": "---\n- name: Ensure Nexus o/s group exists\n group:\n name: \"{{ nexus_os_group }}\"\n state: present\n\n- name: Ensure Nexus o/s user exists\n user:\n name: \"{{ nexus_os_user }}\"\n group: \"{{ nexus_os_group }}\"\n shell: \"/b...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6596, "all_permissive": true }
ansible_role
liuxinjialol/kubespray-cn
32d8a8f9d4dc5cc6c789ce329ca2e48d80d227f1
0
roles/prerequisites
2,538
[ "permissive" ]
[ { "path": "roles/prerequisites/tasks/main.yml", "content": "---\n- name: update all packages\n yum:\n name: '*'\n state: latest\n become: yes\n\n- name: install network tools\n yum:\n name: net-tools\n become: yes\n\n- name: install ntp\n yum:\n name: ntp\n become: yes\n\n- name: check ntp...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3218, "all_permissive": true }
ansible_role
loboff1/Jenkins-Ansible
a13320066d0ded7b960922f68ebe7a5c681bba0e
0
ansible/roles/install_apache2
2,538
[ "no_license" ]
[ { "path": "ansible/roles/install_apache2/tasks/main.yml", "content": "---\n# tasks file for install_apache2\n\n- name: INSTALL APACHE2 AND PHP-MOD\n apt: \n name: \"{{ packages }}\" \n update_cache: yes \n state: latest\n vars:\n packages:\n - apache2\n - libapache2-mod-php\n \n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1442, "all_permissive": false }
ansible_role
caonguyen1408/ansible-kafka-spark-cassandra
b175d425b0d0016618f0a0f76c9aeb7f3844a12e
0
roles/kafka
2,558
[ "no_license" ]
[ { "path": "roles/kafka/tasks/main.yml", "content": "- name: Download the tarball\n get_url: url=\"http://{{ apache_mirror }}/kafka/{{ kafka_version }}/kafka_2.11-{{ kafka_version }}.tgz\" dest=/opt/kafka_2.11-{{ kafka_version }}.tgz\n- name: Extract the tarball\n unarchive: src=/opt/kafka_2.11-{{ kafka_ve...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 947, "all_permissive": false }
ansible_role
caonguyen1408/ansible-kafka-spark-cassandra
b175d425b0d0016618f0a0f76c9aeb7f3844a12e
0
roles/provision-ec2
2,558
[ "no_license" ]
[ { "path": "roles/provision-ec2/tasks/main.yml", "content": "\n---\n - name: Provision EC2 Instances\n local_action:\n module: ec2\n key_name: \"{{ ec2_keypair }}\"\n group_id: \"{{ ec2_security_group }}\"\n instance_type: \"{{ ec2_instance_type }}\"\n image: \"{{ ec2_image }}\"\n v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1385, "all_permissive": false }
ansible_role
adithya0806/assign
0590fc389b886346ef23ee8911eead975e6e573d
0
ansible/roles/docker
2,558
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Install pip\n apt:\n name: python3-pip\n state: present\n\n- name: Install Docker-py for python\n pip:\n name: docker-py\n\n- name: service docker\n command: service docker restart\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 195, "all_permissive": false }
ansible_role
adithya0806/assign
0590fc389b886346ef23ee8911eead975e6e573d
0
ansible/roles/nginx
2,558
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: build docker image from Dockerfile\n docker_image:\n name: nginx_logrotate\n path: docker\n state: build\n\n- name: Run nginx_logrotate docker container\n docker_container:\n image: nginx_logrotate:latest\n path: docke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 288, "all_permissive": false }
ansible_role
trisngo/cis-bench-k8s-ansible
a062424b4e91d0a52127de37cd02b693250b0bb1
0
ansible/roles/aks-bench
2,558
[ "no_license" ]
[ { "path": "ansible/roles/aks-bench/tasks/section_5/cis_5.3.x.yml", "content": "---\n- name: \"5.3.1 | Ensure Kubernetes Secrets are encrypted (Manual)\"\n block:\n - debug:\n msg: \"5.3.1 | NOT SCORED | Ensure Kubernetes Secrets are encrypted (Manual).\"\n - name: Get NOT SCORED result\n...
{ "task_files": 22, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 25, "total_bytes": 46512, "all_permissive": false }
ansible_role
trisngo/cis-bench-k8s-ansible
a062424b4e91d0a52127de37cd02b693250b0bb1
0
ansible/roles/aks-hardening
2,558
[ "no_license" ]
[ { "path": "ansible/roles/aks-hardening/tasks/section_3/main.yml", "content": "---\n- name: \"SECTION | 3.1 | Worker Node Configuration Files\"\n import_tasks: cis_3.1.x.yml\n\n- name: \"SECTION | 3.2 | Kubelet\"\n import_tasks: cis_3.2.x.yml\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 6964, "all_permissive": false }
ansible_role
trisngo/cis-bench-k8s-ansible
a062424b4e91d0a52127de37cd02b693250b0bb1
0
ansible/roles/k8s-bench
2,558
[ "no_license" ]
[ { "path": "ansible/roles/k8s-bench/tasks/section4/main.yml", "content": "- name: 4.1.1 Ensure that the kubelet service file permissions are set to 600 or more restrictive\n block:\n - ansible.builtin.shell: stat -c %a /etc/systemd/system/kubelet.service.d/10-kubeadm.conf\n register: result\n c...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 42353, "all_permissive": false }
ansible_role
trisngo/cis-bench-k8s-ansible
a062424b4e91d0a52127de37cd02b693250b0bb1
0
ansible/roles/k8s-hardening
2,558
[ "no_license" ]
[ { "path": "ansible/roles/k8s-hardening/defaults/main.yml", "content": "---\n# defaults file for cis_benchmark_config\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "ansible/roles/k8s-hardening/tasks/section1/main.yml", "content": "- name: 1.1...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 16111, "all_permissive": false }
ansible_role
Systhom/myansible
3dab51d6e688830c4c170833fb5a43259a450054
0
roles/apache2
2,558
[ "no_license" ]
[ { "path": "roles/apache2/tasks/main.yml", "content": "---\n# tasks file for apache2\n\n- include_tasks: install.yml\n- include_tasks: config.yml\n- include_tasks: create_vhosts.yml\n- include_tasks: restart.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 }, {...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 4860, "all_permissive": false }
ansible_role
Systhom/myansible
3dab51d6e688830c4c170833fb5a43259a450054
0
roles/mariadb
2,558
[ "no_license" ]
[ { "path": "roles/mariadb/README.md", "content": "MariaDB\n=========\n\nCe rôle permet d'installer de configurer MariaDB :\n\n* Installation de MariaDB\n* Configuration : listen 0.0.0.0\n* Création de base de données, utilisateurs multiples .\n\nRole Variables\n--------------\n\nVous pouvez définir les varia...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2148, "all_permissive": false }
ansible_role
Systhom/myansible
3dab51d6e688830c4c170833fb5a43259a450054
0
roles/pacemaker-mariadb
2,558
[ "no_license" ]
[ { "path": "roles/pacemaker-mariadb/templates/corosync.conf.j2", "content": "totem {\n version: 2\n secauth: on\n cluster_name: {{ corosync_clustername }}\n token: <PASSWORD>\n token_retransmits_before_loss_const: 10\n clear_node_high_bit: yes\n crypto_cipher:...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 8996, "all_permissive": false }
ansible_role
Systhom/myansible
3dab51d6e688830c4c170833fb5a43259a450054
0
roles/pacemaker-pgsql
2,558
[ "no_license" ]
[ { "path": "roles/pacemaker-pgsql/tasks/main.yml", "content": "---\n# tasks file for pacemaker-pgsql\n\n- include_tasks: ssh.yml\n- include_tasks: packages.yml\n- include_tasks: corosync.yml\n- include_tasks: vip.yml\n- include_tasks: install_postgres_master.yml\n- include_tasks: install_postgres_slave.yml\n...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 9781, "all_permissive": false }
ansible_role
thanasit/cis-centos-7
682c82f45fc5cb9482ef9b11ab4c35b50ce2e945
1
resources/ansible/roles/cis-centos-7
2,558
[ "no_license" ]
[ { "path": "resources/ansible/roles/cis-centos-7/tasks/main.yml", "content": "---\n- name: CIS CentOS Linux 7 Benchmark\n shell: /vagrant/ansible/shell/cis.sh\n register: cis_result\n\n- debug: msg=\"{{ cis_result.stdout_lines }}\"\n\n- name: Set PermitRootLogin is 'no' value\n lineinfile: dest=/etc/ssh/s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1817, "all_permissive": false }
ansible_role
thanasit/cis-centos-7
682c82f45fc5cb9482ef9b11ab4c35b50ce2e945
1
resources/ansible/roles/utils-tools
2,558
[ "no_license" ]
[ { "path": "resources/ansible/roles/utils-tools/tasks/main.yml", "content": "---\n- name: Install common utils.\n yum: state=present name=\"{{ item }}\"\n with_items:\n - ntp\n - ed\n register: result", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 124, "all_permissive": false }
ansible_role
gregharvey/ansible-sandbox
7f438b66825d00185ec9ef5f1ea60bce478fa117
0
roles/test_filters
2,558
[ "no_license" ]
[ { "path": "roles/test_filters/tasks/main.yml", "content": "---\n- name: Print the dict\n debug:\n msg: \"{{ test_dict }}\"\n\n- name: Printe listA\n debug:\n msg: \"{{ test_dict.listA }}\"\n\n- name: Print listB\n debug:\n msg: \"{{ test_dict.listB }}\"\n\n- name: listB through the list function...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1664, "all_permissive": false }
ansible_role
gsviec/ansible-ubuntu
ad34de5869ca02e7166ec4d61cb84583884c1236
0
roles/basics
2,558
[ "no_license" ]
[ { "path": "roles/basics/tasks/main.yml", "content": "- set_fact: role_name=basics\n\n##################################################\n### Basic system packages and firewall config\n\n- name: Install basic packages\n apt: pkg={{ item }} state=present\n with_items:\n - yum-utils\n - vim\n - git\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 320, "all_permissive": false }
ansible_role
gsviec/ansible-ubuntu
ad34de5869ca02e7166ec4d61cb84583884c1236
0
roles/nodejs
2,558
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "- set_fact: role_name=nodejs\n\n##################################################\n\n- name: Install basic packages\n shell: yum install nodejs npm -y\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 149, "all_permissive": false }
ansible_role
gsviec/ansible-ubuntu
ad34de5869ca02e7166ec4d61cb84583884c1236
0
roles/nomad
2,558
[ "no_license" ]
[ { "path": "roles/nomad/tasks/install.yml", "content": "- name: Install redis\n yum: pkg={{ item }} state=installed\n with_items:\n - redis\n\n- name: Install extension nomad\n shell: |\n wget -O nomad.zip https://releases.hashicorp.com/nomad/0.8.6/nomad_0.8.6_linux_amd64.zip\n gzip nomad.zip\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 292, "all_permissive": false }
ansible_role
van11cab/Pipelines
e6d7602ed0b051ffa9254bb106b84a356d8df68c
0
deployments/hosts/roles/Docker
2,558
[ "no_license" ]
[ { "path": "deployments/hosts/roles/Docker/tasks/install.yml", "content": "- name: Update\n ansible.builtin.apt:\n update-cache: yes\n- name: Docker ca-certificates\n ansible.builtin.apt: \n name: ca-certificates\n state: present\n- name: Get Keyring\n ansible.builtin.apt_key:\n url: https://d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1248, "all_permissive": false }
ansible_role
YasushiKobayashi/ansible
d9270ef8def9e71262ecb59050ff248f6dab5453
0
roles/YasushiKobayashi.apache
2,558
[ "permissive" ]
[ { "path": "roles/YasushiKobayashi.apache/tasks/amazone-linux.yml", "content": "---\n\n- name: apache installe\n yum: name={{ item }}\n with_items:\n - httpd24\n\n- name: apache start\n service: name=httpd state=started enabled=yes\n", "license_type": "permissive", "detected_licenses": [ ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1287, "all_permissive": true }
ansible_role
YasushiKobayashi/ansible
d9270ef8def9e71262ecb59050ff248f6dab5453
0
roles/YasushiKobayashi.initial-setting
2,558
[ "permissive" ]
[ { "path": "roles/YasushiKobayashi.initial-setting/tasks/main.yml", "content": "---\n\n- name: yum clean\n shell: yum clean all\n\n- name: upgrade all packages\n yum: name=* state=latest\n\n- name: install packages\n yum: name={{ item }} state=latest\n with_items:\n - gcc\n - make\n - glibc-head...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1221, "all_permissive": true }
ansible_role
YasushiKobayashi/ansible
d9270ef8def9e71262ecb59050ff248f6dab5453
0
roles/YasushiKobayashi.newrelic
2,558
[ "permissive" ]
[ { "path": "roles/YasushiKobayashi.newrelic/tasks/main.yml", "content": "---\n\n- name: get repo\n yum: pkg={{item}} state=present\n with_items:\n - http://yum.newrelic.com/pub/newrelic/el5/x86_64/newrelic-repo-5-3.noarch.rpm\n\n- name: yum install\n yum: name=newrelic-sysmond state=latest\n\n- name: s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1182, "all_permissive": true }
ansible_role
YasushiKobayashi/ansible
d9270ef8def9e71262ecb59050ff248f6dab5453
0
roles/YasushiKobayashi.newrelic-infrastructure
2,558
[ "permissive" ]
[ { "path": "roles/YasushiKobayashi.newrelic-infrastructure/README.md", "content": "[![Build Status](https://travis-ci.org/YasushiKobayashi/ansible-newrelic-infrastructure.svg?branch=master)](https://travis-ci.org/YasushiKobayashi/ansible-newrelic-infrastructure)\r\n[![Run Status](https://api.shippable.com/pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1512, "all_permissive": true }
ansible_role
YasushiKobayashi/ansible
d9270ef8def9e71262ecb59050ff248f6dab5453
0
roles/YasushiKobayashi.newrelic-php
2,558
[ "permissive" ]
[ { "path": "roles/YasushiKobayashi.newrelic-php/main.yml", "content": "- hosts: master\n vars:\n newrelic_api_key: xxx\n newrelic_app_name: xxx\n tasks:\n - include: 'tasks/main.yml'\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": 3, "total_bytes": 1337, "all_permissive": true }
ansible_role
YasushiKobayashi/ansible
d9270ef8def9e71262ecb59050ff248f6dab5453
0
roles/andrewrothstein.curl
2,558
[ "no_license" ]
[ { "path": "roles/andrewrothstein.curl/README.md", "content": "andrewrothstein.curl\n=========\n\nInstalls [curl](https://curl.haxx.se/)\n\nRequirements\n------------\n\nSee [meta/main.yml](meta/main.yml)\n\nRole Variables\n--------------\n\nSee [defaults/main.yml](defaults/main.yml)\n\nDependencies\n-------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 897, "all_permissive": false }
ansible_role
YasushiKobayashi/ansible
d9270ef8def9e71262ecb59050ff248f6dab5453
0
roles/andrewrothstein.git
2,558
[ "no_license" ]
[ { "path": "roles/andrewrothstein.git/README.md", "content": "andrewrothstein.git\n=========\n\nInstalls and configures git.\nOn Linux it installs a global configuration /etc/gitconfig\nOn OSX it installs ~/.gitconfig\n\nRequirements\n------------\n\nSee (meta/main.yml)[meta/main.yml]\n\nRole Variables\n----...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2413, "all_permissive": false }
ansible_role
YasushiKobayashi/ansible
d9270ef8def9e71262ecb59050ff248f6dab5453
0
roles/andrewrothstein.node-n
2,558
[ "no_license" ]
[ { "path": "roles/andrewrothstein.node-n/defaults/main.yml", "content": "---\nnode_n_url : http://git.io/n-install\nnode_n_prefix : /usr/local/n\nnode_v: 6.7.0", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/andrewrothstein.node-n/tasks/main.y...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 880, "all_permissive": false }
ansible_role
YasushiKobayashi/ansible
d9270ef8def9e71262ecb59050ff248f6dab5453
0
roles/ansible
2,558
[ "no_license" ]
[ { "path": "roles/ansible/tasks/amazone-linux.yml", "content": "---\n\n- name: ansible installe\n pip: name={{ item }}\n with_items:\n - ansible\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/ansible/tasks/centos.yml", "content": "...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 275, "all_permissive": false }
ansible_role
YasushiKobayashi/ansible
d9270ef8def9e71262ecb59050ff248f6dab5453
0
roles/aws-cli
2,558
[ "no_license" ]
[ { "path": "roles/aws-cli/tasks/main.yml", "content": "---\n\n- name: install pip\n get_url:\n url: https://bootstrap.pypa.io/get-pip.py\n dest: ~/get-pip.py\n tags: aws-cli\n\n- name: setup pip\n shell: python get-pip.py\n args:\n chdir:\n ~/\n tags: aws-cli\n\n- name: install aws-cli\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 375, "all_permissive": false }
ansible_role
YasushiKobayashi/ansible
d9270ef8def9e71262ecb59050ff248f6dab5453
0
roles/docker
2,558
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: set rpm\n shell: rpm --import http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-6\n\n- name: docker install\n yum: name=http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm\n\n- name: docker install\n yum: name={...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 369, "all_permissive": false }
ansible_role
YasushiKobayashi/ansible
d9270ef8def9e71262ecb59050ff248f6dab5453
0
roles/mysql5.6
2,558
[ "no_license" ]
[ { "path": "roles/mysql5.6/spec/ansible_spec.rb", "content": "require 'spec_helper'\n\ndescribe package('mysql-community-server') do\n it { should be_installed }\nend\n\ndescribe package('mysql-community-server') do\n it { should be_installed.with_version('5.6') }\nend\n\ndescribe service('mysqld') do\n i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 599, "all_permissive": false }
ansible_role
YasushiKobayashi/ansible
d9270ef8def9e71262ecb59050ff248f6dab5453
0
roles/npm
2,558
[ "no_license" ]
[ { "path": "roles/npm/defaults/main.yml", "content": "---\n\nnpm_g_packages:\n - yarn\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/npm/tasks/main.yml", "content": "---\n\n- name: change node permission\n file:\n path: /usr/local/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 490, "all_permissive": false }
ansible_role
YasushiKobayashi/ansible
d9270ef8def9e71262ecb59050ff248f6dab5453
0
roles/php7
2,558
[ "no_license" ]
[ { "path": "roles/php7/tasks/main.yml", "content": "---\n\n- name: amazone linux install php7\n include: amazone-linux.yml\n when: \"ansible_distribution == 'Amazon'\"\n\n- name: centos install php7\n include: centos.yml\n when: \"ansible_distribution == 'CentOS'\"\n\n- name: fix php.ini\n copy: src=src...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1644, "all_permissive": false }
ansible_role
YasushiKobayashi/ansible
d9270ef8def9e71262ecb59050ff248f6dab5453
0
roles/redis
2,558
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n\n- name: install enablerepo\n yum: name={{ item }} state=latest\n with_items:\n - epel-release\n\n- name: pre insall redis\n yum: name={{ item }} state=latest\n with_items:\n - http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 417, "all_permissive": false }
ansible_role
raviaare/ansi-win-aws
08272cd356146526d36df1e6005fd87dd5713e66
0
roles/ec2
2,558
[ "no_license" ]
[ { "path": "roles/ec2/tasks/main.yml", "content": "---\n- name: create instance \n ec2:\n region: \"{{ ec2.region }}\"\n keypair: \"{{ ec2.credentials }}\"\n image: \"{{ ec2.image }}\"\n instance_type: \"{{ ec2.instance_type }}\" \n instance_tags: \"{{ ec2.tags }}\" \n instance_profile_nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 468, "all_permissive": false }
ansible_role
raviaare/ansi-win-aws
08272cd356146526d36df1e6005fd87dd5713e66
0
roles/test
2,558
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yml", "content": "- name: create instance \n ec2:\n key_name: quickfix\n instance_type: t2.micro\n region: us-east-2\n image: ami-a4b395c1\n wait: yes\n #group: webserver\n count: 1\n vpc_subnet_id: subnet-19f17b62\n assign_public_ip: yes\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2149, "all_permissive": false }
ansible_role
RamanarayanaGunji/learn-ansible
fba7d135e6510ac67e02a5d116e61fc194b5d0fd
0
roles/sample
2,558
[ "no_license" ]
[ { "path": "roles/sample/tasks/main.yml", "content": "- name: Hello World\n ansible.builtin.debug:\n msg: Hello from role sample\n\n- name: print variables from role\n ansible.builtin.debug:\n msg: URL -{{ URL }}\n\n- name: print variables from play\n ansible.builtin.debug:\n msg: URL_PLAY -{{ UR...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 260, "all_permissive": false }
ansible_role
cb372/ReengLegacySoft
d1a483c792daf85fdd3be4e788852b5824cabc7a
33
07/uad/provisioning/roles/activemq
2,558
[ "no_license" ]
[ { "path": "07/uad/provisioning/roles/activemq/tasks/main.yml", "content": "---\n- name: download ActiveMQ tarball\n get_url: >\n url=http://mirror.catn.com/pub/apache/activemq/5.11.1/apache-activemq-5.11.1-bin.tar.gz\n dest=/tmp/apache-activemq-5.11.1-bin.tar.gz\n\n- name: extract ActiveMQ tarball\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 809, "all_permissive": false }