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
bridgecrew-perf4/infra-5
d8bf82bd36343015e510cd9a1b94d27f3addaab5
0
roles/roundcube
7,679
[ "no_license" ]
[ { "path": "roles/roundcube/tasks/main.yml", "content": "---\n\n# SYSTEM\n\n- name: install ansible requirements\n apt:\n force_apt_get: true\n install_recommends: false\n name: \"{{ rc_ansible_packages }}\"\n\n- name: 'install packages'\n notify: 'restart apache'\n apt:\n force_apt_get: true\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4006, "all_permissive": false }
ansible_role
bridgecrew-perf4/infra-5
d8bf82bd36343015e510cd9a1b94d27f3addaab5
0
roles/rspamd
7,679
[ "no_license" ]
[ { "path": "roles/rspamd/tasks/main.yml", "content": "---\n\n- name: install rspamd packages\n apt:\n force_apt_get: true\n install_recommends: false\n name: \"{{ rspamd_packages }}\"\n\n# CONFIGURATION\n\n- name: configure worker-normal\n notify: restart rspamd\n copy:\n dest: /etc/rspamd/loc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2513, "all_permissive": false }
ansible_role
bridgecrew-perf4/infra-5
d8bf82bd36343015e510cd9a1b94d27f3addaab5
0
roles/rss2email
7,679
[ "no_license" ]
[ { "path": "roles/rss2email/defaults/main.yml", "content": "---\n\nr2e_version: 3.11\nr2e_username: rss2email\nr2e_userid: 52000\nr2e_groupname: rss2email\nr2e_groupid: 52000\nr2e_virtualenv: /ust/local/venv/rss2email\nr2e_when: hourly\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1168, "all_permissive": false }
ansible_role
bridgecrew-perf4/infra-5
d8bf82bd36343015e510cd9a1b94d27f3addaab5
0
roles/rssbridge
7,679
[ "no_license" ]
[ { "path": "roles/rssbridge/defaults/main.yml", "content": "---\n\nrssbr_apache_mods:\n - 'remoteip'\nrssbr_apache_remoteip: |\n RemoteIPHeader X-Real-IP\n {% for proxy in rssbr_trusted_proxies %}\n RemoteIPTrustedProxy {{ proxy }}\n {% endfor %}\nrssbr_apache_vhost: |\n <VirtualHost *:80>\n Documen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3030, "all_permissive": false }
ansible_role
bridgecrew-perf4/infra-5
d8bf82bd36343015e510cd9a1b94d27f3addaab5
0
roles/sshd
7,679
[ "no_license" ]
[ { "path": "roles/sshd/tasks/main.yml", "content": "---\n\n- name: configure sshd\n notify: restart sshd\n loop: \"{{ sshd_config }}\"\n replace:\n path: /etc/ssh/sshd_config\n regexp: \"{{ item.regexp }}\"\n replace: \"{{ item.replace }}\"\n\n- name: configure authorized_keys\n loop: \"{{ sshd_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 837, "all_permissive": false }
ansible_role
bridgecrew-perf4/infra-5
d8bf82bd36343015e510cd9a1b94d27f3addaab5
0
roles/wallabag
7,679
[ "no_license" ]
[ { "path": "roles/wallabag/defaults/main.yml", "content": "---\n\n# SYSTEM\n\nbag_packages:\n - apache2\n - composer\n - libapache2-mod-php\n - php-bcmath\n - php-curl\n - php-gd\n - php-gettext\n - php-intl\n - php-pgsql\n - php-tidy\n - php-tokenizer\n - php-xml\n\n# APPLICATION\n\nbag_repo: ht...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 6187, "all_permissive": false }
ansible_role
bridgecrew-perf4/infra-5
d8bf82bd36343015e510cd9a1b94d27f3addaab5
0
roles/wordpress
7,679
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n\n# SYSTEM\n\n- name: install packages\n notify: restart apache\n apt:\n force_apt_get: true\n install_recommends: false\n name: \"{{ wp_packages }}\"\n\n# DATABASE\n\n- name: create database\n no_log: true\n register: wp_db_create\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3272, "all_permissive": false }
ansible_role
mikirzh/LevelUP-HW10
338ef95a9791d73a63696b8972b2116015bf731d
0
roles/docker
7,679
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: change apt-cache policy\n shell: apt-cache policy docker-ce\n\n- name: install docker-ce\n apt:\n name:\n - docker-ce\n install_recommends: yes\n state: present\n update_cache: yes\n\n- name: copy docker network config\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 292, "all_permissive": false }
ansible_role
psharmadevops/ansiblerepo
564c98fd3626ad2e27115344cb230c0ac9df6f63
0
roles/terraform
7,679
[ "no_license" ]
[ { "path": "roles/terraform/tasks/apply.yml", "content": "- name: apply\n terraform:\n project_path: \"{{ terraform_project_path }}/{{ env }}\"\n plan_file: \"{{ terraform_project_path }}/{{ env }}/tfplan\"\n lock: true\n state: present\n", "license_type": "no_license", "detected_license...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1169, "all_permissive": false }
ansible_role
dhivam/ansible-future-batch5-bootcamp
fc4e579fdf9736c966892a9dd9de38f4401ab924
0
roles/postgresql
7,679
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n- name: Install postgresql\n yum: \"name={{ item }} state=present\"\n with_items:\n - postgresql\n - postgresql-server\n\n- name: Find pg_hba file if exists for PostgreSQL initialized\n stat:\n path: \"/var/lib/pgsql/data/pg_hba.conf\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 500, "all_permissive": false }
ansible_role
UWillC/SysOps
40a78292518e3cb8b9de432bbe71d8c377101b92
0
roles/windows_clients
7,679
[ "no_license" ]
[ { "path": "roles/windows_clients/handlers/main.yml", "content": "# Handlers for the tasks which were notified in tasks\r\n#- name: myhandler\r\n# win_regedit:\r\n# path: HKLM:\\DEMO\r\n# name: demoHandler\r\n# data: 1\r\n# type: dword\r\n# state: present", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1258, "all_permissive": false }
ansible_role
vitkhab/wordpress_ansible
e6e03b00325184390c6f683716b52e906bb04cbc
0
roles/wordpress
7,679
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- name: Download WordPress \n get_url: \n url=https://wordpress.org/latest.tar.gz \n dest=/tmp/wordpress.tar.gz\n validate_certs=no\n\n- name: Extract WordPress \n unarchive: src=/tmp/wordpress.tar.gz dest=/var/www/ copy=no\n sudo: y...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1010, "all_permissive": false }
ansible_role
wchoi-redhat/ansible_bootcamp
820a579f816ce5bb89fd58e46b967fadd2e27a7d
0
openstack/roles/appdbs
7,679
[ "no_license" ]
[ { "path": "openstack/roles/appdbs/defaults/main.yml", "content": "---\n# defaults file for appdbs\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "openstack/roles/appdbs/vars/main.yml", "content": "---\n# vars file for appdbs", "license_ty...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 890, "all_permissive": false }
ansible_role
wchoi-redhat/ansible_bootcamp
820a579f816ce5bb89fd58e46b967fadd2e27a7d
0
windows_integration/roles/win_service_manage
7,679
[ "no_license" ]
[ { "path": "windows_integration/roles/win_service_manage/tasks/main.yml", "content": "---\n# tasks file for win_service_config\n- name: Start windows service\n win_service:\n name: \"{{ service_name }}\"\n state: started\n start_mode: auto\n when: ansible_distribution == \"Microsoft Windows Ser...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 236, "all_permissive": false }
ansible_role
jhlee0190/ansible-nginx
4190badf9e3ab8e8cdfee6d6e7e3b9cd19b0cfbf
0
ansible_jhlee/my_ansible/roles/nginx
7,679
[ "no_license" ]
[ { "path": "ansible_jhlee/my_ansible/roles/nginx/tasks/main.yml", "content": "#- name: Enable nginx\n# shell: \"amazon-linux-extras enable nginx1.12\"\n# become: yes\n\n#- name: Install nginx\n# yum:\n# name: nginx\n# state: latest\n- name: Install nginx\n become: yes\n apt:\n name: nginx\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 394, "all_permissive": false }
ansible_role
pardegerman/arch-bootstrap
42b838d482b8433f9952f960e27852870b507406
0
roles/base
7,679
[ "no_license" ]
[ { "path": "roles/base/tasks/network.yml", "content": "---\n- name: install networking tools\n pacman:\n name:\n - dhcpcd\n - ifplugd\n - netctl\n - openvpn\n - wireguard-tools\n - wpa_supplicant\n become: true\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 10735, "all_permissive": false }
ansible_role
pardegerman/arch-bootstrap
42b838d482b8433f9952f960e27852870b507406
0
roles/desktop
7,679
[ "no_license" ]
[ { "path": "roles/desktop/tasks/lightdm.yml", "content": "---\n- name: install lightdm\n pacman:\n name:\n - lightdm\n become: true\n\n- name: install greeter\n aur: \n name: lightdm-mini-greeter\n user: \"{{ archlinux_username }}\"\n\n- name: configure lightdm\n copy: src=lightdm/{{ item.s...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 4739, "all_permissive": false }
ansible_role
pardegerman/arch-bootstrap
42b838d482b8433f9952f960e27852870b507406
0
roles/dev
7,679
[ "no_license" ]
[ { "path": "roles/dev/tasks/main.yml", "content": "---\n# Install some programming languages\n- import_tasks: c-family.yml\n- import_tasks: golang.yml\n- import_tasks: user.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "path": "roles/dev/tasks/golan...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 452, "all_permissive": false }
ansible_role
pardegerman/arch-bootstrap
42b838d482b8433f9952f960e27852870b507406
0
roles/leftwm
7,679
[ "no_license" ]
[ { "path": "roles/leftwm/tasks/main.yml", "content": "---\n- name: Build and install leftwm\n include_role:\n name: makepkg\n vars:\n src_url: https://aur.archlinux.org/leftwm.git\n\n- name: Install dependencies\n pacman:\n name:\n - alacritty\n - feh\n - picom\n - conky\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 621, "all_permissive": false }
ansible_role
pardegerman/arch-bootstrap
42b838d482b8433f9952f960e27852870b507406
0
roles/lightdm
7,679
[ "no_license" ]
[ { "path": "roles/lightdm/tasks/main.yml", "content": "---\n- name: Install lightdm\n pacman:\n name:\n - lightdm\n state: present\n\n- name: Build and install lightdm-mini-greeter\n include_role: \n name: makepkg\n vars:\n src_url: https://aur.archlinux.org/lightdm-mini-greeter.git\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4061, "all_permissive": false }
ansible_role
pardegerman/arch-bootstrap
42b838d482b8433f9952f960e27852870b507406
0
roles/locale
7,679
[ "no_license" ]
[ { "path": "roles/locale/tasks/main.yml", "content": "---\n- name: Ensure locale is present\n locale_gen:\n name: \"{{ locale }}\"\n state: present\n\n- name: Install locale.conf file\n template:\n src: etc--locale.conf.j2\n dest: /etc/locale.conf\n owner: root\n group: root\n mode: 06...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 316, "all_permissive": false }
ansible_role
pardegerman/arch-bootstrap
42b838d482b8433f9952f960e27852870b507406
0
roles/makepkg
7,679
[ "no_license" ]
[ { "path": "roles/makepkg/defaults/main.yml", "content": "---\nsrc_url: ''\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 16 }, { "path": "roles/makepkg/tasks/main.yml", "content": "---\n- name: Create temporary build directory\n tempfile:\n path: /home/p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 573, "all_permissive": false }
ansible_role
pardegerman/arch-bootstrap
42b838d482b8433f9952f960e27852870b507406
0
roles/pacman-config
7,679
[ "no_license" ]
[ { "path": "roles/pacman-config/tasks/main.yml", "content": "---\n- name: Setup pacman.conf\n template:\n src: etc--pacman.conf.j2\n dest: /etc/pacman.conf\n owner: root\n group: root\n mode: 0644\n backup: true\n notify:\n - refresh pacman cache\n\n- name: Install pacman-contrib\n pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1415, "all_permissive": false }
ansible_role
pardegerman/arch-bootstrap
42b838d482b8433f9952f960e27852870b507406
0
roles/pkgbuilder
7,679
[ "no_license" ]
[ { "path": "roles/pkgbuilder/tasks/main.yml", "content": "---\n- name: Add pkgbuilder group\n group:\n name: pkgbuilder\n state: present\n\n- name: Add pkgbuilder user\n user:\n name: pkgbuilder\n comment: 'User for running makepkg'\n system: yes\n\n- name: Let pkgbuilder sudo pacman without...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 769, "all_permissive": false }
ansible_role
pardegerman/arch-bootstrap
42b838d482b8433f9952f960e27852870b507406
0
roles/setup-users
7,679
[ "no_license" ]
[ { "path": "roles/setup-users/tasks/main.yml", "content": "---\n- name: Add user primary groups\n group:\n name: \"{{ item.username }}\"\n state: present\n with_items: \"{{ users }}\"\n\n- name: Add additional groups\n group:\n name: \"{{ item }}\"\n state: present\n with_items:\n - \"{{ d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1532, "all_permissive": false }
ansible_role
pardegerman/arch-bootstrap
42b838d482b8433f9952f960e27852870b507406
0
roles/xorg
7,679
[ "no_license" ]
[ { "path": "roles/xorg/templates/xorg.conf.d/10-keyboard.conf.j2", "content": "Section \"InputClass\"\n\tIdentifier \"system-keyboard\"\n\tMatchIsKeyboard \"on\"\n\tOption \"XkbModel\" \"pc104\"\n\tOption \"XkbLayout\" \"se\"\nEndSection\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 728, "all_permissive": false }
ansible_role
juliovp01/cloudConfig
a0299030dde296f5e6cf3ad7ebe27a8f20836792
0
ansible/roles/elasticsearch
7,679
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch/tasks/main.yaml", "content": "- name: Installing elasticsearch RPM key\n rpm_key:\n state: present\n key: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n\n- name: Configuring elasticsearch repository\n yum_repository:\n name: elasticsearch-6.x\n desc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 939, "all_permissive": false }
ansible_role
juliovp01/cloudConfig
a0299030dde296f5e6cf3ad7ebe27a8f20836792
0
ansible/roles/fluentd
7,679
[ "no_license" ]
[ { "path": "ansible/roles/fluentd/tasks/main.yml", "content": "- name: Copying fluentd yum repo file\n copy:\n src: fluentd.repo\n dest: /etc/yum.repos.d/fluentd.repo\n owner: root\n group: root\n mode: 0644\n\n- name: Importing fluentd GPG key\n rpm_key: \n key: https://packages.treasure...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 844, "all_permissive": false }
ansible_role
juliovp01/cloudConfig
a0299030dde296f5e6cf3ad7ebe27a8f20836792
0
ansible/roles/kibana
7,679
[ "no_license" ]
[ { "path": "ansible/roles/kibana/tasks/main.yml", "content": "- name: Installing elasticsearch RPM key\n rpm_key:\n state: present\n key: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n\n- name: Configuring elasticsearch repository\n yum_repository:\n name: Kibana-6.x\n description: Kibana...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1261, "all_permissive": false }
ansible_role
juliovp01/cloudConfig
a0299030dde296f5e6cf3ad7ebe27a8f20836792
0
ansible/roles/logging
7,679
[ "no_license" ]
[ { "path": "ansible/roles/logging/handlers/main.yml", "content": "- name: Restarting nova services on controllers\n service:\n name: \"{{ item }}\"\n state: restarted\n with_items:\n - openstack-nova-api\n - openstack-nova-conductor\n - openstack-nova-consoleauth\n - openstack-nova-novncp...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 5074, "all_permissive": false }
ansible_role
juliovp01/cloudConfig
a0299030dde296f5e6cf3ad7ebe27a8f20836792
0
ansible/roles/rhosp-10-director
7,679
[ "no_license" ]
[ { "path": "ansible/roles/rhosp-10-director/tasks/main.yml", "content": "- name: Including locked vars\n include_vars:\n file: locked-vars.yml\n\n- name: Running preconfiguration tasks\n include_tasks: pre-configuration.yml\n\n- name: Update the undercloud\n yum:\n name: \"*\"\n state: latest\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6953, "all_permissive": false }
ansible_role
juliovp01/cloudConfig
a0299030dde296f5e6cf3ad7ebe27a8f20836792
0
ansible/roles/rhosp-12-director
7,679
[ "no_license" ]
[ { "path": "ansible/roles/rhosp-12-director/tasks/pre-configuration.yml", "content": "- name: Registering to Red Hat \n redhat_subscription: \n state: present \n username: \"{{ rhn_username }}\" \n password: \"{{ <PASSWORD> }}\" ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1758, "all_permissive": false }
ansible_role
juliovp01/cloudConfig
a0299030dde296f5e6cf3ad7ebe27a8f20836792
0
ansible/roles/rhosp-13-director
7,679
[ "no_license" ]
[ { "path": "ansible/roles/rhosp-13-director/tasks/main.yml", "content": "- name: Including locked vars\n include_vars:\n file: locked-vars.yml\n\n- name: Running preconfiguration tasks\n include_tasks: pre-configuration.yml\n\n- name: Update the undercloud\n yum:\n name: \"*\"\n state: latest\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 7643, "all_permissive": false }
ansible_role
juliovp01/cloudConfig
a0299030dde296f5e6cf3ad7ebe27a8f20836792
0
ansible/roles/td-agent-bit
7,679
[ "no_license" ]
[ { "path": "ansible/roles/td-agent-bit/tasks/publicRepo.yml", "content": "- name: Configuring repository\n yum_repository:\n name: td-agent-bit\n description: TD Agent Bit\n state: present\n baseurl: http://packages.fluentbit.io/centos/7\n gpgcheck: yes\n gpgkey: http://packages.fluentbit....
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1555, "all_permissive": false }
ansible_role
juliovp01/cloudConfig
a0299030dde296f5e6cf3ad7ebe27a8f20836792
0
ansible/roles/virtualBMC
7,679
[ "no_license" ]
[ { "path": "ansible/roles/virtualBMC/tasks/main.yml", "content": "- name: Local install of rdo repository\n package:\n name: https://www.rdoproject.org/repos/rdo-release.rpm\n state: present\n\n- name: Install python-virtualbmc\n package:\n name: python-virtualbmc\n state: present\n\n- name: Ad...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2530, "all_permissive": false }
ansible_role
juanjopb/vanhacktest
d8b2f9d5b5bb9c5601990667ad9dd92fdf8eca7d
0
AWS_Ansible/playbooks/roles/AWSelb
7,672
[ "no_license" ]
[ { "path": "AWS_Ansible/playbooks/roles/AWSelb/tasks/main.yml", "content": "- name: Create the ELB only listening over port 80\n ec2_elb_lb:\n name: \"{{ elb_name }}\"\n state: present\n region: \"{{ aws_region }}\"\n security_group_names: \"{{ sg_VPC_publicsubnet.group_name }}\"\n subnets:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1455, "all_permissive": false }
ansible_role
juanjopb/vanhacktest
d8b2f9d5b5bb9c5601990667ad9dd92fdf8eca7d
0
AWS_Ansible/playbooks/roles/AWSinfrastructure
7,672
[ "no_license" ]
[ { "path": "AWS_Ansible/playbooks/roles/AWSinfrastructure/tasks/main.yml", "content": "- name: create VPC for Ansible\n ec2_vpc_net:\n name: VPC\n state: present\n cidr_block: 172.16.31.10/16\n region: \"{{ aws_region }}\"\n tags:\n Name: VPC_IGW\n Owner: vanhack \n register: VP...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6374, "all_permissive": false }
ansible_role
juanjopb/vanhacktest
d8b2f9d5b5bb9c5601990667ad9dd92fdf8eca7d
0
AWS_Ansible/playbooks/roles/flask
7,672
[ "no_license" ]
[ { "path": "AWS_Ansible/playbooks/roles/flask/files/create_table.sql", "content": "CREATE TABLE IF NOT EXISTS`preferences` (\n `idpreferences` INT NOT NULL AUTO_INCREMENT,\n `name` VARCHAR(45) NOT NULL,\n `color` VARCHAR(45) NULL,\n `pet` VARCHAR(45) NULL,\n PRIMARY KEY (`idpreferences`),\n UNIQUE INDE...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2472, "all_permissive": false }
ansible_role
jaysonzhao/operatordemo
f178f2accb5adeed4995c571358e3e3601856a99
5
memcached-operator/roles/memcached
7,672
[ "no_license" ]
[ { "path": "memcached-operator/roles/memcached/tasks/main.yml", "content": "---\n# tasks file for memcached\n- name: start memcached\n k8s:\n definition:\n kind: Deployment\n apiVersion: apps/v1\n metadata:\n name: '{{ meta.name }}-memcached'\n namespace: '{{ meta.namespace }...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 776, "all_permissive": false }
ansible_role
jaysonzhao/operatordemo
f178f2accb5adeed4995c571358e3e3601856a99
5
todoapp-operator/roles/todoapp
7,672
[ "no_license" ]
[ { "path": "todoapp-operator/roles/todoapp/vars/main.yml", "content": "---\n# vars file for todoapp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "todoapp-operator/roles/todoapp/tasks/main.yml", "content": "---\n# tasks file for todoapp\n- na...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 5680, "all_permissive": false }
ansible_role
rjeka/kubernetes-ceph-percona
334004a7aa4beb0e5b360c38baa953b08cb04945
17
playbooks/roles/etcd
7,672
[ "no_license" ]
[ { "path": "playbooks/roles/etcd/tasks/main.yml", "content": "- name: Create dirs\n file:\n path: /opt/archives\n state: directory\n\n- name: Get etcd archive\n get_url:\n url: https://github.com/coreos/etcd/releases/download/{{etcd_version}}/etcd-{{etcd_version}}-linux-amd64.tar.gz\n dest: /op...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 922, "all_permissive": false }
ansible_role
lifeman/magento1.xubuntu16.04
275f80a452700b80daac08d92accb0ef2dcf1d63
0
ansible/roles/common
7,672
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/sublime3.yml", "content": "---\n # sublime for IntelliJ\n- name: Install add-apt-repostory\n become: yes\n apt: name=software-properties-common state=latest\n\n- name: Sublime 3 Repository\n become: yes\n apt_repository: repo='ppa:webupd8team/sublime-text-3'\n\n- n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 862, "all_permissive": false }
ansible_role
lifeman/magento1.xubuntu16.04
275f80a452700b80daac08d92accb0ef2dcf1d63
0
ansible/roles/php
7,672
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/composer.yml", "content": "---\n- name: Download installer\n get_url:\n url: https://getcomposer.org/installer\n dest: /home/vagrant/composer-setup.php\n# checksum: \"sha384:e115a8dc7871f15d853148a7fbac7da27d6c0030b848d9b3dc09e2a0388afed865e6a3d6b3c0fad45c48e2b5f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 461, "all_permissive": false }
ansible_role
lifeman/magento1.xubuntu16.04
275f80a452700b80daac08d92accb0ef2dcf1d63
0
ansible/roles/vhost
7,672
[ "no_license" ]
[ { "path": "ansible/roles/vhost/vars/main.yml", "content": "---\nsite_pub: \"\"\nansible_user: vagrant\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "ansible/roles/vhost/tasks/main.yml", "content": "# Site setup\n\n- name: Configuration fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2797, "all_permissive": false }
ansible_role
lifeman/magento1.xubuntu16.04
275f80a452700b80daac08d92accb0ef2dcf1d63
0
ansible/roles/web_dev
7,672
[ "no_license" ]
[ { "path": "ansible/roles/web_dev/tasks/apache.yml", "content": "---\n- name: Ensure Apache installed\n apt: pkg=apache2 state=latest\n sudo: yes\n\n- name: Make the Apache load under our user account\n lineinfile: dest=/etc/apache2/envvars regexp=\"^export {{ item.param }}=\" line=\"export {{ item.param ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 8491, "all_permissive": false }
ansible_role
vpenkoff/hashicorp-dev-cluser
6f0c486aac1e8278b34932711344533ebbab47a9
0
roles/consul
7,672
[ "no_license" ]
[ { "path": "roles/consul/tasks/main.yml", "content": "---\n- name: download consul\n get_url:\n url: \"https://releases.hashicorp.com/consul/1.9.1/consul_1.9.1_linux_amd64.zip\"\n dest: \"/tmp\"\n\n- name: unzip consul\n shell:\n cmd: unzip consul_1.9.1_linux_amd64.zip\n chdir: /tmp\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2043, "all_permissive": false }
ansible_role
vpenkoff/hashicorp-dev-cluser
6f0c486aac1e8278b34932711344533ebbab47a9
0
roles/dnsmasq
7,672
[ "no_license" ]
[ { "path": "roles/dnsmasq/tasks/main.yml", "content": "---\n- name: add consul config to dnsmasq\n become: true\n template:\n src: consul.j2\n dest: /etc/dnsmasq.d/10-consul\n\n- name: restart dnsmasq\n become: true\n systemd:\n name: dnsmasq\n state: restarted\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
vpenkoff/hashicorp-dev-cluser
6f0c486aac1e8278b34932711344533ebbab47a9
0
roles/docker
7,672
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: install docker dependencies\n become: yes\n apt:\n name: apt-transport-https, ca-certificates, curl, gnupg-agent, software-properties-common\n state: present\n\n- name: add docker's GPG key\n become: yes\n shell: curl -fsSL https://...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 786, "all_permissive": false }
ansible_role
vpenkoff/hashicorp-dev-cluser
6f0c486aac1e8278b34932711344533ebbab47a9
0
roles/init
7,672
[ "no_license" ]
[ { "path": "roles/init/tasks/main.yml", "content": "---\n- name: update cache\n become: yes\n apt:\n update_cache: yes\n\n- name: upgrade system\n become: yes\n apt:\n upgrade: yes\n\n- name: install unzip and dnsmasq\n become: yes\n apt:\n name: unzip, dnsmasq\n state: present\n", "lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 230, "all_permissive": false }
ansible_role
vpenkoff/hashicorp-dev-cluser
6f0c486aac1e8278b34932711344533ebbab47a9
0
roles/nomad
7,672
[ "no_license" ]
[ { "path": "roles/nomad/templates/client.hcl.j2", "content": "bind_addr = \"0.0.0.0\"\n\nclient {\n enabled = true\n}\n\nplugin \"raw_exec\" {\n config {\n enabled = true\n }\n}\n\nplugin \"docker\" {\n config {\n volumes {\n enabled = true\n }\n }\n}\n\nacl {\n enabled = true\n}\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2736, "all_permissive": false }
ansible_role
FraxinRus/Ansible
254373d233e305044ee6a4e74c3f121e43eaa194
0
roles/deploy
7,672
[ "no_license" ]
[ { "path": "roles/deploy/services/secret-create.yml", "content": "---\r\n- name: \"[{{ service_name }}] Создание секрета\"\r\n vars:\r\n envFile: \"{{ lookup('file', '{{ service_name }}/.env') }}\"\r\n community.docker.docker_secret:\r\n name: \"{{ service_name }}.env\"\r\n data: \"envFile | b64en...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2085, "all_permissive": false }
ansible_role
FraxinRus/Ansible
254373d233e305044ee6a4e74c3f121e43eaa194
0
roles/preconfig
7,672
[ "no_license" ]
[ { "path": "roles/preconfig/meta/main.yml", "content": "galaxy_info:\r\n role_name: preconfig\r\n description: Настройка серверов для работы с Docker\r\n author: <NAME>\r\n license: MIT\r\n min_ansible_version: '2.9'\r\n platforms:\r\n - name: Ubuntu\r\n versions:\r\n - all\r\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2388, "all_permissive": false }
ansible_role
indaco/pa-stack
64a7d4432f2d605f15e2c728ac62f08a49cbf92d
0
ansible/roles/indaco.camunda-ce
7,672
[ "no_license" ]
[ { "path": "ansible/roles/indaco.camunda-ce/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - indaco.camunda-ce\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "ansible/roles/indaco.camunda-ce/tasks/main.yml...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 2514, "all_permissive": false }
ansible_role
indaco/pa-stack
64a7d4432f2d605f15e2c728ac62f08a49cbf92d
0
ansible/roles/indaco.firewall
7,672
[ "no_license" ]
[ { "path": "ansible/roles/indaco.firewall/tasks/main.yml", "content": "---\n# tasks file for indaco.firewall\n\n- ansible.builtin.include_tasks: ufw-setup.yml\n\n- name: Allow all access to tcp port 8080 (Camunda)\n become: yes\n community.general.ufw:\n rule: allow\n port: '8080'\n proto: tcp\n\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1233, "all_permissive": false }
ansible_role
ozaryx/mnt-homeworks
058cafbd0ca2f8ad71126d01cdb730cb2b5a8b18
0
08-ansible-03-role/playbook/roles/logstash
7,672
[ "no_license" ]
[ { "path": "08-ansible-03-role/playbook/roles/logstash/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n tasks:\n - name: \"Include ozaryx.logstash\"\n include_role:\n name: \"ozaryx.logstash\"\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2248, "all_permissive": false }
ansible_role
coffeedev2k/trainingstand
37cd6c3c6bbcd416352aa4a6781ef76540e7db37
1
testing-teamcity/ansible/roles/ansible-consul-pdns-recursor
7,672
[ "no_license" ]
[ { "path": "testing-teamcity/ansible/roles/ansible-consul-pdns-recursor/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: pdns-recursor for consul \n license: BSD\n min_ansible_version: 2.4\n\n platforms:\n - name: EL\n versions:\n - 7\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3504, "all_permissive": false }
ansible_role
coffeedev2k/trainingstand
37cd6c3c6bbcd416352aa4a6781ef76540e7db37
1
testing-teamcity/ansible/roles/configure-consul-client
7,672
[ "no_license" ]
[ { "path": "testing-teamcity/ansible/roles/configure-consul-client/handlers/main.yml", "content": "---\n# handlers file for consul\n\n- name: restart consul\n become: yes\n service:\n name: \"{{ consul_service_name }}\"\n state: restarted\n tags:\n - consul\n\n- name: reload consul\n become: yes...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4670, "all_permissive": false }
ansible_role
coffeedev2k/trainingstand
37cd6c3c6bbcd416352aa4a6781ef76540e7db37
1
testing-teamcity/ansible/roles/configure-consul-server-reset
7,672
[ "no_license" ]
[ { "path": "testing-teamcity/ansible/roles/configure-consul-server-reset/vars/main.yml", "content": "---\n# vars file for consul\nconsul_data_dir: /opt/consul\nconsul_service_name: consul\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "testing-tea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 316, "all_permissive": false }
ansible_role
coffeedev2k/trainingstand
37cd6c3c6bbcd416352aa4a6781ef76540e7db37
1
testing-teamcity/ansible/roles/configure-efs-shares
7,672
[ "no_license" ]
[ { "path": "testing-teamcity/ansible/roles/configure-efs-shares/tasks/main.yml", "content": "---\n# tasks file for ansible_filebeat_configured\n#- name: install zabbix-agent\n# apt:\n# name: zabbix-agent\n# state: latest\n# update_cache: yes\n\n#- name: ls -l\n# become: yes\n# shell: ls -l \n\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1489, "all_permissive": false }
ansible_role
coffeedev2k/trainingstand
37cd6c3c6bbcd416352aa4a6781ef76540e7db37
1
testing-teamcity/ansible/roles/configure-nomad-client
7,672
[ "no_license" ]
[ { "path": "testing-teamcity/ansible/roles/configure-nomad-client/defaults/main.yml", "content": "---\n# defaults file for nomad\n\nnomad_version: 1.0.1\n#nomad_sha256sum: 0cdb5dd95c918c6237dddeafe2e9d2049558fea79ed43eacdfcd247d5b093d67\n\n#nomad_client: false\n#nomad_server: true\nnomad_telemetry: false\nno...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4334, "all_permissive": false }
ansible_role
coffeedev2k/trainingstand
37cd6c3c6bbcd416352aa4a6781ef76540e7db37
1
testing-teamcity/ansible/roles/configure-reverse-proxy-nginx
7,672
[ "no_license" ]
[ { "path": "testing-teamcity/ansible/roles/configure-reverse-proxy-nginx/files/nginx/nginx.conf", "content": "\nuser www-data;\nworker_processes auto;\npid /run/nginx.pid;\n\nevents {}\n\n\nhttp {\n upstream backend {\n server teamcity-main.service.dc1.consul:8111 max_fails=0; \n# full internal add...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2350, "all_permissive": false }
ansible_role
coffeedev2k/trainingstand
37cd6c3c6bbcd416352aa4a6781ef76540e7db37
1
testing-teamcity/ansible/roles/configure-vault-server
7,672
[ "no_license" ]
[ { "path": "testing-teamcity/ansible/roles/configure-vault-server/tasks/main.yml", "content": "---\n- name: Install Vault to install dir - copy all files from dir to destination machine\n become: yes\n copy:\n src: \"{{ item }}\"\n dest: \"{{ vault_install_dir }}\"\n owner: root\n mode: 0755\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5145, "all_permissive": false }
ansible_role
coffeedev2k/trainingstand
37cd6c3c6bbcd416352aa4a6781ef76540e7db37
1
testing-teamcity/ansible/roles/installdocker
7,672
[ "no_license" ]
[ { "path": "testing-teamcity/ansible/roles/installdocker/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - gitlab_update", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "testing-teamcity/ansible/roles/installd...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 904, "all_permissive": false }
ansible_role
coffeedev2k/trainingstand
37cd6c3c6bbcd416352aa4a6781ef76540e7db37
1
testing-teamcity/ansible/roles/installgit-lfs
7,672
[ "no_license" ]
[ { "path": "testing-teamcity/ansible/roles/installgit-lfs/vars/main.yml", "content": "---\n# vars file for ansible_metricbeat_configured", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "testing-teamcity/ansible/roles/installgit-lfs/defaults/main.yml"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 526, "all_permissive": false }
ansible_role
zero4573/os-setup
95228a11536716cc47c12b96049d485ce0063f69
0
roles/archcraft
7,672
[ "no_license" ]
[ { "path": "roles/archcraft/files/.config/wayland/scripts/dev-statusbar", "content": "#!/usr/bin/env bash\n#\n# Run this script if you want to play around with the waybar configurations, the script will listen\n# to changes on the waybar configuration files and reload waybar when it detects a change\n##\n\nW...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 8836, "all_permissive": false }
ansible_role
zero4573/os-setup
95228a11536716cc47c12b96049d485ce0063f69
0
roles/asdf
7,672
[ "no_license" ]
[ { "path": "roles/asdf/tasks/pacman.yml", "content": "- name: Check if pacman is installed\n shell: command -v pacman >/dev/null 2>&1\n register: pacman_exists\n ignore_errors: yes\n\n- name: pacman commands\n when: pacman_exists.rc == 0\n block:\n - name: Install all packages via yay\n ansible....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2594, "all_permissive": false }
ansible_role
zero4573/os-setup
95228a11536716cc47c12b96049d485ce0063f69
0
roles/linux-base
7,672
[ "no_license" ]
[ { "path": "roles/linux-base/tasks/pacman.yml", "content": "- name: Check if pacman is installed\n shell: command -v pacman >/dev/null 2>&1\n register: pacman_exists\n ignore_errors: yes\n\n- name: pacman commands\n when: pacman_exists.rc == 0\n block:\n # TODO: Install yay as well, this role current...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2876, "all_permissive": false }
ansible_role
zero4573/os-setup
95228a11536716cc47c12b96049d485ce0063f69
0
roles/linux-custom
7,672
[ "no_license" ]
[ { "path": "roles/linux-custom/tasks/main.yml", "content": "- include_tasks: pacman.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/linux-custom/tasks/pacman.yml", "content": "- name: Check if pacman is installed\n shell: command -v...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3327, "all_permissive": false }
ansible_role
alexandregv/cloud-1
4351528bab56addbd741e72ab800a170886ce9cb
0
ansible/roles/install
7,674
[ "no_license" ]
[ { "path": "ansible/roles/install/vars/main.yml", "content": "---\n_dest: \"{{ dest | default('/home/ubuntu/cloud-one/', true) }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "ansible/roles/install/tasks/files.yml", "content": "---\n- name...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1352, "all_permissive": false }
ansible_role
alexandregv/cloud-1
4351528bab56addbd741e72ab800a170886ce9cb
0
ansible/roles/manage
7,674
[ "no_license" ]
[ { "path": "ansible/roles/manage/tasks/build.yml", "content": "---\n- name: \"Build services ({{ _services }})\"\n community.docker.docker_compose:\n project_src: \"{{ _project_src }}\"\n project_name: cloud-one\n services: \"{{ _services }}\"\n state: present\n build: yes\n register: compos...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 2140, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/binary_modules/roles/test_binary_modules
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/binary_modules/roles/test_binary_modules/tasks/main.yml", "content": "- debug: var=quantum_system\n\n- name: ping\n ping:\n when: quantum_system != 'Win32NT'\n\n- name: win_ping\n win_ping:\n when: quantum_system == 'Win32NT'\n\n- name: Hello, World!\n action: \"hell...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1108, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/blocks/roles/fail
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/blocks/roles/fail/tasks/main.yml", "content": "- name: Fail\n fail:\n msg: fail\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 35, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/collections/collection_root_user/ansible_collections/testns/testcoll/playbooks/roles/non_coll_role
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/collections/collection_root_user/ansible_collections/testns/testcoll/playbooks/roles/non_coll_role/tasks/main.yml", "content": "- testmodule:\n register: testmodule_out_from_non_coll_role\n\n- embedded_module:\n register: embedded_module_out_from_non_coll_role\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 649, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/collections/collection_root_user/ansible_collections/testns/testcoll/playbooks/roles/non_coll_role_to_call
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/collections/collection_root_user/ansible_collections/testns/testcoll/playbooks/roles/non_coll_role_to_call/tasks/main.yml", "content": "- debug:\n msg: '{{ test_role_input | default(\"(undefined)\") }}'\n register: test_role_output\n\n- assert:\n that:\n - test_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 197, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/collections/collection_root_user/ansible_collections/testns/testcoll/roles/calls_intra_collection_dep_role_unqualified
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/collections/collection_root_user/ansible_collections/testns/testcoll/roles/calls_intra_collection_dep_role_unqualified/tasks/main.yml", "content": "- debug:\n msg: '{{ outer_role_input | default(\"(undefined)\") }}'\n register: outer_role_output\n\n- assert:\n that...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 297, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/collections/collection_root_user/ansible_collections/testns/testcoll/roles/test_fqcn_handlers
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/collections/collection_root_user/ansible_collections/testns/testcoll/roles/test_fqcn_handlers/meta/main.yml", "content": "dependencies:\n - testns.testcoll.common_handlers\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 247, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/collections/roles/standalone
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/collections/roles/standalone/tasks/main.yml", "content": "- set_fact:\n standalone_role_var: True\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
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/collections/roles/testrole
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/collections/roles/testrole/tasks/main.yml", "content": "- debug:\n msg: executing testrole from legacy coupling-adjacent roles dir\n\n- name: exec a FQ module from a legacy role\n testns.testcoll.testmodule:\n register: coll_module_out\n\n- name: exec a legacy coupli...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 805, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/collections_plugin_namespace/collection_root/ansible_collections/my_ns/my_col/roles/test
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/collections_plugin_namespace/collection_root/ansible_collections/my_ns/my_col/roles/test/tasks/main.yml", "content": "- set_fact:\n filter_name: \"{{ 1 | my_ns.my_col.filter_name }}\"\n lookup_name: \"{{ lookup('my_ns.my_col.lookup_name') }}\"\n lookup_no_future_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 608, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/collections_relative_imports/collection_root/ansible_collections/my_ns/my_col/roles/test
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/collections_relative_imports/collection_root/ansible_collections/my_ns/my_col/roles/test/tasks/main.yml", "content": "- name: fully qualified module usage with relative imports\n my_ns.my_col.my_module:\n- name: collection relative module usage with relative imports\n m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/ec2_launch_template/playbooks/roles/ec2_launch_template
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/ec2_launch_template/playbooks/roles/ec2_launch_template/tasks/main.yml", "content": "---\n# A Note about ec2 environment variable name preference:\n# - EC2_URL -> AWS_URL\n# - EC2_ACCESS_KEY -> AWS_ACCESS_KEY_ID -> AWS_ACCESS_KEY\n# - EC2_SECRET_KEY -> AWS_SECRET_ACCES...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 665, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/efs/playbooks/roles/efs
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/efs/playbooks/roles/efs/tasks/main.yml", "content": "---\n- block:\n\n # ============================================================\n - name: set connection information for all tasks\n set_fact:\n aws_connection_info: &aws_connection_info\n aw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 10396, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/fileglob/find_levels/roles/get_file
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/fileglob/find_levels/roles/get_file/tasks/main.yml", "content": "- name: show file contents\n debug:\n msg: '{{ q(\"fileglob\", seed + \".*\") }}'\n register: found\n\n- name: did we get right one?\n assert:\n that:\n - found['msg'][0].endswith(seed + '.tx...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 257, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/handler_race/roles/do_handlers
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/handler_race/roles/do_handlers/handlers/main.yml", "content": "---\n# handlers file for do_handlers\n- name: My Handler\n shell: sleep 5\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "test/integration/targets...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 219, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/handler_race/roles/more_sleep
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/handler_race/roles/more_sleep/tasks/main.yml", "content": "---\n# tasks file for more_sleep\n- name: Random more sleep\n set_fact:\n more_sleep_time: \"{{ 5 | random }}\"\n\n- name: Moar sleep\n shell: sleep \"{{ more_sleep_time }}\"\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 169, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/handler_race/roles/random_sleep
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/handler_race/roles/random_sleep/tasks/main.yml", "content": "---\n# tasks file for random_sleep\n- name: Generate sleep time\n set_fact:\n sleep_time: \"{{ 60 | random }}\"\n\n- name: Do random sleep\n shell: sleep \"{{ sleep_time }}\"\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 169, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/handlers/roles/test_templating_in_handlers
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/handlers/roles/test_templating_in_handlers/tasks/main.yml", "content": "---\n- command: echo Hello World\n notify:\n - \"{{ handler1 }}\"\n - \"{{ handler2 }}\"\n - \"{{ handler3 }}\"\n - \"{{ handler4 }}\"\n\n- meta: flush_handlers\n\n- assert:\n that:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 667, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/include_import/apply/roles/include_role2
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/include_import/apply/roles/include_role2/tasks/main.yml", "content": "- set_fact:\n include_role2_result: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 43, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/include_import/handler_addressing/roles/import_handler_test
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/include_import/handler_addressing/roles/import_handler_test/tasks/main.yml", "content": "- command: \"true\"\n notify:\n - do_import\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "test/integration/targets/...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 135, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/include_import/handler_addressing/roles/include_handler_test
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/include_import/handler_addressing/roles/include_handler_test/handlers/main.yml", "content": "- name: do_include\n include_tasks: tasks/handlers.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "test/integrat...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 139, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/include_import/parent_templating/roles/test
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/include_import/parent_templating/roles/test/tasks/localhost.yml", "content": "- include_tasks: other.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "test/integration/targets/include_import/parent_templating...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 140, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/include_import/public_exposure/roles/dynamic
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/include_import/public_exposure/roles/dynamic/vars/main.yml", "content": "dynamic_vars_var: dynamic_vars\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "test/integration/targets/include_import/public_exposure/ro...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 146, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/include_import/public_exposure/roles/dynamic_private
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/include_import/public_exposure/roles/dynamic_private/vars/main.yml", "content": "private_vars_var: private_vars\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "test/integration/targets/include_import/public_exp...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 146, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/include_import/public_exposure/roles/from
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/include_import/public_exposure/roles/from/tasks/from.yml", "content": "- debug:\n msg: from\n\n- set_fact:\n from_tasks_var: from_tasks\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "test/integration/tar...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 125, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/include_import/public_exposure/roles/regular
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/include_import/public_exposure/roles/regular/tasks/main.yml", "content": "- debug:\n msg: regular\n\n- set_fact:\n regular_tasks_var: regular_tasks\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "test/int...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 146, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/include_import/public_exposure/roles/static
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/include_import/public_exposure/roles/static/vars/main.yml", "content": "static_vars_var: static_vars\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "test/integration/targets/include_import/public_exposure/roles...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 139, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/includes/roles/test_includes_free
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/includes/roles/test_includes_free/tasks/inner_fqcn.yml", "content": "- set_fact:\n inner_fqcn: \"reached\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "test/integration/targets/includes/roles/test_include...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 201, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/includes/roles/test_includes_host_pinned
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/includes/roles/test_includes_host_pinned/tasks/inner.yml", "content": "- set_fact:\n inner_host_pinned: \"reached\"\n", "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
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/includes_race/roles/random_sleep
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/includes_race/roles/random_sleep/tasks/main.yml", "content": "---\n# tasks file for random_sleep\n- name: Generate sleep time\n set_fact:\n sleep_time: \"{{ 3 | random }}\"\n\n- name: Do random sleep\n shell: sleep \"{{ sleep_time }}\"\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 168, "all_permissive": false }
ansible_role
kz6fittycent/quantum
9a33ef310d7833ea02601d4226d26788443a71fe
0
test/integration/targets/includes_race/roles/set_a_fact
7,674
[ "no_license" ]
[ { "path": "test/integration/targets/includes_race/roles/set_a_fact/tasks/fact1.yml", "content": "---\n- name: Set fact1\n set_fact:\n fact1: yay\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "test/integration/targets/includes_race/roles/set_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 98, "all_permissive": false }