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
stackmon/cloudmon
ee0efd3baa56cbf8e697c678a5fae100e783330d
9
cloudmon/ansible/project/roles/firewalld
1
[ "permissive" ]
[ { "path": "cloudmon/ansible/project/roles/firewalld/handlers/main.yaml", "content": "- name: Reload firewalld\n ansible.builtin.systemd:\n name: firewalld\n state: reloaded\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 92 }, { "pa...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2152, "all_permissive": true }
ansible_role
stackmon/cloudmon
ee0efd3baa56cbf8e697c678a5fae100e783330d
9
cloudmon/ansible/project/roles/globalmon
1
[ "permissive" ]
[ { "path": "cloudmon/ansible/project/roles/globalmon/defaults/main.yml", "content": "---\n# defaults file for globalmon\ndistro_lookup_path:\n - \"{{ ansible_facts.distribution }}.yaml\"\n - \"{{ ansible_facts.os_family }}.yaml\"\n - \"main.yaml\"\n\nglobalmon_os_user: \"cloudmon\"\nglobalmon_os_group: \"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 5898, "all_permissive": true }
ansible_role
stackmon/cloudmon
ee0efd3baa56cbf8e697c678a5fae100e783330d
9
cloudmon/ansible/project/roles/grafana
1
[ "permissive" ]
[ { "path": "cloudmon/ansible/project/roles/grafana/vars/Debian.yaml", "content": "---\npackages:\n - docker.io\n\ncontainer_command: docker\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 55 }, { "path": "cloudmon/ansible/project/roles/gra...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 6383, "all_permissive": true }
ansible_role
stackmon/cloudmon
ee0efd3baa56cbf8e697c678a5fae100e783330d
9
cloudmon/ansible/project/roles/grafana_k8
1
[ "permissive" ]
[ { "path": "cloudmon/ansible/project/roles/grafana_k8/tasks/main.yaml", "content": "- name: Manage Secret\n kubernetes.core.k8s:\n context: \"{{ item }}\"\n state: \"present\"\n namespace: \"grafana\"\n api_version: \"v1\"\n kind: \"ConfigMap\"\n apply: \"yes\"\n definition:\n meta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 381, "all_permissive": true }
ansible_role
stackmon/cloudmon
ee0efd3baa56cbf8e697c678a5fae100e783330d
9
cloudmon/ansible/project/roles/graphite
1
[ "permissive" ]
[ { "path": "cloudmon/ansible/project/roles/graphite/templates/storage-aggregation.conf.j2", "content": "# Aggregation methods for whisper files. Entries are scanned in order,\n# and first match wins. This file is scanned for changes every 60 seconds\n#\n# [name]\n# pattern = <regex>\n# xFilesFactor = <flo...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 24146, "all_permissive": true }
ansible_role
stackmon/cloudmon
ee0efd3baa56cbf8e697c678a5fae100e783330d
9
cloudmon/ansible/project/roles/logrotate
1
[ "permissive" ]
[ { "path": "cloudmon/ansible/project/roles/logrotate/tasks/main.yaml", "content": "- name: Check for filename\n fail:\n msg: Must set logrotate_file_name for logfile to rotate\n when: logrotate_file_name is not defined\n\n- assert:\n that:\n - logrotate_frequency in ('hourly', 'daily', 'weekly',...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3071, "all_permissive": true }
ansible_role
stackmon/cloudmon
ee0efd3baa56cbf8e697c678a5fae100e783330d
9
cloudmon/ansible/project/roles/manage_db
1
[ "permissive" ]
[ { "path": "cloudmon/ansible/project/roles/manage_db/tasks/main.yaml", "content": "---\n- name: Ensure DB exists\n community.postgresql.postgresql_db:\n name: \"{{ db.name }}\"\n encoding: UTF-8\n lc_collate: en_US.UTF-8\n lc_ctype: en_US.UTF-8\n template: template0\n login_host: \"localho...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1087, "all_permissive": true }
ansible_role
stackmon/cloudmon
ee0efd3baa56cbf8e697c678a5fae100e783330d
9
cloudmon/ansible/project/roles/postgresql
1
[ "permissive" ]
[ { "path": "cloudmon/ansible/project/roles/postgresql/tasks/firewall.yml", "content": "---\n# Firewalld enablement\n\n- name: Allow pgsql port\n become: true\n ansible.posix.firewalld:\n state: \"enabled\"\n port: \"5432/tcp\"\n permanent: \"yes\"\n immediate: \"yes\"\n", "license_type": "p...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3300, "all_permissive": true }
ansible_role
stackmon/cloudmon
ee0efd3baa56cbf8e697c678a5fae100e783330d
9
cloudmon/ansible/project/roles/postgresql_ha
1
[ "permissive" ]
[ { "path": "cloudmon/ansible/project/roles/postgresql_ha/vars/Debian.yaml", "content": "---\npackages:\n - docker.io\n - python3-psycopg2\n\ncontainer_command: docker\npostgresql_data_dir: \"/var/lib/postgresql\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 13182, "all_permissive": true }
ansible_role
stackmon/cloudmon
ee0efd3baa56cbf8e697c678a5fae100e783330d
9
cloudmon/ansible/project/roles/statsd
1
[ "permissive" ]
[ { "path": "cloudmon/ansible/project/roles/statsd/handlers/main.yaml", "content": "- name: Restart StatsD\n ansible.builtin.systemd:\n name: \"{{ statsd_service_name }}\"\n state: \"restarted\"\n enabled: \"yes\"\n daemon_reload: \"yes\"\n\n", "license_type": "permissive", "detected_lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3414, "all_permissive": true }
ansible_role
stackmon/cloudmon
ee0efd3baa56cbf8e697c678a5fae100e783330d
9
cloudmon/ansible/project/roles/x509_cert
1
[ "permissive" ]
[ { "path": "cloudmon/ansible/project/roles/x509_cert/defaults/main.yaml", "content": "certs_path: \"/etc/ssl\"\nx509_domain_ca: true\nx509_ca_cert: \"{{ certs_path }}/ca/ca.pem\"\nx509_ca_key: \"{{ certs_path }}/ca/ca.key\"\n\nx509_ca_common_name: \"C=DE, ST=NRW, O=Open Telekom Cloud, OU=Eco, CN=caroot\"\nx5...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2807, "all_permissive": true }
ansible_role
stackmon/cloudmon
ee0efd3baa56cbf8e697c678a5fae100e783330d
9
roles/deploy_cloudmon
1
[ "permissive" ]
[ { "path": "roles/deploy_cloudmon/defaults/main.yaml", "content": "zuul_work_dir: \"{{ zuul.project.src_dir }}\"\ncloudmon_venv_path: \"{{ ansible_user_dir }}/.venv\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 95 }, { "path": "roles/de...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2195, "all_permissive": true }
ansible_role
stackmon/cloudmon
ee0efd3baa56cbf8e697c678a5fae100e783330d
9
roles/install_cloudmon
1
[ "permissive" ]
[ { "path": "roles/install_cloudmon/tasks/main.yaml", "content": "- name: Initialize venv\n ansible.builtin.pip:\n name: \"pip\"\n virtualenv: \"{{ cloudmon_venv_path | default(omit, true) }}\"\n\n- name: Install CloudMon\n ansible.builtin.pip:\n name: \"{{ ansible_user_dir }}/{{ zuul_work_dir }}/\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 298, "all_permissive": true }
ansible_role
andrej-king/study-auction
6e603c155e3f5ae50777261a4083f2f448506969
0
provisioning/roles/certbot
1
[ "no_license" ]
[ { "path": "provisioning/roles/certbot/tasks/main.yml", "content": "---\n#- name: Add Certbot repository\n# apt_repository:\n# repo: 'deb http://ftp.debian.org/debian buster-backports main'\n# state: present\n# filename: buster-backports\n# update_cache: yes\n\n- name: Install Cert...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 613, "all_permissive": false }
ansible_role
gusarow4321/CandyDeliveryApp
8cbafbc82b6b2514c9692dc1e432bd1ba4c1d091
0
deploy/roles/candy
1
[ "no_license" ]
[ { "path": "deploy/roles/candy/handlers/main.yml", "content": "---\n\n- name: restart candy\n service:\n name: docker-compose@candy\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "deploy/roles/candy/templates/docker-c...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2132, "all_permissive": false }
ansible_role
jsmartin/enterprise_ansible
ef879e2ba259a81c14858a7980f85101951d890d
1
roles/common
1
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n- name: create the foo\n foo:\n state: present\n content: foo\n path: /tmp/foo\n register: result\n\n- name: test percent filter plugin\n debug: msg=\"{{ 100|percent(42) }}\"\n\n- name: install epel\n yum: \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 335, "all_permissive": false }
ansible_role
jsmartin/enterprise_ansible
ef879e2ba259a81c14858a7980f85101951d890d
1
roles/haproxy
1
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/RedHat.yml", "content": "- name: install epel\n yum: \n name: http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm\n state: present\n\n- name: yum installing haproxy, httplib2\n yum: name={{ item }} state=installed\n with_items:\n - haproxy\n - ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1734, "all_permissive": false }
ansible_role
sh-cmd/ansible-playbooks
1ced3192da95341baee260c9877867da2f91a5f0
0
ansible_playbooks/roles/default
1
[ "no_license" ]
[ { "path": "ansible_playbooks/roles/default/tasks/main.yml", "content": "- name: install apache and php\n apt:\n name: apache2\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 75, "all_permissive": false }
ansible_role
junkok/ansible
888c455650e0a589fbf0eebc53fe05227a32d53b
0
roles/create_use_template
11
[ "no_license" ]
[ { "path": "roles/create_use_template/tasks/main.yml", "content": "---\n- name: create New VM use Template\n include_tasks: use_template.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/create_use_template/tasks/use_template.yml", "c...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 724, "all_permissive": false }
ansible_role
junkok/ansible
888c455650e0a589fbf0eebc53fe05227a32d53b
0
roles/hostname_gathering
11
[ "no_license" ]
[ { "path": "roles/hostname_gathering/tasks/main.yaml", "content": "---\n# tasks file for hostname_gathering\n- name: hostname\n shell: hostnamectl\n register: rs_hostname\n\n- name: debug\n debug:\n msg: \"{{ rs_hostname }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }
ansible_role
junkok/ansible
888c455650e0a589fbf0eebc53fe05227a32d53b
0
roles/power_off_vm
11
[ "no_license" ]
[ { "path": "roles/power_off_vm/tasks/main.yml", "content": "---\n- name: Power off the Guest VM {{ vm_name }}\n include_tasks: power_off.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/power_off_vm/vars/main.yml", "content": "---\nv...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 299, "all_permissive": false }
ansible_role
junkok/ansible
888c455650e0a589fbf0eebc53fe05227a32d53b
0
roles/power_on_vm
11
[ "no_license" ]
[ { "path": "roles/power_on_vm/tasks/main.yml", "content": "---\n- name: Power on the Guest VM {{ vm_name }}\n include_tasks: power_on.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/power_on_vm/tasks/power_on.yml", "content": "---\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 282, "all_permissive": false }
ansible_role
penghai/cinder
e1b532c1f9a2798aa600f8da7d6024961e2384b1
0
roles/cinder
11
[ "no_license" ]
[ { "path": "roles/cinder/tasks/install.yml", "content": "- name: Install the packages\n yum:\n name: \n - openstack-cinder\n - targetcli\n - python-keystone\n - lvm2 \n - device-mapper-persistent-data\n state: present\n\n- name:\n shell: source /root/admin-openrc && openstack...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 4914, "all_permissive": false }
ansible_role
curl-sh/iaas
031e79b1544ad4725550444af091d901064f3afe
0
playbooks/roles/ci-grid-node
11
[ "no_license" ]
[ { "path": "playbooks/roles/ci-grid-node/defaults/main.yml", "content": "---\n _distro: \"{{image.split(':')|first}}\"\n _commands: {\n \"ubuntu\": \"sh -c 'apt-get install -y python && tail -f /dev/null'\",\n \"debian\": \"sh -c 'apt-get update && apt-get install -y python && tail -f /dev/null'\",\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 495, "all_permissive": false }
ansible_role
marvinpinto/kitchensink
21c9fc98a8345997028d38eb42f14288350156cd
9
dev-machine/roles/linux
11
[ "no_license" ]
[ { "path": "dev-machine/roles/linux/tasks/main.yml", "content": "---\n- include_tasks: \"clear_unmanaged_files.yml\"\n- include_tasks: \"apt_repos.yml\"\n- include_tasks: \"sshd.yml\"\n- include_tasks: \"grub.yml\"\n- include_tasks: \"sudoers.yml\"\n- include_tasks: \"programs.yml\"\n- include_tasks: \"i3wm....
{ "task_files": 26, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 29, "total_bytes": 36672, "all_permissive": false }
ansible_role
marvinpinto/kitchensink
21c9fc98a8345997028d38eb42f14288350156cd
9
dev-machine/roles/osx
11
[ "no_license" ]
[ { "path": "dev-machine/roles/osx/tasks/hostname.yml", "content": "---\n- name: 'Set the hostname for the MacBook Air 11in (2013)'\n become: true\n hostname:\n name: 'mp-macbook-2013'\n when:\n - ansible_product_name == \"MacBookAir6,1\"\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2074, "all_permissive": false }
ansible_role
nerdylocks/gatewayd-ansible
69d36d1af48ca67790ff5d11a15a99324189a56e
0
deploy-new-gatewayd/roles/common
11
[ "no_license" ]
[ { "path": "deploy-new-gatewayd/roles/common/tasks/main.yml", "content": "---\n- name: ensure apt cache is up to date\n action: apt update_cache=yes\n\n- name: Base OS packages\n apt: name={{ item }} state=present\n with_items:\n - git\n - python-software-properties\n - python\n - g++\n - make",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
nerdylocks/gatewayd-ansible
69d36d1af48ca67790ff5d11a15a99324189a56e
0
deploy-new-gatewayd/roles/gatewayd
11
[ "no_license" ]
[ { "path": "deploy-new-gatewayd/roles/gatewayd/tasks/main.yml", "content": "---\n- name: Get gatewayd from github\n git: >\n repo=https://github.com/ripple/gatewayd.git\n dest=/home/ubuntu/gatewayd\n version={{ branch }}\n\n- name: npm install\n npm: path=/home/ubuntu/gatewayd\n\n- name: npm insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1508, "all_permissive": false }
ansible_role
nerdylocks/gatewayd-ansible
69d36d1af48ca67790ff5d11a15a99324189a56e
0
deploy-new-gatewayd/roles/nginx
11
[ "no_license" ]
[ { "path": "deploy-new-gatewayd/roles/nginx/tasks/main.yml", "content": "---\n- name: install Nginx\n apt: pkg=nginx state=installed\n\n- name: Remove Default Site Configuration\n file: path=/etc/nginx/sites-available/default state=absent\n\n- name: Add sites available\n copy: src=default dest=/etc/nginx/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 778, "all_permissive": false }
ansible_role
nerdylocks/gatewayd-ansible
69d36d1af48ca67790ff5d11a15a99324189a56e
0
deploy-new-gatewayd/roles/postgres
11
[ "no_license" ]
[ { "path": "deploy-new-gatewayd/roles/postgres/tasks/main.yml", "content": "---\n- name: ensure apt cache is up to date\n apt: update_cache=yes\n\n- name: ensure packages are installed\n apt: name={{item}}\n with_items:\n - libpq-dev\n - postgresql\n - postgresql-client\n - python-psyc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 524, "all_permissive": false }
ansible_role
Greek-Fire/satellite_kickstart
f0ac59031177e89c58fa7eb3054231207ec2bc0d
0
roles/compute_resources
11
[ "permissive" ]
[ { "path": "roles/compute_resources/tasks/main.yml", "content": "---\n- name: 'Create Compute Resources' # noqa: args[module]\n redhat.satellite.compute_resource:\n username: \"{{ satellite_username | default(omit) }}\"\n password: \"{{ <PASSWORD> | default(omit) }}\"\n server_url: \"{{ satellite_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 865, "all_permissive": true }
ansible_role
Greek-Fire/satellite_kickstart
f0ac59031177e89c58fa7eb3054231207ec2bc0d
0
roles/export_ovf
11
[ "permissive" ]
[ { "path": "roles/export_ovf/tasks/main.yml", "content": "- name: create ovf direcotry\n file:\n path: ovf\n state: directory\n mode: 0755\n delegate_to: localhost\n\n- shell:\n cmd: \"{{ item }}\"\n chdir: ovf\n with_items:\n # - 'govc export.ovf -vm={{ vm_name }} ovf/{{ vm_name }}.ovf'\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 406, "all_permissive": true }
ansible_role
Greek-Fire/satellite_kickstart
f0ac59031177e89c58fa7eb3054231207ec2bc0d
0
roles/generate_webcontent_from_isos
11
[ "permissive" ]
[ { "path": "roles/generate_webcontent_from_isos/tasks/main.yml", "content": "- include_tasks: isos.yml\n#- include_tasks: isos8.yml", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 53 }, { "path": "roles/generate_webcontent_from_isos/tasks/umo...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 6054, "all_permissive": true }
ansible_role
Greek-Fire/satellite_kickstart
f0ac59031177e89c58fa7eb3054231207ec2bc0d
0
roles/hash_maker
11
[ "permissive" ]
[ { "path": "roles/hash_maker/tasks/main.yml", "content": "- name: create grub2 hash\n shell: echo -e \"{{grub_root_string }}\\n{{ grub_root_string }}\" | grub2-mkpasswd-pbkdf2 | awk '/PBKDF2/ {print $7}'\n register: grub_root_hash\n no_log: true\n\n- set_fact:\n grub_root_hash: \"{{ grub_root_hash['std...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 266, "all_permissive": true }
ansible_role
Greek-Fire/satellite_kickstart
f0ac59031177e89c58fa7eb3054231207ec2bc0d
0
roles/hosts
11
[ "permissive" ]
[ { "path": "roles/hosts/tasks/main.yml", "content": "---\n- include_tasks: create_hosts.yml\n with_items: \"{{ satellite_hosts | default([]) }}\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 90 }, { "path": "roles/hosts/tasks/create_hos...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 7869, "all_permissive": true }
ansible_role
Greek-Fire/satellite_kickstart
f0ac59031177e89c58fa7eb3054231207ec2bc0d
0
roles/installation_mediums
11
[ "permissive" ]
[ { "path": "roles/installation_mediums/tasks/main.yml", "content": "- name: create new installation medium\n redhat.satellite.installation_medium:\n username: \"{{ satellite_username | default(omit) }}\"\n password: \"{{ <PASSWORD> | default(omit) }}\"\n server_url: \"{{ satellite_server_url | ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 678, "all_permissive": true }
ansible_role
Greek-Fire/satellite_kickstart
f0ac59031177e89c58fa7eb3054231207ec2bc0d
0
roles/locations
11
[ "permissive" ]
[ { "path": "roles/locations/tasks/main.yml", "content": "---\n- name: Create locations \n custom_location:\n username: \"{{ satellite_username | default(omit) }}\"\n password: \"{{ <PASSWORD> | default(omit) }}\"\n server_url: \"{{ satellite_server_url | default(omit) }}\"\n validate_certs: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4014, "all_permissive": true }
ansible_role
Greek-Fire/satellite_kickstart
f0ac59031177e89c58fa7eb3054231207ec2bc0d
0
roles/partition_tables
11
[ "permissive" ]
[ { "path": "roles/partition_tables/tasks/main.yml", "content": "- name: \"Create a Partition Template from a file and modify with parameter(s)\"\n redhat.satellite.partition_table:\n username: \"{{ satellite_username | default(omit) }}\"\n password: \"{{ <PASSWORD> | default(omit) }}\"\n server...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 765, "all_permissive": true }
ansible_role
Greek-Fire/satellite_kickstart
f0ac59031177e89c58fa7eb3054231207ec2bc0d
0
roles/repository_sync
11
[ "permissive" ]
[ { "path": "roles/repository_sync/tasks/main.yml", "content": "- name: \"Sync repository\"\n redhat.satellite.repository_sync:\n username: \"{{ satellite_username | default(omit) }}\"\n password: \"{{ <PASSWORD> | default(omit) }}\"\n server_url: \"{{ satellite_server_url | default(omit) }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 545, "all_permissive": true }
ansible_role
Greek-Fire/satellite_kickstart
f0ac59031177e89c58fa7eb3054231207ec2bc0d
0
roles/subnets
11
[ "permissive" ]
[ { "path": "roles/subnets/tasks/main.yml", "content": "---\n- include_tasks: subnets.yml\n loop: \"{{ satellite_subnets }}\"", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 66 }, { "path": "roles/subnets/tasks/subnets.yml", "content": "-...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2737, "all_permissive": true }
ansible_role
Greek-Fire/satellite_kickstart
f0ac59031177e89c58fa7eb3054231207ec2bc0d
0
roles/vm_web_path
11
[ "permissive" ]
[ { "path": "roles/vm_web_path/tasks/main.yml", "content": "- name: add vm template web directory \n file:\n path: \"{{ vm_template_web_path }}\"\n state: directory\n owner: foreman\n group: foreman\n mode: 755\n when: vm_template_web_path ", "license_type": "permissive", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": true }
ansible_role
Greek-Fire/satellite_kickstart
f0ac59031177e89c58fa7eb3054231207ec2bc0d
0
roles/vmware_folder
11
[ "permissive" ]
[ { "path": "roles/vmware_folder/tasks/main.yml", "content": "- name: Build a list of all the folders\n vmware.vmware_rest.vcenter_folder_info:\n vcenter_hostname: \"{{ vcenter_hostname | default(omit) }}\"\n vcenter_username: \"{{ vcenter_username | default(omit) }}\"\n vcenter_password: \"{{ vcent...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 368, "all_permissive": true }
ansible_role
SarbotrickB/k8s-setup
5635e6ef92728910e824e045679d67ec2e7276ea
0
ansible/roles/common
11
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install Docker\n apt:\n name: docker.io\n state: present\n\n- name: Add Kubernetes APT key\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 669, "all_permissive": false }
ansible_role
SarbotrickB/k8s-setup
5635e6ef92728910e824e045679d67ec2e7276ea
0
ansible/roles/master
11
[ "no_license" ]
[ { "path": "ansible/roles/master/tasks/main.yml", "content": "---\n- name: Initialize the Kubernetes cluster\n command: kubeadm init --pod-network-cidr=10.244.0.0/16\n\n- name: Create .kube directory\n file:\n path: /root/.kube\n state: directory\n mode: 0700\n\n- name: Copy Kubernetes admin confi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 588, "all_permissive": false }
ansible_role
SarbotrickB/k8s-setup
5635e6ef92728910e824e045679d67ec2e7276ea
0
ansible/roles/worker
11
[ "no_license" ]
[ { "path": "ansible/roles/worker/tasks/main.yml", "content": "---\n- name: Join the Kubernetes cluster\n command: \"{{ hostvars['master'].kubeadm_join_command }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 99, "all_permissive": false }
ansible_role
sergiojvg/test-kafka
2657c882114b655076ca5f977c286fc7116ffa0c
0
ansible/roles/basic_configs
11
[ "no_license" ]
[ { "path": "ansible/roles/basic_configs/tasks/main.yml", "content": "---\n- name: Stop and disable systemd-resolved\n become: true\n systemd:\n name: systemd-resolved\n state: stopped\n enabled: no\n\n- name: Configure Google DNS server\n become: true\n copy:\n src: google_resolv.conf\n de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 301, "all_permissive": false }
ansible_role
sergiojvg/test-kafka
2657c882114b655076ca5f977c286fc7116ffa0c
0
ansible/roles/install_k3s_server
11
[ "no_license" ]
[ { "path": "ansible/roles/install_k3s_server/tasks/main.yml", "content": "---\n### Need to check if this is idempotent or not\n- name: Install K3S server using script\n shell: 'curl -sfL https://get.k3s.io | K3S_RESOLV_CONF=/etc/resolv.conf sh -'\n\n- name: Wait until node token is created\n stat:\n pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1449, "all_permissive": false }
ansible_role
sergiojvg/test-kafka
2657c882114b655076ca5f977c286fc7116ffa0c
0
ansible/roles/terraform
11
[ "no_license" ]
[ { "path": "ansible/roles/terraform/tasks/main.yml", "content": "- name: Install dependencies\n apt:\n name: ['unzip']\n state: latest\n update_cache: yes\n become: true\n\n- name: download and install terraform\n become: true\n unarchive:\n src: \"https://releases.hashicorp.com/terraform/0.1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 981, "all_permissive": false }
ansible_role
epfl-si/declprofs
220e61e176a617923e4d2258956492eb026493ec
0
ansible/roles/declprofs-app
11
[ "no_license" ]
[ { "path": "ansible/roles/declprofs-app/tasks/main.yml", "content": "- tags: always\n include_vars: declprofs-vars.yml\n\n- name: \"Declprofs image\"\n when: inventory_environment == \"test\"\n include_tasks:\n file: declprofs-image.yml\n apply:\n tags:\n - declprofs\n - declprofs.ima...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5752, "all_permissive": false }
ansible_role
epfl-si/declprofs
220e61e176a617923e4d2258956492eb026493ec
0
ansible/roles/declprofs-vm
11
[ "no_license" ]
[ { "path": "ansible/roles/declprofs-vm/tasks/main.yml", "content": "- tags: always\n include_vars: versions.yml\n\n- name: \"Install software\"\n include_tasks:\n file: vm-software.yml\n apply:\n tags:\n - vm\n - vm.software\n tags:\n - vm\n - vm.software\n\n- include_role:\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 480, "all_permissive": false }
ansible_role
appusidharthan/myra
40ca37c0d2a912ea0384d35aa86eff656199a5d9
0
ansible/roles/deploy
11
[ "no_license" ]
[ { "path": "ansible/roles/deploy/tasks/main.yml", "content": "---\n - name: Create deploy dirs\n file:\n path: /var/myra/\n state: directory\n mode: 0755\n - name: Clone/pull project repo\n git: \n repo: https://metarain.githost.io/kunal/devopsDummy.git \n dest: /var/myra \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 620, "all_permissive": false }
ansible_role
appusidharthan/myra
40ca37c0d2a912ea0384d35aa86eff656199a5d9
0
ansible/roles/setup
11
[ "no_license" ]
[ { "path": "ansible/roles/setup/tasks/main.yml", "content": "---\n- name: Installing system components\n apt:\n name: \"{{item}}\"\n update_cache: yes\n cache_valid_time: 36000\n state: installed\n with_items:\n - nginx\n - git\n - python-pip \n - python-dev \n - libpq-dev \n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 366, "all_permissive": false }
ansible_role
appusidharthan/myra
40ca37c0d2a912ea0384d35aa86eff656199a5d9
0
ansible/roles/webserver-configuration
11
[ "no_license" ]
[ { "path": "ansible/roles/webserver-configuration/tasks/main.yml", "content": "- name: Copy nginx conf to server\n copy:\n src: \"{{ role_path }}/files/nginx.conf\"\n dest: /etc/nginx/sites-available/myra.conf\n owner: root\n group: root\n mode: 0644\n- name: making sure nginx default site is...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1044, "all_permissive": false }
ansible_role
jadoxo/ansible
7616360868358dd4d8812752c970f3639843129a
0
roles/helloworld
11
[ "no_license" ]
[ { "path": "roles/helloworld/tasks/main.yml", "content": "---\n# tasks file for helloworld\n\n- name: copy helloworld js file\n copy:\n src: helloworld.js\n dst: /home/ec2-user/\n owner: ec2-user\n group: ec2-user\n mode: 0644\n notify: restart hellowworld\n\n- name: task copy helloworld co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 420, "all_permissive": false }
ansible_role
jsl6ul/docker_rootless_mode
fd4966bbef35b6e8dd3858fbbe8f85f0b18e79dd
0
roles/host
11
[ "no_license" ]
[ { "path": "roles/host/tasks/rootless.yml", "content": "---\n- name: \"Rootless : stop & disable system-wide docker service\"\n ansible.builtin.service:\n name: \"{{ item }}\"\n enabled: false\n state: stopped\n with_items:\n - docker.service\n - docker.socket\n\n- name: \"Rootless : remove ...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 8650, "all_permissive": false }
ansible_role
jsl6ul/docker_rootless_mode
fd4966bbef35b6e8dd3858fbbe8f85f0b18e79dd
0
roles/user
11
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n- name: Run dockerd-rootless-setuptool.sh\n ansible.builtin.command: dockerd-rootless-setuptool.sh {{ docker_rootless_setuptool_options }}\n changed_when: false\n\n- name: Create docker.service.d directory\n ansible.builtin.file:\n path: \"{{ doc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3316, "all_permissive": false }
ansible_role
samunot/Configuration-Management-using-Ansible
a78755afa3cf02fa094042eddda87d2f57e6a505
0
Ansible-Server/roles/CoffeeMaker
11
[ "no_license" ]
[ { "path": "Ansible-Server/roles/CoffeeMaker/Tasks/Main.yaml", "content": " - name: Add Java Repo\n apt_repository: repo='ppa:webupd8team/java'\n \n - name: Auto Accept Oracle JDK License\n shell: echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2291, "all_permissive": false }
ansible_role
samunot/Configuration-Management-using-Ansible
a78755afa3cf02fa094042eddda87d2f57e6a505
0
Ansible-Server/roles/Selenium
11
[ "no_license" ]
[ { "path": "Ansible-Server/roles/Selenium/Tasks/Main.yaml", "content": " - name: Add Java Repo\n apt_repository: repo='ppa:webupd8team/java'\n \n - name: Auto Accept Oracle JDK License\n shell: echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1695, "all_permissive": false }
ansible_role
jimOnAir/vagrant-kubernetes
1730d73c57fa8000f402fc8a03324ff141a14cd9
1
kubernetes-setup/roles/apt-setup
11
[ "no_license" ]
[ { "path": "kubernetes-setup/roles/apt-setup/tasks/main.yml", "content": "---\n# tasks file for apt-setup\n- name: Disable timers for unattended upgrade, so that none will be triggered by the `date -s` call.\n systemd:\n enabled: no\n name: \"{{item}}\"\n with_items:\n - 'apt-daily.timer'\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 623, "all_permissive": false }
ansible_role
jimOnAir/vagrant-kubernetes
1730d73c57fa8000f402fc8a03324ff141a14cd9
1
kubernetes-setup/roles/kubernetes-install
11
[ "no_license" ]
[ { "path": "kubernetes-setup/roles/kubernetes-install/handlers/main.yml", "content": "---\n# handlers file for kubernetes-install\n- name: docker status\n service: name=docker state=started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "kuberne...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2768, "all_permissive": false }
ansible_role
jimOnAir/vagrant-kubernetes
1730d73c57fa8000f402fc8a03324ff141a14cd9
1
kubernetes-setup/roles/kubernetes-master
11
[ "no_license" ]
[ { "path": "kubernetes-setup/roles/kubernetes-master/tasks/main.yml", "content": "---\n# tasks file for master\n\n# - name: Change criSocket to CRI-O\n# lineinfile:\n# path: /home/vagrant/.kube/config\n# line: \" criSocket: /var/run/dockershim.sock\"\n# regexp: \"^.*criSocket:.*$\"\n\n- name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2011, "all_permissive": false }
ansible_role
domaindrivendev/my-mac
5c4cbe91f566a6663b49d7aedd0850bd924ec850
8
roles/awscli
7
[ "no_license" ]
[ { "path": "roles/awscli/tasks/main.yml", "content": "---\n- name: install awscli\n homebrew: name=awscli state=latest\n\n- name: create aws config dir\n file: dest=~/.aws state=directory\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 131, "all_permissive": false }
ansible_role
domaindrivendev/my-mac
5c4cbe91f566a6663b49d7aedd0850bd924ec850
8
roles/git
7
[ "no_license" ]
[ { "path": "roles/git/files/.zshrc.d/ohmyzsh.sh", "content": "# Enable ohmyzsh with git plugin\nexport ZSH=$HOME/.oh-my-zsh\nZSH_THEME=\"robbyrussell\"\nplugins=(git)\nsource $ZSH/oh-my-zsh.sh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "path": "roles...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1149, "all_permissive": false }
ansible_role
domaindrivendev/my-mac
5c4cbe91f566a6663b49d7aedd0850bd924ec850
8
roles/java
7
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n- name: install java\n homebrew: name=openjdk state=present\n\n- name: add java specifics to .zshrc.d\n copy:\n src: .zshrc.d/java.sh\n dest: ~/.zshrc.d/java.sh\n mode: 0755\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 224, "all_permissive": false }
ansible_role
domaindrivendev/my-mac
5c4cbe91f566a6663b49d7aedd0850bd924ec850
8
roles/kube
7
[ "no_license" ]
[ { "path": "roles/kube/files/.zshrc.d/kubectl.sh", "content": "alias k=\"kubectl \"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 19 }, { "path": "roles/kube/tasks/main.yml", "content": "---\n- name: install kubectl\n homebrew: name=kubectl state=latest\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 351, "all_permissive": false }
ansible_role
domaindrivendev/my-mac
5c4cbe91f566a6663b49d7aedd0850bd924ec850
8
roles/nodejs
7
[ "no_license" ]
[ { "path": "roles/nodejs/defaults/main.yml", "content": "node_version: v16.3.0 \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/nodejs/files/.zshrc.d/node.sh", "content": "source $HOME/.nvm/nvm.sh\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 603, "all_permissive": false }
ansible_role
domaindrivendev/my-mac
5c4cbe91f566a6663b49d7aedd0850bd924ec850
8
roles/python
7
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n- name: install python\n homebrew: name=python3 state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 65, "all_permissive": false }
ansible_role
domaindrivendev/my-mac
5c4cbe91f566a6663b49d7aedd0850bd924ec850
8
roles/ruby
7
[ "no_license" ]
[ { "path": "roles/ruby/files/.zshrc.d/rbenv.sh", "content": "eval \"$(rbenv init -)\"\n\nalias be=\"bundle exec \"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/ruby/tasks/main.yml", "content": "---\n- name: install rbenv\n homebrew: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 410, "all_permissive": false }
ansible_role
domaindrivendev/my-mac
5c4cbe91f566a6663b49d7aedd0850bd924ec850
8
roles/scala
7
[ "no_license" ]
[ { "path": "roles/scala/tasks/main.yml", "content": "---\n- name: install scala\n homebrew: name=scala state=latest\n\n- name: install sbt (scala build tool)\n homebrew: name=sbt state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 136, "all_permissive": false }
ansible_role
domaindrivendev/my-mac
5c4cbe91f566a6663b49d7aedd0850bd924ec850
8
roles/spark
7
[ "no_license" ]
[ { "path": "roles/spark/tasks/main.yml", "content": "---\n- name: install apache-spark\n homebrew: name=apache-spark state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 76, "all_permissive": false }
ansible_role
domaindrivendev/my-mac
5c4cbe91f566a6663b49d7aedd0850bd924ec850
8
roles/terminal
7
[ "no_license" ]
[ { "path": "roles/terminal/files/.zshrc.d/utils.sh", "content": "xenv () {\n set -o allexport\n source .env\n set +o allexport\n}\n\ntms () {\n local projName=$1\n\n # kill session if it already exists\n if $(tmux ls | grep -q $projName); then\n tmux kill-session -t $projName\n fi\n\n # new sessio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1846, "all_permissive": false }
ansible_role
domaindrivendev/my-mac
5c4cbe91f566a6663b49d7aedd0850bd924ec850
8
roles/terraform
7
[ "no_license" ]
[ { "path": "roles/terraform/tasks/main.yml", "content": "---\n- name: install terraform\n homebrew: name=terraform state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 70, "all_permissive": false }
ansible_role
domaindrivendev/my-mac
5c4cbe91f566a6663b49d7aedd0850bd924ec850
8
roles/vim
7
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n- name: install vim\n homebrew: name=vim state=present\n\n- name: install ack\n homebrew: name=ack state=present\n\n- name: clone vundle for plugin management\n git:\n repo: https://github.com/VundleVim/Vundle.vim.git\n dest: ~/.vim/bundle/Vund...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3455, "all_permissive": false }
ansible_role
domaindrivendev/my-mac
5c4cbe91f566a6663b49d7aedd0850bd924ec850
8
roles/virtualbox
7
[ "no_license" ]
[ { "path": "roles/virtualbox/tasks/main.yml", "content": "---\n- name: install virtualbox\n homebrew_cask: name=virtualbox state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 78, "all_permissive": false }
ansible_role
domaindrivendev/my-mac
5c4cbe91f566a6663b49d7aedd0850bd924ec850
8
roles/vscode
7
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "---\n- name: install vscode\n shell: brew install visual-studio-code --cask\n args:\n creates: \"/Applications/Visual Studio Code.app\"\n\n- name: install extensions\n shell: /Applications/Visual\\ Studio\\ Code.app/Contents/Resources/app/bin/code -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2294, "all_permissive": false }
ansible_role
qsnyder/devwks-2252
41e8cb97266bcf46ed58c580c29b7f5815dd7dcc
2
roles/bad_rolemance
7
[ "no_license" ]
[ { "path": "roles/bad_rolemance/tasks/main.yaml", "content": "---\n# tasks file for bad-rolemance\n\n- name: IOSXE Compliance Deployment\n include_tasks: iosxe_rolemance.yaml\n when: ansible_network_os == \"cisco.ios.ios\"\n tags:\n - iosxe\n - users\n - compliance\n\n- name: NXOS Compliance Deployment...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2897, "all_permissive": false }
ansible_role
qsnyder/devwks-2252
41e8cb97266bcf46ed58c580c29b7f5815dd7dcc
2
roles/network_compliance
7
[ "no_license" ]
[ { "path": "roles/network_compliance/vars/main.yml", "content": "---\n\nlocal_users:\n - name: clus2022\n configured_password: \"<PASSWORD>\"\n - name: admin-clus2022\n configured_password: \"<PASSWORD>\"\n - name: admin2\n configured_password: \"<PASSWORD>\"", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1893, "all_permissive": false }
ansible_role
masahide/goansible
01eac649e9f22d9df8c17738b969e76a95b1dec8
0
t/roles/build_essential
7
[ "no_license" ]
[ { "path": "t/roles/build_essential/tasks/main.yml", "content": "---\n# mkdir tscuser home dir\n# vim:set ts=2 sts=2 sw=2 tw=0:\n\n- name: ng\n shell:\n command: |\n echo hoge 1>&2\n /bin/false\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 } ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
monolive/gce-blueprint
ba91adf9fc2f326abd36681367bda59d80264598
0
roles/launch_instances
7
[ "permissive" ]
[ { "path": "roles/launch_instances/tasks/main.yml", "content": "---\n - include_vars: gce_credential.yml\n\n - name: launch google instances\n local_action: gce instance_names={{names}} machine_type={{machine_type}}\n image={{image}} zone={{zone}} service_account_email={{ service_acco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1038, "all_permissive": true }
ansible_role
monolive/gce-blueprint
ba91adf9fc2f326abd36681367bda59d80264598
0
roles/prepare_instances
7
[ "permissive" ]
[ { "path": "roles/prepare_instances/tasks/main.yml", "content": "---\n - name: Create xfs filesystem\n filesystem: fstype=xfs dev=/dev/sdb opts=\"-f -l size=128m,lazy-count=1 -d su=512k,sw=6 -r extsize=256k\"\n\n - name: mount FS and add it to fstab\n mount: name=/hadoop/1 src=/dev/sdb fstype=xfs st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 303, "all_permissive": true }
ansible_role
Ludge/ansible-project-mchau
a74a5489788ade0337c55ffd5072d83df79fd053
0
roles/apache
7
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n- name: install apache\n apt: pkg=apache2 state=installed update_cache=yes\n notify:\n - Start apache\n - Reload apache\n- name: Configuration de rewrite module\n apache2_module: name=rewrite state=present\n\n- name: Supprimer default.conf\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1666, "all_permissive": false }
ansible_role
Ludge/ansible-project-mchau
a74a5489788ade0337c55ffd5072d83df79fd053
0
roles/drupal
7
[ "no_license" ]
[ { "path": "roles/drupal/tasks/main.yml", "content": "---\n - name: download - drupal\n get_url: url=\"https://ftp.drupal.org/files/projects/drupal-8.3.0.tar.gz\" dest=/tmp mode=0440\n\n - name: Unzip de drupal\n unarchive:\n src: /tmp/drupal-8.3.0.tar.gz\n dest: /var/www/{{domain}}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 613, "all_permissive": false }
ansible_role
Ludge/ansible-project-mchau
a74a5489788ade0337c55ffd5072d83df79fd053
0
roles/mysql
7
[ "no_license" ]
[ { "path": "roles/mysql/tasks/dbsetting.yml", "content": "---\n - name: \"Create database\"\n mysql_db: name=drupal state=present\n - name: \"User Database\"\n mysql_user: user=drupal password=<PASSWORD> priv=*.*:ALL state=present\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 707, "all_permissive": false }
ansible_role
Ludge/ansible-project-mchau
a74a5489788ade0337c55ffd5072d83df79fd053
0
roles/nginx
7
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: install nginx\n apt: pkg=nginx state=installed\n notify:\n - Start Nginx\n - Reload Nginx\n- name: Supprimer default.conf\n file: path=/etc/nginx/sites-enabled/default state=absent\n notify:\n - Reload Nginx\n\n#- name: Creation d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 800, "all_permissive": false }
ansible_role
Ludge/ansible-project-mchau
a74a5489788ade0337c55ffd5072d83df79fd053
0
roles/utils
7
[ "no_license" ]
[ { "path": "roles/utils/tasks/main.yml", "content": "---\n- name : Installe Item\n apt: pkg={{ utils }} state=present update_cache=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 81, "all_permissive": false }
ansible_role
KostadinovK/DevOps-Course
ae8e3570afede4ed60d23d2ba9b1e3a0ec76beb2
1
01-DevOps Basics/04-Provision-and-Management/M4/M4-3/vagrant/3/roles/apache-web-server
7
[ "permissive" ]
[ { "path": "01-DevOps Basics/04-Provision-and-Management/M4/M4-3/vagrant/3/roles/apache-web-server/tasks/main.yml", "content": "---\n - import_tasks: redhat.yml\n when: ansible_os_family|lower == 'redhat'\n - import_tasks: debian.yml\n when: ansible_os_family|lower == 'debian'\n", "license_type":...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 831, "all_permissive": true }
ansible_role
KostadinovK/DevOps-Course
ae8e3570afede4ed60d23d2ba9b1e3a0ec76beb2
1
01-DevOps Basics/08-Exam-Prep/Variant 4/vagrant/ansible/roles/add-credentials
7
[ "permissive" ]
[ { "path": "01-DevOps Basics/08-Exam-Prep/Variant 4/vagrant/ansible/roles/add-credentials/tasks/main.yml", "content": "---\n - name: Add Jenkins credentials\n command: /vagrant/jenkins-add-credentials.sh\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 87, "all_permissive": true }
ansible_role
KostadinovK/DevOps-Course
ae8e3570afede4ed60d23d2ba9b1e3a0ec76beb2
1
01-DevOps Basics/08-Exam-Prep/Variant 4/vagrant/ansible/roles/add-hosts
7
[ "permissive" ]
[ { "path": "01-DevOps Basics/08-Exam-Prep/Variant 4/vagrant/ansible/roles/add-hosts/tasks/main.yml", "content": "---\n - name: Add ansible host\n lineinfile:\n path: /etc/hosts\n line: '192.168.99.100 ansible.dob.lab ansible'\n - name: Add jenkins host\n lineinfile:\n path: /etc/hosts\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 474, "all_permissive": true }
ansible_role
KostadinovK/DevOps-Course
ae8e3570afede4ed60d23d2ba9b1e3a0ec76beb2
1
01-DevOps Basics/08-Exam-Prep/Variant 4/vagrant/ansible/roles/add-node
7
[ "permissive" ]
[ { "path": "01-DevOps Basics/08-Exam-Prep/Variant 4/vagrant/ansible/roles/add-node/tasks/main.yml", "content": "---\n - name: Add Jenkins slave node\n command: /vagrant/jenkins-add-node.sh http://localhost:8080/ docker.dob.lab vagrant\n", "license_type": "permissive", "detected_licenses": [ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 125, "all_permissive": true }
ansible_role
KostadinovK/DevOps-Course
ae8e3570afede4ed60d23d2ba9b1e3a0ec76beb2
1
01-DevOps Basics/08-Exam-Prep/Variant 4/vagrant/ansible/roles/create-job
7
[ "permissive" ]
[ { "path": "01-DevOps Basics/08-Exam-Prep/Variant 4/vagrant/ansible/roles/create-job/tasks/main.yml", "content": "---\n - name: Create Jenkins job\n command: /vagrant/jenkins-create-job.sh\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 77 } ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 77, "all_permissive": true }
ansible_role
KostadinovK/DevOps-Course
ae8e3570afede4ed60d23d2ba9b1e3a0ec76beb2
1
01-DevOps Basics/08-Exam-Prep/Variant 4/vagrant/ansible/roles/dob-network
7
[ "permissive" ]
[ { "path": "01-DevOps Basics/08-Exam-Prep/Variant 4/vagrant/ansible/roles/dob-network/tasks/main.yml", "content": "---\n - name: Remove existing copy of dob-network on docker host ...\n command: bash -c \"docker network rm dob-network 1 > /dev/null 2>&1 || true\"\n - name: Add dob-network to docker host...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 258, "all_permissive": true }
ansible_role
KostadinovK/DevOps-Course
ae8e3570afede4ed60d23d2ba9b1e3a0ec76beb2
1
01-DevOps Basics/08-Exam-Prep/Variant 4/vagrant/ansible/roles/firewall-8080
7
[ "permissive" ]
[ { "path": "01-DevOps Basics/08-Exam-Prep/Variant 4/vagrant/ansible/roles/firewall-8080/tasks/main.yml", "content": "---\n - name: Firewall | Open 2nd HTTP (8080/tcp) port\n firewalld:\n port: 8080/tcp\n permanent: true\n state: enabled\n immediate: true\n", "license_type": "permi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": true }
ansible_role
KostadinovK/DevOps-Course
ae8e3570afede4ed60d23d2ba9b1e3a0ec76beb2
1
01-DevOps Basics/08-Exam-Prep/Variant 4/vagrant/ansible/roles/firewall-http
7
[ "permissive" ]
[ { "path": "01-DevOps Basics/08-Exam-Prep/Variant 4/vagrant/ansible/roles/firewall-http/tasks/main.yml", "content": "---\n - name: Firewall | Open HTTP port\n firewalld:\n service: http\n permanent: true\n state: enabled\n immediate: true\n", "license_type": "permissive", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": true }
ansible_role
KostadinovK/DevOps-Course
ae8e3570afede4ed60d23d2ba9b1e3a0ec76beb2
1
01-DevOps Basics/08-Exam-Prep/Variant 4/vagrant/ansible/roles/firewall-nrpe
7
[ "permissive" ]
[ { "path": "01-DevOps Basics/08-Exam-Prep/Variant 4/vagrant/ansible/roles/firewall-nrpe/tasks/main.yml", "content": "---\n - name: Firewall | Open NRPE (5666/tcp) port\n firewalld:\n port: 5666/tcp\n permanent: true\n state: enabled\n immediate: true\n", "license_type": "permissiv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": true }
ansible_role
KostadinovK/DevOps-Course
ae8e3570afede4ed60d23d2ba9b1e3a0ec76beb2
1
01-DevOps Basics/08-Exam-Prep/Variant 4/vagrant/ansible/roles/nagios
7
[ "permissive" ]
[ { "path": "01-DevOps Basics/08-Exam-Prep/Variant 4/vagrant/ansible/roles/nagios/tasks/main.yml", "content": "---\n - name: Install EPEL Repository\n dnf:\n name=epel-release\n state=present\n - name: Install NAGIOS\n dnf:\n name=nagios,nagios-plugins-all,nagios-plugins-nrpe,python3-pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1695, "all_permissive": true }
ansible_role
KostadinovK/DevOps-Course
ae8e3570afede4ed60d23d2ba9b1e3a0ec76beb2
1
01-DevOps Basics/09-Exam/ansible/roles/dob-network
7
[ "permissive" ]
[ { "path": "01-DevOps Basics/09-Exam/ansible/roles/dob-network/tasks/main.yml", "content": "---\n - name: Add dob-network to docker host ...\n command: docker network create --driver bridge dob-network \n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 113, "all_permissive": true }
ansible_role
KostadinovK/DevOps-Course
ae8e3570afede4ed60d23d2ba9b1e3a0ec76beb2
1
01-DevOps Basics/09-Exam/ansible/roles/nrpe
7
[ "permissive" ]
[ { "path": "01-DevOps Basics/09-Exam/ansible/roles/nrpe/tasks/main.yml", "content": "---\n - name: Install EPEL Repository\n dnf:\n name=epel-release\n state=present\n - name: Install NRPE\n dnf:\n name=nrpe,nagios-plugins-nrpe,nagios-plugins-all\n enablerepo=powertools\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1275, "all_permissive": true }
ansible_role
Simontagbor/ansible-config-mgt
1b4daa292f318c2de01dd91819b4c72f329805e0
0
playbooks/roles/db
7
[ "no_license" ]
[ { "path": "playbooks/roles/db/templates/pg_hba.conf.j2", "content": "# PostgreSQL Client Authentication Configuration File\n\n# TYPE DATABASE USER ADDRESS METHOD\n\n# \"local\" is for Unix domain socket connections only\nlocal all all ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2455, "all_permissive": false }
ansible_role
Simontagbor/ansible-config-mgt
1b4daa292f318c2de01dd91819b4c72f329805e0
0
playbooks/roles/nginx
7
[ "no_license" ]
[ { "path": "playbooks/roles/nginx/templates/nginx.conf.j2", "content": "user www-data;\nworker_processes auto;\nerror_log /var/log/nginx/error.log warn;\npid /run/nginx.pid;\n\n# Load dynamic modules\ninclude /usr/share/nginx/modules/*.conf;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n # Basic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4831, "all_permissive": false }
ansible_role
Simontagbor/ansible-config-mgt
1b4daa292f318c2de01dd91819b4c72f329805e0
0
playbooks/roles/sonarqube
7
[ "no_license" ]
[ { "path": "playbooks/roles/sonarqube/tasks/main.yml", "content": "---\n# tasks file for sonarqube\n---\n- name: Install Sonarqube\n hosts: sonarqube\n become: true\n tasks:\n - name: Install Java\n package:\n name: java-1.8.0-openjdk\n state: present\n\n - name: Add the SonarQube...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 660, "all_permissive": false }