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
yashwanthk147/ansible
76a6c64d95b6378445626024fa5630b81dc14f54
0
roles/common
8,128
[ "no_license" ]
[ { "path": "roles/common/tasks/download-from-github.yml", "content": "- name: Download and Unarchive Frontend Content\n ansible.builtin.unarchive:\n src: https://github.com/roboshop-devops-project/{{COMPONENT}}/archive/main.zip\n dest: /tmp\n remote_src: yes", "license_type": "no_license", ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2954, "all_permissive": false }
ansible_role
yashwanthk147/ansible
76a6c64d95b6378445626024fa5630b81dc14f54
0
roles/demo
8,128
[ "no_license" ]
[ { "path": "roles/demo/tasks/main.yml", "content": "- name: Print URL\n debug:\n msg: \"{{URL}}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 45, "all_permissive": false }
ansible_role
yashwanthk147/ansible
76a6c64d95b6378445626024fa5630b81dc14f54
0
roles/frontend
8,128
[ "no_license" ]
[ { "path": "roles/frontend/vars/main.yml", "content": "COMPONENT: frontend\n#declaring the variable\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/frontend/tasks/main.yml", "content": "- name: Install nginx\n ansible.builtin.yum:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 943, "all_permissive": false }
ansible_role
yashwanthk147/ansible
76a6c64d95b6378445626024fa5630b81dc14f54
0
roles/mongodb
8,128
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: Create a MongoDB repo\n copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: Install MongoDB\n yum:\n name: mongodb-org\n state: present\n\n#replace a string and update address\n- name: Update MongoDB Listen Addr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 946, "all_permissive": false }
ansible_role
yashwanthk147/ansible
76a6c64d95b6378445626024fa5630b81dc14f54
0
roles/shipping
8,128
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yml", "content": "#Dynamically loads and executes a specified role as a task.\n- name: Shipping Setup\n include_role:\n name: common\n tasks_from: java\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": false }
ansible_role
yashwanthk147/ansible
76a6c64d95b6378445626024fa5630b81dc14f54
0
roles/user
8,128
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "#Dynamically loads and executes a specified role as a task.\n- name: User Setup\n include_role:\n name: common\n tasks_from: nodejs", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 134, "all_permissive": false }
ansible_role
daespuor/platziverse-deploy
5b8cbf345799604431e45e810e2a05d77f50ff7d
0
roles/database
8,128
[ "no_license" ]
[ { "path": "roles/database/tasks/main.yml", "content": "---\n- name: 'Reloading postgres'\n service:\n name=postgresql\n state=reloaded\n- name: 'Restarting redis'\n service:\n name=redis\n state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 155 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }
ansible_role
daespuor/platziverse-deploy
5b8cbf345799604431e45e810e2a05d77f50ff7d
0
roles/node
8,128
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "---\n\n- name: Download the script\n get_url:\n url=https://deb.nodesource.com/setup_8.x\n dest=/tmp/install_node_8.sh\n mode=u=rwx,g=rwx,o=rx\n- name: Run the script\n command: /tmp/install_node_8.sh\n creates=/etc/apt/sources.list.d/nodesour...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 342, "all_permissive": false }
ansible_role
daespuor/platziverse-deploy
5b8cbf345799604431e45e810e2a05d77f50ff7d
0
roles/platziverse-agent
8,128
[ "no_license" ]
[ { "path": "roles/platziverse-agent/tasks/main.yml", "content": "---\n- name: Upload platziverse-agent\n copy:\n src=platziverse-agent\n dest=/usr/local/src\n mode=u=rwx,g=rwx,o=rx\n- name: Install node modules\n command: npm install\n chdir=/usr/local/src/platziverse-agent\n creates=/usr/lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 273, "all_permissive": false }
ansible_role
daespuor/platziverse-deploy
5b8cbf345799604431e45e810e2a05d77f50ff7d
0
roles/platziverse-api
8,128
[ "no_license" ]
[ { "path": "roles/platziverse-api/tasks/main.yml", "content": "---\n- name: Upload platziverse-api\n copy:\n src=platziverse-api\n dest=/usr/local/src\n mode=u=rwx,g=rwx,o=rx\n- name: Install node modules\n command: npm install\n chdir=/usr/local/src/platziverse-api\n creates=/usr/local/src/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 791, "all_permissive": false }
ansible_role
daespuor/platziverse-deploy
5b8cbf345799604431e45e810e2a05d77f50ff7d
0
roles/platziverse-db
8,128
[ "no_license" ]
[ { "path": "roles/platziverse-db/meta/main.yml", "content": "---\ndependencies:\n - { role: node }\n - { role: platziverse-fixis }", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/platziverse-db/tasks/main.yml", "content": "---\n- include...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 451, "all_permissive": false }
ansible_role
daespuor/platziverse-deploy
5b8cbf345799604431e45e810e2a05d77f50ff7d
0
roles/platziverse-fixis
8,128
[ "no_license" ]
[ { "path": "roles/platziverse-fixis/tasks/main.yml", "content": "---\n- name: Upload platziverse-fixis files\n copy: \n dest=/usr/local/src\n src=platziverse-fixis\n mode=u=rwx,g=rwx,o=rx\n- name: Install node modules\n command: npm install\n chdir=/usr/local/src/platziverse-fixis\n creates=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 280, "all_permissive": false }
ansible_role
daespuor/platziverse-deploy
5b8cbf345799604431e45e810e2a05d77f50ff7d
0
roles/platziverse-mqtt
8,128
[ "no_license" ]
[ { "path": "roles/platziverse-mqtt/tasks/main.yml", "content": "---\n- include: deps.yml\n- name: Upload platziverse-mqtt\n copy:\n dest=/usr/local/src\n src=platziverse-mqtt\n mode=u=rwx,g=rwx,o=rx\n- name: Install node modules\n command: npm install\n chdir=/usr/local/src/platziverse-mqtt\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 515, "all_permissive": false }
ansible_role
daespuor/platziverse-deploy
5b8cbf345799604431e45e810e2a05d77f50ff7d
0
roles/platziverse-utils
8,128
[ "no_license" ]
[ { "path": "roles/platziverse-utils/tasks/main.yml", "content": "---\n- name: Upload platziverse-utils files\n copy: \n dest=/usr/local/src\n src=platziverse-utils\n mode=u=rwx,g=rwx,o=rx\n- name: Install node modules\n command: npm install\n chdir=/usr/local/src/platziverse-utils\n creates=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 280, "all_permissive": false }
ansible_role
daespuor/platziverse-deploy
5b8cbf345799604431e45e810e2a05d77f50ff7d
0
roles/platziverse-web
8,128
[ "no_license" ]
[ { "path": "roles/platziverse-web/files/platziverse-web/package.json", "content": "{\n \"name\": \"platziverse-web\",\n \"version\": \"1.0.0\",\n \"description\": \"\",\n \"main\": \"server.js\",\n \"scripts\": {\n \"lint\": \"standard --fix\",\n \"prestart-dev\": \"gulp\",\n \"start-dev\": \"S...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2002, "all_permissive": false }
ansible_role
mmoore0011/homelab
a0275f7c8979700fbf0879dab6e8871bf4df7021
0
ansible/roles/bootstrap
8,128
[ "no_license" ]
[ { "path": "ansible/roles/bootstrap/templates/dhcpd.service.j2", "content": "[Unit]\nDescription=DHCPD (containerized)\nAfter=docker.service\n\n[Service]\nExecStart=/usr/bin/docker run --name dhcpd --rm --net host -v /var/opt/container-data/dhcpd/data:/data networkboot/dhcpd {{ lab_interface }}\nExecStop=/us...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 9666, "all_permissive": false }
ansible_role
mpatron/hadoop4dev
96588028d46068913dcdf3cdd72178796a646fa2
0
provisionning/roles/ansible_role_almalinux
8,128
[ "no_license" ]
[ { "path": "provisionning/roles/ansible_role_almalinux/files/proxy.sh", "content": "#!/usr/bin/bash\n\nproxy_one_on()\n{\n server_proxy=squid1.jobjects.net\n server_port=8080\n}\nproxy_two_on()\n{\n server_proxy=squid2.jobjects.net\n server_port=8080\n}\nproxy_off() {\n uns...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 4643, "all_permissive": false }
ansible_role
mpatron/hadoop4dev
96588028d46068913dcdf3cdd72178796a646fa2
0
provisionning/roles/ansible_role_hadoop_adduser
8,128
[ "no_license" ]
[ { "path": "provisionning/roles/ansible_role_hadoop_adduser/handlers/main.yml", "content": "---\n# handlers file for ansible_role_hadoop_adduser\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "provisionning/roles/ansible_role_hadoop_adduser/vars/m...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4186, "all_permissive": false }
ansible_role
mpatron/hadoop4dev
96588028d46068913dcdf3cdd72178796a646fa2
0
provisionning/roles/ansible_role_regenerate_fingerprint
8,128
[ "no_license" ]
[ { "path": "provisionning/roles/ansible_role_regenerate_fingerprint/vars/main.yml", "content": "---\n# vars file for ansible_role_regenerate_fingerprint\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "provisionning/roles/ansible_role_regenerate_fi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2171, "all_permissive": false }
ansible_role
komaldevgaonkar/good-playbook
54b3054ff4fb739093e44e2def0e3256ed53cc2e
0
roles/basic-setup
8,128
[ "no_license" ]
[ { "path": "roles/basic-setup/tasks/main.yml", "content": "---\n# tasks file for basic-setup\n\n\n- name: enable repo\n copy: src=open_three-tier-app.repo dest=/etc/yum.repos.d/open_three-tier-app.repo mode=0644\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 288, "all_permissive": false }
ansible_role
komaldevgaonkar/good-playbook
54b3054ff4fb739093e44e2def0e3256ed53cc2e
0
roles/haproxy
8,128
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "---\n# tasks file for haproxy\n- name: install httpie\n yum: name=httpie state=installed\n\n- name: install haproxy\n yum: name=haproxy state=installed\n\n- name: Start haproxy\n service:\n name: haproxy\n state: started\n\n- name: configure hap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 407, "all_permissive": false }
ansible_role
komaldevgaonkar/good-playbook
54b3054ff4fb739093e44e2def0e3256ed53cc2e
0
roles/tomcat
8,128
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\n# tasks file for tomcat\n\n- name: install tomcat\n yum: name=tomcat state=latest\n\n- name: start tomcat\n service:\n name: tomcat\n state: started\n\n- name: create ansible tomcat directory\n file:\n path: /usr/share/tomcat/webapps/RO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 438, "all_permissive": false }
ansible_role
ramrexx/CloudForms_RHV_Essentials
82fa23817f2010462dea9eb82abb8bb712ac461d
2
ansible/roles/rhv_vmname
8,128
[ "permissive" ]
[ { "path": "ansible/roles/rhv_vmname/tasks/main.yml", "content": "---\n- name: Generating VM name(s)\n set_fact:\n vm_names: \"{{ vm_names + [ item ] }}\"\n with_sequence: start=1 end=\"{{ count }}\" format=\"{{ name_format }}\"\n\n- name: Log vm_names\n debug:\n var: vm_names\n\n# Add your own play...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 502, "all_permissive": true }
ansible_role
NetCoyote/ansible_LEMP
b5d2d491e4e4b56a2913e0aae92108e524a16ace
0
roles/app
8,130
[ "no_license" ]
[ { "path": "roles/app/tasks/main.yml", "content": "- name: Копирование файлов для App\n copy:\n src: ./roles/app/files/docker-project\n dest: /tmp/\n\n\n- name: Запуск App\n command: docker compose -f /tmp/docker-project/docker-compose.yml up -d\n\n\n", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1006, "all_permissive": false }
ansible_role
NetCoyote/ansible_LEMP
b5d2d491e4e4b56a2913e0aae92108e524a16ace
0
roles/common
8,130
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": " - name: Обновить список пакетов и установить зависимости\n apt:\n update_cache: true\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n state: latest\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 230, "all_permissive": false }
ansible_role
NetCoyote/ansible_LEMP
b5d2d491e4e4b56a2913e0aae92108e524a16ace
0
roles/docker
8,130
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": " - name: Добавить ключ GPG Docker\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n - name: Добавить репозиторий Docker в список apt sources\n ansible.builtin.apt_repository:\n repo: \"d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 428, "all_permissive": false }
ansible_role
NetCoyote/ansible_LEMP
b5d2d491e4e4b56a2913e0aae92108e524a16ace
0
roles/docker-compose
8,130
[ "no_license" ]
[ { "path": "roles/docker-compose/tasks/main.yml", "content": " - name: Установка Docker Compose v2\n apt:\n name: docker-compose-plugin\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 109, "all_permissive": false }
ansible_role
mostafaghadimi/Kafka-KRaft-Ansible
ba81b4773abbe319a550502c2bf1273da1fdfa61
4
roles/kafka
8,130
[ "no_license" ]
[ { "path": "roles/kafka/tasks/download.yml", "content": "---\n- name: Download Kafka tar file\n ansible.builtin.get_url:\n url: \"https://downloads.apache.org/kafka/{{ kafka_version }}/kafka_{{ scala_version }}-{{ kafka_version }}.tgz\"\n dest: /tmp\n mode: 0755\n register: kafka_tar_file\n\n\n", ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4001, "all_permissive": false }
ansible_role
mostafaghadimi/Kafka-KRaft-Ansible
ba81b4773abbe319a550502c2bf1273da1fdfa61
4
roles/prerequisites
8,130
[ "no_license" ]
[ { "path": "roles/prerequisites/tasks/main.yml", "content": "---\n- name: Install JDK and JRE (Java)\n apt:\n update_cache: yes\n cache_valid_time: 3600 # one hour \n name: \"{{ pkgs }}\"\n state: present\n vars:\n pkgs:\n - openjdk-11-jdk\n - default-jre", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 206, "all_permissive": false }
ansible_role
mostafaghadimi/Kafka-KRaft-Ansible
ba81b4773abbe319a550502c2bf1273da1fdfa61
4
roles/remove
8,130
[ "no_license" ]
[ { "path": "roles/remove/tasks/main.yml", "content": "---\n- name: Stop Kafka\n ansible.builtin.systemd:\n name: kafka\n state: stopped\n become: true\n\n- name: Delete Kafka service file\n ansible.builtin.file:\n path: \"{{ kafka_service_path }}\"\n state: absent\n become: true\n\n- name: De...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 485, "all_permissive": false }
ansible_role
jpaige023/SecurityStack
876ca92f9ff45aec6bff6771b83009c5e73d6016
0
Ansible/roles/create_csr1000v_hub_a
8,130
[ "no_license" ]
[ { "path": "Ansible/roles/create_csr1000v_hub_a/templates/hub_a.j2", "content": "vrf definition internet-vrf\n rd 1:1\n\n address-family ipv4\n exit-address-family\n\ncrypto keyring internet-key vrf internet-vrf\n pre-shared-key address 0.0.0.0 0.0.0.0 key {{dmvpn_key}}\n\ncrypto isakmp policy 10\n encr aes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5179, "all_permissive": false }
ansible_role
jpaige023/SecurityStack
876ca92f9ff45aec6bff6771b83009c5e73d6016
0
Ansible/roles/update_dmvpn_nhs_bgp_addresses
8,130
[ "no_license" ]
[ { "path": "Ansible/roles/update_dmvpn_nhs_bgp_addresses/tasks/main.yml", "content": "---\n- name: Generate Configuration and Install\n ios_config:\n provider: \"{{cli}}\"\n src: \"update_tunnel_nhs_bgp.j2\"\n- name: \"Get Cisco Running-Config\"\n ios_command:\n provider: \"{{cli}}\"\n com...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1700, "all_permissive": false }
ansible_role
jpaige023/SecurityStack
876ca92f9ff45aec6bff6771b83009c5e73d6016
0
Ansible/roles/update_dmvpn_security_policies
8,130
[ "no_license" ]
[ { "path": "Ansible/roles/update_dmvpn_security_policies/templates/update_dmvpn_security_policies.j2", "content": "interface Tunnel{{dmvpn_tunnel}}\n{% for address in dmvpn_addresses[dmvpn_tunnel] %}\n{% if address.private != hostvars[inventory_hostname]['router_a_address_g1'] %}\n ip nhrp nhs {{address.dmvp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4981, "all_permissive": false }
ansible_role
cazuu/ansible
f9610993ad78e3cb3e8edfae9971dca26f3c6a3f
0
roles/mongodb
8,130
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "---\n- name: Copy MongoDB.repo configuration\n become: yes\n template: src=mongodb-org-3.2.repo dest=/etc/yum.repos.d/mongodb-org-3.2.repo\n\n- name: install MongoDB\n become: yes\n yum: name=mongodb-org state=latest enablerepo=mongodb-org-3.2\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 511, "all_permissive": false }
ansible_role
cazuu/ansible
f9610993ad78e3cb3e8edfae9971dca26f3c6a3f
0
roles/nginx
8,130
[ "no_license" ]
[ { "path": "roles/nginx/templates/local.conf.j2", "content": "upstream local {\n server unix:/var/www/{{ deploy_to }}/app/tmp/sockets/unicorn.sock;\n}\n\nserver {\n server_name _;\n listen 80 default_server;\n\n root /var/www/{{ deploy_to }}/app/public;\n\n access_log /var/log/nginx/{{ deploy_to }}.acce...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2889, "all_permissive": false }
ansible_role
cazuu/ansible
f9610993ad78e3cb3e8edfae9971dca26f3c6a3f
0
roles/pyenv
8,130
[ "no_license" ]
[ { "path": "roles/pyenv/tasks/main.yml", "content": "---\n- name: Install development tools for pyenv\n become: yes\n yum: name={{ item }} state=latest\n with_items:\n - git\n - sqlite-devel\n\n- name: Install pyenv\n git: repo=https://github.com/yyuu/pyenv.git\n dest={{ home_path }}/.pyenv\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2099, "all_permissive": false }
ansible_role
cazuu/ansible
f9610993ad78e3cb3e8edfae9971dca26f3c6a3f
0
roles/rbenv
8,130
[ "no_license" ]
[ { "path": "roles/rbenv/tasks/main.yml", "content": "---\n- name: Install development tools for rbenv\n become: yes\n yum: name={{ item }} state=latest\n with_items:\n - git\n\n- name: Install rbenv\n git: repo=https://github.com/sstephenson/rbenv.git\n dest={{ home_path }}/.rbenv\n versio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2016, "all_permissive": false }
ansible_role
cazuu/ansible
f9610993ad78e3cb3e8edfae9971dca26f3c6a3f
0
roles/rvm
8,130
[ "no_license" ]
[ { "path": "roles/rvm/tasks/main.yml", "content": "---\n- name: Install dependencies for rvm\n yum: name={{ item }} state=latest\n with_items:\n - git\n - curl\n\n- name: Get gpg key\n shell: gpg2 --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3\n\n- name: Install rvm\n shell: creates=/etc/pro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1565, "all_permissive": false }
ansible_role
cazuu/ansible
f9610993ad78e3cb3e8edfae9971dca26f3c6a3f
0
roles/setup
8,130
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "---\n- name: Install policycoreutils-python\n yum: name=policycoreutils-python state=installed\n become: yes\n\n# SSH\n- name: Change SSH port\n replace: >-\n dest='/etc/ssh/sshd_config'\n regexp='#Port 22'\n replace='Port {{ ssh_port }}'\n be...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1603, "all_permissive": false }
ansible_role
geniandersonl/ansible-lab
7f4313d063bc790324e26705e027495fc1544aba
0
control-node/playbooks/roles/configuracao-so
8,130
[ "no_license" ]
[ { "path": "control-node/playbooks/roles/configuracao-so/tasks/main.yml", "content": "---\n- name: Configurar hosts lab ansible\n lineinfile:\n dest: /etc/hosts\n state: present\n line: \"{{item}}\"\n with_items:\n - 192.168.1.2 control-node\n - 192.168.1.3 app01\n - 192.168.1.4 db01\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 208, "all_permissive": false }
ansible_role
Rutuja210/k8s-multinode-cluster
d3dac67c1a71b334c3a0e4f0e381a996341c6efe
0
roles/kube_nodes
8,130
[ "no_license" ]
[ { "path": "roles/kube_nodes/tasks/main.yml", "content": "---\n# tasks file for kube_nodes\n - name: \"Provisioning OS on AWS using Ansible\"\n amazon.aws.ec2:\n key_name: \"new2\"\n instance_type: \"t2.micro\"\n image: \"ami-0a9d27a9f4f5c0efc\"\n wait: yes\n count: 1\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1171, "all_permissive": false }
ansible_role
irk2adm/sysadmin_repo
049d63a0a46ea8b0d7134e43caf81d5a5ee24ab5
0
ansible/roles/default_packages
8,129
[ "no_license" ]
[ { "path": "ansible/roles/default_packages/vars/main.yml", "content": "---\npackages_to_install:\n - net-tools \n - dnsutils\n - wget \n - curl \n - mc \n - rsync \n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "ansible/roles/default_packa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 384, "all_permissive": false }
ansible_role
irk2adm/sysadmin_repo
049d63a0a46ea8b0d7134e43caf81d5a5ee24ab5
0
ansible/roles/nginx_proxy
8,129
[ "no_license" ]
[ { "path": "ansible/roles/nginx_proxy/vars/main.yml", "content": "---\n# vars file for nginx_custom\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "ansible/roles/nginx_proxy/tasks/main.yml", "content": "---\n- name: Установка Nginx\n apt:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 246, "all_permissive": false }
ansible_role
jose-lopes/udemy-ansible-assignment
6e96d40505504f9f0981fd26197d44930e717ff0
0
roles/flask_web
8,129
[ "no_license" ]
[ { "path": "roles/flask_web/defaults/main.yml", "content": "---\nflask_web_git_repo: \"https://github.com/mmumshad/simple-webapp.git\"\nflask_web_repo_dest: \"/opt/simple-webapp\"\nflask_web_mysql_host: ''\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, { "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 530, "all_permissive": false }
ansible_role
jose-lopes/udemy-ansible-assignment
6e96d40505504f9f0981fd26197d44930e717ff0
0
roles/heat
8,129
[ "no_license" ]
[ { "path": "roles/heat/tasks/main.yml", "content": "---\n- name: Create stack file\n template:\n src: stack.yml.j2\n dest: stack.yml\n register: stack\n- name: Create stack\n os_stack:\n name: \"{{heat_stack_name}}\"\n state: present\n template: \"stack.yml\"\n when: stack is changed and h...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2323, "all_permissive": false }
ansible_role
jose-lopes/udemy-ansible-assignment
6e96d40505504f9f0981fd26197d44930e717ff0
0
roles/python
8,129
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "- name: Install all required dependencies\n apt:\n name:\n - python\n - python-setuptools\n - python-dev\n - build-essential\n - python-pip\n - python-mysqldb\n - git\n state: \"present\"\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 218, "all_permissive": false }
ansible_role
rohaank12/ansible_roles
09b1bf53b9548d6135743269f216a8a62929b590
0
roles/awscli
8,129
[ "no_license" ]
[ { "path": "roles/awscli/tasks/main.yml", "content": "\n# Ansible role to AWS cli #\n# --------------------------------------------- #\n\n- name: Install python3-pip and python3-venv\n apt:\n name:\n - python3-pip\n - python3-venv\n state: present\n update_cache: y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 772, "all_permissive": false }
ansible_role
rohaank12/ansible_roles
09b1bf53b9548d6135743269f216a8a62929b590
0
roles/docker
8,129
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "\n# Ansible role to install Docker & Trivy #\n# --------------------------------------------- #\n- name: Update Cache \n package: update_cache=yes\n\n- name: Install Docker Daemon & dependencies for Trivy\n package: name={{ item }} state=present\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 896, "all_permissive": false }
ansible_role
rohaank12/ansible_roles
09b1bf53b9548d6135743269f216a8a62929b590
0
roles/maven
8,129
[ "no_license" ]
[ { "path": "roles/maven/tasks/main.yml", "content": "\n\n - name: Apt Update\n apt: update_cache=yes\n - name : Install JDK, maven & Git\n apt: name={{item}} state=present\n loop:\n - git\n - openjdk-21-jdk\n - maven\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 175, "all_permissive": false }
ansible_role
rohaank12/ansible_roles
09b1bf53b9548d6135743269f216a8a62929b590
0
roles/node
8,129
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "\n\n - name: Apt Update\n apt: update_cache=yes\n - name : Install JRE, npm & Git\n apt: name={{item}} state=present\n loop:\n - git\n - openjdk-21-jre\n - npm\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 171, "all_permissive": false }
ansible_role
GuliMari/21-BorgBackup
8c58ae0d7df6cb41d80177390686c71074cfe324
0
ansible/roles/backup
8,129
[ "no_license" ]
[ { "path": "ansible/roles/backup/tasks/main.yml", "content": "- name: Add user borg\n ansible.builtin.user:\n name: borg\n password: <PASSWORD>\n\n- name: Create ssh directory\n ansible.builtin.file:\n path: /home/borg/.ssh\n state: directory\n mode: '0700'\n owner: borg\n group: borg\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1180, "all_permissive": false }
ansible_role
GuliMari/21-BorgBackup
8c58ae0d7df6cb41d80177390686c71074cfe324
0
ansible/roles/client
8,129
[ "no_license" ]
[ { "path": "ansible/roles/client/tasks/main.yml", "content": "- name: Add ssh pair for root user\n ansible.builtin.user:\n name: root\n generate_ssh_key: true\n\n- name: Fetch ssh key\n ansible.builtin.command: \"cat /root/.ssh/id_rsa.pub\"\n register: sshkey\n\n- name: Put sshpubkey on backup serve...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1516, "all_permissive": false }
ansible_role
kovarus/NvIPAM-Ansible-Install
702922267ffa8540af18b1192a8f47d8efc37816
0
roles/copy-pyvenv-venv
8,129
[ "no_license" ]
[ { "path": "roles/copy-pyvenv-venv/tasks/main.yml", "content": "---\n - name: Copy pyvenv file to venv/bin\n copy:\n src: files/pyvenv\n dest: /home/nvipam/nvipam/venv/bin/pyvenv\n mode: 0755\n\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
kovarus/NvIPAM-Ansible-Install
702922267ffa8540af18b1192a8f47d8efc37816
0
roles/nvipam-db-init
8,129
[ "no_license" ]
[ { "path": "roles/nvipam-db-init/tasks/main.yml", "content": "---\n - name: Guard code to make sure we are in th virtualenv\n become: yes\n become_user: nvipam\n command: echo $VIRTUAL_ENV\n register: command_result\n failed_when: command_result.stdout == \"\"\n\n - debug: var=command_resul...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 578, "all_permissive": false }
ansible_role
kovarus/NvIPAM-Ansible-Install
702922267ffa8540af18b1192a8f47d8efc37816
0
roles/nvipam-log
8,129
[ "no_license" ]
[ { "path": "roles/nvipam-log/tasks/main.yml", "content": "---\n- name: Create nvipam log directory \n file:\n path: /var/log/nvipam\n state: directory \n group: nvipam\n owner: nvipam\n\n- name: Touch the NvIPAM log file\n file:\n path: /var/log/nvipam/nvipam.log\n state: touch\n owner...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 266, "all_permissive": false }
ansible_role
kovarus/NvIPAM-Ansible-Install
702922267ffa8540af18b1192a8f47d8efc37816
0
roles/nvipam-venv
8,129
[ "no_license" ]
[ { "path": "roles/nvipam-venv/tasks/main.yml", "content": "---\n - name: INSTALL virtualenv via pip3.6\n pip:\n name: virtualenv\n executable: pip3.6\n\n - name: Create NvIPAM venv \n become: yes\n become_user: nvipam\n pip:\n name: \n - flask\n - uwsgi\n virtu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 789, "all_permissive": false }
ansible_role
kovarus/NvIPAM-Ansible-Install
702922267ffa8540af18b1192a8f47d8efc37816
0
roles/setup-nvipam
8,129
[ "no_license" ]
[ { "path": "roles/setup-nvipam/tasks/main.yml", "content": "---\n - name: Download NvIPAM from repo\n git:\n repo: \"{{ nvipam_repo }}\"\n dest: /home/nvipam/nvipam\n\n - name: Copy nginx config file into /etc/nginx/conf.d \n copy:\n src: files/default.conf\n dest: /etc/nginx/conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 548, "all_permissive": false }
ansible_role
ThoreKr/inheriting-nftables
1c659a1d8b3946bd96a335ad5f3e326a7f01be3f
0
roles/apply-firewall
8,129
[ "no_license" ]
[ { "path": "roles/apply-firewall/tasks/main.yml", "content": "- name: apply firewall config for role \n template:\n src: \"{{ role_firewall_config }}\" \n dest: \"/etc/nftables/{{ role_firewall_config.split('/')[-1] }}\"\n owner: root\n group: root\n mode: 0644\n notify:\n - update nftabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 310, "all_permissive": false }
ansible_role
ThoreKr/inheriting-nftables
1c659a1d8b3946bd96a335ad5f3e326a7f01be3f
0
roles/firewall
8,129
[ "no_license" ]
[ { "path": "roles/firewall/templates/nftables.conf.j2", "content": "#!/usr/bin/env nft -f\nflush ruleset\n\ntable inet firewall {\n\tchain input {\n\t\ttype filter hook input priority 0; policy drop;\n\t\t# established okay\n\t\tct state established,related accept\n\t\t# invalid connections\n\t\tct state inv...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2674, "all_permissive": false }
ansible_role
ThoreKr/inheriting-nftables
1c659a1d8b3946bd96a335ad5f3e326a7f01be3f
0
roles/sshd
8,129
[ "no_license" ]
[ { "path": "roles/sshd/tasks/main.yml", "content": "- name: ensure proper ssh config is in place\n template:\n src: sshd_config.j2\n dest: /etc/ssh/sshd_config\n owner: root\n group: root\n mode: 0644\n notify:\n - restart sshd\n\n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 349, "all_permissive": false }
ansible_role
jpeacock-zenoss/ZenPackers
e72f764469dab2951128442b2f937d69e39709e7
0
zensible/roles/common
8,129
[ "no_license" ]
[ { "path": "zensible/roles/common/tasks/main.yml", "content": "---\n# This playbook contains common plays that will be run on all nodes.\n\n# - name: Dump all vars\n# template: src=dumpall.j2 dest=$opt_tmp/ansible.all\n\n- include: centos.yml\n when: ansible_distribution == 'CentOS'\n\n- include: debian.y...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 5732, "all_permissive": false }
ansible_role
jpeacock-zenoss/ZenPackers
e72f764469dab2951128442b2f937d69e39709e7
0
zensible/roles/network
8,129
[ "no_license" ]
[ { "path": "zensible/roles/network/handlers/main.yml", "content": "---\n# Handler to handle common notifications. Handlers are called by other plays.\n# # See http://ansible.cc/docs/playbooks.html for more information about\n# handlers.\n#\n- name: restart ntp\n service: name=ntpd state=restarted\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1120, "all_permissive": false }
ansible_role
jpeacock-zenoss/ZenPackers
e72f764469dab2951128442b2f937d69e39709e7
0
zensible/roles/security
8,129
[ "no_license" ]
[ { "path": "zensible/roles/security/handlers/main.yml", "content": "---\n# Handler to handle common notifications. Handlers are called by other plays.\n# # See http://ansible.cc/docs/playbooks.html for more information about\n# handlers.\n#\n- name: restart shorewall\n service: name=shorewall state=restarte...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 897, "all_permissive": false }
ansible_role
jpeacock-zenoss/ZenPackers
e72f764469dab2951128442b2f937d69e39709e7
0
zensible/roles/zenoss
8,129
[ "no_license" ]
[ { "path": "zensible/roles/zenoss/handlers/main.yml", "content": "---\n# Handler to handle common notifications. Handlers are called by other plays.\n# # See http://ansible.cc/docs/playbooks.html for more information about\n# handlers.\n#\n- name: mount fstab\n mount: \n src={{ zp_nfs_source }}\n name...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 7330, "all_permissive": false }
ansible_role
eduardovisbal/ejemplos-ansible
3ba5270eba2c3c73207b5ef95ab3ff7424d1f6e9
0
practica-roles/roles/nginx_base
8,129
[ "no_license" ]
[ { "path": "practica-roles/roles/nginx_base/templates/default.conf.j2", "content": "{{ ansible_managed | comment() }}\n\nserver {\n listen 80 default_server;\n{% if nginx_ipv6 %}\n listen [::]:80 default_server;\n{% endif %}\n server_name _;\n root {{ nginx_default_root }};\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1887, "all_permissive": false }
ansible_role
eduardovisbal/ejemplos-ansible
3ba5270eba2c3c73207b5ef95ab3ff7424d1f6e9
0
practica-roles/roles/wordpress
8,129
[ "no_license" ]
[ { "path": "practica-roles/roles/wordpress/tasks/main.yml", "content": "---\n- name: Instalando Paquetes\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - \"{{ mariadb_packages }}\"\n - \"{{ apache_packages }}\"\n\n- name: Configurando LOG MySQL\n file:\n path: \"/var/log/mys...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4216, "all_permissive": false }
ansible_role
foxy1982/webcampaign
070bbbc1e1d228774dc82d62f3f873ad26dce70a
0
provisioning/roles/webcam
8,127
[ "no_license" ]
[ { "path": "provisioning/roles/webcam/tasks/main.yml", "content": "---\n- hosts: pi\n\n tasks:\n - name: Install motion and friends\n apt: pkg={{ item }}\n with_items:\n - motion\n - ffmpeg\n - uvcdynctrl\n\n - name: Install motion config\n copy: src=motion.conf\n de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 562, "all_permissive": false }
ansible_role
ghuzhavind/learninig_ansible
dc18e0a47bd1ab1669b963b3d232c6276a256a2e
0
roles/deploy_apache_web
8,127
[ "no_license" ]
[ { "path": "roles/deploy_apache_web/tasks/main.yml", "content": "---\n# tasks file for deploy_apache_web\n- name: Check and Print LINUX Version\n debug: var=ansible_os_family\n- block: # =============== Block for RedHat =============\n - name: Install Apache Web Server to RedHat\n yum: name=httpd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2231, "all_permissive": false }
ansible_role
pquery/ansi
6028c7e5e63bfad63e4205e9b60ffdc6c5bcd192
0
roles/ubuntu/roles/bastion
8,127
[ "no_license" ]
[ { "path": "roles/ubuntu/roles/bastion/handlers/main.yml", "content": "---\n- name: enable procps service\n service: name=procps enabled=yes\n\n- name: restart procps service\n service: name=procps state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 },...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 777, "all_permissive": false }
ansible_role
pquery/ansi
6028c7e5e63bfad63e4205e9b60ffdc6c5bcd192
0
roles/ubuntu/roles/cloudwatch
8,127
[ "no_license" ]
[ { "path": "roles/ubuntu/roles/cloudwatch/tasks/main.yml", "content": "---\n- name: INSTALL AWS CLI\n user: ubuntu\n sudo: yes\n\n include: install_aws_cli.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 87, "all_permissive": false }
ansible_role
pquery/ansi
6028c7e5e63bfad63e4205e9b60ffdc6c5bcd192
0
roles/ubuntu/roles/cwlogs
8,127
[ "no_license" ]
[ { "path": "roles/ubuntu/roles/cwlogs/tasks/main.yml", "content": "---\n- name: INSTALL AWS CLI\n user: ubuntu\n sudo: yes\n\n include: install_cwlogs_agent.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/ubuntu/roles/cwlogs/tasks/i...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 609, "all_permissive": false }
ansible_role
Alexey-Tsarev/aws-learning_Nexus_VPN
df23f291b0a0a5386fb5133f20817cf275cea578
0
ansible/roles/aws_ec2_facts
8,127
[ "no_license" ]
[ { "path": "ansible/roles/aws_ec2_facts/tasks/main.yml", "content": "- name: Get EC2 facts\n action: ec2_facts\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 42, "all_permissive": false }
ansible_role
Alexey-Tsarev/aws-learning_Nexus_VPN
df23f291b0a0a5386fb5133f20817cf275cea578
0
ansible/roles/aws_efs
8,127
[ "no_license" ]
[ { "path": "ansible/roles/aws_efs/meta/main.yml", "content": "---\ndependencies:\n - { role: aws_ec2_facts }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "ansible/roles/aws_efs/defaults/main.yml", "content": "aws_efs_name: \"efs\"\naws_efs_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 903, "all_permissive": false }
ansible_role
Alexey-Tsarev/aws-learning_Nexus_VPN
df23f291b0a0a5386fb5133f20817cf275cea578
0
ansible/roles/aws_nat
8,127
[ "no_license" ]
[ { "path": "ansible/roles/aws_nat/tasks/main.yml", "content": "- name: Install jq\n package:\n name: jq\n state: present\n\n\n- name: Take public IP output\n shell: set -o pipefail && aws ec2 --region {{ ansible_ec2_placement_region }} describe-addresses | jq '.[] | .[] | .PublicIp' -r\n register: p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1570, "all_permissive": false }
ansible_role
Alexey-Tsarev/aws-learning_Nexus_VPN
df23f291b0a0a5386fb5133f20817cf275cea578
0
ansible/roles/aws_route53
8,127
[ "no_license" ]
[ { "path": "ansible/roles/aws_route53/defaults/main.yml", "content": "aws_route53_domain: \"nexus.internal\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "ansible/roles/aws_route53/tasks/main.yml", "content": "- name: Change IN A record\n r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 278, "all_permissive": false }
ansible_role
Alexey-Tsarev/aws-learning_Nexus_VPN
df23f291b0a0a5386fb5133f20817cf275cea578
0
ansible/roles/common
8,127
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: Set hostname to {{ hostname }}\n hostname: name={{ hostname }}\n when: hostname is defined\n\n\n- name: Set timezone to {{ time_zone }}\n timezone: name={{ time_zone }}\n when: time_zone is defined\n\n\n- name: Update all packages\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1480, "all_permissive": false }
ansible_role
Alexey-Tsarev/aws-learning_Nexus_VPN
df23f291b0a0a5386fb5133f20817cf275cea578
0
ansible/roles/docker
8,127
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Install Docker\n package:\n name: \"docker\"\n state: latest\n notify: Restart and enable Docker\n\n\n- name: Install docker-compose\n pip:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - backports.ssl_match_hos...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 664, "all_permissive": false }
ansible_role
Alexey-Tsarev/aws-learning_Nexus_VPN
df23f291b0a0a5386fb5133f20817cf275cea578
0
ansible/roles/nexus
8,127
[ "no_license" ]
[ { "path": "ansible/roles/nexus/tasks/main.yml", "content": "- name: Create volume directory for Nexus\n file:\n path: \"{{ nexus_root }}\"\n state: directory\n mode: 0777\n\n\n- name: Run Nexus in Docker\n docker_container:\n name: nexus\n image: sonatype/nexus:oss\n state: started\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 368, "all_permissive": false }
ansible_role
Alexey-Tsarev/aws-learning_Nexus_VPN
df23f291b0a0a5386fb5133f20817cf275cea578
0
ansible/roles/openvpn
8,127
[ "no_license" ]
[ { "path": "ansible/roles/openvpn/tasks/main.yml", "content": "- name: Take files list at OpenVPN volume directory (1)\n find:\n paths: \"{{ openvpn_root }}\"\n patterns: \"*\"\n register: ovpn\n\n\n- block:\n - name: Get EC2 facts\n action: ec2_facts\n\n - name: Get vpc_ipv4_cidr_block\n set...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2830, "all_permissive": false }
ansible_role
Alexey-Tsarev/aws-learning_Nexus_VPN
df23f291b0a0a5386fb5133f20817cf275cea578
0
ansible/roles/scripts
8,127
[ "no_license" ]
[ { "path": "ansible/roles/scripts/files/sudo_user/bin/me", "content": "#!/usr/bin/env sh\n\nmcedit $@\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "ansible/roles/scripts/files/root/bin/u", "content": "#!/usr/bin/env sh\n\nset -e\n\nyum updat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 929, "all_permissive": false }
ansible_role
aquamind/ansible_rails
7baf00da5123ebccb39a2458397d532621325c7d
0
roles/common
8,127
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# file: roles/common/tasks/main.yml\n- name: set locale\n shell: localectl set-locale LANG=ja_JP.utf8\n when: ansible_env.LANG | default('') != 'ja_JP.utf8'\n become: yes\n- name: set timezone to Asia/Tokyo\n timezone:\n name: Asia/Tokyo\n be...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 628, "all_permissive": false }
ansible_role
aquamind/ansible_rails
7baf00da5123ebccb39a2458397d532621325c7d
0
roles/nginx
8,127
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: create nginx repo\n template:\n template: src=nginx.repo.j2 dest=/etc/yum.repos.d/nginx.repo owner=root group=root mode=0644\n become: yes\n\n- name: yum install nginx\n yum: name=nginx state=latest\n become: yes\n\n- name: start nginx an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 318, "all_permissive": false }
ansible_role
aquamind/ansible_rails
7baf00da5123ebccb39a2458397d532621325c7d
0
roles/rails
8,127
[ "no_license" ]
[ { "path": "roles/rails/templates/app.conf.j2", "content": "# pumaで生成した socket に接続\nupstream backend {\n server unix:///home/{{ app_name }}/tmp/sockets/puma.sock;\n}\n\nserver {\n listen 80;\n server_name {{ app_name }};\n location / {\n proxy_pass http://backend/;\n proxy_redirect ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3153, "all_permissive": false }
ansible_role
yoanndw/Ansible_microk8s
089b65344db26b171b90dba23563c8f180fbf4a8
0
roles/common
8,127
[ "no_license" ]
[ { "path": "roles/common/tasks/install_microk8s.yml", "content": "---\n\n- name: install microk8s\n snap:\n name: microk8s\n classic: true\n channel: \"1.25\"\n become: true\n\n- name: create microk8s user\n user:\n append: true\n name: \"{{ ansible_ssh_user }}\"\n groups: microk8s\n be...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1595, "all_permissive": false }
ansible_role
clattems/rhsummit
c39f0c3b584cf94ce1453b5f2582cf2aa737929c
0
roles/common.summit
8,127
[ "no_license" ]
[ { "path": "roles/common.summit/defaults/main.yml", "content": "---\n# defaults file for common.summit", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/common.summit/handlers/main.yml", "content": "---\n# handlers file for common.summit", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1728, "all_permissive": false }
ansible_role
clattems/rhsummit
c39f0c3b584cf94ce1453b5f2582cf2aa737929c
0
roles/databases.summit
8,127
[ "no_license" ]
[ { "path": "roles/databases.summit/handlers/main.yml", "content": "---\n# handlers file for databases.summit", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/databases.summit/tasks/main.yml", "content": "---\n# tasks file for databases.summ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 379, "all_permissive": false }
ansible_role
clattems/rhsummit
c39f0c3b584cf94ce1453b5f2582cf2aa737929c
0
roles/webservers.summit
8,127
[ "no_license" ]
[ { "path": "roles/webservers.summit/vars/main.yml", "content": "---\n# vars file for webservers.summit", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/webservers.summit/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: r...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 333, "all_permissive": false }
ansible_role
k3karthic/ansible__ubuntu-basic
5c95f181885855f81936ed97f81f9d3d9c7c144b
0
roles/fail2ban
8,127
[ "no_license" ]
[ { "path": "roles/fail2ban/tasks/main.yml", "content": "---\n- name: Install dependencies\n ansible.builtin.apt:\n name: fail2ban\n state: present\n\n- name: Strict ssh jail\n ansible.builtin.copy:\n src: sshd.conf\n dest: /etc/fail2ban/jail.d/sshd.conf\n owner: \"root\"\n group: \"root\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 370, "all_permissive": false }
ansible_role
k3karthic/ansible__ubuntu-basic
5c95f181885855f81936ed97f81f9d3d9c7c144b
0
roles/lowmem
8,127
[ "no_license" ]
[ { "path": "roles/lowmem/tasks/main.yml", "content": "---\n- name: Stop and disable oracle cloud agent\n when: ansible_facts[\"chassis_asset_tag\"] == \"OracleCloud.com\"\n ansible.builtin.systemd:\n name: \"{{ item }}\"\n enabled: False\n state: stopped\n with_items:\n - snap.oracle-cloud-age...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 545, "all_permissive": false }
ansible_role
k3karthic/ansible__ubuntu-basic
5c95f181885855f81936ed97f81f9d3d9c7c144b
0
roles/reboot
8,127
[ "no_license" ]
[ { "path": "roles/reboot/files/reboot.sh", "content": "#!/usr/bin/env bash\n\n/usr/bin/apt-get update\nDEBIAN_FRONTEND=noninteractive /usr/bin/apt-get upgrade -y --no-install-recommends\n/usr/sbin/reboot\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 }, { "pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 459, "all_permissive": false }
ansible_role
k3karthic/ansible__ubuntu-basic
5c95f181885855f81936ed97f81f9d3d9c7c144b
0
roles/swap
8,127
[ "no_license" ]
[ { "path": "roles/swap/tasks/main.yml", "content": "---\n- name: Check if swap file exists\n ansible.builtin.stat:\n path: \"{{ swap_file_path }}\"\n register: swap_file_check\n\n- name: Create swap file\n ansible.builtin.command: \"dd if=/dev/zero of={{ swap_file_path }} bs=1M count={{ ansible_memory_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 946, "all_permissive": false }
ansible_role
devopsconsult/ansible-letsencrypt-nginx
f02b99b60917470f9471e9ae8ed36328a282f515
1
roles/letsencrypt
8,127
[ "no_license" ]
[ { "path": "roles/letsencrypt/vars/main.yaml", "content": "---\ndomain: 'debojit.xxx.in'\ndeploy_user: 'debojit'\nletsencrypt_email: '<EMAIL>'\nletsencrypt_domain_flags:\n - \"-d debojit.xxx.in\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "path": "r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1532, "all_permissive": false }
ansible_role
devopsconsult/ansible-letsencrypt-nginx
f02b99b60917470f9471e9ae8ed36328a282f515
1
roles/nginx
8,127
[ "no_license" ]
[ { "path": "roles/nginx/meta/main.yml", "content": "---\n dependencies:\n - { role: letsencrypt }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/nginx/tasks/main.yaml", "content": "---\n- name: Add Nginx Repository\n apt_repository: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2953, "all_permissive": false }
ansible_role
KavyaNaveena/roboshop-ansible
ef7f35ecae17f18dbaebafb4374daf06e748b3f3
0
roles/common
8,127
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: setup hostname\n ansible.builtin.shell: set-hostname {{ component }}\n\n- name: Install node exporter\n ansible.builtin.import_role:\n name: prometheus\n tasks_from: exporter\n when: node_exporter", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 206, "all_permissive": false }
ansible_role
Pinto18/wa_ansible_poc
934f03fe4a31681dfd20ce5a9a25842d73f0a523
0
playbooks/roles/common
8,127
[ "no_license" ]
[ { "path": "playbooks/roles/common/tasks/main.yml", "content": "---\n# tasks file for roles\n- name: Check if Docker Windows Service is already configured\n win_service:\n name: docker\n register: docker_service_info\n ignore_errors: yes\n\n- name: Stop Old Docker Windows Service If It Exists\n win_se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2054, "all_permissive": false }
ansible_role
Pinto18/wa_ansible_poc
934f03fe4a31681dfd20ce5a9a25842d73f0a523
0
playbooks/roles/dbserver
8,127
[ "no_license" ]
[ { "path": "playbooks/roles/dbserver/tasks/main.yml", "content": "---\n# tasks file for mysql\n\n- name: Install MySQL\n win_chocolatey:\n name: \"{{ item }}\" \n state: present\n with_items: \"{{ mysql_packages }}\"\n\n- name: Start MySQL Service\n win_service:\n name: mysql\n state: started\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 812, "all_permissive": false }
ansible_role
nahsilabs/ansible-system
7dd91b48101e3d29a73c03711735c2e7534f181e
0
roles/os
8,127
[ "no_license" ]
[ { "path": "roles/os/handlers/main.yml", "content": "- name: restart systemd-resolved\n systemd_service:\n name: systemd-resolved\n state: restarted\n\n- name: restart docker\n systemd_service:\n name: docker\n state: restarted\n daemon_reload: true\n\n- name: restart dnsmasq\n systemd_serv...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 7390, "all_permissive": false }
ansible_role
rnem/ansible
b1b44a1373366b0357e4c4e1b9941ca25b4fb410
0
roles/apache
8,127
[ "no_license" ]
[ { "path": "roles/apache/tasks/apache.yml", "content": "---\n# tasks file for roles/apache\n - name: /etc/httpd/conf.d existence\n register: confd_st\n stat:\n path: /etc/httpd/conf.d\n\n - name: ssl.conf existence\n register: ssl_conf_st\n stat:\n path: /etc/httpd/conf.d/ssl.conf\n\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 11031, "all_permissive": false }
ansible_role
rnem/ansible
b1b44a1373366b0357e4c4e1b9941ca25b4fb410
0
roles/cis_rhel6
8,127
[ "no_license" ]
[ { "path": "roles/cis_rhel6/README.md", "content": "CIS for Red Hat Entreprise Linux 6\n==================================\n\nThis role can be used to audit or remediate a host against the Center for\nInternet Security (CIS) security benchmarks.\n\nCurrently, this role supports:\n - Red Hat Enterprise Linux ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 33734, "all_permissive": false }
ansible_role
rnem/ansible
b1b44a1373366b0357e4c4e1b9941ca25b4fb410
0
roles/cis_rhel7
8,127
[ "no_license" ]
[ { "path": "roles/cis_rhel7/tasks/section_01_level2.yml", "content": "---\n# file: roles/cis_rhel7/tasks/section_01_level2.yml\n#\n# Copyright 2014 <NAME>\n# 2017 <NAME>\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance wit...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 35219, "all_permissive": false }