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
michaeltchapman/locum
26fa9915b3c076aa5df4dd894546d5b1fd216905
0
roles/devstack
7,476
[ "no_license" ]
[ { "path": "roles/devstack/tasks/main.yml", "content": "- name: os deps\n include_tasks: \"{{ ansible_distribution }}.yml\"\n\n- name: debug\n debug:\n var: ansible_all_ipv4_addresses\n\n- set_fact:\n controller_host_ip: \"{{ ansible_default_ipv4.address }}\"\n\n- hostname:\n name: devstack\n bec...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5299, "all_permissive": false }
ansible_role
michaeltchapman/locum
26fa9915b3c076aa5df4dd894546d5b1fd216905
0
roles/locum
7,476
[ "no_license" ]
[ { "path": "roles/locum/tasks/get_image.yml", "content": "---\n- name: ensure local image directory exists\n file:\n path: \"{{ base_image_dir }}/{{ image.group }}/{{ image.name }}\"\n state: directory\n\n- name: get local image version\n shell: \"ls {{ base_image_dir }}/{{ image.group }}/{{ image.na...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 9317, "all_permissive": false }
ansible_role
michaeltchapman/locum
26fa9915b3c076aa5df4dd894546d5b1fd216905
0
roles/tripleo-standalone
7,476
[ "no_license" ]
[ { "path": "roles/tripleo-standalone/templates/containers-prepare-parameters.yaml.j2", "content": "parameter_defaults:\n ContainerImagePrepare:\n - set:\n ceph_alertmanager_image: alertmanager\n ceph_alertmanager_namespace: quay.ceph.io/prometheus\n ceph_alertmanager_tag: v0.16.2\n ceph...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6679, "all_permissive": false }
ansible_role
augustominaya/augustominaya-devops_test
0ba948c63646b7bda844b025a70242620ab964e7
0
jenkins_install/ansible_jenkins/roles/jenkins
7,476
[ "no_license" ]
[ { "path": "jenkins_install/ansible_jenkins/roles/jenkins/tasks/main.yml", "content": "- name: STEP_01.01 -> Update package list.\n apt: update_cache=yes\n tags: [STEP_01]\n\n- name: STEP_01.02 -> Update package.\n apt: upgrade=dist\n tags: [STEP_01]\n\n- name: STEP_01.03 -> Instalacion pip3.\n apt: nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1488, "all_permissive": false }
ansible_role
elasticcoding/ansible-awx
e0dc158e5e5bf99af335f5b11bbfeec53bf34d89
0
roles/awx-test
7,496
[ "no_license" ]
[ { "path": "roles/awx-test/tasks/main.yml", "content": "- name: ensure a list of packages installed\n yum:\n name: \"{{ packages }}\"\n become: yes\n vars:\n packages:\n - httpd\n - httpd-tools\n\n- name: Start service httpd, if not started\n service:\n name: httpd\n state: started\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 265, "all_permissive": false }
ansible_role
centos-opstools/opstools-ansible
276ada5e54743bbe207fd974fbb7027263cdfe44
77
roles/chrony
7,496
[ "permissive" ]
[ { "path": "roles/chrony/tasks/main.yml", "content": "---\n- name: Install chrony package\n package:\n name: '{{ chrony_package_name }}'\n state: present\n when: manage_packages|default(false)\n\n- name: Generate chrony configuration\n template:\n src: chrony.conf.j2\n dest: '{{ chrony_config_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1801, "all_permissive": true }
ansible_role
centos-opstools/opstools-ansible
276ada5e54743bbe207fd974fbb7027263cdfe44
77
roles/httpd
7,496
[ "permissive" ]
[ { "path": "roles/httpd/defaults/main.yml", "content": "---\n# Apache package name.\nhttpd_package_name: httpd\n\n# Apache service name.\nhttpd_service_name: httpd\n\n# Path to Apache top-level configuration directory.\nhttpd_config_dir: /etc/httpd\n\n# Path to directory containing Apache configuration snipp...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1641, "all_permissive": true }
ansible_role
centos-opstools/opstools-ansible
276ada5e54743bbe207fd974fbb7027263cdfe44
77
roles/mariadb
7,496
[ "permissive" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n\n- name: install mariadb\n package:\n state: present\n name: '{{ database_packages }}'\n when:\n - manage_packages|default(false)\n - (database_host == 'localhost') or (database_host == '127.0.0.1')\n\n- name: start database\n servic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 882, "all_permissive": true }
ansible_role
centos-opstools/opstools-ansible
276ada5e54743bbe207fd974fbb7027263cdfe44
77
roles/postgresql
7,496
[ "permissive" ]
[ { "path": "roles/postgresql/defaults/main.yml", "content": "---\n# database host\ndatabase_host: '127.0.0.1'\n\n# database package\ndatabase_packages:\n - postgresql-server\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 108 }, { "path": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 749, "all_permissive": true }
ansible_role
centos-opstools/opstools-ansible
276ada5e54743bbe207fd974fbb7027263cdfe44
77
roles/prereqs
7,496
[ "permissive" ]
[ { "path": "roles/prereqs/tasks/main.yml", "content": "---\n- name: Install packaged pre-requirements\n package:\n name: \"{{ prereqs_packages }}\"\n state: present\n when: manage_packages|default(false)\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 763, "all_permissive": true }
ansible_role
phips/aws-jenkins
8bf64195732a7024b20a5127b995e6a065ea0e29
32
roles/hosts
7,496
[ "no_license" ]
[ { "path": "roles/hosts/tasks/main.yml", "content": "---\n# tasks file for hosts\n# vim: set syn=ansible:\n\n- name: Ensure hostname set\n hostname: name={{ inventory_hostname }}\n\n- name: Ensure /etc/hosts populated\n template: src=hosts.j2 dest=/etc/hosts owner=root group=root mode=0644\n", "license...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1010, "all_permissive": false }
ansible_role
phips/aws-jenkins
8bf64195732a7024b20a5127b995e6a065ea0e29
32
roles/jenkins
7,496
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for jenkins\n\n# Sometimes I want to run this with Vagrant\n- name: Ensure Java is present\n yum: name={{ jenkins_jdk }} state=present\n when: ansible_distribution != 'Amazon'\n\n- name: Ensure Jenkins Yum repo present\n get_url: url...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 871, "all_permissive": false }
ansible_role
phips/aws-jenkins
8bf64195732a7024b20a5127b995e6a065ea0e29
32
roles/shell
7,496
[ "no_license" ]
[ { "path": "roles/shell/defaults/main.yml", "content": "---\n# defaults file for shell\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/shell/templates/aliases.sh.j2", "content": "# {{ ansible_managed }}\nalias l='ls -laF'\nalias lr='ls -...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 736, "all_permissive": false }
ansible_role
simplon-lerouxDunvael/Brief_13
2fb3217ff14973757083012ddd15c292f846a0be
0
terraform/roles/authselect
7,496
[ "no_license" ]
[ { "path": "terraform/roles/authselect/tasks/main.yml", "content": "---\n- name: XCCDF Value var_authselect_profile # promote to variable\n set_fact:\n var_authselect_profile: !!str minimal\n tags:\n - always\n\n- name: Enable authselect - Select authselect profile\n ansible.builtin.command:\n cm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1844, "all_permissive": false }
ansible_role
simplon-lerouxDunvael/Brief_13
2fb3217ff14973757083012ddd15c292f846a0be
0
terraform/roles/dnf-auto
7,496
[ "no_license" ]
[ { "path": "terraform/roles/dnf-auto/tasks/main.yml", "content": "---\n- name: Ensure dnf-automatic is installed\n package:\n name: dnf-automatic\n state: present\n tags:\n - CCE-82985-3\n - enable_strategy\n - low_complexity\n - low_disruption\n - medium_severity\n - no_reboot_needed\n - pack...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1657, "all_permissive": false }
ansible_role
simplon-lerouxDunvael/Brief_13
2fb3217ff14973757083012ddd15c292f846a0be
0
terraform/roles/pam-all
7,496
[ "no_license" ]
[ { "path": "terraform/roles/pam-all/tasks/main.yml", "content": "---\n- name: Gather the package facts\n package_facts:\n manager: auto\n tags:\n - CCE-80653-9\n - DISA-STIG-RHEL-08-020130\n - NIST-800-53-CM-6(a)\n - NIST-800-53-IA-5(1)(a)\n - NIST-800-53-IA-5(4)\n - NIST-800-53-IA-5(c)\n - PCI-D...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6118, "all_permissive": false }
ansible_role
simplon-lerouxDunvael/Brief_13
2fb3217ff14973757083012ddd15c292f846a0be
0
terraform/roles/pwd-spec
7,496
[ "no_license" ]
[ { "path": "terraform/roles/pwd-spec/tasks/main.yml", "content": "---\n- name: Gather the package facts\n package_facts:\n manager: auto\n tags:\n - CCE-80647-1\n - CJIS-5.6.2.1\n - DISA-STIG-RHEL-08-020200\n - NIST-800-171-3.5.6\n - NIST-800-53-CM-6(a)\n - NIST-800-53-IA-5(1)(d)\n - NIST-800-53-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2313, "all_permissive": false }
ansible_role
simplon-lerouxDunvael/Brief_13
2fb3217ff14973757083012ddd15c292f846a0be
0
terraform/roles/scap-install
7,496
[ "no_license" ]
[ { "path": "terraform/roles/scap-install/tasks/main.yaml", "content": "- name: Install SCAP\n yum:\n name:\n - openscap-scanner\n - scap-security-guide\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 109, "all_permissive": false }
ansible_role
simplon-lerouxDunvael/Brief_13
2fb3217ff14973757083012ddd15c292f846a0be
0
terraform/roles/scap-scan
7,496
[ "no_license" ]
[ { "path": "terraform/roles/scap-scan/tasks/main.yaml", "content": "- name: Run SCAP audit with ANSSI profile\n command:\n cmd: >-\n oscap xccdf eval\n --profile xccdf_org.ssgproject.content_profile_anssi_bp28_minimal\n --results /tmp/anssi_results.xml\n --report /tmp/anssi_re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 614, "all_permissive": false }
ansible_role
rezadd7/ansible-redis
75a371b35ba351be9881d9dfff85f0ef00158ed9
0
roles/cluster
7,496
[ "no_license" ]
[ { "path": "roles/cluster/vars/main.yml", "content": "---\n# vars file for cluster\nconfig_dir: \"/etc/redis/redis.conf\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "roles/cluster/handlers/main.yml", "content": "---\n# handlers file for cl...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1948, "all_permissive": false }
ansible_role
rezadd7/ansible-redis
75a371b35ba351be9881d9dfff85f0ef00158ed9
0
roles/install
7,496
[ "no_license" ]
[ { "path": "roles/install/tasks/main.yml", "content": "---\n# tasks file for install\n- name: Install redis & sentinel\n apt:\n update_cache: no\n name:\n - redis-server\n - redis-sentinel\n state: present\n when: inventory_hostname != \"haproxy\"\n\n- name: Install Haproxy\n apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 342, "all_permissive": false }
ansible_role
rezadd7/ansible-redis
75a371b35ba351be9881d9dfff85f0ef00158ed9
0
roles/preinstall
7,496
[ "no_license" ]
[ { "path": "roles/preinstall/tasks/main.yml", "content": "---\n# tasks file for preinstall\n- name: Apt Update\n apt:\n update_cache: yes\n\n- name: Set timezone to UTC\n timezone:\n name: Asia/Tehran\n\n- name: Set hostname\n command: hostnamectl set-hostname {{ inventory_hostname }}\n\n- name: Co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 860, "all_permissive": false }
ansible_role
sreedhar-devops/AnsibleZone
c0c0e57793a77d8e90ff9e8dc3de1cbe2cf3115b
0
tellform/roles/appserver
7,496
[ "no_license" ]
[ { "path": "tellform/roles/appserver/requirements.yaml", "content": "# from galaxy for redis server\n- src: geerlingguy.redis\n\n# from galaxy for mongo db\n- src: simplifield.mongo", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "tellform/roles/app...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2467, "all_permissive": false }
ansible_role
sreedhar-devops/AnsibleZone
c0c0e57793a77d8e90ff9e8dc3de1cbe2cf3115b
0
tellform/roles/common
7,496
[ "no_license" ]
[ { "path": "tellform/roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n- name: update all packages\n apt:\n update_cache: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 88, "all_permissive": false }
ansible_role
sreedhar-devops/AnsibleZone
c0c0e57793a77d8e90ff9e8dc3de1cbe2cf3115b
0
tellform/roles/webserver
7,496
[ "no_license" ]
[ { "path": "tellform/roles/webserver/handlers/main.yml", "content": "---\n# handlers file for webserver\n- name: restart nginx web service\n service:\n name: nginx\n state: restarted\n listen: \"restart web service\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 500, "all_permissive": false }
ansible_role
fzhygithub/ansible
489e0ca76d99a2aa9ca7304aca7fed0e77d9de38
0
my_project/roles/mysql
7,496
[ "no_license" ]
[ { "path": "my_project/roles/mysql/handlers/main.yml", "content": "---\n- name: restart mysqld\n service: name=mysqld state=restarted\n###tail -10f /var/log/mysqld.log\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "my_project/roles/mysql/tasks/c...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 720, "all_permissive": false }
ansible_role
fzhygithub/ansible
489e0ca76d99a2aa9ca7304aca7fed0e77d9de38
0
my_project/roles/webserver
7,496
[ "no_license" ]
[ { "path": "my_project/roles/webserver/tasks/main.yml", "content": "---\n- name: installed httpd\n yum: name=httpd state=present\n tags: present\n\n- name: keep httpd running\n service: name=httpd state=started enabled=yes\n tags: present\n\n- name: copy index file\n copy: src=index.html dest=/var/www/i...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 787, "all_permissive": false }
ansible_role
furukawak/redmine_on_vagrant-ansible
9a7fee5a9cb0254a3a8df2623f6c7df88826a8ce
0
tools/vagrant-ansible/roles/bundler
7,496
[ "no_license" ]
[ { "path": "tools/vagrant-ansible/roles/bundler/tasks/main.yml", "content": "- name: gem install bundler\n gem: name=bundler executable=~/.rbenv/shims/gem user_install=false\n tags: bundler\n\n- name: yum install before bundle install\n yum: name={{ item }} state=installed\n with_items:\n - libxml2\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 438, "all_permissive": false }
ansible_role
furukawak/redmine_on_vagrant-ansible
9a7fee5a9cb0254a3a8df2623f6c7df88826a8ce
0
tools/vagrant-ansible/roles/gemrc
7,496
[ "no_license" ]
[ { "path": "tools/vagrant-ansible/roles/gemrc/tasks/main.yml", "content": "- name: make ~/.gemrc\n template: src=gemrc.j2\n dest=~/.gemrc\n tags: gemrc\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 87, "all_permissive": false }
ansible_role
furukawak/redmine_on_vagrant-ansible
9a7fee5a9cb0254a3a8df2623f6c7df88826a8ce
0
tools/vagrant-ansible/roles/git
7,496
[ "no_license" ]
[ { "path": "tools/vagrant-ansible/roles/git/tasks/main.yml", "content": "- name: install Git\n yum: name=git state=installed\n sudo: true\n tags: git\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 77, "all_permissive": false }
ansible_role
furukawak/redmine_on_vagrant-ansible
9a7fee5a9cb0254a3a8df2623f6c7df88826a8ce
0
tools/vagrant-ansible/roles/hoge
7,496
[ "no_license" ]
[ { "path": "tools/vagrant-ansible/roles/hoge/tasks/main.yml", "content": "- name: hoge\n shell: ~/.rbenv/shims/passenger-config --root\n register: passenger_root\n ignore_errors: true\n tags: hoge\n\n- name: hogehoge\n debug: var=passenger_root\n tags: hoge\n\n- name: hogehoge\n debug: var=passenger_r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1275, "all_permissive": false }
ansible_role
furukawak/redmine_on_vagrant-ansible
9a7fee5a9cb0254a3a8df2623f6c7df88826a8ce
0
tools/vagrant-ansible/roles/httpd
7,496
[ "no_license" ]
[ { "path": "tools/vagrant-ansible/roles/httpd/tasks/main.yml", "content": "- name: install httpd\n yum: name={{ item }} state=installed\n with_items:\n - httpd\n - httpd-devel\n sudo: true\n tags: httpd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 132, "all_permissive": false }
ansible_role
furukawak/redmine_on_vagrant-ansible
9a7fee5a9cb0254a3a8df2623f6c7df88826a8ce
0
tools/vagrant-ansible/roles/iptables
7,496
[ "no_license" ]
[ { "path": "tools/vagrant-ansible/roles/iptables/tasks/main.yml", "content": "- name: iptables stop\n action: service name=iptables state=stopped\n sudo: true\n tags: iptables\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
furukawak/redmine_on_vagrant-ansible
9a7fee5a9cb0254a3a8df2623f6c7df88826a8ce
0
tools/vagrant-ansible/roles/launch
7,496
[ "no_license" ]
[ { "path": "tools/vagrant-ansible/roles/launch/tasks/main.yml", "content": "- name: start httpd\n action: service name=httpd state=started\n sudo: true\n tags: launch\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 91, "all_permissive": false }
ansible_role
furukawak/redmine_on_vagrant-ansible
9a7fee5a9cb0254a3a8df2623f6c7df88826a8ce
0
tools/vagrant-ansible/roles/migrate
7,496
[ "no_license" ]
[ { "path": "tools/vagrant-ansible/roles/migrate/tasks/main.yml", "content": "- name: yum install MySQL-python\n yum: name={{ item }} state=installed\n with_items:\n - MySQL-python\n sudo: true\n tags: migrate\n\n- name: create database {{ database_name }}\n mysql_db: db={{ database_name }} login_user...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 856, "all_permissive": false }
ansible_role
furukawak/redmine_on_vagrant-ansible
9a7fee5a9cb0254a3a8df2623f6c7df88826a8ce
0
tools/vagrant-ansible/roles/passenger
7,496
[ "no_license" ]
[ { "path": "tools/vagrant-ansible/roles/passenger/tasks/main.yml", "content": "- name: install required softwares for passenger install apache2 module\n yum: name={{ item }} state=installed\n with_items:\n - gcc-c++\n - openssl-devel\n - zlib-devel\n - curl-devel\n - mysql-devel\n - readl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1312, "all_permissive": false }
ansible_role
furukawak/redmine_on_vagrant-ansible
9a7fee5a9cb0254a3a8df2623f6c7df88826a8ce
0
tools/vagrant-ansible/roles/rails
7,496
[ "no_license" ]
[ { "path": "tools/vagrant-ansible/roles/rails/tasks/main.yml", "content": "- name: Rails {{ rails_version }} install\n gem: name=rails version={{ rails_version }} executable=~/.rbenv/shims/gem user_install=false\n tags: rails\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 151, "all_permissive": false }
ansible_role
furukawak/redmine_on_vagrant-ansible
9a7fee5a9cb0254a3a8df2623f6c7df88826a8ce
0
tools/vagrant-ansible/roles/resolv
7,496
[ "no_license" ]
[ { "path": "tools/vagrant-ansible/roles/resolv/tasks/main.yml", "content": "- name: modify /etc/resolv.conf\n lineinfile: dest=/etc/resolv.conf state=present line=\"option single-request-reopen\"\n sudo: true\n tags: resolv\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 146, "all_permissive": false }
ansible_role
furukawak/redmine_on_vagrant-ansible
9a7fee5a9cb0254a3a8df2623f6c7df88826a8ce
0
tools/vagrant-ansible/roles/ruby
7,496
[ "no_license" ]
[ { "path": "tools/vagrant-ansible/roles/ruby/tasks/ruby-install.yml", "content": "- name: install build depends for Ruby\n yum: name={{ item }} state=present\n with_items:\n - gcc\n - openssl-devel\n - libyaml-devel\n - readline-devel\n - zlib-devel\n sudo: true\n tags:\n - rbenv\n -...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1250, "all_permissive": false }
ansible_role
mfierbaugh/asp-srv6-lab
635af81077d915a4f5b0b12dc0e356127c934e39
1
tasks/roles/SR-TE
7,496
[ "no_license" ]
[ { "path": "tasks/roles/SR-TE/templates/iosxr/include/sr-te.j2", "content": "{% if igp == 'isis' %}\n{% for isis in igp_instances %}\nrouter isis {{ isis.name }}\n address-family ipv4 unicast\n mpls traffic-eng level-2-only\n mpls traffic-eng router-id Loopback0\n{% endfor %}\n{% endif %}\n!\n!\nipv4 unnum...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1387, "all_permissive": false }
ansible_role
Bogdan1707/DevOps_online_Kyiv_2020Q42021Q1
d1d07aa9fcc6fdaf3e7893894650eac8b7ac5b12
0
ansible/task2/roles/configure_load_balancer
7,496
[ "no_license" ]
[ { "path": "ansible/task2/roles/configure_load_balancer/vars/main.yml", "content": "---\n# vars file for configure_load_balancer\ndestin_folder: /etc/nginx/sites-available", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "ansible/task2/roles/configure...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 406, "all_permissive": false }
ansible_role
Bogdan1707/DevOps_online_Kyiv_2020Q42021Q1
d1d07aa9fcc6fdaf3e7893894650eac8b7ac5b12
0
ansible/task2/roles/deploy_furtune
7,496
[ "no_license" ]
[ { "path": "ansible/task2/roles/deploy_furtune/vars/main.yml", "content": "---\n# vars file for deploy_furtune\ndestin_folder: /etc/nginx/sites-available\npython_destination_folder: /usr/lib/cgi-bin", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": "a...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1906, "all_permissive": false }
ansible_role
Bogdan1707/DevOps_online_Kyiv_2020Q42021Q1
d1d07aa9fcc6fdaf3e7893894650eac8b7ac5b12
0
ansible/task2/roles/deploy_nginx
7,496
[ "no_license" ]
[ { "path": "ansible/task2/roles/deploy_nginx/tasks/main.yml", "content": "---\n# tasks file for deploy_nginx\n - name: update packages\n apt:\n update_cache: yes\n force_apt_get: yes\n\n - name: install nginx\n apt:\n name: nginx\n state: latest", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 181, "all_permissive": false }
ansible_role
Bogdan1707/DevOps_online_Kyiv_2020Q42021Q1
d1d07aa9fcc6fdaf3e7893894650eac8b7ac5b12
0
ansible/task2/roles/install_fcgiwrap_and_fortune
7,496
[ "no_license" ]
[ { "path": "ansible/task2/roles/install_fcgiwrap_and_fortune/tasks/main.yml", "content": "---\n# tasks file for install_fcgiwrap_and_fortune\n- name: install fortune\n apt:\n name: fortune\n state: latest\n\n- name: install fcgiwrap\n apt:\n name: fcgiwrap\n state: latest", "license_type": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 424, "all_permissive": false }
ansible_role
KirillLavrentev/traininng_task
faff18e490e754e073a2335875be4b424f47566f
0
roles/deploy
7,496
[ "no_license" ]
[ { "path": "roles/deploy/manifests/helloweb-ingress-tls.yml", "content": "---\n# [START gke_manifests_helloweb_ingress_tls_ingress_helloweb]\napiVersion: networking.k8s.io/v1\nkind: Ingress\nmetadata:\n name: helloweb\n labels:\n app: hello\n annotations:\n kubernetes.io/ingress.allow-http: \"false\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2362, "all_permissive": false }
ansible_role
KirillLavrentev/traininng_task
faff18e490e754e073a2335875be4b424f47566f
0
roles/install_minikube
7,496
[ "no_license" ]
[ { "path": "roles/install_minikube/tasks/main.yml", "content": "---\n- name: Create download directory\n file:\n state: directory\n mode: 'u=rwx,go=rx'\n dest: '{{ minikube_download_dir }}'\n\n- name: Download sha256sum\n get_url:\n url: '{{ minikube_mirror }}/{{ minikube_redis_filename }}.sha2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1958, "all_permissive": false }
ansible_role
KirillLavrentev/traininng_task
faff18e490e754e073a2335875be4b424f47566f
0
roles/preconfig
7,496
[ "no_license" ]
[ { "path": "roles/preconfig/meta/main.yml", "content": "galaxy_info:\n role_name: preconfig\n description: Настройка сервера с нужными параметрами\n author: <NAME>\n license: MIT\n min_ansible_version: 2.9\n platforms:\n - name: Ubuntu\n versions:\n - 20.04\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 776, "all_permissive": false }
ansible_role
Ckeuning/VM2
e6a2e8c00fbf93ab2e25c63161d78271d7511297
0
playbooks/roles/common
7,496
[ "no_license" ]
[ { "path": "playbooks/roles/common/tasks/main.yml", "content": "---\n- import_tasks: ntp-install.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "playbooks/roles/common/tasks/ntp-install.yml", "content": "---\n - name: install ntp\n apt...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 321, "all_permissive": false }
ansible_role
Ckeuning/VM2
e6a2e8c00fbf93ab2e25c63161d78271d7511297
0
playbooks/roles/database
7,496
[ "no_license" ]
[ { "path": "playbooks/roles/database/tasks/mysql.yml", "content": "---\n- name: python3-mysqldb\n apt: \n name: \"python3-mysqldb\"\n state: present\n\n- name: Install MySQL\n apt: \n name: \"mysql-server\"\n state: present\n\n- name: copy cnf\n copy: src=~/HDD/VM2/playbooks/roles/database/fil...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 901, "all_permissive": false }
ansible_role
Ckeuning/VM2
e6a2e8c00fbf93ab2e25c63161d78271d7511297
0
playbooks/roles/loadbalancer
7,496
[ "no_license" ]
[ { "path": "playbooks/roles/loadbalancer/tasks/haproxy.yml", "content": "- name: Update apt cache \n apt: update_cache=yes cache_valid_time=3600\n\n- name: Install haproxy\n apt: name=haproxy state=present\n\n- name: Enable init script\n lineinfile:\n path: /etc/default/haproxy\n regexp: '^ENABLED='...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 878, "all_permissive": false }
ansible_role
Ckeuning/VM2
e6a2e8c00fbf93ab2e25c63161d78271d7511297
0
playbooks/roles/webserver
7,496
[ "no_license" ]
[ { "path": "playbooks/roles/webserver/files/process.php", "content": "<?php\n\nsession_start();\n\n$mysqli = new mysqli('192.168.20.41','vagrant','vagrant', 'skylab') or die(mysqli_error($mysqli));\n\n\tif (isset($_POST['save'])){\n\t\t$klant = $_POST['klant'];\n\t\t$omgeving = $_POST['omgeving'];\n\t\t$serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4781, "all_permissive": false }
ansible_role
wangqiang8511/spark-demo
5dc4f175ab0d7e81cc8c97d0222a51e901c296a8
2
aws/roles/chronos
7,496
[ "no_license" ]
[ { "path": "aws/roles/chronos/tasks/main.yml", "content": "---\n- include: chronos.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "aws/roles/chronos/templates/chronos_supervisord.conf.j2", "content": "[program:chronos]\ncommand=/opt/bin/st...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1753, "all_permissive": false }
ansible_role
wangqiang8511/spark-demo
5dc4f175ab0d7e81cc8c97d0222a51e901c296a8
2
aws/roles/common
7,496
[ "no_license" ]
[ { "path": "aws/roles/common/tasks/supervisord.yml", "content": "---\n- name: install supervisord\n sudo: yes\n pip: \"name=supervisor version={{ supervisord_version }}\"\n tags:\n - bootstrap\n\n- name: ensuring required supervisord directories\n sudo: yes\n file: \"path={{ supervisord_conf_dir }} s...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 4261, "all_permissive": false }
ansible_role
wangqiang8511/spark-demo
5dc4f175ab0d7e81cc8c97d0222a51e901c296a8
2
aws/roles/docker
7,496
[ "no_license" ]
[ { "path": "aws/roles/docker/tasks/main.yml", "content": "---\n# Setup docker apt repo\n- name: add docker apt-key\n sudo: yes\n apt_key:\n keyserver: \"pgp.mit.edu\"\n id: <KEY>\n tags:\n - docker\n - bootstrap\n\n- name: add docker apt-repo\n sudo: yes\n apt_repository:\n repo: \"deb ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 993, "all_permissive": false }
ansible_role
wangqiang8511/spark-demo
5dc4f175ab0d7e81cc8c97d0222a51e901c296a8
2
aws/roles/exhibitor
7,496
[ "no_license" ]
[ { "path": "aws/roles/exhibitor/templates/exhibitor_supervisord.conf.j2", "content": "[program:exhibitor]\ncommand= /opt/bin/start_exhibitor.sh\nautostart=true\nautorestart=true\nstartretries=999\nredirect_stderr=True\nnodaemon = False\ndebug = False\nstdout_logfile = /var/tmp/exhibitor.out\nstderr_logfile =...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2242, "all_permissive": false }
ansible_role
wangqiang8511/spark-demo
5dc4f175ab0d7e81cc8c97d0222a51e901c296a8
2
aws/roles/marathon
7,496
[ "no_license" ]
[ { "path": "aws/roles/marathon/tasks/main.yml", "content": "---\n- include: marathon.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "aws/roles/marathon/templates/marathon_supervisord.conf.j2", "content": "[program:marathon]\ncommand=/opt/b...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1687, "all_permissive": false }
ansible_role
wangqiang8511/spark-demo
5dc4f175ab0d7e81cc8c97d0222a51e901c296a8
2
aws/roles/mesos
7,496
[ "no_license" ]
[ { "path": "aws/roles/mesos/templates/start_mesos_master.sh.j2", "content": "#!/bin/bash\n\nMESOS_WORK_DIR_MASTER=/data/mesos/master\nCONTAINER_NAME=mesos-master\nZK_HOSTS=zk://{%- for host in groups['role=master'] -%}\n{{ hostvars[host]['private_ipv4'] }}:2181,\n{%- endfor %}\n\nZK_HOSTS=${ZK_HOSTS::-1}\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3648, "all_permissive": false }
ansible_role
wangqiang8511/spark-demo
5dc4f175ab0d7e81cc8c97d0222a51e901c296a8
2
aws/roles/pause
7,496
[ "no_license" ]
[ { "path": "aws/roles/pause/tasks/main.yml", "content": "---\n- name: pause\n sudo: yes\n pause: \n seconds: \"{{ seconds }}\"\n tags:\n - pause\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "aws/roles/pause/README.rst", "content": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 308, "all_permissive": false }
ansible_role
hramos05/ansible-infra
47d03faf780d0f08619850ca0277e9568bbca90d
0
collections/ansible_collections/xyz/apps/roles/common
7,496
[ "no_license" ]
[ { "path": "collections/ansible_collections/xyz/apps/roles/common/tasks/play_debian.yml", "content": "---\n- debug:\n msg: \"Debian playbook\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "collections/ansible_collections/xyz/apps/roles/common/d...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1798, "all_permissive": false }
ansible_role
hramos05/ansible-infra
47d03faf780d0f08619850ca0277e9568bbca90d
0
collections/ansible_collections/xyz/apps/roles/mssql
7,496
[ "no_license" ]
[ { "path": "collections/ansible_collections/xyz/apps/roles/mssql/tasks/main.yml", "content": "---\n- name: Install PS Modules\n win_psmodule:\n name: \"{{ item }}\"\n state: present\n with_items:\n - SQLServerDsc\n - ServerManager\n - dbatools\n\n- name: Create temporary directory\n win_fil...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2667, "all_permissive": false }
ansible_role
hramos05/ansible-infra
47d03faf780d0f08619850ca0277e9568bbca90d
0
collections/ansible_collections/xyz/awx/roles/jmespath
7,496
[ "no_license" ]
[ { "path": "collections/ansible_collections/xyz/awx/roles/jmespath/defaults/main.yml", "content": "---\nxyz_awx_jmespath_state: \"present\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "collections/ansible_collections/xyz/awx/roles/jmespath/tasks/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 220, "all_permissive": false }
ansible_role
hramos05/ansible-infra
47d03faf780d0f08619850ca0277e9568bbca90d
0
collections/ansible_collections/xyz/awx/roles/tower_cli
7,496
[ "no_license" ]
[ { "path": "collections/ansible_collections/xyz/awx/roles/tower_cli/tasks/main.yml", "content": "---\n- name: Install PIP3\n package:\n name: \"python3-pip\"\n state: present\n\n- name: Install Tower-CLI\n pip:\n name: ansible-tower-cli\n state: \"{{ xyz_awx_tower_cli_state }}\"", "license_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 221, "all_permissive": false }
ansible_role
hramos05/ansible-infra
47d03faf780d0f08619850ca0277e9568bbca90d
0
collections/ansible_collections/xyz/awx/roles/update_survey
7,496
[ "no_license" ]
[ { "path": "collections/ansible_collections/xyz/awx/roles/update_survey/tasks/main.yml", "content": "---\n- name: Update Job Template\n include_tasks: \"job_template.yml\"\n when: \"xyz_awx_update_survey_type | lower == 'job_template'\"\n\n- name: Fail unsupported type\n fail:\n msg: \"{{ xyz_awx_updat...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4725, "all_permissive": false }
ansible_role
hramos05/ansible-infra
47d03faf780d0f08619850ca0277e9568bbca90d
0
collections/ansible_collections/xyz/awx/roles/update_survey_vm_template_values
7,496
[ "no_license" ]
[ { "path": "collections/ansible_collections/xyz/awx/roles/update_survey_vm_template_values/tasks/main.yml", "content": "---\n- name: Update Job Template\n include_tasks: \"job_template.yml\"\n when: \"xyz_awx_update_survey_vm_template_values_type | lower == 'job_template'\"", "license_type": "no_licens...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6980, "all_permissive": false }
ansible_role
hramos05/ansible-infra
47d03faf780d0f08619850ca0277e9568bbca90d
0
collections/ansible_collections/xyz/packer/roles/install
7,496
[ "no_license" ]
[ { "path": "collections/ansible_collections/xyz/packer/roles/install/defaults/main.yml", "content": "---\nxyz_packer_install_version: \"1.5.6\"\nxyz_packer_install_arch: \"amd64\"\nxyz_packer_install_bin_path: /usr/local/sbin\nxyz_packer_install_windows_update_provisioner: \"https://github.com/rgl/packer-pro...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 978, "all_permissive": false }
ansible_role
hramos05/ansible-infra
47d03faf780d0f08619850ca0277e9568bbca90d
0
collections/ansible_collections/xyz/vmware/roles/vm_destroy
7,496
[ "no_license" ]
[ { "path": "collections/ansible_collections/xyz/vmware/roles/vm_destroy/tasks/main.yml", "content": "---\n- name: Get all the vms in temporary folder\n community.vmware.vmware_vm_info:\n validate_certs: false\n hostname: \"{{ lookup('env', 'VMWARE_HOST') or xyz_vmware_vm_vcenter_server }}\"\n usern...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2169, "all_permissive": false }
ansible_role
hramos05/ansible-infra
47d03faf780d0f08619850ca0277e9568bbca90d
0
collections/ansible_collections/xyz/vmware/roles/vm_provision
7,496
[ "no_license" ]
[ { "path": "collections/ansible_collections/xyz/vmware/roles/vm_provision/tasks/main.yml", "content": "---\n- name: Create VM from template\n community.vmware.vmware_guest:\n validate_certs: false\n hostname: \"{{ lookup('env', 'VMWARE_HOST') or xyz_vmware_vm_vcenter_server }}\"\n username: \"{{ lo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5830, "all_permissive": false }
ansible_role
hramos05/ansible-infra
47d03faf780d0f08619850ca0277e9568bbca90d
0
collections/ansible_collections/xyz/vmware/roles/vm_templates
7,496
[ "no_license" ]
[ { "path": "collections/ansible_collections/xyz/vmware/roles/vm_templates/files/centos8/configure.sh", "content": "#!/bin/bash -eux\n\n# Install Cockpit\ndnf install cockpit -y\nsystemctl enable --now cockpit.socket\nfirewall-cmd --add-service=cockpit\nfirewall-cmd --add-service=cockpit --permanent\n\n# Set ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 32862, "all_permissive": false }
ansible_role
andrewseeliger/ansible-repo
cb8e1f1ced63493e70cb41eae36a60ae3b4a034e
0
appsense/roles/appsense_sql
7,496
[ "no_license" ]
[ { "path": "appsense/roles/appsense_sql/vars/main.yml", "content": "---\nwin_domain_admin_user: lab01\\Administrator\nwin_domain_admin_password: <PASSWORD>\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "appsense/roles/appsense_sql/defaults/main...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 587, "all_permissive": false }
ansible_role
ettenauer/raspi-ansible
6cde971855d6e571fe8efff0c618f8ebdd452ce1
0
roles/docker
7,496
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: docker - ensure a temporary directory path\n tempfile:\n state: directory\n suffix: my_download\n register: temp_dir\n\n- name: docker - create download directory\n file:\n path: \"{{ docker_tmpdir }}\"\n state: directory\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1049, "all_permissive": false }
ansible_role
ettenauer/raspi-ansible
6cde971855d6e571fe8efff0c618f8ebdd452ce1
0
roles/docker_daemon
7,496
[ "no_license" ]
[ { "path": "roles/docker_daemon/tasks/main.yml", "content": "---\n- name: deamon create deamon.json file\n become: true\n copy:\n dest: \"{{docker_dir}}/daemon.json\"\n group: docker\n mode: '1777'\n force: true\n content: \"{ \\\"insecure-registries\\\" : [{{docker_insecure_registries}}] }\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 233, "all_permissive": false }
ansible_role
ettenauer/raspi-ansible
6cde971855d6e571fe8efff0c618f8ebdd452ce1
0
roles/os_upgrade
7,496
[ "no_license" ]
[ { "path": "roles/os_upgrade/tasks/main.yml", "content": "---\n- name: apt-get update\n apt:\n update_cache: true\n force_apt_get: yes\n cache_valid_time: 3600\n become: yes\n\n- name: update all packages \n apt:\n upgrade: dist\n force_apt_get: yes\n become: yes\n\n- name: reboot\n reboo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 439, "all_permissive": false }
ansible_role
ettenauer/raspi-ansible
6cde971855d6e571fe8efff0c618f8ebdd452ce1
0
roles/pigpio
7,496
[ "no_license" ]
[ { "path": "roles/pigpio/tasks/main.yml", "content": "---\n- name: apt-get install python3\n become: true\n apt:\n update_cache: yes\n state: present\n pkg:\n - pigpio\n - python-pigpio\n - python3-pigpio\n\n- name: configure pigpiod \n become: true\n shell: \"systemctl enable pigpiod\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 314, "all_permissive": false }
ansible_role
ettenauer/raspi-ansible
6cde971855d6e571fe8efff0c618f8ebdd452ce1
0
roles/python3
7,496
[ "no_license" ]
[ { "path": "roles/python3/tasks/main.yml", "content": "---\n- name: apt-get install python3\n become: true\n apt:\n update_cache: yes\n state: present\n pkg:\n - python3\n - python3-pip\n - python3-setuptools", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 164, "all_permissive": false }
ansible_role
sdcilsy/nginx-setup-ansible
9fe7056acdc04dc8ac45ec2af738410f8922eabf
0
roles/nginx
7,496
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yaml", "content": "---\n- name: Update repository\n apt: update_cache=true\n become: yes\n\n- name: Install Nginx\n apt: name={{ variable }} state=present update_cache=true\n\n- name: Create web directory\n file: path=/var/www/html mode=775 state=directory\n\n- name: Co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 413, "all_permissive": false }
ansible_role
n6s/homelab-ansible
a3359b84d4b17c299a6fe9c54cd19995b96fada8
1
roles/ansible_tower_deploy
7,456
[ "no_license" ]
[ { "path": "roles/ansible_tower_deploy/handlers/main.yml", "content": "---\n# handlers file for ansible_tower_deploy", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/ansible_tower_deploy/defaults/main.yml", "content": "---\n# defaults file ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 753, "all_permissive": false }
ansible_role
n6s/homelab-ansible
a3359b84d4b17c299a6fe9c54cd19995b96fada8
1
roles/awx_prerequisites
7,456
[ "no_license" ]
[ { "path": "roles/awx_prerequisites/handlers/main.yml", "content": "---\n# handlers file for awx_prerequisites", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/awx_prerequisites/defaults/main.yml", "content": "---\n# defaults file for awx_p...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1813, "all_permissive": false }
ansible_role
n6s/homelab-ansible
a3359b84d4b17c299a6fe9c54cd19995b96fada8
1
roles/centos_needs_restarting
7,456
[ "no_license" ]
[ { "path": "roles/centos_needs_restarting/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - centos_needs_restarting", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/centos_needs_restarting/tasks/main.yml...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 457, "all_permissive": false }
ansible_role
n6s/homelab-ansible
a3359b84d4b17c299a6fe9c54cd19995b96fada8
1
roles/cloudinit_disable
7,456
[ "no_license" ]
[ { "path": "roles/cloudinit_disable/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - cloudinit_disable\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/cloudinit_disable/tasks/main.yml", "content"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 355, "all_permissive": false }
ansible_role
n6s/homelab-ansible
a3359b84d4b17c299a6fe9c54cd19995b96fada8
1
roles/dns_zone_modify
7,456
[ "no_license" ]
[ { "path": "roles/dns_zone_modify/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - dns_zone_modify", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/dns_zone_modify/templates/nsupdate-add-reverse.j2", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 2037, "all_permissive": false }
ansible_role
n6s/homelab-ansible
a3359b84d4b17c299a6fe9c54cd19995b96fada8
1
roles/ipa-client-install
7,456
[ "no_license" ]
[ { "path": "roles/ipa-client-install/defaults/main.yml", "content": "---\n# defaults file for ipa-client-install", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/ipa-client-install/tasks/main.yml", "content": "---\n# tasks file for ipa-clie...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 524, "all_permissive": false }
ansible_role
n6s/homelab-ansible
a3359b84d4b17c299a6fe9c54cd19995b96fada8
1
roles/ipmicfg
7,456
[ "no_license" ]
[ { "path": "roles/ipmicfg/handlers/main.yml", "content": "---\n# handlers file for ipmicfg", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/ipmicfg/vars/main.yml", "content": "---\n# vars file for ipmicfg", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 321, "all_permissive": false }
ansible_role
n6s/homelab-ansible
a3359b84d4b17c299a6fe9c54cd19995b96fada8
1
roles/journal-persistent
7,456
[ "no_license" ]
[ { "path": "roles/journal-persistent/tasks/main.yml", "content": "---\n- name: create directory /var/log/journal\n file:\n path: /var/log/journal\n state: directory\n notify:\n - restart systemd-journald\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
n6s/homelab-ansible
a3359b84d4b17c299a6fe9c54cd19995b96fada8
1
roles/katello-host-setup
7,456
[ "no_license" ]
[ { "path": "roles/katello-host-setup/vars/main.yml", "content": "---\n# vars file for roles/katello-host-setup\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/katello-host-setup/tests/test.yml", "content": "---\n- hosts: localhost\n r...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2177, "all_permissive": false }
ansible_role
n6s/homelab-ansible
a3359b84d4b17c299a6fe9c54cd19995b96fada8
1
roles/kvm-install
7,456
[ "no_license" ]
[ { "path": "roles/kvm-install/tasks/main.yml", "content": "---\n# Deploy kvm with bridged networking on target host\n- name: Install packages\n yum:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - qemu-kvm\n - libvirt\n - libvirt-client\n\n- name: Enable/start libvirtd service\n servi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2474, "all_permissive": false }
ansible_role
n6s/homelab-ansible
a3359b84d4b17c299a6fe9c54cd19995b96fada8
1
roles/kvm_install_sriov
7,456
[ "no_license" ]
[ { "path": "roles/kvm_install_sriov/tasks/main.yml", "content": "---\n# Deploy kvm with sr-iov networking on target host\n- name: Install packages\n yum:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - qemu-kvm\n - libvirt\n - libvirt-client\n\n- name: Enable/start libvirtd service\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 763, "all_permissive": false }
ansible_role
n6s/homelab-ansible
a3359b84d4b17c299a6fe9c54cd19995b96fada8
1
roles/sriov_enable
7,456
[ "no_license" ]
[ { "path": "roles/sriov_enable/tasks/main.yml", "content": "---\n- name: Make the virtual functions persistent\n template:\n src: udev.rules\n dest: /etc/udev/rules.d/{{ item }}.rules\n with_items: \"{{ sriov_devices }}\"\n\n- name: Append intel_iommu=on to kernel\n lineinfile:\n state: present\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1828, "all_permissive": false }
ansible_role
n6s/homelab-ansible
a3359b84d4b17c299a6fe9c54cd19995b96fada8
1
roles/sshd_config
7,456
[ "no_license" ]
[ { "path": "roles/sshd_config/vars/main.yml", "content": "---\n# vars file for sshd_config", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/sshd_config/defaults/main.yml", "content": "---\n# defaults file for sshd_config", "license_type...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 370, "all_permissive": false }
ansible_role
n6s/homelab-ansible
a3359b84d4b17c299a6fe9c54cd19995b96fada8
1
roles/ubuntu_packages
7,456
[ "no_license" ]
[ { "path": "roles/ubuntu_packages/tasks/main.yml", "content": "---\n# tasks file for ubuntu_packages\n- name: install packages\n apt:\n name: \"{{ item }}\"\n with_items:\n - git\n - vim\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "ro...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 309, "all_permissive": false }
ansible_role
n6s/homelab-ansible
a3359b84d4b17c299a6fe9c54cd19995b96fada8
1
roles/ubuntu_reboot_required
7,456
[ "no_license" ]
[ { "path": "roles/ubuntu_reboot_required/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ubuntu_reboot_required", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/ubuntu_reboot_required/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 488, "all_permissive": false }
ansible_role
n6s/homelab-ansible
a3359b84d4b17c299a6fe9c54cd19995b96fada8
1
roles/ubuntu_updates
7,456
[ "no_license" ]
[ { "path": "roles/ubuntu_updates/vars/main.yml", "content": "---\n# vars file for ubuntu_updates", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/ubuntu_updates/defaults/main.yml", "content": "---\n# defaults file for ubuntu_updates", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 369, "all_permissive": false }
ansible_role
n6s/homelab-ansible
a3359b84d4b17c299a6fe9c54cd19995b96fada8
1
roles/user_setup
7,456
[ "no_license" ]
[ { "path": "roles/user_setup/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - user_setup", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/user_setup/defaults/main.yml", "content": "---\n# defaults f...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 927, "all_permissive": false }
ansible_role
n6s/homelab-ansible
a3359b84d4b17c299a6fe9c54cd19995b96fada8
1
roles/yum_packages
7,456
[ "no_license" ]
[ { "path": "roles/yum_packages/defaults/main.yml", "content": "---\n# defaults file for yum_packages", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/yum_packages/handlers/main.yml", "content": "---\n# handlers file for yum_packages", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 415, "all_permissive": false }
ansible_role
n6s/homelab-ansible
a3359b84d4b17c299a6fe9c54cd19995b96fada8
1
roles/yum_updates
7,456
[ "no_license" ]
[ { "path": "roles/yum_updates/handlers/main.yml", "content": "---\n# handlers file for yum-updates", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/yum_updates/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n rol...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 264, "all_permissive": false }
ansible_role
aemruli/ansible-teamcity
a564a4351e3ce2fe7c9214ccb4a6ad6c292db4f9
0
roles/teamcity
7,456
[ "no_license" ]
[ { "path": "roles/teamcity/templates/database.properties.j2", "content": "connectionProperties.user={{teamcity.database.user}}\nconnectionProperties.password={{teamcity.database.password}}\nconnectionUrl=jdbc\\:mysql\\://localhost\\:3306/{{teamcity.database.name}}\n", "license_type": "no_license", "d...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 2745, "all_permissive": false }
ansible_role
aeguinto/GUINTO_CONTAINERIZATION2
04fc58d75c1874ffd24b546c04e8583297fd08f1
0
roles/LAMP
7,456
[ "no_license" ]
[ { "path": "roles/LAMP/tasks/main.yml", "content": "---\n- name: Start Docker Service\n service:\n name: docker\n state: started\n enabled: yes\n\n- name: Install apache and php image\n docker_image: \n name: romeoz/docker-apache-php\n state: present\n source: pull\n\n- name: Install mysq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 369, "all_permissive": false }
ansible_role
aeguinto/GUINTO_CONTAINERIZATION2
04fc58d75c1874ffd24b546c04e8583297fd08f1
0
roles/container
7,456
[ "no_license" ]
[ { "path": "roles/container/tasks/main.yml", "content": "---\n- name: Creating Build Directory\n file:\n path: \"/home/aguinto/GUINTO_CONTAINERIZATION2/docker\"\n state: directory\n\n- name: Copying Dockerfile\n copy:\n src: \"/home/aguinto/GUINTO_CONTAINERIZATION2/Dockerfile\"\n dest: \"/home/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 851, "all_permissive": false }
ansible_role
goshipra/ansible
4e1d43231cfb24f3222c5837ca14bc4e6f4e7e30
0
roles/docker_setup
7,456
[ "no_license" ]
[ { "path": "roles/docker_setup/handlers/main.yml", "content": "---\n- name: restart docker\n systemd:\n name: docker\n state: restarted\n\n\n\n# handlers file for roles/docker-setup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "roles/doc...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 946, "all_permissive": false }
ansible_role
goshipra/ansible
4e1d43231cfb24f3222c5837ca14bc4e6f4e7e30
0
roles/user_management
7,456
[ "no_license" ]
[ { "path": "roles/user_management/vars/main.yml", "content": "---\n# vars file for roles/user-management\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/user_management/defaults/main.yml", "content": "---\nuser_name: devopsuser\nuser_she...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 760, "all_permissive": false }
ansible_role
mz314/k8s-cluster
23094ce2d19b8c61578ce60596c6a7b7940d1142
0
ansible/roles/master_setup
7,456
[ "no_license" ]
[ { "path": "ansible/roles/master_setup/tasks/main.yml", "content": "- import_tasks: init_k8s.yml\n- import_tasks: prepare_k8s.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "ansible/roles/master_setup/templates/kubeadm-config.yml", "content"...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2557, "all_permissive": false }