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
kazesberger/jenkins-docker-slaves
0dc1cb5d01cc5e4bf14144b394c19429d840d401
2
roles/playbook-generator/files/playbooks/jenkins-slave-base/roles/svn
491
[ "no_license" ]
[ { "path": "roles/playbook-generator/files/playbooks/jenkins-slave-base/roles/svn/tasks/main.yml", "content": "---\n# file: roles/svn/tasks/main.yml\n# role for installing svn on a slave\n\n# CentOs 7\n- name: \"install dependencies for svn for CentOS 7\"\n yum:\n name=\"{{ item }}\"\n state=\"latest\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1004, "all_permissive": false }
ansible_role
kazesberger/jenkins-docker-slaves
0dc1cb5d01cc5e4bf14144b394c19429d840d401
2
roles/playbook-generator/files/playbooks/jenkins-slave-docker/files/init/roles/jenkins-slave-docker
491
[ "no_license" ]
[ { "path": "roles/playbook-generator/files/playbooks/jenkins-slave-docker/files/init/roles/jenkins-slave-docker/tasks/main.yml", "content": "- name: \"get gid of /var/run/docker.sock\"\n shell: ls -n /var/run/docker.sock | awk '{print $4}'\n register: docker_gid\n\n- name: \"add group docker\"\n group:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 321, "all_permissive": false }
ansible_role
kazesberger/jenkins-docker-slaves
0dc1cb5d01cc5e4bf14144b394c19429d840d401
2
roles/playbook-generator/files/playbooks/jenkins-slave-gradle/roles/gradle
491
[ "no_license" ]
[ { "path": "roles/playbook-generator/files/playbooks/jenkins-slave-gradle/roles/gradle/tasks/main.yml", "content": "---\n# file: roles/gradle/tasks/main.yml\n# role for installing gradle on a slave\n\n- name: \"make sure download dir exists\"\n file:\n dest=\"{{ item.download_dir }}\"\n state=\"direct...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1294, "all_permissive": false }
ansible_role
kazesberger/jenkins-docker-slaves
0dc1cb5d01cc5e4bf14144b394c19429d840d401
2
roles/playbook-generator/files/playbooks/jenkins-slave-maven/roles/maven
491
[ "no_license" ]
[ { "path": "roles/playbook-generator/files/playbooks/jenkins-slave-maven/roles/maven/tasks/main.yml", "content": "---\n# file: roles/maven/tasks/main.yml\n# role for installing maven on a slave\n\n- name: \"make sure download dir exists\"\n file:\n dest=\"{{ item.download_dir }}\"\n state=\"directory\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1228, "all_permissive": false }
ansible_role
kazesberger/jenkins-docker-slaves
0dc1cb5d01cc5e4bf14144b394c19429d840d401
2
roles/playbook-generator/files/playbooks/jenkins-slave-selenium/roles/ansible-repo-google-master
491
[ "no_license" ]
[ { "path": "roles/playbook-generator/files/playbooks/jenkins-slave-selenium/roles/ansible-repo-google-master/meta/main.yml", "content": "---\ngalaxy_info:\n author: groks\n description: yum repositories for goole chrome, talkplugin, musicmanager, earth\n license: BSD\n min_ansible_version: 1.3\n\n platf...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2717, "all_permissive": false }
ansible_role
kazesberger/jenkins-docker-slaves
0dc1cb5d01cc5e4bf14144b394c19429d840d401
2
roles/playbook-generator/files/playbooks/jenkins-slave-selenium/roles/chrome
491
[ "no_license" ]
[ { "path": "roles/playbook-generator/files/playbooks/jenkins-slave-selenium/roles/chrome/tasks/main.yml", "content": "---\n\n- name: \"install chrome\"\n yum:\n name=google-chrome-stable\n state=\"present\"\n disable_gpg_check=\"yes\"\n\n- name: \"Copy chromedriver to local bin path\"\n copy:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 611, "all_permissive": false }
ansible_role
kazesberger/jenkins-docker-slaves
0dc1cb5d01cc5e4bf14144b394c19429d840d401
2
roles/playbook-generator/files/playbooks/jenkins-slave-selenium/roles/firefox
491
[ "no_license" ]
[ { "path": "roles/playbook-generator/files/playbooks/jenkins-slave-selenium/roles/firefox/tasks/main.yml", "content": "---\n# file: roles/firefox/tasks/main.yml\n# role for installing firefox\n\n- name: \"install dependencies\"\n yum:\n name=\"{{ item }}\"\n state=\"latest\"\n with_items:\n - [\"xor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1273, "all_permissive": false }
ansible_role
kazesberger/jenkins-docker-slaves
0dc1cb5d01cc5e4bf14144b394c19429d840d401
2
roles/playbook-generator/files/playbooks/jenkins-slave-selenium/roles/novnc
491
[ "no_license" ]
[ { "path": "roles/playbook-generator/files/playbooks/jenkins-slave-selenium/roles/novnc/tasks/main.yml", "content": "---\n# file: roles/novnc/tasks/main.yml\n# role for installing novnc\n\n- name: \"install dependencies\"\n yum:\n name=\"{{ item }}\"\n state=\"present\"\n with_items:\n - [\"novnc\"]...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 865, "all_permissive": false }
ansible_role
kazesberger/jenkins-docker-slaves
0dc1cb5d01cc5e4bf14144b394c19429d840d401
2
roles/playbook-generator/files/playbooks/jenkins-slave-selenium/roles/novnc/files/init/roles/novnc
491
[ "no_license" ]
[ { "path": "roles/playbook-generator/files/playbooks/jenkins-slave-selenium/roles/novnc/files/init/roles/novnc/tasks/main.yml", "content": "- name: \"start novnc\"\n sudo: yes\n sudo_user: jenkins\n command: \"websockify -D --web /usr/share/novnc 6080 localhost:5901\"\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 125, "all_permissive": false }
ansible_role
kazesberger/jenkins-docker-slaves
0dc1cb5d01cc5e4bf14144b394c19429d840d401
2
roles/playbook-generator/files/playbooks/jenkins-slave-selenium/roles/tigervnc
491
[ "no_license" ]
[ { "path": "roles/playbook-generator/files/playbooks/jenkins-slave-selenium/roles/tigervnc/files/init/roles/tigervnc/tasks/main.yml", "content": "---\n# file: roles/jenkins-slave-selenium/tasks/main.yml\n# tasks for initializing jenkins-slave-selenium\n\n- name: \"start tigervnc\"\n sudo: yes\n sudo_user: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1686, "all_permissive": false }
ansible_role
kazesberger/jenkins-docker-slaves
0dc1cb5d01cc5e4bf14144b394c19429d840d401
2
roles/playbook-generator/files/playbooks/jenkins-slave-selenium/roles/tigervnc/files/init/roles/tigervnc
491
[ "no_license" ]
[ { "path": "roles/playbook-generator/files/playbooks/jenkins-slave-selenium/roles/tigervnc/files/init/roles/tigervnc/tasks/main.yml", "content": "---\n# file: roles/jenkins-slave-selenium/tasks/main.yml\n# tasks for initializing jenkins-slave-selenium\n\n- name: \"start tigervnc\"\n sudo: yes\n sudo_user: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 195, "all_permissive": false }
ansible_role
kazesberger/jenkins-docker-slaves
0dc1cb5d01cc5e4bf14144b394c19429d840d401
2
roles/playbook-generator/files/playbooks/jenkins-slave-tools/roles/oracle-client
491
[ "no_license" ]
[ { "path": "roles/playbook-generator/files/playbooks/jenkins-slave-tools/roles/oracle-client/tasks/main.yml", "content": "---\n# file: roles/maven/tasks/main.yml\n# role for installing maven on a slave\n\n- name: \"install dependencies for oracle client\"\n yum:\n name=\"libaio\"\n state=\"latest\"\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1111, "all_permissive": false }
ansible_role
kazesberger/jenkins-docker-slaves
0dc1cb5d01cc5e4bf14144b394c19429d840d401
2
roles/playbook-generator/files/playbooks/jenkins-slave-tools/roles/sqlncli
491
[ "no_license" ]
[ { "path": "roles/playbook-generator/files/playbooks/jenkins-slave-tools/roles/sqlncli/tasks/main.yml", "content": "---\n# file: roles/sqlncli/tasks/main.yml\n# role for installing sqlncli on a slave\n\n- name: \"install build dependencies for sqlncli\"\n yum:\n name=\"{{ item }}\"\n state=\"latest\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1095, "all_permissive": false }
ansible_role
LevKhramov/jm-test-task-03
6873c38cdf005ad73dd9ab0ccf80e90b63b52378
0
task-01/roles/misc
491
[ "no_license" ]
[ { "path": "task-01/roles/misc/tasks/main.yml", "content": "- name: Update apt repos cache\n ansible.builtin.apt:\n update_cache:\n cache_valid_time: 86400\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
LevKhramov/jm-test-task-03
6873c38cdf005ad73dd9ab0ccf80e90b63b52378
0
task-01/roles/nginx
491
[ "no_license" ]
[ { "path": "task-01/roles/nginx/handlers/main.yml", "content": "- name: (handler) nginx systemd\n ansible.builtin.systemd:\n name: nginx\n enabled: true\n state: started\n\n- name: (handler) nginx reload\n ansible.builtin.service:\n name: nginx\n state: reloaded\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 765, "all_permissive": false }
ansible_role
LevKhramov/jm-test-task-03
6873c38cdf005ad73dd9ab0ccf80e90b63b52378
0
task-01/roles/php
491
[ "no_license" ]
[ { "path": "task-01/roles/php/tasks/main.yml", "content": "- name: Install php-fpm\n ansible.builtin.apt:\n name: php8.2-fpm\n\n- name: Create phpinfo file\n ansible.builtin.copy:\n dest: \"/var/www/html/phpinfo.php\"\n content: |\n <?php phpinfo(); ?>\n mode: '0644'\n owner: www-data\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 855, "all_permissive": false }
ansible_role
derek-linke/ansible-practice
0e7a46fdf9f46b206b5bf0a93453cb53c6829955
0
playbooks/roles/apache2
491
[ "no_license" ]
[ { "path": "playbooks/roles/apache2/tasks/main.yml", "content": "---\n# tasks file for apache2\n\n - name: Debug outside variables\n debug:\n msg: \"{{ gtm.pools.name }}\"\n\n - name: Debug outside variables\n debug:\n msg: \"{{ gtm.pools2 }}\"\n \n - name: Debug outside v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 915, "all_permissive": false }
ansible_role
derek-linke/ansible-practice
0e7a46fdf9f46b206b5bf0a93453cb53c6829955
0
playbooks/roles/erjac77.module-f5bigip/tests/roles/f5bigip_ltm_monitor_virtual_location
491
[ "no_license" ]
[ { "path": "playbooks/roles/erjac77.module-f5bigip/tests/roles/f5bigip_ltm_monitor_virtual_location/tasks/main.yml", "content": "---\n\n- name: Create LTM Pool\n f5bigip_ltm_pool:\n f5_hostname: \"{{ bigip_host }}\"\n f5_username: \"{{ bigip_username }}\"\n f5_password: \"{{ <PASSWORD> }}\"\n f5...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4032, "all_permissive": false }
ansible_role
derek-linke/ansible-practice
0e7a46fdf9f46b206b5bf0a93453cb53c6829955
0
playbooks/roles/erjac77.module-f5bigip/tests/roles/f5bigip_ltm_policy
491
[ "no_license" ]
[ { "path": "playbooks/roles/erjac77.module-f5bigip/tests/roles/f5bigip_ltm_policy/tasks/rule_condition.yml", "content": "---\n\n### Add rule condition ###\n- name: Add LTM Policy Rule Condition {{ condition.name }}\n include_tasks: add_rule_condition.yml\n\n- name: Add LTM Policy Rule Condition {{ condition...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 899, "all_permissive": false }
ansible_role
derek-linke/ansible-practice
0e7a46fdf9f46b206b5bf0a93453cb53c6829955
0
playbooks/roles/erjac77.module-f5bigip/tests/roles/f5bigip_ltm_profile_client_ssl
491
[ "no_license" ]
[ { "path": "playbooks/roles/erjac77.module-f5bigip/tests/roles/f5bigip_ltm_profile_client_ssl/tasks/main.yml", "content": "---\n\n- name: Upload SYS Crypto Key\n f5bigip_shared_file_transfer_upload:\n f5_hostname: \"{{ bigip_host }}\"\n f5_username: \"{{ bigip_username }}\"\n f5_password: \"{{ <PAS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5638, "all_permissive": false }
ansible_role
derek-linke/ansible-practice
0e7a46fdf9f46b206b5bf0a93453cb53c6829955
0
playbooks/roles/erjac77.module-f5bigip/tests/roles/f5bigip_ltm_profile_smtps
491
[ "no_license" ]
[ { "path": "playbooks/roles/erjac77.module-f5bigip/tests/roles/f5bigip_ltm_profile_smtps/tasks/main.yml", "content": "---\n\n- name: Create LTM SMTPS Profile\n f5bigip_ltm_profile_smtps:\n f5_hostname: \"{{ bigip_host }}\"\n f5_username: \"{{ bigip_username }}\"\n f5_password: \"{{ <PASSWORD> }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3019, "all_permissive": false }
ansible_role
derek-linke/ansible-practice
0e7a46fdf9f46b206b5bf0a93453cb53c6829955
0
playbooks/roles/erjac77.module-f5bigip/tests/roles/f5bigip_shared_file_transfer
491
[ "no_license" ]
[ { "path": "playbooks/roles/erjac77.module-f5bigip/tests/roles/f5bigip_shared_file_transfer/tasks/main.yml", "content": "---\n\n- name: Upload a Data Group List\n f5bigip_shared_file_transfer_upload:\n f5_hostname: \"{{ bigip_host }}\"\n f5_username: \"{{ bigip_username }}\"\n f5_password: \"{{ <PA...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1852, "all_permissive": false }
ansible_role
derek-linke/ansible-practice
0e7a46fdf9f46b206b5bf0a93453cb53c6829955
0
playbooks/roles/erjac77.module-f5bigip/tests/roles/f5bigip_sys_ucs
491
[ "no_license" ]
[ { "path": "playbooks/roles/erjac77.module-f5bigip/tests/roles/f5bigip_sys_ucs/tasks/main.yml", "content": "---\n\n- name: Save SYS UCS\n f5bigip_sys_ucs:\n f5_hostname: \"{{ bigip_host }}\"\n f5_username: \"{{ bigip_username }}\"\n f5_password: \"{{ <PASSWORD> }}\"\n f5_port: \"{{ bigip_port }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 331, "all_permissive": false }
ansible_role
derek-linke/ansible-practice
0e7a46fdf9f46b206b5bf0a93453cb53c6829955
0
playbooks/roles/erjac77.module-f5bigip/tests/roles/f5bigip_util_unix_rm
491
[ "no_license" ]
[ { "path": "playbooks/roles/erjac77.module-f5bigip/tests/roles/f5bigip_util_unix_rm/tasks/main.yml", "content": "---\n\n- name: Upload a file\n f5bigip_shared_file_transfer_upload:\n f5_hostname: \"{{ bigip_host }}\"\n f5_username: \"{{ bigip_username }}\"\n f5_password: \"{{ <PASSWORD> }}\"\n f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 710, "all_permissive": false }
ansible_role
derek-linke/ansible-practice
0e7a46fdf9f46b206b5bf0a93453cb53c6829955
0
playbooks/roles/mysql
491
[ "no_license" ]
[ { "path": "playbooks/roles/mysql/tasks/main.yml", "content": "---\n# tasks file for mysql\n\n - name: Install tools\n apt:\n name: \"{{item}}\"\n state: present\n with_items:\n - python-mysqldb\n\n - name: Install mysql-server\n apt:\n name: mysql-server\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1191, "all_permissive": false }
ansible_role
derek-linke/ansible-practice
0e7a46fdf9f46b206b5bf0a93453cb53c6829955
0
playbooks/roles/nginx
491
[ "no_license" ]
[ { "path": "playbooks/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n\n\n - name: install tools\n apt:\n name: \"{{item}}\"\n state: present\n with_items:\n - python-httplib2\n\n - name: install nginx\n apt:\n name: nginx\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1241, "all_permissive": false }
ansible_role
bfdill/talkboy-9000
a7dced35a2f04b0423e1a3226d4d042584b112ba
2
packages/ansible/roles/change-hostname
491
[ "no_license" ]
[ { "path": "packages/ansible/roles/change-hostname/tasks/main.yml", "content": "---\n- name: update hostname if needed\n become: true\n hostname:\n name: \"{{ inventory_hostname_short }}\"\n register: hostname\n when: ansible_hostname != inventory_hostname_short\n\n- name: update 127.0.1.1 in /etc/hos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 465, "all_permissive": false }
ansible_role
bfdill/talkboy-9000
a7dced35a2f04b0423e1a3226d4d042584b112ba
2
packages/ansible/roles/package-management
491
[ "no_license" ]
[ { "path": "packages/ansible/roles/package-management/tasks/main.yml", "content": "---\n- name: Upgrade all packages to the latest version\n become: true\n apt:\n cache_valid_time: 86400 #One day\n upgrade: yes\n update_cache: yes", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
bfdill/talkboy-9000
a7dced35a2f04b0423e1a3226d4d042584b112ba
2
packages/ansible/roles/reboot-host
491
[ "no_license" ]
[ { "path": "packages/ansible/roles/reboot-host/tasks/main.yml", "content": "---\n\n- name: reboot host=({{ (ansible_ssh_host|default(ansible_host))|default(inventory_hostname) }}) port=({{ ansible_port }})\n become: true\n shell: nohup bash -c 'sleep 2 && shutdown -r now \"ansible reboot-host\"' &\n async...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 597, "all_permissive": false }
ansible_role
bfdill/talkboy-9000
a7dced35a2f04b0423e1a3226d4d042584b112ba
2
packages/ansible/roles/talkboy-9000
491
[ "no_license" ]
[ { "path": "packages/ansible/roles/talkboy-9000/tasks/systemd.yml", "content": "- name: copy service template\n become: true\n copy:\n src: ../templates/systemd.service\n dest: /etc/systemd/system/talkboy-9000.service\n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 777, "all_permissive": false }
ansible_role
openstack/tempest
3bd304b466453a2df394169b7b599430cf366660
360
roles/acl-devstack-files
491
[ "permissive" ]
[ { "path": "roles/acl-devstack-files/tasks/main.yaml", "content": "- name: Grant global read access to devstack files\n file:\n path: \"{{devstack_data_dir}}/files\"\n mode: \"o+rx\"\n recurse: yes\n become: yes\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 395, "all_permissive": true }
ansible_role
openstack/tempest
3bd304b466453a2df394169b7b599430cf366660
360
roles/run-tempest
491
[ "permissive" ]
[ { "path": "roles/run-tempest/tasks/main.yaml", "content": "# NOTE(andreaf) The number of vcpus is not available on all systems.\n# See https://github.com/ansible/ansible/issues/30688\n# When not available, we fall back to ansible_processor_cores\n- name: Get hw.logicalcpu from sysctl\n shell: sysctl hw.log...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6241, "all_permissive": true }
ansible_role
openstack/tempest
3bd304b466453a2df394169b7b599430cf366660
360
roles/run-tempest-26
491
[ "permissive" ]
[ { "path": "roles/run-tempest-26/README.rst", "content": "Run Tempest\n\nThe result of the tempest run is stored in the `tempest_run_result`\nvariable (through the `register` statement).\n\n**Role Variables**\n\n.. zuul:rolevar:: devstack_base_dir\n :default: /opt/stack\n\n The devstack base directory.\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5079, "all_permissive": true }
ansible_role
openstack/tempest
3bd304b466453a2df394169b7b599430cf366660
360
roles/set-src-dest-host
491
[ "permissive" ]
[ { "path": "roles/set-src-dest-host/tasks/main.yaml", "content": "- name: Find out hostnames\n set_fact:\n devstack_hostnames: \"{{ devstack_hostnames|default([]) + [hostvars[zj_item]['ansible_hostname'] | default('unknown')] }}\"\n loop: \"{{ query('inventory_hostnames', 'all,!localhost') }}\"\n loo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 913, "all_permissive": true }
ansible_role
openstack/tempest
3bd304b466453a2df394169b7b599430cf366660
360
roles/setup-tempest-data-dir
491
[ "permissive" ]
[ { "path": "roles/setup-tempest-data-dir/defaults/main.yaml", "content": "devstack_data_dir: /opt/stack/data\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 35 }, { "path": "roles/setup-tempest-data-dir/tasks/main.yaml", "content": "- n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 538, "all_permissive": true }
ansible_role
openstack/tempest
3bd304b466453a2df394169b7b599430cf366660
360
roles/setup-tempest-run-dir
491
[ "permissive" ]
[ { "path": "roles/setup-tempest-run-dir/README.rst", "content": "Setup Tempest run folder.\n\nTo support isolation between multiple runs, separate run folders are required.\nSet `tempest` as owner of Tempest's current run folder.\nThere is an implicit assumption here of a one to one relationship between\ndev...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 555, "all_permissive": true }
ansible_role
openstack/tempest
3bd304b466453a2df394169b7b599430cf366660
360
roles/tempest-cleanup
491
[ "permissive" ]
[ { "path": "roles/tempest-cleanup/tasks/dry_run_checker.py", "content": "# Copyright 2020 Red Hat, Inc\n# All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the License at...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 8103, "all_permissive": true }
ansible_role
nervosnetwork/muta-devops
b15859e67e44b714949a7d44361e8b8314018dd8
3
apm/deploy/roles/agent
491
[ "no_license" ]
[ { "path": "apm/deploy/roles/agent/vars/main.yaml", "content": "monitor_dir: /Users/zjh/Desktop/agent\nlog_path: \\/Users\\/zjh\\/Documents\\/cryptape\\/muta\\/logs\nmonitor_address: 192.168.1.2\n# collector_port: 14250\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1288, "all_permissive": false }
ansible_role
nervosnetwork/muta-devops
b15859e67e44b714949a7d44361e8b8314018dd8
3
apm/deploy/roles/monitor
491
[ "no_license" ]
[ { "path": "apm/deploy/roles/monitor/tasks/main.yml", "content": "- name: down \n shell: \"docker-compose -f {{ monitor_dir }}/docker-compose.yml down\"\n ignore_errors: yes\n become: yes\n become_method: sudo\n\n- name: check monitor dir\n stat:\n path: \"{{ monitor_dir }}\"\n register: file_status...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1089, "all_permissive": false }
ansible_role
Khizar-Akhtar/Video-Kiosk
a945a3217d221220ce3006aeebb3846b2d0e81a8
0
roles/videokiosk
491
[ "no_license" ]
[ { "path": "roles/videokiosk/tasks/azuremount.yml", "content": "#write your SMB drive credentials here from Azure file storage", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/videokiosk/tasks/gitclone.yml", "content": "---\n - name: Cloni...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 2566, "all_permissive": false }
ansible_role
HobOps/ansible-ipsec-proxy
0f8aab726babd515c3adafea6e8de64723c6a6bd
0
roles/cloudvpn
491
[ "no_license" ]
[ { "path": "roles/cloudvpn/defaults/main.yml", "content": "---\n# defaults file for cloudvpn\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/cloudvpn/vars/main.yml", "content": "---\n# vars file for cloudvpn\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2659, "all_permissive": false }
ansible_role
VaughnCruz/Cruz_FinalExam
1a04050aae360767ebb9d1f3c2dc0078723b2cf3
0
roles/ubuntu-es
491
[ "no_license" ]
[ { "path": "roles/ubuntu-es/tests/test.yml", "content": "---\n- hosts: ubuntu\n remote_user: choong\n roles:\n - roles/ubuntu-es \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/ubuntu-es/tasks/main.yml", "content": "---\n# tasks fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1040, "all_permissive": false }
ansible_role
VaughnCruz/Cruz_FinalExam
1a04050aae360767ebb9d1f3c2dc0078723b2cf3
0
roles/ubuntu-git
491
[ "no_license" ]
[ { "path": "roles/ubuntu-git/tests/test.yml", "content": "---\n- hosts: ubuntu\n remote_user: choong\n roles:\n - roles/ubuntu-git\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/ubuntu-git/tasks/main.yml", "content": "---\n# tasks ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 387, "all_permissive": false }
ansible_role
VaughnCruz/Cruz_FinalExam
1a04050aae360767ebb9d1f3c2dc0078723b2cf3
0
roles/ubuntu-motd
491
[ "no_license" ]
[ { "path": "roles/ubuntu-motd/tasks/main.yml", "content": "---\n# tasks file for roles/ubuntu-motd\n- name: create motd\n lineinfile:\n path: /etc/motd\n line: \"Ansible Managed by {{ user }}\"\n create: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 226, "all_permissive": false }
ansible_role
VaughnCruz/Cruz_FinalExam
1a04050aae360767ebb9d1f3c2dc0078723b2cf3
0
roles/ubuntu-mt
491
[ "no_license" ]
[ { "path": "roles/ubuntu-mt/tests/test.yml", "content": "---\n- hosts: ubuntu\n remote_user: choong\n roles:\n - roles/ubuntu-mt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/ubuntu-mt/tasks/main.yml", "content": "---\n# tasks fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 289, "all_permissive": false }
ansible_role
Dev-1305/Ansible-setup
a163da7d88b6350a3fb26c512dd2aa77989ff505
2
roles/advanced-scripts
491
[ "no_license" ]
[ { "path": "roles/advanced-scripts/tasks/zookeper-status.yml", "content": "### Add script to find zookeeper leader status\n---\n- name: Zookeeper Leader status\n shell: echo stat | nc localhost 2181 | grep Mode\n register: ps\n throttle: 1\n ## Update this if you to run for specific host group\n\n # whe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 406, "all_permissive": false }
ansible_role
Dev-1305/Ansible-setup
a163da7d88b6350a3fb26c512dd2aa77989ff505
2
roles/basic-scripts
491
[ "no_license" ]
[ { "path": "roles/basic-scripts/tasks/security-patch.yml", "content": "---\n- name: Security Patch\n yum:\n name: \"*\"\n security: yes\n state: latest\n register: status\n\n- debug: var=status", "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
radondb/radondb-postgresql-operator
5755ae011d1b3e81d89feee53b42203672dbdf67
40
installers/ansible/roles/pgo-preflight
491
[ "no_license" ]
[ { "path": "installers/ansible/roles/pgo-preflight/tasks/vars.yml", "content": "---\n- name: Include values.yml\n tags: always\n block:\n - name: Check for \"{{ config_path }}\"\n stat:\n path: \"{{ config_path }}\"\n register: conf_path_result\n\n - fail:\n msg: \"Please pr...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3196, "all_permissive": false }
ansible_role
radondb/radondb-postgresql-operator
5755ae011d1b3e81d89feee53b42203672dbdf67
40
installers/metrics/ansible/roles/pgo-metrics
491
[ "no_license" ]
[ { "path": "installers/metrics/ansible/roles/pgo-metrics/tasks/grafana.yml", "content": "---\n- name: Deploy Grafana\n tags:\n - install-metrics\n - update-metrics\n block:\n - name: Set Grafana Output Directory Fact\n set_fact:\n grafana_output_dir: \"{{ metrics_dir }}/output/grafana\...
{ "task_files": 10, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 25, "total_bytes": 42738, "all_permissive": false }
ansible_role
radondb/radondb-postgresql-operator
5755ae011d1b3e81d89feee53b42203672dbdf67
40
installers/metrics/ansible/roles/pgo-metrics-preflight
491
[ "no_license" ]
[ { "path": "installers/metrics/ansible/roles/pgo-metrics-preflight/tasks/check_openshift.yml", "content": "---\n- name: openshift_token should be defined\n assert:\n that:\n - openshift_token != ''\n msg: \"Set the value of 'openshift_token' in the inventory file.\"\n when: \n - openshift_tok...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5233, "all_permissive": false }
ansible_role
DawidSajdak/DinnerTime
543e27eb24fcf8cc0ec957480372442eacd47630
5
vagrant/provisioning/roles/apache
491
[ "no_license" ]
[ { "path": "vagrant/provisioning/roles/apache/tasks/main.yml", "content": "---\n- name: Install Apache\n sudo: yes\n apt: pkg=apache2 state=latest\n\n- name: Install Apache Modules\n shell: a2enmod {{ item }}\n notify: restart apache\n with_items:\n - rewrite\n - vhost_alias\n - headers\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 799, "all_permissive": false }
ansible_role
DawidSajdak/DinnerTime
543e27eb24fcf8cc0ec957480372442eacd47630
5
vagrant/provisioning/roles/php5
491
[ "no_license" ]
[ { "path": "vagrant/provisioning/roles/php5/tasks/main.yml", "content": "---\n- name: Validate php version\n fail: msg=\"Unknown php version {{ php_version }}. Could be one of 5.3, 5.4, 5.5\"\n when: php_version != 5.3 and php_version != 5.4 and php_version != 5.5\n\n- name: Install required package\n apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1266, "all_permissive": false }
ansible_role
DawidSajdak/DinnerTime
543e27eb24fcf8cc0ec957480372442eacd47630
5
vagrant/provisioning/roles/symfony2
491
[ "no_license" ]
[ { "path": "vagrant/provisioning/roles/symfony2/tasks/main.yml", "content": "---\n- name: Create apache2 configuration\n template:\n src: vhost-configuration.js2\n dest: /etc/apache2/sites-available/{{ project_name }}-configuration.conf\n\n- name: Enable apache2 vhosts\n file:\n src: /etc/apache2/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 543, "all_permissive": false }
ansible_role
DenDos/promptinator
c4380f835edd7171d876ed1b85ceedb99077d0f2
0
infrastructure/provisioning/roles/add-user-role
491
[ "no_license" ]
[ { "path": "infrastructure/provisioning/roles/add-user-role/tasks/main.yml", "content": "---\n- name: \"Create a user with name {{ user_name }}\"\n user:\n append=yes\n name='{{user_name}}'\n groups=\"{{ (user_groups | join(',')) }}\"\n state=present\n shell=/bin/bash\n password={{ <PASSWO...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2032, "all_permissive": false }
ansible_role
DenDos/promptinator
c4380f835edd7171d876ed1b85ceedb99077d0f2
0
infrastructure/provisioning/roles/log-rotate-role
491
[ "no_license" ]
[ { "path": "infrastructure/provisioning/roles/log-rotate-role/vars/main.yml", "content": "---\n# vars file for ./roles/log-rotate-role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "infrastructure/provisioning/roles/log-rotate-role/tests/test.yml...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 667, "all_permissive": false }
ansible_role
DenDos/promptinator
c4380f835edd7171d876ed1b85ceedb99077d0f2
0
infrastructure/provisioning/roles/nginx-app-role
491
[ "no_license" ]
[ { "path": "infrastructure/provisioning/roles/nginx-app-role/tasks/main.yml", "content": "---\n- name: Install Nginx\n apt:\n name: nginx\n update_cache: yes\n state: present\n\n- name: Check if certbot private key exists for any domain\n stat:\n path: \"/etc/letsencrypt/live/{{ item }}/privkey...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3338, "all_permissive": false }
ansible_role
DenDos/promptinator
c4380f835edd7171d876ed1b85ceedb99077d0f2
0
infrastructure/provisioning/roles/nvim-role
491
[ "no_license" ]
[ { "path": "infrastructure/provisioning/roles/nvim-role/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - nvim-role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "infrastructure/provisioning/roles/nvim-rol...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 627, "all_permissive": false }
ansible_role
DenDos/promptinator
c4380f835edd7171d876ed1b85ceedb99077d0f2
0
infrastructure/provisioning/roles/pm2-setup
491
[ "no_license" ]
[ { "path": "infrastructure/provisioning/roles/pm2-setup/vars/main.yml", "content": "---\n# vars file for ./roles/pm2-setup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "infrastructure/provisioning/roles/pm2-setup/tasks/main.yml", "content": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 823, "all_permissive": false }
ansible_role
DenDos/promptinator
c4380f835edd7171d876ed1b85ceedb99077d0f2
0
infrastructure/provisioning/roles/postgress-app-init
491
[ "no_license" ]
[ { "path": "infrastructure/provisioning/roles/postgress-app-init/defaults/main.yml", "content": "---\napp_name: myapp\ndb_user: deploy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "infrastructure/provisioning/roles/postgress-app-init/vars/main.y...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 975, "all_permissive": false }
ansible_role
oxrz/Ansible-Nginx-Keepalived
63f343802bcbb3d1f105fc244ce8d4ac3ff35f43
0
roles/keepalived
491
[ "no_license" ]
[ { "path": "roles/keepalived/files/chk_ngx.sh", "content": "#!/bin/bash\npidof nginx\nif [[ $? == 0 ]];then\n iptables -S | grep -i vrrp\n if [[ $? == 0 ]]; then\n iptables -D OUTPUT -p vrrp -j DROP\n fi\n exit 0\nelse\n iptables -S | grep -i vrrp\n if [[ $? != 0 ]]; then\n ip...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1772, "all_permissive": false }
ansible_role
oxrz/Ansible-Nginx-Keepalived
63f343802bcbb3d1f105fc244ce8d4ac3ff35f43
0
roles/nginx
491
[ "no_license" ]
[ { "path": "roles/nginx/defaults/main.yml", "content": "---\r\nuser: nginx\r\nworker_processes: auto\r\nworker_connections: 10240\r\nkeepalive_timeout: 60\r\ntypes_hash_max_size: 2048\r\nssl_protocols: TLSv1 TLSv1.1 TLSv1.2 TLSv1.3\r\naccess_log: /var/log/nginx/access.log combined buffer=32k gzip flush=1m\r\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2898, "all_permissive": false }
ansible_role
santoshPagire/Ansible_master
04ed3718d88ddfcdf2553fd4945aa16cf3f79766
0
Ansible_master/Roles/Service_setup
491
[ "no_license" ]
[ { "path": "Ansible_master/Roles/Service_setup/tasks/main.yml", "content": "---\n# tasks file for Service_setup\n\n- name: install package\n \n apt:\n name: \"{{ package_name }}\"\n state: present\n\n- name: copy file\n copy: \n src: file.txt\n dest: /home/santosh/Desktop\n \n- name: start serv...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 578, "all_permissive": false }
ansible_role
wwt/pure-ansible-demo
72f1b75a25c4899cb09d1edffdb71dd5fe52fc3a
0
Pure-Ansible-Demo/roles/diskinfo
491
[ "permissive" ]
[ { "path": "Pure-Ansible-Demo/roles/diskinfo/tasks/main.yml", "content": "---\n- name: populate API keys for each pure module\n set_fact:\n pure_credentials: &pure_api_info\n fa_url: \"{{ ansible_host }}\"\n api_token: \"{{ purefa_api_token }}\"\n\n- name: gather purefa2 volume facts\n delegat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 646, "all_permissive": true }
ansible_role
wwt/pure-ansible-demo
72f1b75a25c4899cb09d1edffdb71dd5fe52fc3a
0
Pure-Ansible-Demo/roles/pause
491
[ "permissive" ]
[ { "path": "Pure-Ansible-Demo/roles/pause/tasks/main.yml", "content": "---\n- name: pause to let replication occur\n pause:\n seconds: \"{{ seconds | default(20) }}\"\n run_once: True", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": true }
ansible_role
Gyara2/SuperMario.k8s.cluster
b0fe9e9723a0ac4720c8dcdec0e38f9112af1812
1
ansible/roles/app
491
[ "no_license" ]
[ { "path": "ansible/roles/app/templates/configmap.j2", "content": "---\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: haproxy-configmap\n namespace: {{ namespace_name }}\ndata:\n servers-increment: \"42\"\n ssl-redirect: \"OFF\"", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6053, "all_permissive": false }
ansible_role
Gyara2/SuperMario.k8s.cluster
b0fe9e9723a0ac4720c8dcdec0e38f9112af1812
1
ansible/roles/cluster
491
[ "no_license" ]
[ { "path": "ansible/roles/cluster/tasks/06-config_k8s_fw.yaml", "content": "--- \n\n # This task will allow kubernetes to correctly handle traffic with the firewall.\n # https://linuxconfig.org/how-to-turn-on-off-ip-forwarding-in-linux\n- block:\n\n - name: Check if k8s.conf already exists\n become: ye...
{ "task_files": 13, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 13172, "all_permissive": false }
ansible_role
Gyara2/SuperMario.k8s.cluster
b0fe9e9723a0ac4720c8dcdec0e38f9112af1812
1
ansible/roles/common
491
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/02-repos.yaml", "content": "---\n\n # For unrechable prevention, this task will stay until vms be ready for connection.\n # https://docs.ansible.com/ansible/latest/collections/ansible/builtin/wait_for_connection_module.html\n- name: Wait for system to become reachable...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2858, "all_permissive": false }
ansible_role
Gyara2/SuperMario.k8s.cluster
b0fe9e9723a0ac4720c8dcdec0e38f9112af1812
1
ansible/roles/master
491
[ "no_license" ]
[ { "path": "ansible/roles/master/tasks/07-install_ingress_controller.yaml", "content": "\n---\n\n # is open source proxy and load balancing server software. \n # It provides high availability at the network and application layers,\n # improving speed and performance by distributing workload across multipl...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 7606, "all_permissive": false }
ansible_role
Gyara2/SuperMario.k8s.cluster
b0fe9e9723a0ac4720c8dcdec0e38f9112af1812
1
ansible/roles/nfs
491
[ "no_license" ]
[ { "path": "ansible/roles/nfs/tasks/06-reload_fw.yaml", "content": "---\n\n # Reload fw to apply new rules.\n- name: Reload firewall service\n become: yes\n shell: firewall-cmd --reload\n register: result\n\n- name: Check Reload output\n debug:\n msg: \"Result: {{ result.stdout }}\"\n", "license_...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2529, "all_permissive": false }
ansible_role
Gyara2/SuperMario.k8s.cluster
b0fe9e9723a0ac4720c8dcdec0e38f9112af1812
1
ansible/roles/workers
491
[ "no_license" ]
[ { "path": "ansible/roles/workers/tasks/main.yaml", "content": "---\n\n- include_tasks: 01-open_kube_ports.yaml\n- include_tasks: 02-join_master_node.yaml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "ansible/roles/workers/tasks/01-open_kube_ports...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3437, "all_permissive": false }
ansible_role
sbkim75/ansible_playbook
a5877858e0b03971adcfe7729548ab7252457442
0
roles/atop_install
494
[ "no_license" ]
[ { "path": "roles/atop_install/tasks/main.yaml", "content": "- name: copy atop rpm \n copy:\n src: atop-2.7.1-1.el8.x86_64.rpm\n dest: /tmp/\n mode: '0750'\n owner: root\n group: root\n when:\n - (ansible_distribution == \"RedHat\")\n - (ansible_distribution_major_version == \"8\")\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1074, "all_permissive": false }
ansible_role
sbkim75/ansible_playbook
a5877858e0b03971adcfe7729548ab7252457442
0
roles/history_to_log
494
[ "no_license" ]
[ { "path": "roles/history_to_log/tasks/main.yaml", "content": "- name: \"/etc/bashrc : remove history config\"\n lineinfile:\n path: /etc/bashrc\n state: absent\n line: '{{ item }}'\n with_items:\n - \"export HISTTIMEFORMAT='%F %T '\"\n - 'export PROMPT_COMMAND=\"history -a; history -c; hist...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1166, "all_permissive": false }
ansible_role
sbkim75/ansible_playbook
a5877858e0b03971adcfe7729548ab7252457442
0
roles/nmon_cron_create
494
[ "no_license" ]
[ { "path": "roles/nmon_cron_create/tasks/main.yaml", "content": "- name: \"nmon binary upload\"\n copy:\n src: nmon\n dest: /usr/bin/nmon\n owner: root\n group: root\n mode: '0755'\n\n- name: \"/hw Directory Create\"\n file:\n path: /hw\n owner: root\n group: root\n mode: '0700'\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1429, "all_permissive": false }
ansible_role
sbkim75/ansible_playbook
a5877858e0b03971adcfe7729548ab7252457442
0
roles/nmon_cron_remove
494
[ "no_license" ]
[ { "path": "roles/nmon_cron_remove/tasks/main.yaml", "content": "- name: \"nmon cronjob remove\"\n file:\n path: /etc/cron.d/nmon_daily\n state: absent", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 88, "all_permissive": false }
ansible_role
sbkim75/ansible_playbook
a5877858e0b03971adcfe7729548ab7252457442
0
roles/rhel_init
494
[ "no_license" ]
[ { "path": "roles/rhel_init/tasks/main.yaml", "content": "- name: \"Check : local iso package\"\n debug:\n msg: \"Please Check \"\n\n- name: \"SELINUX Disable\"\n lineinfile:\n path: /etc/selinux/config\n state: present\n regexp: '^SELINUX='\n line: 'SELINUX=disabled'\n tags: selinux_diable...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4096, "all_permissive": false }
ansible_role
sbkim75/ansible_playbook
a5877858e0b03971adcfe7729548ab7252457442
0
roles/sjva_ubuntu_init
494
[ "no_license" ]
[ { "path": "roles/sjva_ubuntu_init/tasks/main.yaml", "content": "- name: \"Kernel Parameter 설정: /etc/sysctl.conf\"\n lineinfile:\n path: /etc/sysctl.conf\n state: present\n insertafter: 'EOF'\n line: '{{ item }}'\n with_items:\n - 'net.core.default_qdisc=fq'\n - 'net.ipv4.tcp_congestion_c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2507, "all_permissive": false }
ansible_role
aldenjenkins/homedeploy
6178f916332334731dfd555b4b520e65060cba14
1
ansible-playbook/roles/bootstrap
494
[ "no_license" ]
[ { "path": "ansible-playbook/roles/bootstrap/tasks/main.yaml", "content": "---\n- name: install packages for ansible support - ubuntu\n raw: apt -y update && apt install -y python python-apt\n ignore_errors: True\n\n- name: install packages for ansible support - fedora\n raw: dnf -y install python python3...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 255, "all_permissive": false }
ansible_role
aldenjenkins/homedeploy
6178f916332334731dfd555b4b520e65060cba14
1
ansible-playbook/roles/docker
494
[ "no_license" ]
[ { "path": "ansible-playbook/roles/docker/tasks/main.yaml", "content": "---\n- name: install docker service - ubuntu\n package:\n name: docker.io\n state: latest\n when: ansible_distribution == 'Ubuntu'\n\n- name: install docker service - fedora\n package:\n name: docker\n state: latest\n whe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 375, "all_permissive": false }
ansible_role
aldenjenkins/homedeploy
6178f916332334731dfd555b4b520e65060cba14
1
ansible-playbook/roles/doddns
494
[ "no_license" ]
[ { "path": "ansible-playbook/roles/doddns/tasks/main.yaml", "content": "---\n- name: clone doddns sources\n git:\n repo: \"https://github.com/dimakuz/doddns\"\n dest: /opt/doddns\n clone: yes\n update: yes\n version: add_envfile\n\n- name: copy private envfile config\n template:\n src: do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 734, "all_permissive": false }
ansible_role
aldenjenkins/homedeploy
6178f916332334731dfd555b4b520e65060cba14
1
ansible-playbook/roles/install-deps
494
[ "no_license" ]
[ { "path": "ansible-playbook/roles/install-deps/tasks/main.yaml", "content": "---\n- name: update packages - ubuntu\n apt:\n update_cache: yes\n upgrade: dist\n when: ansible_distribution == 'Ubuntu'\n\n- name: install Ansible dependencies - ubuntu\n apt:\n name:\n - libselinux1\n - tar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 736, "all_permissive": false }
ansible_role
aldenjenkins/homedeploy
6178f916332334731dfd555b4b520e65060cba14
1
ansible-playbook/roles/master-network
494
[ "no_license" ]
[ { "path": "ansible-playbook/roles/master-network/templates/50-eth0-dhcp.network.j2", "content": "[Match]\nName=eth0\n\n[Network]\nAddress={{network.master_ip}}/24\nGateway={{network.gateway_ip}}\nDNS={{network.dns_ip}}\nDomains={{network.domain}}\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 517, "all_permissive": false }
ansible_role
aldenjenkins/homedeploy
6178f916332334731dfd555b4b520e65060cba14
1
ansible-playbook/roles/nas_server
494
[ "no_license" ]
[ { "path": "ansible-playbook/roles/nas_server/tasks/main.yaml", "content": "---\n- name: ensure hdd dir exists\n file:\n path: /media/storage\n state: directory\n\n- name: install mount unit file\n template:\n src: media-storage.mount.j2\n dest: /etc/systemd/system/media-storage.mount\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1199, "all_permissive": false }
ansible_role
aldenjenkins/homedeploy
6178f916332334731dfd555b4b520e65060cba14
1
ansible-playbook/roles/openvpn
494
[ "no_license" ]
[ { "path": "ansible-playbook/roles/openvpn/tasks/main.yaml", "content": "---\n- name: clone openvpn repo\n git:\n repo: \"https://github.com/dimakuz/openvpn-docker\"\n dest: /var/lib/openvpn/openvpn-docker\n version: update_alpine\n clone: yes\n update: yes\n\n- name: copy openvpn config\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1369, "all_permissive": false }
ansible_role
aldenjenkins/homedeploy
6178f916332334731dfd555b4b520e65060cba14
1
ansible-playbook/roles/pihole
494
[ "no_license" ]
[ { "path": "ansible-playbook/roles/pihole/tasks/main.yaml", "content": "---\n- name: ensure pihole directories exist\n file:\n path: \"/var/lib/pihole/{{item}}\"\n state: directory\n with_items:\n - \"pihole\"\n - \"dnsmasq\"\n\n- name: copy dnsmasq configuration\n copy:\n src: \"{{item}}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1473, "all_permissive": false }
ansible_role
hamazy/vagrant-sftp-ldap-autofs
02555caa1e1b88b1cb8c9b6b7e33f2a88a7bae8f
1
provisioning/roles/basic
494
[ "no_license" ]
[ { "path": "provisioning/roles/basic/tasks/main.yml", "content": "---\n- name: upgrade all packages\n yum: name=* state=latest\n\n- name: install the latest man package\n yum: name=man state=latest\n\n- name: install the latest ed package\n yum: name=ed state=latest\n\n- name: install the latest avahi pac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1129, "all_permissive": false }
ansible_role
hamazy/vagrant-sftp-ldap-autofs
02555caa1e1b88b1cb8c9b6b7e33f2a88a7bae8f
1
provisioning/roles/ldap
494
[ "no_license" ]
[ { "path": "provisioning/roles/ldap/templates/init.ldif.j2", "content": "dn: olcDatabase={2}bdb,cn=config\nchangetype: modify\nreplace: olcRootDN\nolcRootDN: {{ domain_root_dn }}\n-\nreplace: olcSuffix\nolcSuffix: {{ domain_suffix }}\n-\n{% if check_domain_rootdn_password.rc == 0 %}\ndelete: olcRootPW\n-\n{%...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6134, "all_permissive": false }
ansible_role
hamazy/vagrant-sftp-ldap-autofs
02555caa1e1b88b1cb8c9b6b7e33f2a88a7bae8f
1
provisioning/roles/ldap_primary
494
[ "no_license" ]
[ { "path": "provisioning/roles/ldap_primary/templates/users.ldif.j2", "content": "{% if check_top_entry.rc == 1 %}\ndn: {{domain_suffix}}\nobjectClass: top\nobjectClass: dcObject\nobjectClass: organization\no: {{ subdomain }}.{{ topdomain }}\ndc: {{ subdomain }}\n{% endif %}\n\n{% if check_root_entry.rc == 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5508, "all_permissive": false }
ansible_role
hamazy/vagrant-sftp-ldap-autofs
02555caa1e1b88b1cb8c9b6b7e33f2a88a7bae8f
1
provisioning/roles/nfs
494
[ "no_license" ]
[ { "path": "provisioning/roles/nfs/templates/exports.j2", "content": "/var/www/html {{ allowed_network_address }}(sync,rw,all_squash,anonuid=48,anongid=48)\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "provisioning/roles/nfs/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 415, "all_permissive": false }
ansible_role
hamazy/vagrant-sftp-ldap-autofs
02555caa1e1b88b1cb8c9b6b7e33f2a88a7bae8f
1
provisioning/roles/sftp
494
[ "no_license" ]
[ { "path": "provisioning/roles/sftp/tasks/main.yml", "content": "---\n- name: install the latest necessary packages\n yum: name={{ item }} state=latest\n with_items:\n - openldap-clients\n - nss-pam-ldapd\n - nscd\n - nfs-utils\n - autofs\n\n- name: configurate authentication\n command: /us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1794, "all_permissive": false }
ansible_role
hamazy/vagrant-sftp-ldap-autofs
02555caa1e1b88b1cb8c9b6b7e33f2a88a7bae8f
1
provisioning/roles/web
494
[ "no_license" ]
[ { "path": "provisioning/roles/web/tasks/main.yml", "content": "---\n- name: install the latest necessary packages\n yum: name=httpd state=latest\n\n- name: copy httpd.conf\n template: src=httpd.conf.j2 dest=/etc/httpd/conf/httpd.conf owner=root group=root mode=0644 force=yes\n\n- name: change owner and gr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 406, "all_permissive": false }
ansible_role
toshywoshy/ansible-vm-install
8715c250dca26b559a2496f77c61f66b7ef55bc7
26
playbooks/roles/users
494
[ "no_license" ]
[ { "path": "playbooks/roles/users/tasks/main.yml", "content": "- name: create user\n action: user name={{ item.name }} uid={{ item.id }}\n with_items: users\n- name: copy ssh public key\n action: authorized_key user={{ item.name }} key=\"{{ lookup('file','item.sshpubkey') }}\"\n with_items: users\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 232, "all_permissive": false }
ansible_role
qiujiahong/ansible-demo
eedc18fe5a4bdcaf2bff5a8520f6236ff618bc20
0
roles/mysql
494
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: 创建etcd证书请求\n template: src=etcd-csr.json.j2 dest=/etc//ssl/etcd-csr.json\n- name: copy install files to mysql server\n copy: \n src: ./down/mysql/\n dest: /tmp/mysql/\n- name: \"execute mysql install.\"\n shell: \"{{ item }}\"\n args:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 425, "all_permissive": false }
ansible_role
qiujiahong/ansible-demo
eedc18fe5a4bdcaf2bff5a8520f6236ff618bc20
0
roles/pms-redis
494
[ "no_license" ]
[ { "path": "roles/pms-redis/tasks/main.yml", "content": "- name: -redis- Create the path which the redis need. \n file: \n path: \"{{ item }}\"\n state: directory\n loop: \n - /etc/redis\n - /data\n - /var/log/redis \n- name: -redis- 创建主节点配置文件\n template: src=master.conf.j2 dest=/etc/redis/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3302, "all_permissive": false }
ansible_role
kiwifb/simple-ambari-deployment
ed4dc1928bdbd10a6d3cb39c99d66ad2bfa35487
0
roles/ambari-agent
494
[ "no_license" ]
[ { "path": "roles/ambari-agent/tasks/main.yml", "content": "# Ansible role to deploy an Ambari client\n\n---\n\n- name: Install the ambari-agent package\n package:\n name: ambari-agent\n state: latest\n\n- name: Point agent to server\n lineinfile:\n path: /etc/ambari-agent/conf/ambari-agent.ini\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 654, "all_permissive": false }
ansible_role
kiwifb/simple-ambari-deployment
ed4dc1928bdbd10a6d3cb39c99d66ad2bfa35487
0
roles/ambari-repo
494
[ "no_license" ]
[ { "path": "roles/ambari-repo/tasks/main.yml", "content": "# Ansible role to install the ambari repo on all nodes\n\n---\n\n- name: Add bigtop key\n apt_key:\n url: \"{{ key_url }}\"\n state: present\n\n- name: Add the bigtop repo for Ambari repository (apt)\n apt_repository:\n repo: \"deb http://...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 319, "all_permissive": false }
ansible_role
kiwifb/simple-ambari-deployment
ed4dc1928bdbd10a6d3cb39c99d66ad2bfa35487
0
roles/ambari-server-setup
494
[ "no_license" ]
[ { "path": "roles/ambari-server-setup/tasks/main.yml", "content": "# Ansible role to setup Ambari server\n\n---\n\n- name: Install the ambari-server package\n package:\n name: ambari-server\n state: latest\n\n- name: Install ambari standard mpacks rpm\n package:\n name: bigtop-ambari-mpack\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1089, "all_permissive": false }
ansible_role
kiwifb/simple-ambari-deployment
ed4dc1928bdbd10a6d3cb39c99d66ad2bfa35487
0
roles/database
494
[ "no_license" ]
[ { "path": "roles/database/tasks/securing.yml", "content": "# Stolen from https://github.com/mahdi22/ansible-mariadb-install a playbook by <NAME> published under BSD-3 license.\n\n- name: Check if custom password is specified for root user\n debug:\n msg: >\n WARNING DETECTED !!! the password for my...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3457, "all_permissive": false }
ansible_role
kiwifb/simple-ambari-deployment
ed4dc1928bdbd10a6d3cb39c99d66ad2bfa35487
0
roles/environment
494
[ "no_license" ]
[ { "path": "roles/environment/tasks/main.yml", "content": "---\n# This role will prepare the environment \n\n\n- name: Add or modify nofile soft limit \n pam_limits:\n domain: '*'\n limit_type: soft\n limit_item: nofile\n value: \"64000\"\n\n# Set /etc/hosts \n\n- name: insert hostname in hosts\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 573, "all_permissive": false }
ansible_role
mpm/pocketops
5d7a6ef446ebe23044a5049808d688d9fe9ebcad
2
ansible/roles/app-environment
494
[ "no_license" ]
[ { "path": "ansible/roles/app-environment/defaults/main.yml", "content": "---\ndot_env_file: '{{ shared_path }}/.env'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "ansible/roles/app-environment/tasks/main.yml", "content": "- name: Create .en...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 625, "all_permissive": false }
ansible_role
mpm/pocketops
5d7a6ef446ebe23044a5049808d688d9fe9ebcad
2
ansible/roles/app-vhost
494
[ "no_license" ]
[ { "path": "ansible/roles/app-vhost/templates/dot-env.j2", "content": "RAILS_ENV={{ rails_env }}\nRACK_ENV={{ rails_env }}\nSECRET_KEY_BASE={{ secret_key_base }}\nDATABASE_URL=postgres://{{ database_user }}:{{ database_password }}@{{ database_host }}/{{ database_name }}\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2555, "all_permissive": false }