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
thkevin/kubernetes_vms_lab
e8937c613060f34fd987fd5ad5c182ebb43d95d4
0
provisioning/roles/cluster
328
[ "no_license" ]
[ { "path": "provisioning/roles/cluster/tasks/main.yml", "content": "---\n\n- name: Check if the cluster already has running pods\n kubernetes.core.k8s_info:\n kind: Pod\n namespace: kube-system\n field_selectors:\n - status.phase=Running\n username: \"{{ lab_user }}\"\n kubeconfig: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5274, "all_permissive": false }
ansible_role
thkevin/kubernetes_vms_lab
e8937c613060f34fd987fd5ad5c182ebb43d95d4
0
provisioning/roles/packages
328
[ "no_license" ]
[ { "path": "provisioning/roles/packages/tasks/main.yml", "content": "---\n\n- name: Install utils packages\n include_tasks: utils.yml\n\n- name: Install containerd\n include_tasks: containerd.yml\n\n- name: Install & configure kube packages\n include_tasks: kube_packages.yml\n\n- name: Systemd actions\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5276, "all_permissive": false }
ansible_role
thkevin/kubernetes_vms_lab
e8937c613060f34fd987fd5ad5c182ebb43d95d4
0
provisioning/roles/setup
328
[ "no_license" ]
[ { "path": "provisioning/roles/setup/templates/profile", "content": "\n# User env variables\n\n# Setup PATH\n\n# Tweak {{ lab_user }} prompt\nexport PS1='\\[\\033[1;34m\\]\\u\\[\\033[0m\\]@\\[\\033[1;34m\\]\\h\\[\\033[0m\\]: \\[\\033[34m\\]\\W\\[\\033[0m\\]\\n\\[\\033[33m\\]$?\\[\\033[0m\\]@\\[\\033[0m\\]\\t...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4315, "all_permissive": false }
ansible_role
ralfbs/ci-cd
8080f316f6657c5bc0e4153465776792c50925eb
0
ansible/roles/common
328
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: Ensure hostname set\n hostname: name={{ inventory_hostname }}\n when: not inventory_hostname|match('(\\d{1,3}\\.){3}\\d{1,3}')\n\n- name: Ensure hostname is in /etc/hosts\n lineinfile:\n dest=/etc/hosts\n regexp=\"^{{ ansible_defa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1103, "all_permissive": false }
ansible_role
ralfbs/ci-cd
8080f316f6657c5bc0e4153465776792c50925eb
0
ansible/roles/php
328
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "\n# https://github.com/heybigname/ansible/blob/master/tasks/php.yml\n- name: PHP | Install Ondrej PHP PPA\n apt_repository: repo='ppa:ondrej/php' update_cache=yes\n\n- name: \"install apache2 mod_php{{ php_version }}\"\n apt:\n pkg: \"libapache2...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1194, "all_permissive": false }
ansible_role
ralfbs/ci-cd
8080f316f6657c5bc0e4153465776792c50925eb
0
ansible/roles/tersmitten.ssh-keys
328
[ "no_license" ]
[ { "path": "ansible/roles/tersmitten.ssh-keys/tasks/known-hosts.yml", "content": "# tasks file for ssh-keys\n---\n- name: known-hosts | stat directories\n stat:\n path: \"{{ item }}/\"\n register: _stat_directories\n with_items:\n - \"{{ ssh_keys_known_hosts_path | dirname }}\"\n tags:\n - ssh-k...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1795, "all_permissive": false }
ansible_role
sebgoa/ansible-mesos-cloudstack
1897eadc0f079bada179048faa80a766e41a451c
2
roles/mesos
328
[ "permissive" ]
[ { "path": "roles/mesos/templates/inv.j2", "content": "[default]\nlocalhost ansible_python_interpreter=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python\n\n[mesos_masters]\n{% for m in mesos_masters.results%}\n{{ mesos_node_prefix }}{{ loop.index }} ansible_ssh_host={{ m.default_ip }} an...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2692, "all_permissive": true }
ansible_role
jairoserrano/Ansible101
fbe3d9654ef5fcaca9c6a12eb1abda36492c075f
1
ansible001/roles/common
328
[ "no_license" ]
[ { "path": "ansible001/roles/common/tasks/munin.yml", "content": "---\n- name: Instalación de Munin (Monitoreo)\n apt: name=munin-node state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "ansible001/roles/common/tasks/main.yml", "con...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 107, "all_permissive": false }
ansible_role
jairoserrano/Ansible101
fbe3d9654ef5fcaca9c6a12eb1abda36492c075f
1
ansible001/roles/webserver
328
[ "no_license" ]
[ { "path": "ansible001/roles/webserver/tasks/main.yml", "content": "---\n- name: add repositories\n apt_repository: repo={{item}} state=present update_cache=yes\n with_items:\n - ppa:nginx/stable\n\n- name: instalación de nginx\n apt:\n name: nginx\n state: present\n\n- name: start nginx\n servi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 285, "all_permissive": false }
ansible_role
vchandel02/ReleaseDeployer_Credit
f9bc03be3042e5101c27f67adf5adb06f26052ed
0
roles/FolderBackup
328
[ "no_license" ]
[ { "path": "roles/FolderBackup/defaults/main.yml", "content": "---\n# defaults file for FolderBackup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/FolderBackup/vars/main.yml", "content": "---\n# vars file for FolderBackup\n", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 385, "all_permissive": false }
ansible_role
vchandel02/ReleaseDeployer_Credit
f9bc03be3042e5101c27f67adf5adb06f26052ed
0
roles/ManageIISAppPool
328
[ "no_license" ]
[ { "path": "roles/ManageIISAppPool/defaults/main.yml", "content": "---\n# defaults file for ManageIISAppPool\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/ManageIISAppPool/tests/test.yml", "content": "---\n- hosts: localhost\n remote_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 338, "all_permissive": false }
ansible_role
vchandel02/ReleaseDeployer_Credit
f9bc03be3042e5101c27f67adf5adb06f26052ed
0
roles/ProcessManagementUsingAPI
328
[ "no_license" ]
[ { "path": "roles/ProcessManagementUsingAPI/handlers/main.yml", "content": "---\n# handlers file for ProcessManagementUsingAPI\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/ProcessManagementUsingAPI/tasks/main.yml", "content": "---\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1710, "all_permissive": false }
ansible_role
vineet04/Percona-server-for-MySQL
c29b052776a921588160f9bb5b54b5d0a642c7c9
0
roles/percona
328
[ "no_license" ]
[ { "path": "roles/percona/defaults/main.yml", "content": "# User that will run MySQL and own the MySQL directories\r\nservice_user: mysql\r\nservice_group: mysql\r\n\r\n# Directory where the Percona data and configuration will live\r\npercona_data_dir: /some-dir\r\n\r\n# Directory for MySQL configuration\r\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 4253, "all_permissive": false }
ansible_role
pcdlynn/echuraev__Ansible
798aa72e840db5e4ef77dd860c5bd431dc28d915
0
roles/awesome
328
[ "no_license" ]
[ { "path": "roles/awesome/tasks/main.yml", "content": "---\n- name: Add Awesome repository\n apt_repository: repo={{ item }} state=present update_cache=yes\n with_items:\n - ppa:klaus-vormweg/awesome\n when: ansible_os_family == 'Ubuntu' or ansible_os_family == 'Debian'\n become: yes\n become_user: r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1048, "all_permissive": false }
ansible_role
pcdlynn/echuraev__Ansible
798aa72e840db5e4ef77dd860c5bd431dc28d915
0
roles/ctags-build
328
[ "no_license" ]
[ { "path": "roles/ctags-build/tasks/main.yml", "content": "---\n- name: Check if ctags is installed\n stat: path=~/.bin/ctags\n register: ctags_check\n become: yes\n become_user: echuraev\n\n- name: Download Universal ctags sources\n git:\n repo: 'https://github.com/universal-ctags/ctags'\n dest: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1098, "all_permissive": false }
ansible_role
pcdlynn/echuraev__Ansible
798aa72e840db5e4ef77dd860c5bd431dc28d915
0
roles/dropbox
328
[ "no_license" ]
[ { "path": "roles/dropbox/tasks/main.yml", "content": "---\n- stat: path=/usr/local/bin/dropbox.py\n register: dropbox_py\n\n- stat: path=~/.dropbox-dist/dropboxd\n register: dropbox_exec\n become: yes\n become_user: echuraev\n\n- name: Install Dropbox control script\n get_url: dest=/usr/local/bin/dropb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 912, "all_permissive": false }
ansible_role
pcdlynn/echuraev__Ansible
798aa72e840db5e4ef77dd860c5bd431dc28d915
0
roles/mutt
328
[ "no_license" ]
[ { "path": "roles/mutt/tasks/main.yml", "content": "---\n#- name: Check if mutt is installed\n# command: which mutt\n# ignore_errors: yes\n# register: mutt_check\n# become: yes\n# become_user: echuraev\n#\n- name: Install mutt packages\n package:\n name: \"{{ item }}\"\n state: present\n with_it...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 880, "all_permissive": false }
ansible_role
pcdlynn/echuraev__Ansible
798aa72e840db5e4ef77dd860c5bd431dc28d915
0
roles/packages
328
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "---\n- name: Add packages keys\n apt_key: url={{ item }} state=present\n with_items:\n - https://dl-ssl.google.com/linux/linux_signing_key.pub\n when: ansible_os_family == 'Ubuntu' or ansible_os_family == 'Debian'\n become: yes\n become_user: ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3375, "all_permissive": false }
ansible_role
pcdlynn/echuraev__Ansible
798aa72e840db5e4ef77dd860c5bd431dc28d915
0
roles/user-settings
328
[ "no_license" ]
[ { "path": "roles/user-settings/tasks/main.yml", "content": "---\n- stat: path=~/.git\n register: git_dir\n\n- name: Download my dotfiles\n git:\n repo: 'https://github.com/echuraev/Linux-env'\n dest: /tmp/Linux-env\n when: git_dir.stat.exists == False\n become: yes\n become_user: echuraev\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1687, "all_permissive": false }
ansible_role
pcdlynn/echuraev__Ansible
798aa72e840db5e4ef77dd860c5bd431dc28d915
0
roles/vifm-build
328
[ "no_license" ]
[ { "path": "roles/vifm-build/tasks/main.yml", "content": "---\n- name: Check if vifm is installed\n command: which vifm\n ignore_errors: yes\n register: vifm_check\n\n- name: Install vifm packages RedHat\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - sshfs\n - curlftpfs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1408, "all_permissive": false }
ansible_role
pcdlynn/echuraev__Ansible
798aa72e840db5e4ef77dd860c5bd431dc28d915
0
roles/vim
328
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n- name: Add VIM repositories Ubuntu 14.04\n apt_repository: repo={{ item }} state=present update_cache=yes\n with_items:\n - ppa:jonathonf/vim\n when: ansible_distribution == 'Ubuntu' and ansible_distribution_version == '14.04'\n become: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1004, "all_permissive": false }
ansible_role
jbhannah/infrastructure
7c9ab080adedb8c3b953f377a367dc74b159f0cc
0
ansible/roles/adoptium
328
[ "no_license" ]
[ { "path": "ansible/roles/adoptium/tasks/main.yml", "content": "---\n- name: Set Adoptium version\n set_fact:\n adoptium_version_string: \"{{ adoptium_version.major }}.{{ adoptium_version.minor }}.{{ adoptium_version.patch }}+{{ adoptium_version.rev }}\"\n\n- name: Create {{ adoptium_user }} group\n bec...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1746, "all_permissive": false }
ansible_role
jbhannah/infrastructure
7c9ab080adedb8c3b953f377a367dc74b159f0cc
0
ansible/roles/minecraft
328
[ "no_license" ]
[ { "path": "ansible/roles/minecraft/tasks/fabric.yml", "content": "---\n- name: Check for Fabric installer\n become: true\n stat:\n path: \"{{ minecraft_home }}/fabric-installer.jar\"\n register: fabric_installer_current\n\n- name: Get URL of latest Fabric installer\n local_action:\n module: shell\...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 8214, "all_permissive": false }
ansible_role
nilsabegg/shopware-vagrant
7e159319e5134d1e3315faf1ed2fa2a760b054e0
0
ansible/roles/adminer
328
[ "no_license" ]
[ { "path": "ansible/roles/adminer/tasks/main.yml", "content": "---\n\n- name: Get Adminer\n get_url:\n url: https://github.com/vrana/adminer/releases/download/v4.6.2/adminer-4.6.2.php\n dest: /tmp\n tags: ioncube\n\n- name: Copy Adminer\n copy:\n src: \"/tmp/adminer-4.6.2.php\"\n dest: \"{{ we...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 260, "all_permissive": false }
ansible_role
nilsabegg/shopware-vagrant
7e159319e5134d1e3315faf1ed2fa2a760b054e0
0
ansible/roles/apache
328
[ "no_license" ]
[ { "path": "ansible/roles/apache/templates/default_virtualhost.conf.j2", "content": "\n# {{ ansible_managed }}\n<VirtualHost *:80>\n ServerName {{ ansible_fqdn }}\n ServerAdmin {{ webserver_admin|default('admin@localhost')}}\n\n DocumentRoot {{ webserver_root}}/shopware\n <Directory {{ webserver_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3635, "all_permissive": false }
ansible_role
nilsabegg/shopware-vagrant
7e159319e5134d1e3315faf1ed2fa2a760b054e0
0
ansible/roles/common
328
[ "no_license" ]
[ { "path": "ansible/roles/common/files/bin/changephp_apache_7.0.sh", "content": "#!/usr/bin/env bash\nset -e\nsudo a2enmod php7.0\nsudo update-alternatives --set php /usr/bin/php7.0\nsudo service apache2 restart", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1658, "all_permissive": false }
ansible_role
nilsabegg/shopware-vagrant
7e159319e5134d1e3315faf1ed2fa2a760b054e0
0
ansible/roles/mysql
328
[ "no_license" ]
[ { "path": "ansible/roles/mysql/defaults/main.yml", "content": "---\ndbms_root_password: <PASSWORD>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n- name: Install MySQL Server\n apt: pkg={{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 792, "all_permissive": false }
ansible_role
nilsabegg/shopware-vagrant
7e159319e5134d1e3315faf1ed2fa2a760b054e0
0
ansible/roles/php
328
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "---\n\n- name: Install PHP-FPM\n when: webserver == \"nginx\"\n apt: pkg={{ item }} state=present\n become: yes\n with_items:\n - php7.0-fpm\n- name: Install PHP Mod Apache\n when: webserver == \"apache\"\n apt: pkg={{ item }} state=present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1212, "all_permissive": false }
ansible_role
nilsabegg/shopware-vagrant
7e159319e5134d1e3315faf1ed2fa2a760b054e0
0
ansible/roles/shopware
328
[ "no_license" ]
[ { "path": "ansible/roles/shopware/defaults/main.yml", "content": "---\n\nshopware_install: demo\nshopware_db_host: localhost\nshopware_db_port: 3306\nshopware_db_username: shopware\nshopware_db_password: <PASSWORD>\nshopware_db_name: shopware", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3398, "all_permissive": false }
ansible_role
jnsgruk/container-workshop
17dc4c9e064db7fb66a645f990de200c5b5e2071
1
ansible/roles/common
327
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Install common packages\n become: true\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: true\n loop:\n - htop\n - vim\n - ufw\n - ca-certificates\n - unzip\n - curl\n - wget\n\n- name: Al...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 426, "all_permissive": false }
ansible_role
jnsgruk/container-workshop
17dc4c9e064db7fb66a645f990de200c5b5e2071
1
ansible/roles/database
327
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/main.yml", "content": "---\n- name: Ensure bash, OpenSSl, and libssl are the latest versions\n become: true\n apt:\n name: \"{{ item }}\"\n update_cache: true\n state: latest\n loop:\n - bash\n - openssl\n - libssl-dev\n - libssl-doc\n\n- name:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1409, "all_permissive": false }
ansible_role
jnsgruk/container-workshop
17dc4c9e064db7fb66a645f990de200c5b5e2071
1
ansible/roles/docker
327
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- include_tasks: install-debian.yml\n when:\n - ansible_os_family == 'Debian'\n\n- include_tasks: install-docker-compose.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": "an...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1190, "all_permissive": false }
ansible_role
jnsgruk/container-workshop
17dc4c9e064db7fb66a645f990de200c5b5e2071
1
ansible/roles/webserver
327
[ "no_license" ]
[ { "path": "ansible/roles/webserver/tasks/main.yml", "content": "---\n- name: Install nginx\n become: true\n apt:\n name: nginx-full\n state: present\n\n- name: Upload website files\n become: true\n copy:\n src: files/public/\n dest: /var/www/html\n owner: www-data\n group: www-data\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 664, "all_permissive": false }
ansible_role
ib-sang/network-automation-mpls-ansible
107677f2f7e55fc915e56d42db3de100e303032c
0
ansible/lab-project/roles/traffic
327
[ "no_license" ]
[ { "path": "ansible/lab-project/roles/traffic/templates/traffic.j2", "content": "<config>\n <native xmlns=\"http://cisco.com/ns/yang/Cisco-IOS-XE-native\">\n <mpls>\n <traffic-eng xmlns=\"http://cisco.com/ns/yang/Cisco-IOS-XE-mpls\">\n <tunnels />\n </traffic-eng>\n </mpls>\n </nativ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 575, "all_permissive": false }
ansible_role
maoxiaowang/django_on_docker
e8b273a752c2c2f18cecf1f8de078a35293085c1
0
ansible/roles/webservers
327
[ "no_license" ]
[ { "path": "ansible/roles/webservers/tasks/centos.yml", "content": "- name: Print a message\n ansible.builtin.debug:\n msg: \"webservers centos tasks test\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "ansible/roles/webservers/setup.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 509, "all_permissive": false }
ansible_role
Buldozer83/infra
d5580300f699728a508771f20cfd76414161d86c
0
ansible/roles/db
327
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/main.yml", "content": "# tasks file for db\n- name: Show info about the env this host belongs to\n debug:\n msg: \"This host is in {{ env }} environment!!!\"\n- name: Change mongo config file\n template:\n src: mongodb.conf.j2\n dest: /etc/mongodb.conf\n mode:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 273, "all_permissive": false }
ansible_role
kaotu/ansible101
f2bf15e1b35c16d3c77528f3eece67662417b14a
0
roles/install_mariadb
327
[ "no_license" ]
[ { "path": "roles/install_mariadb/tasks/main.yml", "content": "---\n- name: update package\n apt:\n update_cache: yes\n\n- name: install pip\n apt:\n name:\n - python3-pip\n state: present\n\n- name: install mariadb server\n apt:\n name:\n - mariadb-server\n state: present\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2444, "all_permissive": false }
ansible_role
ssongin/helm_packages
16933a30473de68dcca660f41902f3287ba84829
0
ansible/roles/helm_apps
327
[ "no_license" ]
[ { "path": "ansible/roles/helm_apps/handlers/main.yaml", "content": "- name: Remove temporary CRD directory\n ansible.builtin.file:\n path: \"{{ crds_tmp_dir.path }}\"\n state: absent\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "ansible...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3653, "all_permissive": false }
ansible_role
netd-tud/artifacts-imc24-reACKed-QUICer
00be25af6f7697a77e11cd49c9d17b940962c6c6
0
03-measurement-infra/roles/interop-runner-node
327
[ "no_license" ]
[ { "path": "03-measurement-infra/roles/interop-runner-node/docker-images/README.md", "content": "The docker images used in our emulations can be downloaded at: https://doi.org/10.5281/zenodo.13743301\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4271, "all_permissive": false }
ansible_role
netd-tud/artifacts-imc24-reACKed-QUICer
00be25af6f7697a77e11cd49c9d17b940962c6c6
0
03-measurement-infra/roles/qscanner-toplist-measurement
327
[ "no_license" ]
[ { "path": "03-measurement-infra/roles/qscanner-toplist-measurement/defaults/main.yml", "content": "qscanner_dir: /data/qscanner\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "03-measurement-infra/roles/qscanner-toplist-measurement/files/qscanner...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 3491, "all_permissive": false }
ansible_role
razielhim/sparky
c4c0452ea009165d9e82c5798b70862753c08d1a
0
playbooks/roles/spark
327
[ "no_license" ]
[ { "path": "playbooks/roles/spark/tasks/spark-form-cluster.yml", "content": "\n- name: Stop spark cluster\n shell: ./stop-all.sh\n become_user: \"{{ spark_user }}\"\n args:\n chdir: \"{{spark_home}}/sbin\"\n\n- name: Stop history server\n shell: ./stop-history-server.sh\n become_user: \"{{ spark_user...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 6641, "all_permissive": false }
ansible_role
sonoroot/ansible-kubernetes-users
c657f678d5d023a93ac1d9393c5d541cf21e8b63
6
roles/kubernetes_rbac_users
327
[ "no_license" ]
[ { "path": "roles/kubernetes_rbac_users/templates/csr-req.yaml.j2", "content": "apiVersion: certificates.k8s.io/v1beta1\nkind: CertificateSigningRequest\nmetadata:\n name: user-request-{{user}}\nspec:\n groups:\n - system:authenticated\n request: {{csr_req_base64.stdout}}\n usages:\n - digital signatur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2950, "all_permissive": false }
ansible_role
xanthocercis/otus-lab-pxe
5b24f56f12f19aebbe42804be4f30071ee0ce23a
0
ansible/roles/pxeserver
327
[ "no_license" ]
[ { "path": "ansible/roles/pxeserver/tasks/main.yml", "content": "---\n- name: Stop and disable firewall\n systemd:\n name: ufw\n state: stopped\n enabled: no\n\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install dnsmasq\n apt:\n name: dnsmasq\n state: present\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2152, "all_permissive": false }
ansible_role
nosyjoe/ratopticon
42f4cfe376cb2dbd845b965950a9148b6330941b
0
ansible/roles/ratopticon
327
[ "no_license" ]
[ { "path": "ansible/roles/ratopticon/vars/main.yml", "content": "basic_packages:\n - wget\n - curl\n - htop\n - python3\n - python3-pip\n - python3-virtualenv\n - rsync\n - tmux\n - nginx\n\nrecordings_path: \"/home/ratpi/recordings\"\nweb_app_path: \"/home/ratpi/ratopticon\"\nweb_app_virtualenv_pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2669, "all_permissive": false }
ansible_role
dem2183r/ansible-servers
7e78ebfa7e9bd691a87ac3c8d6f464d070aafc0e
0
roles/create_user
326
[ "no_license" ]
[ { "path": "roles/create_user/tasks/main.yml", "content": "---\n- name: создать пользователя ibmonitor\n user:\n name: ibmonitor\n password: \"{{ '123' | password_hash('<PASSWORD>') }}\"\n shell: /bin/bash\n create_home: yes\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 171, "all_permissive": false }
ansible_role
dem2183r/ansible-servers
7e78ebfa7e9bd691a87ac3c8d6f464d070aafc0e
0
roles/ssh_restrict
326
[ "no_license" ]
[ { "path": "roles/ssh_restrict/tasks/main.yml", "content": "---\n- name: Разрешить подключение по SSH только пользователям из группы srv_adm\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^AllowGroups'\n line: 'AllowGroups srv_adm'\n create: yes\n backup: yes\n\n- name: SSH\n service:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 276, "all_permissive": false }
ansible_role
LeoPorcellatti/PracticaSP_AySO
8f382ffa98344273b2da98256ff97775a97efa78
0
20250622/202408/ansible/roles/2PRecuperatorio
326
[ "no_license" ]
[ { "path": "20250622/202408/ansible/roles/2PRecuperatorio/tasks/main.yml", "content": "---\n# tasks file for 2PRecuperatorio\n\n- name: \"Rol: 2PRecuperatorio\"\n debug:\n msg: \"Inicio de tareas dentro del Rol: 2PRecuperatorio\"\n\n- name: \"Crear directorio tmp/alumno\"\n file:\n path: /tmp/alumno\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 628, "all_permissive": false }
ansible_role
LeoPorcellatti/PracticaSP_AySO
8f382ffa98344273b2da98256ff97775a97efa78
0
20250622/202408/ansible/roles/Alta_Usuarios_Porcellatti
326
[ "no_license" ]
[ { "path": "20250622/202408/ansible/roles/Alta_Usuarios_Porcellatti/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - Alta_Usuarios_Porcellatti\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "20250622/20240...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 968, "all_permissive": false }
ansible_role
LeoPorcellatti/PracticaSP_AySO
8f382ffa98344273b2da98256ff97775a97efa78
0
20250622/202408/ansible/roles/Instala-tools_Porcellatti
326
[ "no_license" ]
[ { "path": "20250622/202408/ansible/roles/Instala-tools_Porcellatti/handlers/main.yml", "content": "---\n# handlers file for Instala-tools_Porcellatti\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "20250622/202408/ansible/roles/Instala-tools_Porc...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 641, "all_permissive": false }
ansible_role
LeoPorcellatti/PracticaSP_AySO
8f382ffa98344273b2da98256ff97775a97efa78
0
20250622/202408/ansible/roles/Sudoers_Porcellatti
326
[ "no_license" ]
[ { "path": "20250622/202408/ansible/roles/Sudoers_Porcellatti/vars/main.yml", "content": "---\n# vars file for Sudoers_Porcellatti\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "20250622/202408/ansible/roles/Sudoers_Porcellatti/handlers/main.yml"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 802, "all_permissive": false }
ansible_role
jbennett7/ansible-postgresql94-streaming
d1a53989a177239df0f59f6598de37f0675d2504
0
roles/backup
326
[ "no_license" ]
[ { "path": "roles/backup/templates/pg_hba.conf.j2", "content": "local all postgres peer\nlocal all all md5\n#local all all 0.0.0.0/0 md5\nhost all all ::1/128 md5\nhost {{ replication_db }} {{ replication_user }} {{ ansible_default_ipv4.address }}/32 md5\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2649, "all_permissive": false }
ansible_role
jbennett7/ansible-postgresql94-streaming
d1a53989a177239df0f59f6598de37f0675d2504
0
roles/primary
326
[ "no_license" ]
[ { "path": "roles/primary/templates/postgresql.conf.j2", "content": "listen_addresses = '{{ ansible_default_ipv4.address }}'\nport = 5432\nmax_connections = 100\nshared_buffers = 128MB\ndynamic_shared_memory_type = posix\nwal_level = hot_standby\nmax_wal_senders = 5\nwal_keep_segments = 100\nlog_destination ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2361, "all_permissive": false }
ansible_role
JunoAlfani/ansible_test
49d4cd7be5c6b205c5b270d64d6e630db95ddb64
0
roles/base
326
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: add ssh key for juno\n authorized_key:\n user: juno\n key: \"<KEY>\"\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
JunoAlfani/ansible_test
49d4cd7be5c6b205c5b270d64d6e630db95ddb64
0
roles/db_servers
326
[ "no_license" ]
[ { "path": "roles/db_servers/tasks/main.yml", "content": "- name: install mariadb server package (CentOS)\n tags: centos,db,postgresql\n dnf:\n name: postgresql\n state: latest\n when: ansible_distribution == \"CentOS\"\n\n- name: install postgresql server\n tags: db,postgresql,ubuntu\n apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 326, "all_permissive": false }
ansible_role
NazHimel/demo_project-secure-internal-pki
32e44e56b8a201942b0743ea9c6dec3e26c51f0f
0
ansible/roles/step-ca
326
[ "no_license" ]
[ { "path": "ansible/roles/step-ca/tasks/main.yml", "content": "---\n- name: Ensure Step CA working directory exists\n file:\n path: /opt/step-ca\n state: directory\n mode: '0755'\n\n- name: Install step CLI\n get_url:\n url: https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.28.6/step...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1093, "all_permissive": false }
ansible_role
triplepoint/ansible-networking
9786ba8c86c735739b5b42e13ee271fa3f53a539
1
roles/dnsmasq
326
[ "no_license" ]
[ { "path": "roles/dnsmasq/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: The Dnsmasq DNS and DHCP server\n license: MIT\n min_ansible_version: \"2.9\"\n platforms:\n - name: Ubuntu\n versions:\n - xenial\n - bionic\n - focal\n galaxy_tags:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 5127, "all_permissive": false }
ansible_role
triplepoint/ansible-networking
9786ba8c86c735739b5b42e13ee271fa3f53a539
1
roles/gateway_routing_and_nat
326
[ "no_license" ]
[ { "path": "roles/gateway_routing_and_nat/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n tasks:\n - name: \"Include ansible-gateway-routing-and-nat\"\n ansible.builtin.include_role:\n name: \"ansible-gateway-routing-and-nat\"\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6227, "all_permissive": false }
ansible_role
triplepoint/ansible-networking
9786ba8c86c735739b5b42e13ee271fa3f53a539
1
roles/network_interfaces
326
[ "no_license" ]
[ { "path": "roles/network_interfaces/templates/dhcpcd.conf.j2", "content": "# A sample configuration for dhcpcd.\n# See dhcpcd.conf(5) for details.\n\n# Allow users of this group to interact with dhcpcd via the control socket.\n#controlgroup wheel\n\n# Inform the DHCP server of our hostname for DDNS.\n#hostn...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 9614, "all_permissive": false }
ansible_role
triplepoint/ansible-networking
9786ba8c86c735739b5b42e13ee271fa3f53a539
1
roles/wireguard
326
[ "no_license" ]
[ { "path": "roles/wireguard/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n tasks:\n - name: \"Include ansible-wireguard\"\n ansible.builtin.include_role:\n name: \"ansible-wireguard\"\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 6924, "all_permissive": false }
ansible_role
IlshatSharafukov/my-own-collection
662379a819489308e171422a153d64135c6c5573
0
yandex_cloud_elk/roles/test_role
326
[ "no_license" ]
[ { "path": "yandex_cloud_elk/roles/test_role/defaults/main.yml", "content": "---\n# defaults file for test_role\npath: \"/tmp/\"\ncontent: \"Hello!!!\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "yandex_cloud_elk/roles/test_role/tasks/main.yml...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 241, "all_permissive": false }
ansible_role
david-canamares-unir/devops-azure-project
3c48cfdc8f2385e0affdc711421f5945b7c3e066
0
playbooks/roles/configuration
326
[ "no_license" ]
[ { "path": "playbooks/roles/configuration/tasks/02-services.yaml", "content": "---\n\n- name: enable chrony\n systemd:\n name: chronyd\n state: restarted\n enabled: yes\n become: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "playbo...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 622, "all_permissive": false }
ansible_role
david-canamares-unir/devops-azure-project
3c48cfdc8f2385e0affdc711421f5945b7c3e066
0
playbooks/roles/configure-master
326
[ "no_license" ]
[ { "path": "playbooks/roles/configure-master/tasks/06-authorize-root-cluster.yaml", "content": "---\n\n- name: Creamos .kube para usuario root\n file:\n path: /root/.kube\n state: directory\n become: true\n\n- name: Remove file /root/.kube/config\n file:\n path: /root/.kube/config\n state: abs...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 3186, "all_permissive": false }
ansible_role
david-canamares-unir/devops-azure-project
3c48cfdc8f2385e0affdc711421f5945b7c3e066
0
playbooks/roles/configure-nfs
326
[ "no_license" ]
[ { "path": "playbooks/roles/configure-nfs/tasks/02-services.yaml", "content": "---\n\n- name: enable NFS service\n systemd:\n name: nfs-server\n state: started\n enabled: yes\n masked: no\n become: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1043, "all_permissive": false }
ansible_role
david-canamares-unir/devops-azure-project
3c48cfdc8f2385e0affdc711421f5945b7c3e066
0
playbooks/roles/configure-nodes
326
[ "no_license" ]
[ { "path": "playbooks/roles/configure-nodes/tasks/06-configure-repo-kubernetes.yaml", "content": "---\n\n- name: Creamos repositorio de kubernetes con template\n template:\n src: kubernetes.repo.j2\n dest: /etc/yum.repos.d/kubernetes.repo\n become: true", "license_type": "no_license", "detect...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 2249, "all_permissive": false }
ansible_role
david-canamares-unir/devops-azure-project
3c48cfdc8f2385e0affdc711421f5945b7c3e066
0
playbooks/roles/configure-workers
326
[ "no_license" ]
[ { "path": "playbooks/roles/configure-workers/tasks/01-firewall-ports.yaml", "content": "---\n\n- name: apertura de puertos para los workers\n ansible.posix.firewalld:\n port: \"{{ item }}\"\n permanent: yes\n state: enabled\n zone: public\n become: true\n with_items: \"{{ ports }}\"\n\n\n\n- ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 579, "all_permissive": false }
ansible_role
david-canamares-unir/devops-azure-project
3c48cfdc8f2385e0affdc711421f5945b7c3e066
0
playbooks/roles/ingress-controller
326
[ "no_license" ]
[ { "path": "playbooks/roles/ingress-controller/tasks/01-install.yaml", "content": "---\n\n- name: Install ingress controller\n command: kubectl apply -f {{ haproxy_url }}\n become: true\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": false }
ansible_role
david-canamares-unir/devops-azure-project
3c48cfdc8f2385e0affdc711421f5945b7c3e066
0
playbooks/roles/install-CDN-calico
326
[ "no_license" ]
[ { "path": "playbooks/roles/install-CDN-calico/tasks/main.yaml", "content": "---\n\n- include_tasks: 01-install.yaml\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "playbooks/roles/install-CDN-calico/tasks/01-install.yaml", "content": "---...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 502, "all_permissive": false }
ansible_role
david-canamares-unir/devops-azure-project
3c48cfdc8f2385e0affdc711421f5945b7c3e066
0
playbooks/roles/install-CDN-flannel
326
[ "no_license" ]
[ { "path": "playbooks/roles/install-CDN-flannel/tasks/02-install.yaml", "content": "---\n\n- name: Instalamos flannel y lo aplicamos\n shell: \"kubectl apply -f {{ flannel_url }}\"\n become: true\n when: inventory_hostname == 'master'\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 516, "all_permissive": false }
ansible_role
david-canamares-unir/devops-azure-project
3c48cfdc8f2385e0affdc711421f5945b7c3e066
0
playbooks/roles/webapp
326
[ "no_license" ]
[ { "path": "playbooks/roles/webapp/tasks/01-create-namespace.yaml", "content": "---\n\n- name: Creamos namespace\n shell: \"kubectl create namespace {{ namespace }}\"\n register: result\n failed_when: result.rc == 1 and 'AlreadyExists' not in result.stderr\n become: true\n\n", "license_type": "no_lic...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 3410, "all_permissive": false }
ansible_role
dchoi1/dsansible
71ec9c71e9f0f9a2c4dc1d87fa7fc5c9704349bc
0
del/ansi/roles/motd
326
[ "no_license" ]
[ { "path": "del/ansi/roles/motd/vars/main.yml", "content": "---\n# vars file for motd\nsystem_owner: <EMAIL>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "del/ansi/roles/motd/templates/motd.j2", "content": "This system's hostname is {{ ansib...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 438, "all_permissive": false }
ansible_role
dchoi1/dsansible
71ec9c71e9f0f9a2c4dc1d87fa7fc5c9704349bc
0
roles/AgePartnership.reboot
326
[ "no_license" ]
[ { "path": "roles/AgePartnership.reboot/tasks/main.yml", "content": "---\n# tasks file for reboot\n\n- name: Reboot host\n shell: sleep 2 && shutdown -r now \"{{ reboot_message }}\"\n async: 1\n poll: 0\n ignore_errors: yes\n\n # Make sure ansible_ssh_host has the correct value inside the local_action m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1210, "all_permissive": false }
ansible_role
dchoi1/dsansible
71ec9c71e9f0f9a2c4dc1d87fa7fc5c9704349bc
0
roles/baseline
326
[ "no_license" ]
[ { "path": "roles/baseline/tasks/main.yml", "content": "---\n# tasks file for baseline\n- name: setup resolv.conf\n lineinfile:\n path: /etc/resolv.conf\n regexp: '^nameserver 10.44.32.12'\n line: 'nameserver 10.44.32.12'\n\n- name: install packages\n yum:\n name: \"{{ package_names }}\"\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1473, "all_permissive": false }
ansible_role
dchoi1/dsansible
71ec9c71e9f0f9a2c4dc1d87fa7fc5c9704349bc
0
roles/myvhost
326
[ "no_license" ]
[ { "path": "roles/myvhost/templates/vhost.conf.j2", "content": "# Ensure that Apache listens on port 80\nListen 7000\n<VirtualHost *:7000>\n DocumentRoot \"/var/www/vhosts/ansi01\"\n ServerName {{ ansible_facts['hostname'] }}\n\n # Other directives here\n</VirtualHost>\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 677, "all_permissive": false }
ansible_role
dchoi1/dsansible
71ec9c71e9f0f9a2c4dc1d87fa7fc5c9704349bc
0
roles/yum_update
326
[ "no_license" ]
[ { "path": "roles/yum_update/vars/main.yml", "content": "---\n# vars file for yum_update", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/yum_update/defaults/main.yml", "content": "---\n# defaults file for yum_update", "license_type": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 753, "all_permissive": false }
ansible_role
prakashsurya/ansible-host-buttercup
093a37e2875c5cd99021b7c9bfd42747a9725c16
0
ansible/roles/prakashsurya.host-buttercup
326
[ "no_license" ]
[ { "path": "ansible/roles/prakashsurya.host-buttercup/vars/main.yml", "content": "---\n# vars file for prakashsurya.host-buttercup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "ansible/roles/prakashsurya.host-buttercup/tasks/users.yml", "con...
{ "task_files": 13, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 21, "total_bytes": 9423, "all_permissive": false }
ansible_role
cyberrangecz/library-junior-hacker-adaptive
12fb85ed2371a515150823f4c8e8cbfd09ba2bd9
0
provisioning/roles/server
325
[ "no_license" ]
[ { "path": "provisioning/roles/server/tasks/main.yml", "content": "- name: Add the user 'admin' with a bash shell to the user's groups\n user:\n name: admin\n password: \"{{ '<PASSWORD>' | password_hash('<PASSWORD>') }}\"\n create_home: yes\n shell: /bin/bash\n\n- name: Add ChallengeResponse and...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1706, "all_permissive": false }
ansible_role
psilva310/ansible
660dd54a2fb4a784d177882c257810741ae94dce
0
roles/add-rundeck-user
325
[ "no_license" ]
[ { "path": "roles/add-rundeck-user/defaults/main.yml", "content": "---\n rundeck_add_username: rundeck\n rundeck_auth_public_key: publickey\n hashedpassword: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "roles/add-rundeck-user/tas...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 692, "all_permissive": false }
ansible_role
psilva310/ansible
660dd54a2fb4a784d177882c257810741ae94dce
0
roles/add-user
325
[ "no_license" ]
[ { "path": "roles/add-user/tasks/main.yaml", "content": "- name: Create user in server\n user:\n name: \"{{add_username}}\"\n state: present\n shell: /bin/bash\n append: yes\n groups: ''\n home: /home/{{add_username}}\n become: yes\n\n- name: Set authorized keys taken from variable\n aut...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 568, "all_permissive": false }
ansible_role
psilva310/ansible
660dd54a2fb4a784d177882c257810741ae94dce
0
roles/graylog
325
[ "no_license" ]
[ { "path": "roles/graylog/tasks/selinux.yml", "content": "- name: Set httpd_can_network_connect_db flag on and keep it persistent across reboots\n ansible.posix.seboolean:\n name: httpd_can_network_connect\n state: yes\n persistent: yes\n become: yes\n\n- name: SELinux - Graylog REST API and web i...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 3753, "all_permissive": false }
ansible_role
psilva310/ansible
660dd54a2fb4a784d177882c257810741ae94dce
0
roles/mysql8
325
[ "no_license" ]
[ { "path": "roles/mysql8/defaults/main.yml", "content": "---\n mysql_root_password: <PASSWORD>#\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/mysql8/tasks/main.yml", "content": "---\n- name: Download MySQL packages\n get_url:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1549, "all_permissive": false }
ansible_role
psilva310/ansible
660dd54a2fb4a784d177882c257810741ae94dce
0
roles/tomcat
325
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/install_tomcat9.yml", "content": "- name: Download packages\n get_url:\n url: https://downloads.apache.org/tomcat/tomcat-9/v9.0.41/bin/apache-tomcat-9.0.41.tar.gz\n checksum: sha512:b6450e590a37c5bccf049b1176c441f0964796995e80d4c7c7d9fb74f9ad817107c303b6b83ed3d71c9251b2b...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1891, "all_permissive": false }
ansible_role
psilva310/ansible
660dd54a2fb4a784d177882c257810741ae94dce
0
roles/wildfly
325
[ "no_license" ]
[ { "path": "roles/wildfly/tasks/clickapp_requirements.yml", "content": "- name: unzip oracle module\n unarchive:\n src: oracle.zip\n dest: /opt/wildfly-16.0.0.Final/modules/system/layers/base/com/\n owner: wildfly\n group: wildfly\n mode: '775'\n become: yes\n\n- name: Create log directory f...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 5030, "all_permissive": false }
ansible_role
psilva310/ansible
660dd54a2fb4a784d177882c257810741ae94dce
0
roles/zabbix
325
[ "no_license" ]
[ { "path": "roles/zabbix/tasks/main.yml", "content": "---\n- include: zabbix_database.yml\n\n- include: zabbix_server.yml\n tags: zabbix\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/zabbix/tasks/zabbix_server.yml", "content": "---\n-...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3628, "all_permissive": false }
ansible_role
psilva310/ansible
660dd54a2fb4a784d177882c257810741ae94dce
0
roles/zabbix-agent
325
[ "no_license" ]
[ { "path": "roles/zabbix-agent/tasks/prerequisites.yml", "content": "- name: Install Zabbix repository\n yum:\n name: https://repo.zabbix.com/zabbix/5.0/rhel/7/x86_64/zabbix-release-5.0-1.el7.noarch.rpm\n state: present\n update_cache: yes\n validate_certs: yes\n become: yes\n when: ansible_os...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2071, "all_permissive": false }
ansible_role
morgulnet/devopsdo
763f880f725ab7827cd01df33f6acec3b4a50235
0
tfmodules/generic-compose/provision/roles/compose
325
[ "no_license" ]
[ { "path": "tfmodules/generic-compose/provision/roles/compose/templates/systemd-unit.j2", "content": "[Unit]\nDescription={{ service_name }} docker compose service\nRequires=docker.service\nAfter=docker.service network-online.target\n\n[Service]\nUser={{ service_name }}\nGroup={{ service_name }}\n\nExecStart...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4276, "all_permissive": false }
ansible_role
morgulnet/devopsdo
763f880f725ab7827cd01df33f6acec3b4a50235
0
tfmodules/wireguard/provision/roles/wireguard
325
[ "no_license" ]
[ { "path": "tfmodules/wireguard/provision/roles/wireguard/files/entrypoint.sh", "content": "#!/bin/ash\n\nPRIVATE_CLIENT=$(wg genkey)\nPUBLIC_CLIENT=$(printf $PRIVATE_CLIENT | wg pubkey)\n\nPRIVATE_SERVER=$(wg genkey)\nPUBLIC_SERVER=$(printf $PRIVATE_SERVER | wg pubkey)\n\ncat > /tmp/wg0.conf << EOF\n[Interf...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 6318, "all_permissive": false }
ansible_role
CPablo07/4linux-aulas
07d814278c7c210fff6e66b3852e958e8f150f22
0
roles/puppet
325
[ "no_license" ]
[ { "path": "roles/puppet/tasks/repo.yml", "content": "---\n- name: Install rep on RHEL 7\n yum:\n name: https://yum.puppet.com/puppet6/puppet6-release-el-7.noarch.rpm\n state: present\n when: ansible_os_family == \"RedHat\"\n\n- name: Install repo on Debian\n apt:\n deb: https://apt.puppetlabs.co...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1327, "all_permissive": false }
ansible_role
Nayeemm0772/roboshop-jenkins
6d39dd13ad9b2b30eb520913dec6e919f8fab893
0
roles/jenkins
325
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "#- name: Create a jenkins job using basic authentication\n# community.general.jenkins_job:\n# config: \"{{ lookup('file', 'templates/test.xml') }}\"\n# name: test\n# password: <PASSWORD>\n# url: http://172.31.12.244:8080\n# user: Admin\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 741, "all_permissive": false }
ansible_role
finaclub/autoconfiguration_jinja2
84e043ad72bd920cca51e3d7feb28715d8c1fbfe
0
TEMPLATES/roles/router
325
[ "no_license" ]
[ { "path": "TEMPLATES/roles/router/tasks/main.yaml", "content": "---\n- name: Generate configuration files\n template: src=router.j2 dest=/home/japan/ansible/CONFIGS/{{ item.hostname }}.txt\n with_items: \"{{ routers }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 516, "all_permissive": false }
ansible_role
leerich/my-openshift
c0f9e72bf1b94af265d4ba2bc93c91ec87d5f2f0
0
roles/openshift
325
[ "no_license" ]
[ { "path": "roles/openshift/templates/install-config.yaml.j2", "content": "apiVersion: v1\nbaseDomain: \"{{base_domain}}\"\nmetadata:\n name: \"{{cluster_id}}\"\nnetworking:\n machineCIDR: \"{{machine_cidr}}\"\nplatform:\n vsphere:\n vcenter: \"{{vcenter_server}}\"\n username: \"{{vcenter_username}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1582, "all_permissive": false }
ansible_role
leerich/my-openshift
c0f9e72bf1b94af265d4ba2bc93c91ec87d5f2f0
0
roles/pull_secret
325
[ "no_license" ]
[ { "path": "roles/pull_secret/tasks/main.yml", "content": "- name: Get bearer Token\n uri:\n url: https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token\n method: GET\n return_content: yes\n body_format: form-urlencoded\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 195, "all_permissive": false }
ansible_role
cxteamdemo/cx-app-catalog
fafe007532d6b4efde2e7c06a73a3381cd6cb457
0
roles/jenkins
325
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n- name: install wget\n yum:\n name: wget\n state: present\n\n- name: install openjdk\n yum:\n name: openjdk-8-jdk-headless\n state: present\n\n- name: ensure the jenkins apt repository key is installed\n apt_key: url=https://pkg.jenki...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 962, "all_permissive": false }
ansible_role
cxteamdemo/cx-app-catalog
fafe007532d6b4efde2e7c06a73a3381cd6cb457
0
roles/mysql
325
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Specify MySQL root password before installing\n debconf: name='mysql-server' question='mysql-server/root_password' value='{{mysql_root_password | quote}}' vtype='password'\n become: true\n\n- name: Confirm MySQL root password before installing\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1716, "all_permissive": false }
ansible_role
JemEspiritu/CPE_MIDEXAM_ESPIRITU
5935f955caf14bd83bac5ac2a891e6f22f1c52dc
0
roles/configcentoskibana
325
[ "no_license" ]
[ { "path": "roles/configcentoskibana/tasks/main.yml", "content": "---\n- name: Install Kibana (CentOS)\n include_role:\n name: installcentospkg\n vars:\n package: kibana\n\n- name: Configure Kibana server.port (CentOS)\n hosts: your_host_group\n become: yes\n\n tasks:\n - name: Ensure Kibana co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1034, "all_permissive": false }
ansible_role
JemEspiritu/CPE_MIDEXAM_ESPIRITU
5935f955caf14bd83bac5ac2a891e6f22f1c52dc
0
roles/configubuntunagios
325
[ "no_license" ]
[ { "path": "roles/configubuntunagios/tasks/main.yml", "content": "---\n- name: Install and Configure Nagios\n hosts: jem\n become: yes\n vars:\n nagios_user: nagiosadmin\n nagios_password: <PASSWORD>\n\n tasks:\n - name: Stop Firewall\n service:\n name: ufw\n state: stopped\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1715, "all_permissive": false }
ansible_role
kpb/jenkins-master
a24a4e5fedd0c13840d5d1efc58941de000a59e2
0
provisioning/roles/common
325
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "---\n\n#######\n# Ansible requires Aptitude to use the apt module.\n- name: Install aptitude\n shell: apt-get -y install aptitude\n\n#######\n# Upgrade to the latest and greatest. This can take a long time.\n- name: Upgrade box\n apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 354, "all_permissive": false }
ansible_role
kpb/jenkins-master
a24a4e5fedd0c13840d5d1efc58941de000a59e2
0
provisioning/roles/jenkins
325
[ "no_license" ]
[ { "path": "provisioning/roles/jenkins/tasks/main.yml", "content": "---\n\n#######\n# Install Jenkins from the Jenkins debian repo\n- name: Add Jenkins repo to APT\n lineinfile:\n dest: /etc/apt/sources.list.d/jenkins.list\n create: yes\n line: deb http://pkg.jenkins.io/debian-stable binary/\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2960, "all_permissive": false }
ansible_role
XCSoar/xcsoar-mapgen-ansible
df806f2250a9a35088f366c6cb3651fe476754b5
2
roles/ansible-pull
320
[ "no_license" ]
[ { "path": "roles/ansible-pull/tasks/main.yml", "content": "---\n- name: install ansible native\n apt:\n name: ansible\n default_release: \"{{ ansible_distribution_release }}-backports\"\n\n- name: install cron job\n cron:\n hour: \"22\"\n minute: \"23\"\n cron_file: \"mapgen-ansible-pull\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 718, "all_permissive": false }
ansible_role
XCSoar/xcsoar-mapgen-ansible
df806f2250a9a35088f366c6cb3651fe476754b5
2
roles/geojasper
320
[ "no_license" ]
[ { "path": "roles/geojasper/tasks/main.yml", "content": "---\n- name: include os specific vars\n include_vars: '{{ item }}'\n with_first_found:\n - files:\n - '{{ ansible_distribution }}_{{ ansible_distribution_major_version }}.yml'\n - '{{ ansible_os_family }}.yml'\n skip: true\n tags:\...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1884, "all_permissive": false }
ansible_role
XCSoar/xcsoar-mapgen-ansible
df806f2250a9a35088f366c6cb3651fe476754b5
2
roles/mapgen
320
[ "no_license" ]
[ { "path": "roles/mapgen/handlers/main.yml", "content": "---\n - name: restart_mapgen\n systemd:\n name: \"{{ item }}\"\n state: restarted\n daemon_reload: true\n with_items:\n - mapgen-worker\n - mapgen-web\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1075, "all_permissive": false }