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
AutoOps/Ansible-Job
406d001c5a5b9fd0e03a2a43502c25faf4be250b
0
openstack-01-liberty/roles/l3_agent
7,860
[ "no_license" ]
[ { "path": "openstack-01-liberty/roles/l3_agent/tasks/start.yml", "content": "---\n- name: restart_openstack_nova_service_and_Boot_enable\n service: name={{ item }} state=restarted enabled=yes\n with_items:\n - neutron-l3-agent.service\n tags: ", "license_type": "no_license", "detected_license...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 706, "all_permissive": false }
ansible_role
AutoOps/Ansible-Job
406d001c5a5b9fd0e03a2a43502c25faf4be250b
0
openstack-01-liberty/roles/linuxbridge_agent
7,860
[ "no_license" ]
[ { "path": "openstack-01-liberty/roles/linuxbridge_agent/tasks/install.yml", "content": "---\n# Install and configure agents\n- name: Install agent packages\n yum: name={{ item }}\n with_items:\n - openstack-neutron-linuxbridge\n tags: linuxbridge_agent_install", "license_type": "no_license", "...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1407, "all_permissive": false }
ansible_role
AutoOps/Ansible-Job
406d001c5a5b9fd0e03a2a43502c25faf4be250b
0
openstack-01-liberty/roles/mariadb
7,860
[ "no_license" ]
[ { "path": "openstack-01-liberty/roles/mariadb/tasks/start.yml", "content": "---\n - name: restart_Mariadb_service_and_Boot_enable\n service: name=mariadb.service state=restarted enabled=yes\n tags: mariadb_start", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 907, "all_permissive": false }
ansible_role
AutoOps/Ansible-Job
406d001c5a5b9fd0e03a2a43502c25faf4be250b
0
openstack-01-liberty/roles/metadata_agent
7,860
[ "no_license" ]
[ { "path": "openstack-01-liberty/roles/metadata_agent/tasks/start.yml", "content": "---\n- name: restart_openstack_nova_service_and_Boot_enable\n service: name={{ item }} state=restarted enabled=yes\n with_items:\n - neutron-metadata-agent.service\n tags: metadata_agent", "license_type": "no_licen...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5127, "all_permissive": false }
ansible_role
AutoOps/Ansible-Job
406d001c5a5b9fd0e03a2a43502c25faf4be250b
0
openstack-01-liberty/roles/mongodb
7,860
[ "no_license" ]
[ { "path": "openstack-01-liberty/roles/mongodb/tasks/install.yml", "content": "---\n - name: Install the MongoDB packages\n yum: name={{ item }}\n with_items:\n - mongodb-server\n - mongodb\n tags: mongodb_install", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 604, "all_permissive": false }
ansible_role
AutoOps/Ansible-Job
406d001c5a5b9fd0e03a2a43502c25faf4be250b
0
openstack-01-liberty/roles/neutron_compute
7,860
[ "no_license" ]
[ { "path": "openstack-01-liberty/roles/neutron_compute/tasks/install.yml", "content": "---\n# Install and configure neutron\n- name: Install the Nova package\n yum: name={{ item }} state=present\n with_items:\n - openstack-neutron\n - openstack-neutron-ml2\n - openstack-neutron-linuxbridge\n - ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 5261, "all_permissive": false }
ansible_role
AutoOps/Ansible-Job
406d001c5a5b9fd0e03a2a43502c25faf4be250b
0
openstack-01-liberty/roles/neutron_server
7,860
[ "no_license" ]
[ { "path": "openstack-01-liberty/roles/neutron_server/tasks/db.yml", "content": "---\n# Create the openstack database\n- name: Create openstack database\n mysql_db: login_user=root login_password='' name={{ item.name }} state=present\n with_items:\n - { name: 'neutron' }\n tags: neutron_server_db\n\n...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 7957, "all_permissive": false }
ansible_role
AutoOps/Ansible-Job
406d001c5a5b9fd0e03a2a43502c25faf4be250b
0
openstack-01-liberty/roles/nova_compute
7,860
[ "no_license" ]
[ { "path": "openstack-01-liberty/roles/nova_compute/tasks/config.yml", "content": "---\n# Install and configure nova compute\n- name: Edit the /etc/nova/nova.conf file and complete the following actions\n ini_file: >\n dest=/etc/nova/nova.conf section={{ item.section }} option={{ item.option }} value={...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3347, "all_permissive": false }
ansible_role
AutoOps/Ansible-Job
406d001c5a5b9fd0e03a2a43502c25faf4be250b
0
openstack-01-liberty/roles/nova_server
7,860
[ "no_license" ]
[ { "path": "openstack-01-liberty/roles/nova_server/tasks/start.yml", "content": "---\n# Install and configure Nova\n- name: restart_openstack_nova_service_and_Boot_enable\n service: name={{ item }} state=restarted enabled=yes\n with_items:\n - openstack-nova-api.service\n - openstack-nova-cert.servi...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5654, "all_permissive": false }
ansible_role
AutoOps/Ansible-Job
406d001c5a5b9fd0e03a2a43502c25faf4be250b
0
openstack-01-liberty/roles/ntp
7,860
[ "no_license" ]
[ { "path": "openstack-01-liberty/roles/ntp/tasks/config.yml", "content": "---\n- name: config the /etc/chrony.conf\n copy: src=chrony.conf dest=/etc/\n tags: ntp_config", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "openstack-01-liberty/roles/ntp...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1108, "all_permissive": false }
ansible_role
AutoOps/Ansible-Job
406d001c5a5b9fd0e03a2a43502c25faf4be250b
0
openstack-01-liberty/roles/rabbitmq
7,860
[ "no_license" ]
[ { "path": "openstack-01-liberty/roles/rabbitmq/tasks/config.yml", "content": "---\n# configure Message queue\n\n- name: Config the Rabbitmq add user\n rabbitmq_user: user={{ rabbit_user }} password={{ <PASSWORD> }} vhost=/ configure_priv=.* read_priv=.* write_priv=.* state=present\n tags: rabbitmq_config\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 694, "all_permissive": false }
ansible_role
AutoOps/Ansible-Job
406d001c5a5b9fd0e03a2a43502c25faf4be250b
0
openstack-01-liberty/roles/restart_nova_service
7,860
[ "no_license" ]
[ { "path": "openstack-01-liberty/roles/restart_nova_service/tasks/main.yml", "content": "---\n- include: start.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "openstack-01-liberty/roles/restart_nova_service/tasks/start.yml", "content": "---\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 458, "all_permissive": false }
ansible_role
AutoOps/Ansible-Job
406d001c5a5b9fd0e03a2a43502c25faf4be250b
0
openstack-01-liberty/roles/system
7,860
[ "no_license" ]
[ { "path": "openstack-01-liberty/roles/system/tasks/init-service.yml", "content": "---\n- name: System service stop\n service: name={{ item }} state=stopped enabled=no\n with_items:\n - firewalld.service\n - postfix.service\n - NetworkManager\n\n- name: close selinux\n selinux: state=disabl...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1397, "all_permissive": false }
ansible_role
AutoOps/Ansible-Job
406d001c5a5b9fd0e03a2a43502c25faf4be250b
0
openstack-01-liberty/roles/zabbix
7,860
[ "no_license" ]
[ { "path": "openstack-01-liberty/roles/zabbix/tasks/config.yml", "content": "---\n - name: Configure zabbix\n lineinfile: dest=/etc/zabbix/zabbix_agentd.conf regexp={{ item.s }} line={{ item.d }}\n with_items:\n - { s: \"Server=\",d: \"Server={{ zabbix_server }}\"}\n - { s: \"ServerAct...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 641, "all_permissive": false }
ansible_role
AutoOps/Ansible-Job
406d001c5a5b9fd0e03a2a43502c25faf4be250b
0
zabbix3.0-magicstack/roles/init_system
7,860
[ "no_license" ]
[ { "path": "zabbix3.0-magicstack/roles/init_system/tasks/main.yml", "content": "---\n - name: install zabbix_3.0 repo\n yum: name={{ item }} state=present\n with_items:\n - http://repo.zabbix.com/zabbix/3.0/rhel/7/x86_64/zabbix-release-3.0-1.el7.noarch.rpm\n - libselinux-python\n - MySQ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 375, "all_permissive": false }
ansible_role
AutoOps/Ansible-Job
406d001c5a5b9fd0e03a2a43502c25faf4be250b
0
zabbix3.0-magicstack/roles/tokudb
7,860
[ "no_license" ]
[ { "path": "zabbix3.0-magicstack/roles/tokudb/tasks/main.yml", "content": "---\n - include: install.yml\n - include: config.yml\n - include: create_zabbixuser.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "zabbix3.0-magicstack/roles/tokudb/t...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1862, "all_permissive": false }
ansible_role
AutoOps/Ansible-Job
406d001c5a5b9fd0e03a2a43502c25faf4be250b
0
zabbix3.0-magicstack/roles/zabbix_agent_install
7,860
[ "no_license" ]
[ { "path": "zabbix3.0-magicstack/roles/zabbix_agent_install/tasks/install.yml", "content": "---\n - name: zabbix_agent\n copy: src={{ item.a }} dest={{ item.b }}\n with_items:\n - { a: 'zabbix-2.4.6-1.el6.x86_64.rpm',b: '/tmp/' }\n - { a: 'zabbix-agent-2.4.6-1.el6.x86_64.rpm',b: '/tmp/' }\n ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 4734, "all_permissive": false }
ansible_role
AutoOps/Ansible-Job
406d001c5a5b9fd0e03a2a43502c25faf4be250b
0
zabbix3.0-magicstack/roles/zabbix_proxy_install
7,860
[ "no_license" ]
[ { "path": "zabbix3.0-magicstack/roles/zabbix_proxy_install/tasks/main.yml", "content": "---\n - include: zabbix_proxy_package.yml\n - include: install.yml\n - include: init_database.yml\n - include: zabbix_proxy_config.yml\n - include: edit_firewall.yml\n - include: start.yml\n", "license_type": "...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 2703, "all_permissive": false }
ansible_role
AutoOps/Ansible-Job
406d001c5a5b9fd0e03a2a43502c25faf4be250b
0
zabbix3.0-magicstack/roles/zabbix_server_install
7,860
[ "no_license" ]
[ { "path": "zabbix3.0-magicstack/roles/zabbix_server_install/tasks/zabbix_server_config.yml", "content": "---\n - name: zabbix_server_config\n copy: src={{ item.a }} dest={{ item.b }} group={{ item.c }} owner={{ item.d }} mode={{ item.e }} force=yes\n with_items:\n - { a: 'graphfont.ttf',b: '/usr...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2456, "all_permissive": false }
ansible_role
openstack/neutron-tempest-plugin
351046ec3b82825ac4663cf28e33960c58bb6106
12
roles/docker-setup
7,860
[ "permissive" ]
[ { "path": "roles/docker-setup/tasks/main.yml", "content": "- name: Install and configure docker\n become: yes\n package:\n name: docker.io\n state: present\n\n- name: Install docker-buildx (only for Ubuntu and Debian)\n become: yes\n package:\n name: docker-buildx\n state: present\n when:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 885, "all_permissive": true }
ansible_role
openstack/neutron-tempest-plugin
351046ec3b82825ac4663cf28e33960c58bb6106
12
roles/multi-node-setup
7,860
[ "permissive" ]
[ { "path": "roles/multi-node-setup/README.rst", "content": "Set up connection between infra bridge and Neutron external bridge\n\nNetwork topology used in CI multinode jobs is described In `Devstack documention\n<https://opendev.org/openstack/devstack-gate/src/branch/master/multinode_setup_info.txt#L81>`_\n\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1580, "all_permissive": true }
ansible_role
jhriv/ansible-delegate-vars
979abca764d2cbbe7444c08298825c54b3fafdae
0
roles/show_vars
7,860
[ "no_license" ]
[ { "path": "roles/show_vars/tasks/main.yml", "content": "---\n\n- name: Display foo\n debug:\n var: foo\n\n- name: Display hostvars[\"sample\"].foo\n debug:\n var: hostvars[\"sample\"].foo\n\n- name: Verify the host variables are being read\n assert:\n that: foo == hostvars[\"sample\"].foo\n ign...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 390, "all_permissive": false }
ansible_role
MrSavichev/ansible
508a787f6967a2a1c85b5295f08eddee9891f6c9
0
roles/deploy
7,860
[ "no_license" ]
[ { "path": "roles/deploy/vars/main.yml", "content": "---\nnetwork_Name: app_network", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/deploy/services/api/.env.j2", "content": "{% for item in rmqDefaults %}\n{{ item.name }}={{ item.name }}\n{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 4328, "all_permissive": false }
ansible_role
MrSavichev/ansible
508a787f6967a2a1c85b5295f08eddee9891f6c9
0
roles/preconfig
7,860
[ "no_license" ]
[ { "path": "roles/preconfig/tasks/main.yml", "content": "---\r\n- name: Установка Docker\r\n block:\r\n - name: Добавляем universe\r\n ansible.builtin.apt_repository:\r\n repo: \"deb http://us.archive.ubuntu.com/ubuntu/ {{ ansible_distribution_release }} universe\"\r\n state: present\r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2012, "all_permissive": false }
ansible_role
ilianbraka/Takima_TP
c19bc0006330d5c1a3b0d92c36bb85cd34eca78e
0
ansible/roles/create_network
7,860
[ "no_license" ]
[ { "path": "ansible/roles/create_network/tasks/main.yml", "content": "- name: Create Docker network\n community.docker.docker_network:\n name: my-network\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "ansible/roles/create...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 299, "all_permissive": false }
ansible_role
ilianbraka/Takima_TP
c19bc0006330d5c1a3b0d92c36bb85cd34eca78e
0
ansible/roles/create_volume
7,860
[ "no_license" ]
[ { "path": "ansible/roles/create_volume/handlers/main.yml", "content": "---\n# handlers file for roles/create_volume\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "ansible/roles/create_volume/tests/test.yml", "content": "---\n- hosts: localho...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 311, "all_permissive": false }
ansible_role
ilianbraka/Takima_TP
c19bc0006330d5c1a3b0d92c36bb85cd34eca78e
0
ansible/roles/launch_app
7,860
[ "no_license" ]
[ { "path": "ansible/roles/launch_app/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/app1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "ansible/roles/launch_app/handlers/main.yml", "content": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 476, "all_permissive": false }
ansible_role
ilianbraka/Takima_TP
c19bc0006330d5c1a3b0d92c36bb85cd34eca78e
0
ansible/roles/launch_database
7,860
[ "no_license" ]
[ { "path": "ansible/roles/launch_database/defaults/main.yml", "content": "---\n# defaults file for roles/database1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "ansible/roles/launch_database/tests/test.yml", "content": "---\n- hosts: localho...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 529, "all_permissive": false }
ansible_role
hicsail/pecan-operator
015a299df2f0260403cc17be1f60ae3a8a9c74fa
0
roles/pecan
7,860
[ "no_license" ]
[ { "path": "roles/pecan/templates/service-account-pecan-betydb.yml", "content": "---\nmetadata:\n name: pecan-betydb\n namespace: software-application-innovation-lab-sail-projects-fcd6dfa\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "roles/pe...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 2546, "all_permissive": false }
ansible_role
ilifu/software
1f075e28c0f61c7645236e8e10a37b97e56fd05b
1
ansible/roles/all
7,871
[ "no_license" ]
[ { "path": "ansible/roles/all/defaults/main.yml", "content": "---\n# defaults file for all\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "ansible/roles/all/handlers/main.yml", "content": "---\n# handlers file for all\n", "license_type": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1894, "all_permissive": false }
ansible_role
gstrand99/setup
fac689d1eaf420942be8a0fe3faaa507515654fd
0
ansible/roles/dot-files
7,871
[ "no_license" ]
[ { "path": "ansible/roles/dot-files/tasks/main.yml", "content": "---\n- include_tasks: clone_dotfiles.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "ansible/roles/dot-files/tasks/clone_dotfiles.yml", "content": "---\n- name: Does dotfiles...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 716, "all_permissive": false }
ansible_role
gstrand99/setup
fac689d1eaf420942be8a0fe3faaa507515654fd
0
ansible/roles/env-setup
7,871
[ "no_license" ]
[ { "path": "ansible/roles/env-setup/tasks/main.yml", "content": "---\n- include_tasks: init_setup.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "ansible/roles/env-setup/tasks/init_setup.yml", "content": "---\n- name: update package list\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 752, "all_permissive": false }
ansible_role
gstrand99/setup
fac689d1eaf420942be8a0fe3faaa507515654fd
0
ansible/roles/terminal-setup
7,871
[ "no_license" ]
[ { "path": "ansible/roles/terminal-setup/tasks/neovim_setup.yml", "content": "---\n- name: Check if neovim config exists\n stat: path=~/.config/nvim\n register: neovim_config\n\n- name: Install neovim config\n git:\n repo: \"{{ neovim_config_repo }}\"\n dest: \"~/.config/nvim\"\n when: not neovim_c...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2337, "all_permissive": false }
ansible_role
terop1989/k8s-working
e7de8d50784fbbec323dcd4961c6f36c11bbe323
0
04-nfs-provisioning/02-nfs-share-install-to-k8s-nodes/roles/nfs-mount
7,871
[ "no_license" ]
[ { "path": "04-nfs-provisioning/02-nfs-share-install-to-k8s-nodes/roles/nfs-mount/tasks/main.yml", "content": "---\n- name: Install NFS Client\n apt:\n name: nfs-common\n state: present\n\n- name: Create Mount Point\n file:\n path: \"{{ mount_point_path }}\"\n state: directory\n\n- name: Mount ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 399, "all_permissive": false }
ansible_role
beamboy94/test-files
877c127edef2c620662ac180434f1ff88dcb92a5
0
Ansible/Playbooks_Kannan/roles/apimanager
7,871
[ "no_license" ]
[ { "path": "Ansible/Playbooks_Kannan/roles/apimanager/vars/main.yml", "content": "---\n# vars file for wsapi\napplication: wso2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "Ansible/Playbooks_Kannan/roles/apimanager/tasks/main.yml", "content...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 179, "all_permissive": false }
ansible_role
beamboy94/test-files
877c127edef2c620662ac180434f1ff88dcb92a5
0
Ansible/Playbooks_Kannan/roles/exception
7,871
[ "no_license" ]
[ { "path": "Ansible/Playbooks_Kannan/roles/exception/tasks/main.yml", "content": "---\n# tasks file for exception\n\n- include: deploy.yml\n\n- name: Stopping \"{{ application }}\" ...\n supervisorctl: name={{ application }} state=stopped\n when: active\n\n- name: Stopping \"{{ application2 }}\" ...\n sup...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 592, "all_permissive": false }
ansible_role
beamboy94/test-files
877c127edef2c620662ac180434f1ff88dcb92a5
0
Ansible/Playbooks_Kannan/roles/quartz
7,871
[ "no_license" ]
[ { "path": "Ansible/Playbooks_Kannan/roles/quartz/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - quartz", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "Ansible/Playbooks_Kannan/roles/quartz/handlers/main.y...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 345, "all_permissive": false }
ansible_role
beamboy94/test-files
877c127edef2c620662ac180434f1ff88dcb92a5
0
Ansible/Playbooks_Kannan/roles/rollingfreezeframeprocessor
7,871
[ "no_license" ]
[ { "path": "Ansible/Playbooks_Kannan/roles/rollingfreezeframeprocessor/vars/main.yml", "content": "---\n# vars file for pktprocessor\napplication: rollingfreezeframeprocessor\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "Ansible/Playbooks_Kannan...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 395, "all_permissive": false }
ansible_role
beamboy94/test-files
877c127edef2c620662ac180434f1ff88dcb92a5
0
Ansible/Playbooks_Kannan/roles/tomee
7,871
[ "no_license" ]
[ { "path": "Ansible/Playbooks_Kannan/roles/tomee/handlers/main.yml", "content": "---\n# handlers file for tomee\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "Ansible/Playbooks_Kannan/roles/tomee/tasks/main.yml", "content": "---\n# tasks file...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 497, "all_permissive": false }
ansible_role
beamboy94/test-files
877c127edef2c620662ac180434f1ff88dcb92a5
0
Ansible/Playbooks_Kannan/roles/wmtravelmodelconstructor
7,871
[ "no_license" ]
[ { "path": "Ansible/Playbooks_Kannan/roles/wmtravelmodelconstructor/defaults/main.yml", "content": "---\n# defaults file for exception\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "Ansible/Playbooks_Kannan/roles/wmtravelmodelconstructor/vars/mai...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 316, "all_permissive": false }
ansible_role
beamboy94/test-files
877c127edef2c620662ac180434f1ff88dcb92a5
0
Ansible/Playbooks_Kannan/roles/wsapi
7,871
[ "no_license" ]
[ { "path": "Ansible/Playbooks_Kannan/roles/wsapi/vars/main.yml", "content": "---\n# vars file for wsapi\napplication: tomcat8\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "Ansible/Playbooks_Kannan/roles/wsapi/tasks/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 553, "all_permissive": false }
ansible_role
iyurev/openshift-installer-vcloud
f43810325575dcd3acdeb599d04c50f4b29b4531
0
ansible/roles/init-cluster
7,871
[ "no_license" ]
[ { "path": "ansible/roles/init-cluster/defaults/main.yml", "content": "---\ndomain: foo.local\ncluster_name: bar\npull_secret: \"pull-secret\"\nssh_pub_key: \"ed25519....\"\n\nnexus_repo_url: \"\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2520, "all_permissive": false }
ansible_role
AftabMulani11/Terraform-Learning
2f5998b8adba74f358e32b666d4a766cd08c713e
0
ansible/roles/Config
7,871
[ "no_license" ]
[ { "path": "ansible/roles/Config/tasks/main.yml", "content": "---\n- import_tasks: install.yml\n- import_tasks: service.yml\n- import_tasks: configure.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "ansible/roles/Config/tasks/install.yml", "...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 724, "all_permissive": false }
ansible_role
DAFF0D11/furry-giggle
9be7a03f9cb87e7f9e6a3b3e6d035655e55f3218
0
roles/base
7,871
[ "no_license" ]
[ { "path": "roles/base/tasks/linux.yml", "content": "- name: RPMF Importing (free) key\n become: true\n ansible.builtin.rpm_key:\n state: present\n key: https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-free-fedora-2020\n when: ansible_distribution == \"Fedora\"\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1636, "all_permissive": false }
ansible_role
DAFF0D11/furry-giggle
9be7a03f9cb87e7f9e6a3b3e6d035655e55f3218
0
roles/bin
7,871
[ "no_license" ]
[ { "path": "roles/bin/files/bin/play-vid", "content": "#!/bin/sh\n# Dafmenu script for selecting videos to play.\n# Select from all, or a specific directory.\n# Also displays watch history of anything played with \"play\" command.\n\nVIDEO_PATH=\"$HOME/vid/\"\n\nWATCH_HISTORY=\"$HOME/pea/mpv/watch_history\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 14, "total_bytes": 26587, "all_permissive": false }
ansible_role
DAFF0D11/furry-giggle
9be7a03f9cb87e7f9e6a3b3e6d035655e55f3218
0
roles/dunst
7,871
[ "no_license" ]
[ { "path": "roles/dunst/tasks/linux.yml", "content": "- name: Install dunst package\n become: true\n dnf:\n name:\n - dunst\n state: present\n when: ansible_distribution == \"Fedora\"\n\n- name: Symlink dunst config\n file:\n src: \"{{ config_dir }}/roles/dunst/files/dunst\"\n path: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 284, "all_permissive": false }
ansible_role
DAFF0D11/furry-giggle
9be7a03f9cb87e7f9e6a3b3e6d035655e55f3218
0
roles/emacs
7,871
[ "no_license" ]
[ { "path": "roles/emacs/files/emacs/themes/dark-theme.el", "content": ";; dark-theme.el --- A minimalistic custom theme for Emacs\n;; Revision 3\n;;\n;; Copyright (C) 2008-2010, 2016 <NAME> <<EMAIL>>\n;;\n;; Permission is hereby granted, free of charge, to any person obtaining a copy\n;; of this software and...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 24, "total_bytes": 466158, "all_permissive": false }
ansible_role
DAFF0D11/furry-giggle
9be7a03f9cb87e7f9e6a3b3e6d035655e55f3218
0
roles/foot
7,871
[ "no_license" ]
[ { "path": "roles/foot/tasks/linux.yml", "content": "- name: Install foot package\n become: true\n dnf:\n name:\n - foot\n state: present\n when: ansible_distribution == \"Fedora\"\n\n- name: Symlink foot config\n file:\n src: \"{{ config_dir }}/roles/foot/files/foot\"\n path: \"{{ user_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 278, "all_permissive": false }
ansible_role
DAFF0D11/furry-giggle
9be7a03f9cb87e7f9e6a3b3e6d035655e55f3218
0
roles/imv
7,871
[ "no_license" ]
[ { "path": "roles/imv/tasks/linux.yml", "content": "- name: Install imv package\n become: true\n dnf:\n name:\n - imv\n state: present\n when: ansible_distribution == \"Fedora\"\n\n- name: Symlink imv\n file:\n src: \"{{ config_dir }}/roles/imv/files/imv\"\n path: \"{{ user_home }}/.conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 265, "all_permissive": false }
ansible_role
DAFF0D11/furry-giggle
9be7a03f9cb87e7f9e6a3b3e6d035655e55f3218
0
roles/interception-tools
7,871
[ "no_license" ]
[ { "path": "roles/interception-tools/files/README.org", "content": "* Keyboard\n\nMake keys gud\n\nCapslock -> Tap = Escape, Hold = Control\nSpacebar -> Tap = Space, Hold = Super/Meta/Windows\nEnter -> Tap = Enter, Hold = Control\nRight Alt -> Tap = F6, Hold = Right Alt\n\nOne might assume you could use dual...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 13551, "all_permissive": false }
ansible_role
DAFF0D11/furry-giggle
9be7a03f9cb87e7f9e6a3b3e6d035655e55f3218
0
roles/misc
7,871
[ "no_license" ]
[ { "path": "roles/misc/tasks/linux.yml", "content": "- name: Symlink user-dirs.dir\n file:\n src: \"{{ config_dir }}/roles/misc/files/user-dirs.dirs\"\n path: \"{{ user_home }}/.config/user-dirs.dirs\"\n state: link\n\n- name: Install ripgrep package\n become: true\n dnf:\n name:\n - ripg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 448, "all_permissive": false }
ansible_role
DAFF0D11/furry-giggle
9be7a03f9cb87e7f9e6a3b3e6d035655e55f3218
0
roles/mpv
7,871
[ "no_license" ]
[ { "path": "roles/mpv/tasks/linux.yml", "content": "- name: Install mpv package and dependencies\n become: true\n dnf:\n name:\n - mpv\n - mpv-mpris\n - playerctl\n state: present\n when: ansible_distribution == \"Fedora\"\n\n- name: Symlink mpv directory\n file:\n src: \"{{ confi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": false }
ansible_role
DAFF0D11/furry-giggle
9be7a03f9cb87e7f9e6a3b3e6d035655e55f3218
0
roles/qutebrowser
7,871
[ "no_license" ]
[ { "path": "roles/qutebrowser/files/qutebrowser/css/global.css", "content": ":root {\n/* # (curs \"#1ef1a4\") */\n\n/* # (backg \"#040406\") */\n/* # (backg \"#000000\") */\n/* # (foreg \"#a2a4ba\") */\n\n/* # (red \"#E93C58\") */\n/* # (green \"#29d398\") */\n/* # (yellow \"#efaf8e\") */\n/*...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 26453, "all_permissive": false }
ansible_role
DAFF0D11/furry-giggle
9be7a03f9cb87e7f9e6a3b3e6d035655e55f3218
0
roles/setup
7,871
[ "no_license" ]
[ { "path": "roles/setup/tasks/linux.yml", "content": "- name: Set global variables\n set_fact:\n user: \"{{ ansible_env.USER }}\"\n user_home: \"{{ ansible_env.HOME }}\"\n config_dir: \"{{ ansible_env.PWD }}\"\n dist: \"{{ ansible_distribution }}\"\n dist_variety: \"{{ ansible_distribution_fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 533, "all_permissive": false }
ansible_role
DAFF0D11/furry-giggle
9be7a03f9cb87e7f9e6a3b3e6d035655e55f3218
0
roles/sway
7,871
[ "no_license" ]
[ { "path": "roles/sway/tasks/linux.yml", "content": "- name: Install sway package\n become: true\n dnf:\n name:\n - sway\n state: present\n when: ansible_distribution == \"Fedora\"\n\n- name: Symlink sway\n file:\n src: \"{{ config_dir }}/roles/sway/files/sway\"\n path: \"{{ user_home }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
DAFF0D11/furry-giggle
9be7a03f9cb87e7f9e6a3b3e6d035655e55f3218
0
roles/waybar
7,871
[ "no_license" ]
[ { "path": "roles/waybar/tasks/linux.yml", "content": "- name: Install waybar package\n become: true\n dnf:\n name:\n - waybar\n state: present\n when: ansible_distribution == \"Fedora\"\n\n- name: Symlink waybar\n file:\n src: \"{{ config_dir }}/roles/waybar/files/waybar\"\n path: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2173, "all_permissive": false }
ansible_role
DAFF0D11/furry-giggle
9be7a03f9cb87e7f9e6a3b3e6d035655e55f3218
0
roles/zsh
7,871
[ "no_license" ]
[ { "path": "roles/zsh/tasks/linux.yml", "content": " # TODO Set zsh as shell?\n\n- name: Install zsh package\n become: true\n dnf:\n name:\n - zsh\n state: present\n when: ansible_distribution == \"Fedora\"\n\n- name: Symlink zshrc\n file:\n src: \"{{ config_dir }}/roles/zsh/files/zshrc\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4201, "all_permissive": false }
ansible_role
pljacsk2/ansibleplaybooks
36516549ef7b4819de1c740b180625131477add6
0
playbooks/webserver-setup/roles/db_servers
7,871
[ "no_license" ]
[ { "path": "playbooks/webserver-setup/roles/db_servers/tasks/main.yml", "content": "---\n- name: add official epel repo\n yum_repository:\n name: epel\n description: \"Extra Packages for Enterprise Linux\"\n baseurl: \"https://download.fedoraproject.org/pub/epel/$releasever/$basearch/\"\n gpgche...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 443, "all_permissive": false }
ansible_role
peppelinux/UniTools
1b817b397997444113abe457702bfa38348bdef6
31
Provisioning/Ansible/shibboleth-Idp3-ansible/roles/apache2
7,871
[ "no_license" ]
[ { "path": "Provisioning/Ansible/shibboleth-Idp3-ansible/roles/apache2/files/sp.example.org/secure/index.php", "content": "<!DOCTYPE html>\r\n<?php\r\n function print_attrs($attributeArray ) {\r\n\t$nok_flag=0;\r\n\r\n foreach ($attributeArray as $attribute => $options) {\r\n $print = TRUE;\r\n $st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 26620, "all_permissive": false }
ansible_role
peppelinux/UniTools
1b817b397997444113abe457702bfa38348bdef6
31
Provisioning/Ansible/shibboleth-Idp3-ansible/roles/common
7,871
[ "no_license" ]
[ { "path": "Provisioning/Ansible/shibboleth-Idp3-ansible/roles/common/tasks/main.yml", "content": "#~ - name: Add GARR apt sources\n #~ template: src=roles/common/templates/sources.list dest=/etc/apt/sources.list\n#~ \n#~ - name: Update apt cache\n #~ apt: update_cache=yes\n #~ # apt: update_cache=yes cac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2585, "all_permissive": false }
ansible_role
peppelinux/UniTools
1b817b397997444113abe457702bfa38348bdef6
31
Provisioning/Ansible/shibboleth-Idp3-ansible/roles/mod-shib2
7,871
[ "no_license" ]
[ { "path": "Provisioning/Ansible/shibboleth-Idp3-ansible/roles/mod-shib2/tasks/main.yml", "content": "# CLEANUPS\n#~ - name: Uninstall libapache2-mod-shib2\n #~ apt: name=libapache2-mod-shib2 state=absent purge=yes\n #~ when: cleanup is defined\n\n- name: Create Shibboleth SP keys\n shell: /usr/sbin/shib-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1475, "all_permissive": false }
ansible_role
peppelinux/UniTools
1b817b397997444113abe457702bfa38348bdef6
31
Provisioning/Ansible/shibboleth-Idp3-ansible/roles/mysql
7,871
[ "no_license" ]
[ { "path": "Provisioning/Ansible/shibboleth-Idp3-ansible/roles/mysql/files/insert-ruoliorganizzativi.sql", "content": "INSERT INTO RuoliOrganizzativi (id, uid,ruolo) VALUES\n (0, 'mario', 'Tecnico'),(1, 'pino', 'Amministrativo'),\n (2, 'pina', 'Docente');\n\n\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1728, "all_permissive": false }
ansible_role
peppelinux/UniTools
1b817b397997444113abe457702bfa38348bdef6
31
Provisioning/Ansible/shibboleth-Idp3-ansible/roles/shib3idp
7,871
[ "no_license" ]
[ { "path": "Provisioning/Ansible/shibboleth-Idp3-ansible/roles/shib3idp/templates/idp.xml", "content": "<Context docBase=\"{{ idp_path }}/war/idp.war\"\n privileged=\"true\"\n antiResourceLocking=\"false\"\n swallowOutput=\"true\">\n <Manager pathname=\"\" />\n</Context>\n", "lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 11189, "all_permissive": false }
ansible_role
peppelinux/UniTools
1b817b397997444113abe457702bfa38348bdef6
31
Provisioning/Ansible/shibboleth-Idp3-ansible/roles/slapd
7,871
[ "no_license" ]
[ { "path": "Provisioning/Ansible/shibboleth-Idp3-ansible/roles/slapd/tasks/main.yml", "content": "# CLEANUPS\n\n- name: Stop slapd\n service: name=slapd state=stopped enabled=false\n when: cleanup is defined\n ignore_errors: yes\n \n- name: Uninstall slapd\n apt: name=slapd state=absent purge=yes\n whe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3795, "all_permissive": false }
ansible_role
peppelinux/UniTools
1b817b397997444113abe457702bfa38348bdef6
31
Provisioning/Ansible/shibboleth-Idp3-ansible/roles/tomcat7
7,871
[ "no_license" ]
[ { "path": "Provisioning/Ansible/shibboleth-Idp3-ansible/roles/tomcat7/tasks/main.yml", "content": "# CLEANUPS\n- name: Stop Tomcat7\n service: name=tomcat7 state=stopped enabled=false\n when: cleanup is defined\n\n- name: Uninstall tomcat7\n apt: name=slapd state=absent purge=yes\n when: cleanup is defi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1121, "all_permissive": false }
ansible_role
rolling-falling/dotfiles
6773eb37c0e536a143569baade0d93066063c312
0
ansible/roles/js
7,871
[ "no_license" ]
[ { "path": "ansible/roles/js/tasks/main.yml", "content": "---\n# tasks file for js\n- name: Install nvm\n become: no\n ansible.builtin.shell: >\n curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.39.1/install.sh | bash\n args:\n executable: /bin/bash\n chdir: \"$HOME\"\n creates: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 781, "all_permissive": false }
ansible_role
rolling-falling/dotfiles
6773eb37c0e536a143569baade0d93066063c312
0
ansible/roles/misc
7,871
[ "no_license" ]
[ { "path": "ansible/roles/misc/tasks/main.yml", "content": "---\n# tasks file for roles/misc\n\n- name: Platform check\n debug:\n msg:\n - OS family is {{ ansible_os_family }}\n - Package manager is {{ansible_pkg_mgr}}\n\n- name: Install utils\n ansible.builtin.package:\n name:\n - ran...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 686, "all_permissive": false }
ansible_role
rolling-falling/dotfiles
6773eb37c0e536a143569baade0d93066063c312
0
ansible/roles/nvim
7,871
[ "no_license" ]
[ { "path": "ansible/roles/nvim/defaults/main.yml", "content": "---\n# defaults file for nvim\nskip_install: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "ansible/roles/nvim/tasks/main.yml", "content": "---\n# tasks file for nvim\n- name...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2641, "all_permissive": false }
ansible_role
abegorov/hw13
bdfde59c71c703f5b85dedddc721d444c8a85f50
0
roles/aws_infra
7,871
[ "no_license" ]
[ { "path": "roles/aws_infra/defaults/main.yml", "content": "---\n# Canonical, Ubuntu, 20.04 LTS, amd64 focal image build on 2023-05-17\naws_ec2_ami: ami-0ab1a82de7ca5889c\naws_ec2_ami_username: ubuntu\nssh_key_dir: \"{{ lookup('ansible.builtin.env', 'HOME') }}/.ssh\"\naws_instances:\n - key: hw13-build\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2864, "all_permissive": false }
ansible_role
abegorov/hw13
bdfde59c71c703f5b85dedddc721d444c8a85f50
0
roles/build_war
7,871
[ "no_license" ]
[ { "path": "roles/build_war/tasks/main.yml", "content": "---\n- name: Install required packages\n ansible.builtin.apt:\n name:\n - openjdk-11-jdk-headless\n - maven\n - git\n - python3-lxml\n - rsync\n update_cache: yes\n\n- name: Remove build directory\n ansible.builtin.file...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1345, "all_permissive": false }
ansible_role
abegorov/hw13
bdfde59c71c703f5b85dedddc721d444c8a85f50
0
roles/deploy_war
7,871
[ "no_license" ]
[ { "path": "roles/deploy_war/tasks/main.yml", "content": "---\n- name: Install tomcat9\n ansible.builtin.apt:\n name:\n - tomcat9\n - rsync\n update_cache: yes\n\n- name: Gather minimum facts for build_host\n delegate_to: \"{{ build_host }}\"\n delegate_facts: true\n ansible.builtin.setup...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1263, "all_permissive": false }
ansible_role
keefeere/useradddel
f60e8efa7a18b4e27c213d392bb14b6dc60aa334
0
roles/users
7,871
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n- include_tasks: add_user.yml\n when: action is defined and action in ['add','create','update']\n #static: no\n# run_once: true\n\n- include_tasks: del_user.yml\n when: action is defined and action in ['del','delete','remove','rm']\n #static: no\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2046, "all_permissive": false }
ansible_role
elmanytas/openstack-ansible-percona-drupal-nginx-haproxy
430c576f668df1df4523a879ff06fc9ca749a4ad
0
ansible/roles/balancer
7,871
[ "no_license" ]
[ { "path": "ansible/roles/balancer/tasks/main.yml", "content": "- name: Install haproxy\n apt: name=haproxy\n\n- name: Configure haproxy\n template: src=haproxy.cfg.j2 dest=/etc/haproxy/haproxy.cfg\n\n- name: Configure haproxy autostart\n copy: src=etc_default_haproxy dest=/etc/default/haproxy\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1374, "all_permissive": false }
ansible_role
elmanytas/openstack-ansible-percona-drupal-nginx-haproxy
430c576f668df1df4523a879ff06fc9ca749a4ad
0
ansible/roles/base
7,871
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "- name: Configure DNS server and domain\n copy: src=resolv.conf dest=/etc/resolv.conf\n\n- name: Configure hosts file\n template: src=hosts.j2 dest=/etc/hosts\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 157...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
elmanytas/openstack-ansible-percona-drupal-nginx-haproxy
430c576f668df1df4523a879ff06fc9ca749a4ad
0
ansible/roles/cms
7,871
[ "no_license" ]
[ { "path": "ansible/roles/cms/handlers/main.yml", "content": "- name: restart haproxy\n service: name=haproxy state=restarted\n\n- name: reload haproxy\n service: name=haproxy state=reloaded\n\n- name: restart apache2\n service: name=apache2 state=restarted\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3107, "all_permissive": false }
ansible_role
elmanytas/openstack-ansible-percona-drupal-nginx-haproxy
430c576f668df1df4523a879ff06fc9ca749a4ad
0
ansible/roles/database
7,871
[ "no_license" ]
[ { "path": "ansible/roles/database/handlers/main.yml", "content": "- name: restart httpd\n service: name=httpd state=restarted\n ignore_errors: yes\n\n- name: reload httpd\n service: name=httpd state=reloaded\n ignore_errors: yes\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2096, "all_permissive": false }
ansible_role
elmanytas/openstack-ansible-percona-drupal-nginx-haproxy
430c576f668df1df4523a879ff06fc9ca749a4ad
0
ansible/roles/nginx
7,871
[ "no_license" ]
[ { "path": "ansible/roles/nginx/templates/drupal.conf.j2", "content": "upstream 192.168.32.34 {\n{% for host in groups['drupal'] %}\n server {{ hostvars[host].ansible_default_ipv4.address }}:80 max_fails=2 fail_timeout=2s;\n{% endfor %}\n}\n\nserver {\n listen 80;\n server_name {{ ansible_default_ip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 691, "all_permissive": false }
ansible_role
skuzakov/ansible
23d24128b93114af0dd7ee938b38c6f3182de41a
0
new_host/roles/add_runner
7,869
[ "no_license" ]
[ { "path": "new_host/roles/add_runner/tasks/main.yml", "content": "---\n\n- name: Get package\n become: yes\n get_url:\n url: \"https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-amd64\"\n dest: /usr/local/bin/gitlab-runner\n mode: 0744\n tags:\n - get.package...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 944, "all_permissive": false }
ansible_role
skuzakov/ansible
23d24128b93114af0dd7ee938b38c6f3182de41a
0
new_host/roles/add_swap
7,869
[ "no_license" ]
[ { "path": "new_host/roles/add_swap/tasks/main.yml", "content": "\n---\n\n- name: Set swap_file variable\n set_fact:\n swap_file: \"{{swap_file_path}}\"\n tags:\n - swap.set.file.path\n\n- name: Check if swap file exists\n stat:\n path: \"{{swap_file}}\"\n register: swap_file_check\n tags:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1466, "all_permissive": false }
ansible_role
skuzakov/ansible
23d24128b93114af0dd7ee938b38c6f3182de41a
0
new_host/roles/file_sys
7,869
[ "no_license" ]
[ { "path": "new_host/roles/file_sys/tasks/main.yml", "content": "---\n\n# - name: Create a ext4 filesystem on /dev/vdb\n# become: yes\n# community.general.filesystem:\n# fstype: ext4\n# dev: /dev/vdb\n \n# - name: Add a note\n# become: yes\n# command: sh -c \"echo '/de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1563, "all_permissive": false }
ansible_role
skuzakov/ansible
23d24128b93114af0dd7ee938b38c6f3182de41a
0
new_host/roles/install_docker
7,869
[ "no_license" ]
[ { "path": "new_host/roles/install_docker/vars/main.yml", "content": "docker_compose_version: 1.29.2\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "new_host/roles/install_docker/tasks/main.yml", "content": "---\n \n- name: Update apt cache\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2076, "all_permissive": false }
ansible_role
skuzakov/ansible
23d24128b93114af0dd7ee938b38c6f3182de41a
0
new_host/roles/install_nvm
7,869
[ "no_license" ]
[ { "path": "new_host/roles/install_nvm/tasks/main.yml", "content": "---\n\n- name: install nvm\n shell: >\n curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/{{nvm_version}}/install.sh | bash\n args:\n executable: /bin/bash\n creates: \"$HOME/.nvm/nvm.sh\"\n warn: false\n", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 233, "all_permissive": false }
ansible_role
aisog/Ansible-for-Azure-Deployments
829dad1c17549704b64bdcad63881fd632714028
1
roles/nano
7,869
[ "no_license" ]
[ { "path": "roles/nano/tasks/main.yml", "content": "---\n\n- name: Create Azure Deploy\n azure_rm_deployment:\n state: present\n template_link: 'https://raw.githubusercontent.com/aisog/azure/master/azurestackdeploy.json'\n resource_group_name: devops08b\n parameters:\n newStorageAccountName...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 420, "all_permissive": false }
ansible_role
aisog/Ansible-for-Azure-Deployments
829dad1c17549704b64bdcad63881fd632714028
1
roles/winrm
7,869
[ "no_license" ]
[ { "path": "roles/winrm/tasks/main.yml", "content": "---\n# This playbook tests the script module on Windows hosts\n\n- name: Run powershell script\n script: files/GetLocalAccount.ps1\n register: out\n- debug: var=out\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 161 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
rosh0450/monitoring
cb6791396c503d57b4a5b11e6e360325b769a7e5
0
grafana/roles/grafana_alloy
7,869
[ "no_license" ]
[ { "path": "grafana/roles/grafana_alloy/tasks/configure/main.yml", "content": "---\n# Grafana Alloy configuration\n- name: Grafana Alloy configuration\n tags:\n - configure\n block:\n\n # Create logrotate configuration for Grafana Alloy\n - name: Create logrotate configuration for Grafana Alloy\n ...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 28389, "all_permissive": false }
ansible_role
ansibleplaybookbundle/es-apb
8a5133a635840c83c8c8eb071ad97ba856539b46
1
roles/bind-es-apb
7,869
[ "permissive" ]
[ { "path": "roles/bind-es-apb/tasks/main.yml", "content": "---\n- name: encode bind credentials\n asb_encode_binding:\n fields: \"{{ lookup('template', 'encode_binding.yml.j2') | from_yaml }}\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 13...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 190, "all_permissive": true }
ansible_role
ansibleplaybookbundle/es-apb
8a5133a635840c83c8c8eb071ad97ba856539b46
1
roles/deprovision-es-apb
7,869
[ "permissive" ]
[ { "path": "roles/deprovision-es-apb/tasks/main.yml", "content": "---\n- name: Delete ServiceAccount\n k8s_v1_service_account:\n name: \"{{ application_name }}\"\n namespace: \"{{ namespace }}\"\n state: absent\n\n- name: Delete RoleBinding\n k8s_v1beta1_role_binding:\n name: \"{{ application_n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1227, "all_permissive": true }
ansible_role
ansibleplaybookbundle/es-apb
8a5133a635840c83c8c8eb071ad97ba856539b46
1
roles/provision-es-apb
7,869
[ "permissive" ]
[ { "path": "roles/provision-es-apb/defaults/main.yml", "content": "---\nelasticsearch_image_name: registry.centos.org/rhsyseng/elasticsearch\nelasticsearch_apb_cluster_size: \"{{ cluster_size | default('1') }}\"\nelasticsearch_apb_minimum_master_nodes: \"{{ 1 + ((elasticsearch_apb_cluster_size | int) / 2) | ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4792, "all_permissive": true }
ansible_role
ansibleplaybookbundle/es-apb
8a5133a635840c83c8c8eb071ad97ba856539b46
1
roles/test-deprovision-apb
7,869
[ "permissive" ]
[ { "path": "roles/test-deprovision-apb/tasks/main.yml", "content": "---\n- name: \"Check that all resources have been removed\"\n shell: oc get sa,sts,secret,svc,pvc,route,pod,is -l app={{ application_name }} 2>&1\n register: result\n retries: 50\n delay: 10\n until: '\"No resources found.\" in result.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 676, "all_permissive": true }
ansible_role
ansibleplaybookbundle/es-apb
8a5133a635840c83c8c8eb071ad97ba856539b46
1
roles/test-provision-apb
7,869
[ "permissive" ]
[ { "path": "roles/test-provision-apb/tasks/main.yml", "content": "---\n- name: Retrieve Elasticsearch DeploymentConfig\n k8s_v1beta1_stateful_set:\n name: '{{ application_name }}'\n namespace: '{{ namespace }}'\n register: es_sts\n retries: 5\n delay: 10\n\n- name: Check Elasticsearch is ready\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1355, "all_permissive": true }
ansible_role
mockbot/DonkeycarAddons
ecf85e5009461eec77504721b57f9eaa90db29e6
0
DonkeyCarAnsible/roles/apache2
7,869
[ "no_license" ]
[ { "path": "DonkeyCarAnsible/roles/apache2/templates/index.j2", "content": "<html>\n<head>\n<title>{{ inventory_hostname }} Control</title>\n<style>\nbody {\n\tbackground-color: silver;\n}\n\na:link, a:visited {\n background-color: silver;\n color: black;\n padding: 1% 1%;\n text-align: center;\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2561, "all_permissive": false }
ansible_role
mockbot/DonkeycarAddons
ecf85e5009461eec77504721b57f9eaa90db29e6
0
DonkeyCarAnsible/roles/aptupdate
7,869
[ "no_license" ]
[ { "path": "DonkeyCarAnsible/roles/aptupdate/tasks/main.yaml", "content": "- name: Update repository cache \n apt:\n update_cache: yes \n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 64, "all_permissive": false }
ansible_role
mockbot/DonkeycarAddons
ecf85e5009461eec77504721b57f9eaa90db29e6
0
DonkeyCarAnsible/roles/cleanup
7,869
[ "no_license" ]
[ { "path": "DonkeyCarAnsible/roles/cleanup/tasks/main.yaml", "content": "- name: cleanup DonkeyCar install directories\n file:\n path: /opt/DonkeyCarGarage\n state: absent\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": false }
ansible_role
mockbot/DonkeycarAddons
ecf85e5009461eec77504721b57f9eaa90db29e6
0
DonkeyCarAnsible/roles/donkeycar
7,869
[ "no_license" ]
[ { "path": "DonkeyCarAnsible/roles/donkeycar/tasks/main.yaml", "content": "- name: PIP install DonkeyCar from Repository\n pip:\n name: git+http://github.com/autorope/donkeycar\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 105, "all_permissive": false }
ansible_role
mockbot/DonkeycarAddons
ecf85e5009461eec77504721b57f9eaa90db29e6
0
DonkeyCarAnsible/roles/gym-donkeycar
7,869
[ "no_license" ]
[ { "path": "DonkeyCarAnsible/roles/gym-donkeycar/tasks/main.yaml", "content": "- name: PIP install Gym-DonkeyCar from Repository\n pip:\n name: git+http://github.com/tawnkramer/gym-donkeycar\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 116, "all_permissive": false }
ansible_role
mockbot/DonkeycarAddons
ecf85e5009461eec77504721b57f9eaa90db29e6
0
DonkeyCarAnsible/roles/hostname
7,869
[ "no_license" ]
[ { "path": "DonkeyCarAnsible/roles/hostname/tasks/main.yaml", "content": "- name: Setup hostname\n hostname:\n name: \"{{ inventory_hostname }}\"\n\n- name: Setup /etc/hosts\n template:\n src: \"{{ role_path }}/templates/hosts.j2\"\n dest: /etc/hosts\n \n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 182, "all_permissive": false }
ansible_role
mockbot/DonkeycarAddons
ecf85e5009461eec77504721b57f9eaa90db29e6
0
DonkeyCarAnsible/roles/hotspot
7,869
[ "no_license" ]
[ { "path": "DonkeyCarAnsible/roles/hotspot/tasks/main.yaml", "content": "- name: Install packages\n apt:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - hostapd\n - dnsmasq\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 129, "all_permissive": false }
ansible_role
mockbot/DonkeycarAddons
ecf85e5009461eec77504721b57f9eaa90db29e6
0
DonkeyCarAnsible/roles/icecoder
7,869
[ "no_license" ]
[ { "path": "DonkeyCarAnsible/roles/icecoder/tasks/main.yaml", "content": "- name: Clone/Update ICEcoder from GITHUB\n git:\n repo: \"https://github.com/icecoder/ICEcoder.git\"\n dest: \"/var/wwww/html/ICEcoder\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 138, "all_permissive": false }
ansible_role
mockbot/DonkeycarAddons
ecf85e5009461eec77504721b57f9eaa90db29e6
0
DonkeyCarAnsible/roles/installpackages
7,869
[ "no_license" ]
[ { "path": "DonkeyCarAnsible/roles/installpackages/tasks/main.yaml", "content": "- name: Install DonkeyCar required additional packages\n apt:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - python3\n - python3-dev\n - python3-pip\n - python3-opencv\n - git\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 641, "all_permissive": false }
ansible_role
akash-gautam/bookstore-operator-ansible
1216ab945ab91f0ce71c6bf37e3a3423a5a8e108
3
roles/bookstore
7,869
[ "no_license" ]
[ { "path": "roles/bookstore/defaults/main.yml", "content": "---\n# defaults file for bookstore\nreplica_count: 1\nimage: akash125/pyapp\ntag: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/bookstore/vars/main.yml", "content": "--...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2776, "all_permissive": false }