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
eliriand/otus-observability-2024-11
06efadf89c04145e025eda1be4a34a688233bca4
0
HW-3/roles/exporters
6,476
[ "no_license" ]
[ { "path": "HW-3/roles/exporters/templates/mysql-exporter.conf.j2", "content": "[client]\nuser = {{ mysql_exporter_user_name }}\npassword = {{ <PASSWORD>_exporter_user_password }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "HW-3/roles/exporters/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1916, "all_permissive": false }
ansible_role
eliriand/otus-observability-2024-11
06efadf89c04145e025eda1be4a34a688233bca4
0
HW-3/roles/vm
6,476
[ "no_license" ]
[ { "path": "HW-3/roles/vm/tasks/main.yml", "content": "---\n- name: Create vm system user\n user:\n name: vm\n shell: /bin/false\n system: true\n\n- name: Download vm package\n unarchive:\n src: https://github.com/VictoriaMetrics/VictoriaMetrics/releases/download/v1.111.0/victoria-metrics-linux...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1150, "all_permissive": false }
ansible_role
ribua/blog
7df54306a660299165fb3d28e7f055a8cb34367c
0
roles/httpd
6,476
[ "no_license" ]
[ { "path": "roles/httpd/molecule/aws-ec2-redhat/molecule.yml", "content": "---\ndependency:\n name: galaxy\ndriver:\n name: ec2\nlint:\n name: yamllint\nplatforms:\n - name: instance\n image: ami-0b85d4ff00de6a225\n instance_type: t2.micro\n vpc_subnet_id: subnet-8fa7c1e7\nprovisioner:\n name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 504, "all_permissive": false }
ansible_role
ribua/blog
7df54306a660299165fb3d28e7f055a8cb34367c
0
roles/ing-login.defs
6,476
[ "no_license" ]
[ { "path": "roles/ing-login.defs/tasks/main.yml", "content": "---\n# tasks file for ing-login.defs\n\n- name: Set pass max days\n lineinfile:\n dest: /etc/login.defs\n state: present\n regexp: '^PASS_MAX_DAYS.*$'\n line: \"PASS_MAX_DAYS\\t{{os_auth_pw_max_age}}\"\n backrefs: yes\n\n- name: Se...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1735, "all_permissive": false }
ansible_role
ribua/blog
7df54306a660299165fb3d28e7f055a8cb34367c
0
roles/ing-ntp
6,476
[ "no_license" ]
[ { "path": "roles/ing-ntp/vars/main.yml", "content": "---\n# vars file for ing-ntp\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/ing-ntp/tasks/main.yml", "content": "---\n# tasks file for ing-ntp\n- name: OS | ntp | Stop if we dont h...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 928, "all_permissive": false }
ansible_role
ribua/blog
7df54306a660299165fb3d28e7f055a8cb34367c
0
roles/ing-pamd
6,476
[ "no_license" ]
[ { "path": "roles/ing-pamd/defaults/main.yml", "content": "---\n# defaults file for ing-pamd\n\n# Password aging settings\nos_auth_pw_max_age: 60\nos_auth_pw_min_age: 10\nos_auth_pw_warn_age: 7\npasshistory: 6\n\n# Inactivity and Failed attempts lockout settings\nfail_deny: 5\nfail_unlock: 0\ninactive_lock: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 4421, "all_permissive": false }
ansible_role
ribua/blog
7df54306a660299165fb3d28e7f055a8cb34367c
0
roles/ing-resolv.conf
6,476
[ "no_license" ]
[ { "path": "roles/ing-resolv.conf/tasks/main.yml", "content": "---\n# tasks file for ing-resolv.conf\n- name: Deploy resolv.conf template\n template:\n src: resolv.conf.j2\n dest: /etc/resolv.conf\n owner: root\n group: root\n mode: 0444\n register: resolv_deploy\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 532, "all_permissive": false }
ansible_role
ribua/blog
7df54306a660299165fb3d28e7f055a8cb34367c
0
roles/ing-rsyslog
6,476
[ "no_license" ]
[ { "path": "roles/ing-rsyslog/tasks/main.yml", "content": "---\n# tasks file for ing-rsyslog\n\n- name: OS | Install Syslog Package on host\n yum:\n name: rsyslog\n state: present\n tags:\n - rpm\n - rsyslog\n\n- name: OS | Start Rsyslog service on host\n service:\n name: rsyslog\n state...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 922, "all_permissive": false }
ansible_role
ribua/blog
7df54306a660299165fb3d28e7f055a8cb34367c
0
roles/ing-smtp
6,476
[ "no_license" ]
[ { "path": "roles/ing-smtp/vars/main.yml", "content": "---\n# vars file for ing-smtp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/ing-smtp/templates/main.cf.j2", "content": "{{ ansible_managed | comment }}\n\n# main.cf - Managed by An...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1524, "all_permissive": false }
ansible_role
ribua/blog
7df54306a660299165fb3d28e7f055a8cb34367c
0
roles/ing-tuned
6,476
[ "no_license" ]
[ { "path": "roles/ing-tuned/templates/tuned.conf.j2", "content": "{{ ansible_managed | comment }}\n\n# THIS FILE IS MANAGED VIA ANSIBLE\n#\n\n[main]\nsummary=\"{{ profile_tuned_params.main.summary }}\"\ninclude={{ profile_tuned_params.main.include }}\n\n{% if profile_tuned_params.sysctl is defined %}\n[sysct...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3878, "all_permissive": false }
ansible_role
redhat-benelux/ansible-workshop
2d68abfaab97c17383d2f2039c10668f6a21cb30
3
exercises/roles/my_new_role
6,476
[ "no_license" ]
[ { "path": "exercises/roles/my_new_role/defaults/main.yml", "content": "---\n# defaults file for my_new_role", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "exercises/roles/my_new_role/handlers/main.yml", "content": "---\n# handlers file for my_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 184, "all_permissive": false }
ansible_role
redhat-benelux/ansible-workshop
2d68abfaab97c17383d2f2039c10668f6a21cb30
3
exercises/roles/role_with_vars
6,476
[ "no_license" ]
[ { "path": "exercises/roles/role_with_vars/vars/main.yml", "content": "---\n# vars file for role_with_vars", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "exercises/roles/role_with_vars/handlers/main.yml", "content": "---\n# handlers file for ro...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 219, "all_permissive": false }
ansible_role
fiveout/mysidlab-infra
04cce010030904ab259a0ea34a51b067e1054b55
2
roles/my_awesome_role
6,476
[ "no_license" ]
[ { "path": "roles/my_awesome_role/tasks/main.yml", "content": "---\n- name: Install vim, wget, and apache\n package:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - vim\n - wget\n - httpd\n - httpd-tools\n\n# Configure apache\n- name: Ensure httpd is running\n serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 581, "all_permissive": false }
ansible_role
Hakuyume/ansible-deep-server
971d1a8f8c1821832114f048705aa359320fe968
2
roles/cachedir
6,476
[ "no_license" ]
[ { "path": "roles/cachedir/tasks/main.yml", "content": "- name: make cachedir\n file:\n path: \"{{ cache_dir }}\"\n state: directory\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 79, "all_permissive": false }
ansible_role
Hakuyume/ansible-deep-server
971d1a8f8c1821832114f048705aa359320fe968
2
roles/cmake
6,476
[ "no_license" ]
[ { "path": "roles/cmake/vars/main.yml", "content": "cmake_version: 3.8.2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "roles/cmake/tasks/main.yml", "content": "- name: fetch path\n command: which cmake\n register: result\n changed_when: f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1433, "all_permissive": false }
ansible_role
Hakuyume/ansible-deep-server
971d1a8f8c1821832114f048705aa359320fe968
2
roles/cuda
6,476
[ "no_license" ]
[ { "path": "roles/cuda/vars/main.yml", "content": "driver_versions:\n 352:\n cuda_version: 7.5.18\n cuda_installer: cuda_7.5.18_linux.run\n cudnn_archive: cudnn-7.5-linux-x64-v6.0.tgz\n 361:\n cuda_version: 8.0.61\n cuda_installer: cuda_8.0.61_375.26_linux.run\n cudnn_archive: cudnn-8.0-l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2567, "all_permissive": false }
ansible_role
Hakuyume/ansible-deep-server
971d1a8f8c1821832114f048705aa359320fe968
2
roles/curl
6,476
[ "no_license" ]
[ { "path": "roles/curl/vars/main.yml", "content": "curl_version: 7.55.0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "roles/curl/tasks/main.yml", "content": "- name: fetch path\n command: which curl\n register: result\n changed_when: fals...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1407, "all_permissive": false }
ansible_role
Hakuyume/ansible-deep-server
971d1a8f8c1821832114f048705aa359320fe968
2
roles/git
6,476
[ "no_license" ]
[ { "path": "roles/git/meta/main.yml", "content": "dependencies:\n - { role: cachedir }\n - { role: curl }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "roles/git/tasks/main.yml", "content": "- name: fetch path\n command: which git\n regi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1837, "all_permissive": false }
ansible_role
Hakuyume/ansible-deep-server
971d1a8f8c1821832114f048705aa359320fe968
2
roles/numpy
6,476
[ "no_license" ]
[ { "path": "roles/numpy/tasks/main.yml", "content": "- name: install\n pip:\n name: numpy\n executable: pip3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "roles/numpy/meta/main.yml", "content": "dependencies:\n - { role: python }\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 118, "all_permissive": false }
ansible_role
Hakuyume/ansible-deep-server
971d1a8f8c1821832114f048705aa359320fe968
2
roles/openblas
6,476
[ "no_license" ]
[ { "path": "roles/openblas/meta/main.yml", "content": "dependencies:\n - { role: cachedir }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/openblas/vars/main.yml", "content": "openblas_version: 0.2.20\nlapack_version: [3, 7, 0]\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1396, "all_permissive": false }
ansible_role
Hakuyume/ansible-deep-server
971d1a8f8c1821832114f048705aa359320fe968
2
roles/opencv
6,476
[ "no_license" ]
[ { "path": "roles/opencv/tasks/main.yml", "content": "- name: fetch path\n command: which opencv_version\n register: result\n changed_when: false\n failed_when: false\n- name: check path\n set_fact:\n installed: \"{{ result.stdout == prefix + '/bin/opencv_version' }}\"\n- name: fetch version\n comma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2152, "all_permissive": false }
ansible_role
Hakuyume/ansible-deep-server
971d1a8f8c1821832114f048705aa359320fe968
2
roles/openmpi
6,476
[ "no_license" ]
[ { "path": "roles/openmpi/meta/main.yml", "content": "dependencies:\n - { role: cachedir }\n - { role: cuda }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "roles/openmpi/vars/main.yml", "content": "openmpi_version: 3.0.1\n", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1467, "all_permissive": false }
ansible_role
Hakuyume/ansible-deep-server
971d1a8f8c1821832114f048705aa359320fe968
2
roles/python
6,476
[ "no_license" ]
[ { "path": "roles/python/vars/main.yml", "content": "python_version: 3.6.2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "roles/python/tasks/main.yml", "content": "- name: fetch path\n command: which python3\n register: result\n changed_wh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1637, "all_permissive": false }
ansible_role
Hakuyume/ansible-deep-server
971d1a8f8c1821832114f048705aa359320fe968
2
roles/tbb
6,476
[ "no_license" ]
[ { "path": "roles/tbb/tasks/main.yml", "content": "- name: stat header directory\n stat:\n path: \"{{ prefix }}/include/tbb\"\n register: result\n changed_when: false\n- name: check header directory\n set_fact:\n installed: \"{{ result.stat.exists }}\"\n\n- name: fetch source\n get_url:\n url: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1073, "all_permissive": false }
ansible_role
bufanda/ansible-semaphore
e2cb0465af2ca4e44225cd31157440bddcc2b78c
0
community/semaphore/roles/docker
6,476
[ "no_license" ]
[ { "path": "community/semaphore/roles/docker/tasks/main.yml", "content": "---\n# code: language=ansible\n- name: Create volume pathes\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n mode: \"0755\"\n loop:\n - \"{{ semaphore_database_volume_path }}\"\n\n- name: Create a docke...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3833, "all_permissive": false }
ansible_role
bufanda/ansible-semaphore
e2cb0465af2ca4e44225cd31157440bddcc2b78c
0
community/semaphore/roles/snap
6,476
[ "no_license" ]
[ { "path": "community/semaphore/roles/snap/tasks/main.yml", "content": "---\n# code: language=ansible\n# tasks file for snap\n- name: Install snap via apt for debian based systems\n ansible.builtin.apt:\n name:\n - snap\n state: present\n become: true\n become_method: sudo\n become_user: root\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1783, "all_permissive": false }
ansible_role
jwdevantier/ansible-server
c05ad20170d730dde9038e1a6330ade8e86c2dba
0
roles/@container
6,476
[ "no_license" ]
[ { "path": "roles/@container/templates/container-mgmt.sh", "content": "#!/usr/bin/env bash\n\ncontainer_running () {\n local container=\"${1}\"\n if [[ `docker ps -a|perl -nle 'print \"$1\" if /.*\\s([^\\s]+)$/g' | perl -ne \"print \"\\$\\&\" if /${container}/g\"` == \"${container}\" ]]; then\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5063, "all_permissive": false }
ansible_role
jwdevantier/ansible-server
c05ad20170d730dde9038e1a6330ade8e86c2dba
0
roles/@fw-rules
6,476
[ "no_license" ]
[ { "path": "roles/@fw-rules/defaults/main.yml", "content": "---\n\ndefault_policy: allow\ndefault_proto: tcp\ndefault_src: any\ndefault_dest: any\ndefault_direction: in\ndefault_comment: 'installed by ansible'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5121, "all_permissive": false }
ansible_role
jwdevantier/ansible-server
c05ad20170d730dde9038e1a6330ade8e86c2dba
0
roles/bind9
6,476
[ "no_license" ]
[ { "path": "roles/bind9/tasks/main.yml", "content": "---\n\n- name: install software requirements\n apt:\n name: \"{{ item }}\"\n force: yes\n cache_valid_time: 3600\n with_items:\n - bind9\n - bind9-doc\n - dnsutils\n register: bind9_apt\n failed_when: false\n\n- name: install bind9 DNS forw...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 7592, "all_permissive": false }
ansible_role
jwdevantier/ansible-server
c05ad20170d730dde9038e1a6330ade8e86c2dba
0
roles/bootstrap
6,476
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/ssh_lockdown.yml", "content": "---\n\n- name: Disallow root login on SSH\n lineinfile:\n dest: /etc/ssh/sshd_config\n regexp: \"^PermitRootLogin\"\n line: \"PermitRootLogin no\"\n state: present\n notify: reload SSH\n\n- name: Disallow SSH login with password\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1550, "all_permissive": false }
ansible_role
jwdevantier/ansible-server
c05ad20170d730dde9038e1a6330ade8e86c2dba
0
roles/docker
6,476
[ "no_license" ]
[ { "path": "roles/docker/handlers/main.yml", "content": "---\n\n- name: restart docker\n systemd:\n state: restarted\n daemon_reload: true\n enabled: true\n name: docker-ce\n listen: \"restart docker service\"\n\n- name: start docker\n systemd:\n state: started\n daemon_reload: true\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2010, "all_permissive": false }
ansible_role
jwdevantier/ansible-server
c05ad20170d730dde9038e1a6330ade8e86c2dba
0
roles/docker-vol-create
6,476
[ "no_license" ]
[ { "path": "roles/docker-vol-create/tasks/main.yml", "content": "---\n\n# This role is mainly a work-around for the issue where attempting\n# to create/manage volumes with 'docker_volume' fails if the system has\n# no pre-existing volumes.\n\n- include_tasks: mk_vol.yml volume_name=\"{{ item }}\"\n with_ite...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2277, "all_permissive": false }
ansible_role
jwdevantier/ansible-server
c05ad20170d730dde9038e1a6330ade8e86c2dba
0
roles/ganache
6,476
[ "no_license" ]
[ { "path": "roles/ganache/README.md", "content": "Ganache\n=======\n\nA role which runs a (dockerized) copy of the `ganache-cli` service for powering a private ethereum-based blockchain.\n\n[Ganache](http://truffleframework.com/ganache/) comes as a complete package for local development, and a [cli-only](htt...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4462, "all_permissive": false }
ansible_role
jwdevantier/ansible-server
c05ad20170d730dde9038e1a6330ade8e86c2dba
0
roles/revproxy
6,476
[ "no_license" ]
[ { "path": "roles/revproxy/defaults/main.yml", "content": "---\n# defaults file for revproxy\n\n# true iff revproxy should attempt opening firewall ports\nrevproxy_open_ports: false", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "roles/revproxy/tas...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 7552, "all_permissive": false }
ansible_role
jwdevantier/ansible-server
c05ad20170d730dde9038e1a6330ade8e86c2dba
0
roles/sabnzbd
6,476
[ "no_license" ]
[ { "path": "roles/sabnzbd/vars/main.yml", "content": "---\n# vars file for roles/sabnzbd", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/sabnzbd/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - rol...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2503, "all_permissive": false }
ansible_role
jwdevantier/ansible-server
c05ad20170d730dde9038e1a6330ade8e86c2dba
0
roles/ufw
6,476
[ "no_license" ]
[ { "path": "roles/ufw/defaults/main.yml", "content": "---\n\nufw_policies:\n- {direction: 'incoming', policy: 'deny'}\n- {direction: 'outgoing', policy: 'allow'}\n\nssh_port: 22", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/ufw/tasks/main.y...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2426, "all_permissive": false }
ansible_role
securesign/artifact-signer-ansible
96d3f9b5d979e7e4542f0e8fc436e88ea24b2593
5
roles/tas_single_node
6,476
[ "no_license" ]
[ { "path": "roles/tas_single_node/templates/manifests/rekor/rekor-server.j2", "content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: \"{{ tas_single_node_rekor_server_pod }}\"\n namespace: rekor-system\n labels:\n app.podman.io/component: rekor-server\n app.podman.io/part-of: trusted-a...
{ "task_files": 22, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 53, "total_bytes": 173387, "all_permissive": false }
ansible_role
UoMProject2020/group_31
1f146e6946757552a04b2f2f3d0ce17427c3d502
0
Ansible/roles/openstack-common
6,476
[ "no_license" ]
[ { "path": "Ansible/roles/openstack-common/tasks/main.yaml", "content": "---\n\n#--------------------------------\n#Group No. 31\n#Team Members\n#<NAME>, 1141290,Melbourne\n#<NAME>,1143213,Melbourne\n#<NAME>,1135025,Melbourne\n#<NAME>,1098776,Melbourne\n#<NAME>,1098807,Melbourne\n#---------------------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1016, "all_permissive": false }
ansible_role
UoMProject2020/group_31
1f146e6946757552a04b2f2f3d0ce17427c3d502
0
Ansible/roles/openstack-instance
6,476
[ "no_license" ]
[ { "path": "Ansible/roles/openstack-instance/tasks/main.yaml", "content": "---\n\n#--------------------------------\n#Group No. 31\n#Team Members\n#<NAME>, 1141290,Melbourne\n#<NAME>,1143213,Melbourne\n#<NAME>,1135025,Melbourne\n#<NAME>,1098776,Melbourne\n#<NAME>,1098807,Melbourne\n#-------------------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1301, "all_permissive": false }
ansible_role
UoMProject2020/group_31
1f146e6946757552a04b2f2f3d0ce17427c3d502
0
Ansible/roles/openstack-volume
6,476
[ "no_license" ]
[ { "path": "Ansible/roles/openstack-volume/tasks/main.yaml", "content": "---\n#--------------------------------\n#Group No. 31\n#Team Members\n#<NAME>, 1141290,Melbourne\n#<NAME>,1143213,Melbourne\n#<NAME>,1135025,Melbourne\n#<NAME>,1098776,Melbourne\n#<NAME>,1098807,Melbourne\n#-----------------------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 563, "all_permissive": false }
ansible_role
UoMProject2020/group_31
1f146e6946757552a04b2f2f3d0ce17427c3d502
0
Ansible/roles/service-common
6,476
[ "no_license" ]
[ { "path": "Ansible/roles/service-common/tasks/main.yaml", "content": "---\n#--------------------------------\n#Group No. 31\n#Team Members\n#<NAME>, 1141290,Melbourne\n#<NAME>,1143213,Melbourne\n#<NAME>,1135025,Melbourne\n#<NAME>,1098776,Melbourne\n#<NAME>,1098807,Melbourne\n#-------------------------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5755, "all_permissive": false }
ansible_role
gaje85/ansible
39cb97135e5bb204f261c7a9d22313537af6184f
1
12-roles/roles/firewall
6,476
[ "no_license" ]
[ { "path": "12-roles/roles/firewall/tasks/main.yml", "content": "---\n# tasks file for firewall\n\n- name: Disable Firewall Service\n service: name=ufw state=stopped enabled=False\n when: ansible_os_family == \"Debian\"\n\n- name: Disable FirewallD Service\n service: name=firewalld state=stopped enabled=F...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 277, "all_permissive": false }
ansible_role
gaje85/ansible
39cb97135e5bb204f261c7a9d22313537af6184f
1
12-roles/roles/jenkins
6,476
[ "no_license" ]
[ { "path": "12-roles/roles/jenkins/templates/etc/default/jenkins.j2", "content": "# {{ ansible_managed }}\n\n# defaults for Jenkins automation server\n\n# pulled in from the init script; makes things easier.\nNAME={{ jenkins_name }}\n\n# arguments to pass to java\nJAVA_ARGS=\"{{ jenkins_java_args | join(' ')...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 12219, "all_permissive": false }
ansible_role
gaje85/ansible
39cb97135e5bb204f261c7a9d22313537af6184f
1
12-roles/roles/jenkins2
6,476
[ "no_license" ]
[ { "path": "12-roles/roles/jenkins2/handlers/main.yml", "content": "# handlers file\n---\n- name: restart jenkins\n service:\n name: jenkins\n state: restarted\n when: service_default_state | default('started') == 'started'\n\n- name: safe-restart jenkins\n command: >\n java -jar {{ jenkins_cli_j...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3082, "all_permissive": false }
ansible_role
gaje85/ansible
39cb97135e5bb204f261c7a9d22313537af6184f
1
12-roles/roles/server-common
6,476
[ "no_license" ]
[ { "path": "12-roles/roles/server-common/tasks/main.yml", "content": "---\n# tasks file for server-common\n\n- include: ntp.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "12-roles/roles/server-common/tasks/ntp.yml", "content": "---\n\n- n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 254, "all_permissive": false }
ansible_role
gaje85/ansible
39cb97135e5bb204f261c7a9d22313537af6184f
1
12-roles/roles/test
6,476
[ "no_license" ]
[ { "path": "12-roles/roles/test/tasks/main.yml", "content": "---\n# tasks file for test\n#\n\n - name: pull an image\n docker_image:\n name: gaje85/springbootdockerdemo\n source: pull\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { "path":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 194, "all_permissive": false }
ansible_role
gaje85/ansible
39cb97135e5bb204f261c7a9d22313537af6184f
1
13-local-and-remote-actions/roles/server-common
6,476
[ "no_license" ]
[ { "path": "13-local-and-remote-actions/roles/server-common/tasks/main.yml", "content": "---\n# tasks file for server-common\n\n- include: ntp.yml\n- include: common-user.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "13-local-and-remote-acti...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 215, "all_permissive": false }
ansible_role
gaje85/ansible
39cb97135e5bb204f261c7a9d22313537af6184f
1
13-local-and-remote-actions/roles/webserver
6,476
[ "no_license" ]
[ { "path": "13-local-and-remote-actions/roles/webserver/tasks/main.yml", "content": "---\n# tasks file for webserver\n- include: local-action.yaml\n\n- name: Install HTTPD Packages \n yum: name=httpd state=present\n when: ansible_os_family == \"RedHat\" \n\n- name: Install Apache Packages\n apt: name=apac...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2100, "all_permissive": false }
ansible_role
gaje85/ansible
39cb97135e5bb204f261c7a9d22313537af6184f
1
14-pre-and-post-tasks/roles/pre-post-task
6,476
[ "no_license" ]
[ { "path": "14-pre-and-post-tasks/roles/pre-post-task/defaults/main.yml", "content": "---\n# defaults file for pre-post-task\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "14-pre-and-post-tasks/roles/pre-post-task/tasks/main.yml", "content": ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 560, "all_permissive": false }
ansible_role
gaje85/ansible
39cb97135e5bb204f261c7a9d22313537af6184f
1
14-pre-and-post-tasks/roles/server-common
6,476
[ "no_license" ]
[ { "path": "14-pre-and-post-tasks/roles/server-common/tasks/ntp.yml", "content": "---\n\n- name: Install NTP Clinet\n apt: name=ntp state=present\n when: ansible_os_family == \"Debian\"\n\n \n- name: Install NTP Clinet\n yum: name=ntpd state=present\n when: ansible_os_family == \"RedHat\"\n", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
patricksalmeida/fc3-ansible
b456eb131bfc4cc4ad6091d3bbb02a7c38a3fd11
0
roles/docker_swarm_manager
6,476
[ "no_license" ]
[ { "path": "roles/docker_swarm_manager/tasks/main.yml", "content": "---\n- name: Start docker swarm\n docker_swarm:\n state: present\n register: init_swarm\n\n- name: Fetch join token\n set_fact:\n join_token_worker: \"{{ init_swarm.swarm_facts.JoinTokens.Worker }}\"", "license_type": "no_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 198, "all_permissive": false }
ansible_role
patricksalmeida/fc3-ansible
b456eb131bfc4cc4ad6091d3bbb02a7c38a3fd11
0
roles/docker_swarm_workers
6,476
[ "no_license" ]
[ { "path": "roles/docker_swarm_workers/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - docker_swarm_workers\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/docker_swarm_workers/defaults/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 497, "all_permissive": false }
ansible_role
patricksalmeida/fc3-ansible
b456eb131bfc4cc4ad6091d3bbb02a7c38a3fd11
0
roles/install_docker
6,476
[ "no_license" ]
[ { "path": "roles/install_docker/tasks/main.yml", "content": "---\n- name: Install libs\n apt:\n name: \n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n - python3-pip\n - virtualenv\n - python3-setuptools\n state: present\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1178, "all_permissive": false }
ansible_role
patricksalmeida/fc3-ansible
b456eb131bfc4cc4ad6091d3bbb02a7c38a3fd11
0
roles/install_nginx
6,476
[ "no_license" ]
[ { "path": "roles/install_nginx/vars/main.yml", "content": "---\nhello_fullcycle: \"Hello DevOps with Ansible!\"\nurl_app: \"http://localhost:3002\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/install_nginx/tasks/main.yml", "content": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1174, "all_permissive": false }
ansible_role
churrops/ansible-wordpress
024e4264d7cb8b6f4694ba32624c654cfc1fefdb
0
roles/db
6,476
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "---\n- name: MariaDB | Install database\n yum:\n name: '{{ item }}'\n state: latest\n with_items:\n - mariadb\n - mariadb-server\n - MySQL-python\n tags:\n - db\n\n- name: MariaDB | Starting and enabled database\n service:\n name: mar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1295, "all_permissive": false }
ansible_role
churrops/ansible-wordpress
024e4264d7cb8b6f4694ba32624c654cfc1fefdb
0
roles/httpd
6,476
[ "no_license" ]
[ { "path": "roles/httpd/tasks/main.yml", "content": "---\n- name: WEB | Add EPEL repository\n yum:\n name: '{{ item }}'\n state: present \n with_items:\n - https://mirror.webtatic.com/yum/el7/webtatic-release.rpm\n - http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2685, "all_permissive": false }
ansible_role
churrops/ansible-wordpress
024e4264d7cb8b6f4694ba32624c654cfc1fefdb
0
roles/selinux
6,476
[ "no_license" ]
[ { "path": "roles/selinux/tasks/main.yml", "content": "- name: SELinux | Ajustando a configuracao booleana do SELinux\n command: setsebool -P httpd_can_network_connect_db on\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }
ansible_role
churrops/ansible-wordpress
024e4264d7cb8b6f4694ba32624c654cfc1fefdb
0
roles/wordpress
6,476
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- name: Wordpress | Remove Apache welcome page\n file: name=/etc/httpd/conf.d/welcome.conf state=absent\n\n- name: Wordpress | Copy wordpress.tar.gz to server\n unarchive:\n src: \"{{ wp_url_download }}\"\n dest: /tmp/\n remote_src: yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1527, "all_permissive": false }
ansible_role
jbhoorasingh/networking-playbooks
5849659ae29fa8e622b797440015c46fd81820ab
0
roles/banner
6,476
[ "no_license" ]
[ { "path": "roles/banner/README.md", "content": "Role Name\n=========\n\nThis role is used to set the banner on network devices. \n\nRequirements\n------------\n\n- arista.eos\n- cisco.ios\n- cisco.nxos\n\nRole Variables\n--------------\n\n| Variable | Descriptions | #Default |\n| :---: | :---: | :---: |\n| ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2086, "all_permissive": false }
ansible_role
jbhoorasingh/networking-playbooks
5849659ae29fa8e622b797440015c46fd81820ab
0
roles/local_authentication
6,476
[ "no_license" ]
[ { "path": "roles/local_authentication/tasks/main.yml", "content": "---\n- name: Configure - Local Auth Set AAA - Cisco IOS\n cisco.ios.ios_config:\n lines:\n - \"aaa new-model\"\n when: ansible_net_system == \"ios\"\n\n- name: Configure - Local Auth Set Login Method - Cisco IOS\n cisco.ios.ios_co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2668, "all_permissive": false }
ansible_role
jbhoorasingh/networking-playbooks
5849659ae29fa8e622b797440015c46fd81820ab
0
roles/ntp
6,476
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\n# tasks file for ntp\n- name: Configure - NTP - Arista\n arista.eos.eos_ntp_global:\n config:\n servers:\n - server: '{{ntp_server1}}'\n - server: '{{ntp_server2}}'\n state: replaced\n when: ansible_net_system == \"eos\"\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1553, "all_permissive": false }
ansible_role
jbhoorasingh/networking-playbooks
5849659ae29fa8e622b797440015c46fd81820ab
0
roles/system
6,476
[ "no_license" ]
[ { "path": "roles/system/tasks/main.yml", "content": "---\n- name: Configure - System - Arista EOS\n arista.eos.eos_system:\n hostname: \"{{ inventory_hostname.upper() }}\"\n domain_name: \"{{ domain_name }}\"\n name_servers:\n - 8.8.8.8\n - 192.168.127.12\n domain_list:\n - \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1019, "all_permissive": false }
ansible_role
qf-devops/ansible-influxdb
ee09b8df4e487a823da1c827266149e8f460e4e6
0
roles/influxdb
6,456
[ "no_license" ]
[ { "path": "roles/influxdb/tasks/main.yml", "content": "---\n- name: copy repo\n copy:\n src: influxdb.repo\n dest: /etc/yum.repos.d/influxdb.repo\n- name: install package influxdb\n yum:\n name: influxdb\n state: latest\n- name: start the influxdb service\n service:\n name: inlfuxdb\n s...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 996, "all_permissive": false }
ansible_role
pragyanatvade/ansible-playground
7e150741b06d6b18f5694a3bfbb4a5c5d77ac1ae
0
mysql-cluster/ansible/roles/common
6,456
[ "no_license" ]
[ { "path": "mysql-cluster/ansible/roles/common/tasks/main.yml", "content": "---\n- name: Set fs.file-max kernel parameter\n sysctl: name=fs.file-max value={{ common_max_open_files | default('102400') }} state=present\n # when: common_max_open_files | bool\n become: true", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 228, "all_permissive": false }
ansible_role
pragyanatvade/ansible-playground
7e150741b06d6b18f5694a3bfbb4a5c5d77ac1ae
0
mysql-cluster/ansible/roles/dotdeb
6,456
[ "no_license" ]
[ { "path": "mysql-cluster/ansible/roles/dotdeb/tasks/main.yml", "content": "---\n- block:\n - name: Get gpg key\n apt_key: url=https://www.dotdeb.org/dotdeb.gpg state=present\n when: ansible_distribution == 'Debian' and ansible_distribution_release == 'stretch'\n\n - name: Create dotdeb.list\n she...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 611, "all_permissive": false }
ansible_role
ksoderstrom/ansible-macos
0803f1b4e734939028a143feba67b2a065d59d76
0
roles/dock
6,456
[ "no_license" ]
[ { "path": "roles/dock/tasks/main.yml", "content": "---\n- name: Remove all crap from Dock\n shell: dockutil --remove '{{ item }}'\n ignore_errors: true\n with_items: \"{{ dockitems_to_remove }}\"\n \n- name: Check if items in dock exist\n shell: dockutil --find '{{ item.name }}' || dockutil --add '{{ it...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 802, "all_permissive": false }
ansible_role
ksoderstrom/ansible-macos
0803f1b4e734939028a143feba67b2a065d59d76
0
roles/iterm2
6,456
[ "no_license" ]
[ { "path": "roles/iterm2/defaults/main.yml", "content": "---\n\niterm2_preferences_custom_folder: \"\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/iterm2/tasks/main.yml", "content": "---\n- name: Ensure preferences are loaded from a ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 527, "all_permissive": false }
ansible_role
ksoderstrom/ansible-macos
0803f1b4e734939028a143feba67b2a065d59d76
0
roles/rcm
6,456
[ "no_license" ]
[ { "path": "roles/rcm/tasks/main.yml", "content": "---\n- name: Check for existing dotfiles\n stat: path=~/.dotfiles\n register: repo\n\n- name: Clone dotfiles\n shell: git clone {{ dotfiles.https }} ~/.dotfiles\n when: not repo.stat.exists\n\n- name: Switch to ssh remote\n shell: git -C ~/.dotfiles rem...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 333, "all_permissive": false }
ansible_role
ksoderstrom/ansible-macos
0803f1b4e734939028a143feba67b2a065d59d76
0
roles/settings
6,456
[ "no_license" ]
[ { "path": "roles/settings/defaults/main.yml", "content": "---\n\nsettings: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 18 }, { "path": "roles/settings/tasks/main.yml", "content": "---\n- osx_defaults:\n domain: \"{{ item.domain }}\"\n key: \"{{ i...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 256, "all_permissive": false }
ansible_role
ksoderstrom/ansible-macos
0803f1b4e734939028a143feba67b2a065d59d76
0
roles/tmux
6,456
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "---\n- name: Check for existing tpm repo\n stat: path=~/.tmux/plugins/tpm\n register: tpm\n\n- name: Clone tpm repo\n shell: git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm\n when: not tpm.stat.exists\n\n- name: Install tpm plugins\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 340, "all_permissive": false }
ansible_role
ksoderstrom/ansible-macos
0803f1b4e734939028a143feba67b2a065d59d76
0
roles/vim
6,456
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n#- name: Link vim to nvim\n# file:\n# src: /usr/local/bin/nvim\n# dest: /usr/local/bin/vim\n# state: link\n\n- name: Install neovim pip3 packages\n shell: pip3 install neovim\n\n- name: Check for existing plug.vim\n stat: path=~/.local/share...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 576, "all_permissive": false }
ansible_role
ksoderstrom/ansible-macos
0803f1b4e734939028a143feba67b2a065d59d76
0
roles/zim
6,456
[ "no_license" ]
[ { "path": "roles/zim/tasks/main.yml", "content": "---\n- name: Check for existing zim\n stat: path=~/.zim\n register: repo\n\n- name: Clone zim\n shell: git clone --recursive https://github.com/Eriner/zim.git ~/.zim\n when: not repo.stat.exists\n\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
ansible/molecule
7b4d06a10d92d4698d643915f9fb29f1e0f878fc
3,982
tests/fixtures/resources/roles/molecule
6,456
[ "no_license" ]
[ { "path": "tests/fixtures/resources/roles/molecule/tasks/main.yml", "content": "---\n- name: Create /etc/molecule\n ansible.builtin.file:\n dest: /etc/molecule\n group: root\n owner: root\n mode: \"0755\"\n state: directory\n\n- name: Create /etc/molecule/{{ ansible_host }}\n ansible.builti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 589, "all_permissive": false }
ansible_role
ansible/molecule
7b4d06a10d92d4698d643915f9fb29f1e0f878fc
3,982
tests/fixtures/resources/sample-collection/roles/get_rich
6,456
[ "no_license" ]
[ { "path": "tests/fixtures/resources/sample-collection/roles/get_rich/tasks/main.yml", "content": "- name: Some task inside foo.bar collection\n ansible.builtin.debug:\n msg: \"hello world!\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 93, "all_permissive": false }
ansible_role
aws-samples/automate-sap-hana-high-availability-test
76140acfc5919c79ff01e2ae2758ef1e556a97ee
5
roles/ansible-role-bridge-task
6,456
[ "permissive" ]
[ { "path": "roles/ansible-role-bridge-task/defaults/main.yaml", "content": "---\n \n# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: MIT-0 \n\n# Constants to help on the report output\nIGNORE_ERRORS: \"ignore_errors\"\n\n# Hana installation data\nhana_sid_lower...
{ "task_files": 18, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 19, "total_bytes": 23189, "all_permissive": true }
ansible_role
aws-samples/automate-sap-hana-high-availability-test
76140acfc5919c79ff01e2ae2758ef1e556a97ee
5
roles/ansible-role-ha-test-scenarios
6,456
[ "permissive" ]
[ { "path": "roles/ansible-role-ha-test-scenarios/tasks/kill_pid/main.yaml", "content": "---\n\n# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: MIT-0 \n\n- name: Include custom KILL PID vars\n include_vars:\n file: kill_pid.yaml\n\n- name: Include Kill PID ...
{ "task_files": 41, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 43, "total_bytes": 28157, "all_permissive": true }
ansible_role
serpro69/ktchn8s
6447840248a090f35c85f473b7d893a07f4cb812
12
metal/roles/automatic_upgrade
6,456
[ "no_license" ]
[ { "path": "metal/roles/automatic_upgrade/tasks/main.yml", "content": "---\n- name: Install packages for automatic upgrade\n dnf:\n name:\n - dnf-automatic\n - dnf-utils\n\n- name: Copy automatic upgrade config file\n copy:\n src: automatic.conf\n dest: /etc/dnf/automatic.conf\n mode:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 355, "all_permissive": false }
ansible_role
serpro69/ktchn8s
6447840248a090f35c85f473b7d893a07f4cb812
12
metal/roles/boot
6,456
[ "no_license" ]
[ { "path": "metal/roles/boot/tasks/main.yml", "content": "---\n- name: Send Wake-on-LAN magic packets\n wakeonlan:\n mac: \"{{ mac }}\"\n delegate_to: localhost\n become: false\n\n- name: Wait for the machines to come online\n wait_for_connection:\n timeout: 600\n sleep: 30\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 218, "all_permissive": false }
ansible_role
serpro69/ktchn8s
6447840248a090f35c85f473b7d893a07f4cb812
12
metal/roles/cilium
6,456
[ "no_license" ]
[ { "path": "metal/roles/cilium/defaults/main.yml", "content": "---\ncilium_repo_url: https://helm.cilium.io\ncilium_version: 1.16.1 # TODO: upgrade to latest\ncilium_namespace: kube-system\ncilium_values:\n operator:\n replicas: 1\n kubeProxyReplacement: true\n l2announcements:\n enabled: true\n # ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1802, "all_permissive": false }
ansible_role
serpro69/ktchn8s
6447840248a090f35c85f473b7d893a07f4cb812
12
metal/roles/k3s
6,456
[ "no_license" ]
[ { "path": "metal/roles/k3s/templates/kube-vip.yaml.j2", "content": "apiVersion: v1\nkind: Pod\nmetadata:\n name: kube-vip\n namespace: kube-system\nspec:\n containers:\n - name: kube-vip\n image: ghcr.io/kube-vip/kube-vip:v0.6.4\n args:\n - manager\n env:\n - name: address...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 9487, "all_permissive": false }
ansible_role
serpro69/ktchn8s
6447840248a090f35c85f473b7d893a07f4cb812
12
metal/roles/prerequisites
6,456
[ "no_license" ]
[ { "path": "metal/roles/prerequisites/tasks/main.yml", "content": "---\n- name: Adjust kernel parameters\n sysctl:\n name: \"{{ item.name }}\"\n value: \"{{ item.value }}\"\n loop:\n - name: \"fs.inotify.max_queued_events\"\n value: 16384\n - name: \"fs.inotify.max_user_instances\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 840, "all_permissive": false }
ansible_role
serpro69/ktchn8s
6447840248a090f35c85f473b7d893a07f4cb812
12
metal/roles/pxe_server
6,456
[ "no_license" ]
[ { "path": "metal/roles/pxe_server/files/http/Dockerfile", "content": "FROM nginx:1.25-alpine\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "metal/roles/pxe_server/files/dnsmasq/Dockerfile", "content": "FROM alpine:3.19\n\nRUN apk --no-cache ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 7897, "all_permissive": false }
ansible_role
serpro69/ktchn8s
6447840248a090f35c85f473b7d893a07f4cb812
12
metal/roles/wake
6,456
[ "no_license" ]
[ { "path": "metal/roles/wake/tasks/main.yml", "content": "---\n- name: Send Wake-on-LAN magic packets\n wakeonlan:\n mac: \"{{ mac }}\"\n delegate_to: localhost\n\n- name: Wait for the machines to come online\n wait_for_connection:\n timeout: 1000\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 189, "all_permissive": false }
ansible_role
manupanand-freelance-developer/kubernetes-cluster-selfmanged
a051ee5ff7fa38c6819cea5c4d15db065f7da78e
0
k8s-infra-selfmanaged/ansible/roles/control-plane
6,456
[ "no_license" ]
[ { "path": "k8s-infra-selfmanaged/ansible/roles/control-plane/files/script.sh", "content": "#!/bin/bash\n\nLOG_FILE=\"/var/log/startup_script.log\"\nKUBECONFIG=\"/home/ec2-user/.kube/config\"\n\n# Redirect stdout and stderr to log file\nexec >> \"$LOG_FILE\" 2>&1\n\necho \"===== Starting Calico installation:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6528, "all_permissive": false }
ansible_role
boyer-code/pynet_ansible
b8221ebf23937838e0ecf5c71277cb042f408698
0
ansible_testing/roles/access_switch
6,456
[ "permissive" ]
[ { "path": "ansible_testing/roles/access_switch/tasks/main.yml", "content": "#main.yml from tasks\n- name: Generate configuration file\n template: src=access_switch.j2 dest=/home/skas/python/ansible_testing/out/{{item.hostname}}-v3.txt\n with_items: \"{{access_switches}}\"\n\n", "license_type": "permis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 195, "all_permissive": true }
ansible_role
jimsid/tomee
273a83b03c586958117db71cdb90fd28f2b80074
0
roles/jenkins-server
6,456
[ "no_license" ]
[ { "path": "roles/jenkins-server/handlers/main.yml", "content": "- name: déplacer l'appli web ROOT par défaut\n command: creates=\"{{tomcat_dir}}/webapps/doc\" mv {{tomcat_dir}}/webapps/ROOT {{tomcat_dir}}/webapps/doc\n\n- name: relancer Tomee\n service: name=tomee state=restarted\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2827, "all_permissive": false }
ansible_role
MetriclyFrench/SpinUp
62a9b8b0a8ae01cb3db43054303653ed9ca95ee7
0
playbooks/roles/ec2-security-group
6,456
[ "no_license" ]
[ { "path": "playbooks/roles/ec2-security-group/vars/main.yml", "content": "---\naws_security_group: \"spinup-{{ aws_instance_name }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "playbooks/roles/ec2-security-group/tasks/main.yml", "content...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 962, "all_permissive": false }
ansible_role
MetriclyFrench/SpinUp
62a9b8b0a8ae01cb3db43054303653ed9ca95ee7
0
playbooks/roles/genesis-amazon
6,456
[ "no_license" ]
[ { "path": "playbooks/roles/genesis-amazon/tasks/main.yml", "content": "---\n- name: Remove the 'spinup' SSH key from Amazon if it already exists. This prevents conflicts that may occur when two people with different keys are sharing the AWS account.\n ec2_key:\n name: spinup-ssh\n state: absent\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2669, "all_permissive": false }
ansible_role
MetriclyFrench/SpinUp
62a9b8b0a8ae01cb3db43054303653ed9ca95ee7
0
playbooks/roles/ufw
6,456
[ "no_license" ]
[ { "path": "playbooks/roles/ufw/tasks/main.yml", "content": "---\n- name: Install UFW\n apt:\n name: ufw\n\n- name: Disable UFW logging\n lineinfile:\n dest: /etc/ufw/ufw.conf\n regexp: \"^LOGLEVEL\"\n line: \"LOGLEVEL=off\"\n\n- name: Ensure UFW allows SSH\n ufw:\n to_port: \"{{ ssh_port }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 523, "all_permissive": false }
ansible_role
rafaelszp/ansible-nginx-react
d849c1353cb87108e6b1da6d242a435971a9ad3b
0
roles/balancer
6,456
[ "no_license" ]
[ { "path": "roles/balancer/vars/main.yml", "content": "---\n# vars file for nginx\n\n\n\n\n\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/balancer/templates/nginx.conf.j2", "content": "user {{nginx_user}};\nworker_processes {{ngi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6748, "all_permissive": false }
ansible_role
rafaelszp/ansible-nginx-react
d849c1353cb87108e6b1da6d242a435971a9ad3b
0
roles/base
6,456
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n# tasks file for base\n- name: Install epel repo\n copy: \n src: epel.repo \n dest: /etc/yum.repos.d/epel.repo\n force: no\n\n- name: Update openssl\n yum:\n name: openssl\n state: latest\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
ARTbio/maas-docker
02f24c41431ab7b259162a821f1b54803126cef3
16
roles/maas-os
6,456
[ "no_license" ]
[ { "path": "roles/maas-os/vars/main.yml", "content": "maas_startup_state: \"{{ ansible_state_dir }}/maas-region-admin\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/maas-os/tasks/main.yml", "content": "---\n# Install system packages\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1594, "all_permissive": false }
ansible_role
ARTbio/maas-docker
02f24c41431ab7b259162a821f1b54803126cef3
16
roles/maas-settings
6,456
[ "no_license" ]
[ { "path": "roles/maas-settings/tasks/main.yml", "content": "- name: Create preseed with correct IP\n template: src=preseed.txt.j2 dest=/tmp/preseed.txt\n\n- name: Set preseed\n command: debconf-set-selections /tmp/preseed.txt\n\n- name: Reconfigure region and cluster controller\n command: dpkg-reconfigur...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 579, "all_permissive": false }
ansible_role
ARTbio/maas-docker
02f24c41431ab7b259162a821f1b54803126cef3
16
roles/maasetherwakehack
6,456
[ "no_license" ]
[ { "path": "roles/maasetherwakehack/templates/99-maas-sudoers.j2", "content": "maas ALL= NOPASSWD: /usr/sbin/service maas-dhcpd start\nmaas ALL= NOPASSWD: /usr/sbin/service maas-dhcpd status\nmaas ALL= NOPASSWD: /usr/sbin/service maas-dhcpd restart\nmaas ALL= NOPASSWD: /usr/sbin/service maas-dhcpd stop\nmaas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1862, "all_permissive": false }
ansible_role
cedricblondeau/wifi-repeater-ansible
2126f2e745f6fe44e6a604983b744b8004d74e9a
1
roles/common
6,456
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install required packages\n apt: name={{ item }} state=present\n with_items:\n - iw\n - hostapd\n - dnsmasq\n - haveged\n - iptables\n become: yes", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 168, "all_permissive": false }
ansible_role
cedricblondeau/wifi-repeater-ansible
2126f2e745f6fe44e6a604983b744b8004d74e9a
1
roles/create_ap
6,456
[ "no_license" ]
[ { "path": "roles/create_ap/templates/create_ap.service.j2", "content": "[Unit]\nDescription=WiFi repeater\nAfter=network.target\n\n[Service]\nType=simple\nExecStart=/usr/bin/create_ap {{ wifi_interface }} {{ interface_with_internet }} {{ access_point_name }} {{ access_point_passphrase }}\nKillSignal=SIGINT\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1033, "all_permissive": false }
ansible_role
mik-tf/tutor-k3s-mgmt
203e25bf4569a243f341abebd24d69d43806748a
0
platform/roles/tutor_config
6,556
[ "no_license" ]
[ { "path": "platform/roles/tutor_config/templates/config.yml.j2", "content": "# Tutor configuration - Generated by Ansible from config.yml.j2\n# Based on variables in platform/inventory.ini\n\n# Platform settings\nLMS_HOST: {{ lms_host }}\nCMS_HOST: {{ cms_host }}\nSECRET_KEY: ## TUTOR_SECRET_KEY ## # Let ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5675, "all_permissive": false }
ansible_role
mik-tf/tutor-k3s-mgmt
203e25bf4569a243f341abebd24d69d43806748a
0
platform/roles/tutor_deploy
6,556
[ "no_license" ]
[ { "path": "platform/roles/tutor_deploy/tasks/main.yml", "content": "---\n# Tasks to deploy Open edX using Tutor k8s commands\n\n- name: Check if openedx namespace exists\n kubernetes.core.k8s_info:\n kind: Namespace\n name: \"{{ k8s_namespace }}\"\n register: ns_check\n ignore_errors: yes # Ignore ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3476, "all_permissive": false }
ansible_role
mik-tf/tutor-k3s-mgmt
203e25bf4569a243f341abebd24d69d43806748a
0
platform/roles/tutor_destroy
6,556
[ "no_license" ]
[ { "path": "platform/roles/tutor_destroy/tasks/main.yml", "content": "---\n# Tasks to destroy the Open edX K8s deployment\n\n- name: Run Tutor K8s Destroy command\n ansible.builtin.command: bash ../../scripts/tutor_cmd.sh k8s destroy -n --non-interactive\n register: destroy_result\n changed_when: destroy_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 544, "all_permissive": false }
ansible_role
mik-tf/tutor-k3s-mgmt
203e25bf4569a243f341abebd24d69d43806748a
0
platform/roles/tutor_prereqs
6,556
[ "no_license" ]
[ { "path": "platform/roles/tutor_prereqs/tasks/main.yml", "content": "# platform/roles/tutor_prereqs/tasks/main.yml\n---\n# Tasks to install Tutor CLI and dependencies on the management node\n\n- name: Ensure OS prerequisites are installed (git, python3-pip)\n ansible.builtin.package:\n name:\n - \"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3155, "all_permissive": false }