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
OkanHollander/netdevops
47a37fd2537c467e8d06396a43149d393a6075e1
1
roles/fortigate_create_static_route
7,820
[ "no_license" ]
[ { "path": "roles/fortigate_create_static_route/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - fortigate_create_static_route\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/fortigate_create_static_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 724, "all_permissive": false }
ansible_role
OkanHollander/netdevops
47a37fd2537c467e8d06396a43149d393a6075e1
1
roles/fortigate_firmware_upgrade
7,820
[ "no_license" ]
[ { "path": "roles/fortigate_firmware_upgrade/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - fortigate_firmware_upgrade\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/fortigate_firmware_upgrade/def...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 544, "all_permissive": false }
ansible_role
ansible/workshop-examples
fe1f099af84ce0f8a93eb5b16fb2c8b5b6dc60de
45
rhel/apache/roles/role_apache
7,820
[ "no_license" ]
[ { "path": "rhel/apache/roles/role_apache/tasks/main.yml", "content": "---\n- name: latest Apache version installed\n yum:\n name: httpd\n state: latest\n notify: apache-restart\n\n- name: latest firewalld version installed\n yum:\n name: firewalld\n state: latest\n\n- name: firewalld enabled ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 791, "all_permissive": false }
ansible_role
cadjai/jboss-eap-app-migration-operator
3dcaeefab3d8262a47bc53a7f38c06ceb68b35a6
0
roles/jbosseapappmigration
7,820
[ "no_license" ]
[ { "path": "roles/jbosseapappmigration/tasks/export-existing-app-deployment.yml", "content": "- name: Create a Directory to export items to\n file:\n path: \"{{ _jbosseapappmigration_exported_resources_dir }}/{{ _jbosseapappmigration_name }}-app\"\n state: directory\n mode: '0777'\n\n- name: check ...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 13, "total_bytes": 29901, "all_permissive": false }
ansible_role
DzeryCZ/santander-devops-technical-assessment
d8b5b992147101a55fed859fb9f7ce075294c4eb
0
postgres_server/roles/createdb
7,820
[ "no_license" ]
[ { "path": "postgres_server/roles/createdb/tasks/main.yml", "content": "- name: Ensure bash, OpenSSl, and libssl are the latest versions\n apt: name={{ item }} update_cache=true state=latest\n with_items:\n - bash\n - openssl\n - libssl-dev\n - libssl-doc\n tags: packages\n\n- name: Install Po...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2266, "all_permissive": false }
ansible_role
riigipilv/ansible-demo
9a4104e8bfe7b759f78907126116ad6577400cf5
0
demo-env/roles/ansible
7,820
[ "no_license" ]
[ { "path": "demo-env/roles/ansible/tasks/main.yml", "content": "---\n- name: Install Ansible via Pip.\n pip:\n name: ansible\n version: \"{{ ansible_install_version_pip | default(omit) }}\"\n\n- name: Install Waldur Ansible module\n pip:\n name: ansible-waldur-module\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 265, "all_permissive": false }
ansible_role
riigipilv/ansible-demo
9a4104e8bfe7b759f78907126116ad6577400cf5
0
demo/roles/webserver
7,820
[ "no_license" ]
[ { "path": "demo/roles/webserver/templates/index.html.j2", "content": "<!DOCTYPE html>\n<html>\n<head>\n <title>Hello Ansibel!</title>\n <style>\n body {\n width: 35em;\n margin: 0 auto;\n font-family: Tahoma, Verdana, Arial, sans-serif;\n }\n </style>\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 819, "all_permissive": false }
ansible_role
mysteryhunt/puzzle-editing
0b162000898354eb74e46619786b568ec795f847
27
ansible/roles/php
7,820
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "---\n- name: Install PHP.\n sudo: yes\n apt: pkg={{ item }} state=installed\n with_items:\n - php5\n - php5-mysql\n - php5-curl\n - php5-gd\n - php5-mcrypt\n - php5-json\n\n- name: Enable PHP mcrypt extension for CLI.\n sudo: ye...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 492, "all_permissive": false }
ansible_role
mysteryhunt/puzzle-editing
0b162000898354eb74e46619786b568ec795f847
27
ansible/roles/site-deployed
7,820
[ "no_license" ]
[ { "path": "ansible/roles/site-deployed/templates/htpasswd.j2", "content": "{{ site.htpasswd_passwords }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "ansible/roles/site-deployed/tasks/site_release.yml", "content": "---\n- name: Create MySQL ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 10348, "all_permissive": false }
ansible_role
mysteryhunt/puzzle-editing
0b162000898354eb74e46619786b568ec795f847
27
ansible/roles/ubuntu-initialized
7,820
[ "no_license" ]
[ { "path": "ansible/roles/ubuntu-initialized/tasks/main.yml", "content": "---\n- name: Add remote system to local known_hosts file (inventory hostname).\n delegate_to: 127.0.0.1\n lineinfile:\n state: present\n dest: ~/.ssh/known_hosts\n regexp: \"^{{ inventory_hostname }} ssh\"\n line: \"{{ in...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2498, "all_permissive": false }
ansible_role
mysteryhunt/puzzle-editing
0b162000898354eb74e46619786b568ec795f847
27
ansible/roles/ubuntu-upgraded
7,820
[ "no_license" ]
[ { "path": "ansible/roles/ubuntu-upgraded/defaults/main.yml", "content": "---\napt_cache_time: 14400\nupgrade_packages: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "ansible/roles/ubuntu-upgraded/tasks/main.yml", "content": "---\n- name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 357, "all_permissive": false }
ansible_role
mysteryhunt/puzzle-editing
0b162000898354eb74e46619786b568ec795f847
27
ansible/roles/web
7,820
[ "no_license" ]
[ { "path": "ansible/roles/web/tasks/main.yml", "content": "---\n- name: Install Apache.\n apt: pkg={{ item }} state=installed\n with_items:\n - apache2\n\n- name: Install apache.conf.\n template:\n src: apache2.conf.j2\n dest: /etc/apache2/apache2.conf\n owner: root\n group: root\n mode:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2088, "all_permissive": false }
ansible_role
AwaTaRR/ansible-semaphore-docker
246bfb741e4a764855dfa52045c07277fc990516
0
roles/check
7,820
[ "no_license" ]
[ { "path": "roles/check/tasks/main.yml", "content": "---\n- name: Get web info\n uri:\n url: \"{{ expected_url }}\"\n return_content: yes\n register: webpage_content\n\n- name: Web check task\n assert:\n that:\n - webpage_content.content == expected_content\n fail_msg: \"Web Error\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1220, "all_permissive": false }
ansible_role
AwaTaRR/ansible-semaphore-docker
246bfb741e4a764855dfa52045c07277fc990516
0
roles/docker
7,820
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n#Установка aptitude (опционально, если требуется)\n- name: Install aptitude\n apt:\n name: aptitude\n state: latest\n update_cache: true\n become: true\n\n# Установка необходимых системных пакетов\n- name: Install required system packages\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1178, "all_permissive": false }
ansible_role
AwaTaRR/ansible-semaphore-docker
246bfb741e4a764855dfa52045c07277fc990516
0
roles/semaphore
7,820
[ "no_license" ]
[ { "path": "roles/semaphore/templates/docker-compose.yml.j2", "content": "services:\n postgres:\n image: postgres\n environment:\n POSTGRES_USER: \"{{ postgres_user }}\"\n POSTGRES_PASSWORD: \"{{ <PASSWORD> }}\"\n POSTGRES_DB: \"{{ postgres_db }}\" \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1873, "all_permissive": false }
ansible_role
yasufum/vagrant-k8s
1961e30f0ef1b1d4a766b6fb6018e5cc5a090b5b
0
roles/common
7,822
[ "no_license" ]
[ { "path": "roles/common/tasks/tools.yaml", "content": "---\n- name: install support tools\n become: yes\n apt:\n name:\n - lnav\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/common/tasks/swapoff.yaml", "content": "---\n- nam...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 3180, "all_permissive": false }
ansible_role
yasufum/vagrant-k8s
1961e30f0ef1b1d4a766b6fb6018e5cc5a090b5b
0
roles/controller
7,822
[ "no_license" ]
[ { "path": "roles/controller/tasks/kubeadm.yaml", "content": "---\n- name: create $HOME/.kube dir\n file: path={{ ansible_env.HOME }}/.kube state=directory\n\n- name: copy kubeadm init script\n template:\n src: templates/kubeadm-init.sh.j2\n dest: \"{{ ansible_env.HOME }}/kubeadm-init.sh\"\n mode:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1181, "all_permissive": false }
ansible_role
vlcty/MariaDB-Galera-Sandbox
9c9501fc8d4e3fcb7a00cc319e52e2b01c03a8ee
0
roles/galera-cluster
7,822
[ "no_license" ]
[ { "path": "roles/galera-cluster/handlers/main.yml", "content": "---\n- name: Restart keepalived\n systemd:\n name: keepalived\n state: restarted\n enabled: true\n masked: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "path": ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3018, "all_permissive": false }
ansible_role
HoaNgo98/ansible-redis-cluster
a08357d47166606860ee05896091979996b30cbb
0
roles/redis_bootstrap
7,822
[ "no_license" ]
[ { "path": "roles/redis_bootstrap/tasks/main.yml", "content": "---\n- name: Restart Redis-Master and Redis-Slave\n command: systemctl restart redis-server\n when:\n - inventory_hostname != groups['redis_cluster'][3]\n - inventory_hostname != groups['redis_cluster'][4]\n - inventory_hostname != gro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 513, "all_permissive": false }
ansible_role
HoaNgo98/ansible-redis-cluster
a08357d47166606860ee05896091979996b30cbb
0
roles/redis_conf
7,822
[ "no_license" ]
[ { "path": "roles/redis_conf/tasks/main.yml", "content": "---\n- name: Add Redis-Server Config\n become: yes\n become_user: root\n template: src=redis-master.conf.j2 dest=/etc/redis/redis.conf\n owner=redis group=redis mode=0644\n when: inventory_hostname == groups['redis_cluster'][0]\n\n- name: Add R...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1762, "all_permissive": false }
ansible_role
HoaNgo98/ansible-redis-cluster
a08357d47166606860ee05896091979996b30cbb
0
roles/redis_packages
7,822
[ "no_license" ]
[ { "path": "roles/redis_packages/tasks/main.yml", "content": "---\n- name: Install Redis-server packages\n become: yes\n become_user: root\n apt: name=redis-server state=present update_cache=yes\n when: \n - inventory_hostname != groups['redis_cluster'][3]\n - inventory_hostname != groups['redis_cl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 612, "all_permissive": false }
ansible_role
r04nx/ansible-tutorial
2a3a9170987467995830ba78fcd3378a51c24c17
0
roles/nginx
7,822
[ "no_license" ]
[ { "path": "roles/nginx/templates/test-page.conf.j2", "content": "server {\n listen {{ nginx_port }};\n server_name {{ nginx_server_name }};\n\n location /test {\n root /usr/share/nginx/html;\n try_files $uri /test/index.html;\n }\n}\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2407, "all_permissive": false }
ansible_role
stackabletech/ad-init
8646bfd79c2845b0e3a2ff6fa4581dc49eabcaa3
2
roles/ad-dc
7,822
[ "permissive" ]
[ { "path": "roles/ad-dc/tasks/main.yaml", "content": "# - name: Install AD DS\n# win_command: Install-WindowsFeature -name AD-Domain-Services -IncludeManagementTools\n- name: Promote to Domain Controller\n microsoft.ad.domain:\n dns_domain_name: sble.test\n domain_netbios_name: sbletest\n safe_mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4610, "all_permissive": true }
ansible_role
stackabletech/ad-init
8646bfd79c2845b0e3a2ff6fa4581dc49eabcaa3
2
roles/connect-k8s
7,822
[ "permissive" ]
[ { "path": "roles/connect-k8s/tasks/main.yaml", "content": "- name: Export Current CoreDNS Corefile\n kubernetes.core.k8s_info:\n api_version: v1\n kind: ConfigMap\n namespace: kube-system\n name: coredns\n register: corefile\n- name: Export Current Corefile\n ansible.builtin.copy:\n dest: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3989, "all_permissive": true }
ansible_role
stackabletech/ad-init
8646bfd79c2845b0e3a2ff6fa4581dc49eabcaa3
2
roles/create-vm
7,822
[ "permissive" ]
[ { "path": "roles/create-vm/templates/windows-vm-volume.xml.j2", "content": "<volume>\n <name>{{ vm_disk_name }}</name>\n <capacity unit=\"GiB\">{{ vm_disk_size_gib }}</capacity>\n <target>\n <format type=\"{{ vm_disk_format }}\"/>\n </target>\n</volume>\n", "license_type": "permissive", "dete...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 9722, "all_permissive": true }
ansible_role
jdbeightol/nomad-ansible
fd67415ee85037ef6ece460d8f86314866a5264a
1
roles/nomad
7,822
[ "no_license" ]
[ { "path": "roles/nomad/tasks/configure.yml", "content": "---\n- name: create nomad data diretory\n become: yes\n file:\n state: directory\n dest: /opt/nomad\n owner: root\n group: root\n mode: \"0700\"\n- name: create nomad config diretory\n become: yes\n file:\n state: directory\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4344, "all_permissive": false }
ansible_role
CarlosSemeao/infra-maintenance-playbooks
d8db1f49a9dc3a7eacf4a3f7e66e54f4c45a10d6
0
roles/file_ops
7,822
[ "no_license" ]
[ { "path": "roles/file_ops/tasks/main.yml", "content": "---\n- name: Create ops.txt file in /opt\n ansible.builtin.copy:\n content: \"Rewritten by Ansible on {{ ansible_date_time.date }} at {{ ansible_date_time.time }}\"\n dest: /opt/ops.txt\n owner: root\n group: root\n mode: '0444'\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 236, "all_permissive": false }
ansible_role
CarlosSemeao/infra-maintenance-playbooks
d8db1f49a9dc3a7eacf4a3f7e66e54f4c45a10d6
0
roles/user_provision
7,822
[ "no_license" ]
[ { "path": "roles/user_provision/vars/main.yml", "content": "---\nnew_user: devops_user\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/user_provision/tasks/main.yml", "content": "- name: Create Linux User\n ansible.builtin.user:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 164, "all_permissive": false }
ansible_role
on-prem/jidoteki-examples
a6f8becc796acd70fac6511aa8aab0d9cc9f6ac9
1
roles/myapp
7,822
[ "no_license" ]
[ { "path": "roles/myapp/vars/main.yml", "content": "# myapp variables\n\nmyapp_version: v1.0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/myapp/templates/myapp.conf.j2", "content": "# My app config file\n#\n#\n\nversion: {{ myapp_vers...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 478, "all_permissive": false }
ansible_role
htreu/openhab
6602c9a37e4fa8b69b6fa641590effa2ceefd2b4
1
ansible/roles/homekit
7,822
[ "no_license" ]
[ { "path": "ansible/roles/homekit/tasks/main.yml", "content": "---\n- name: create OpenHAB-Homekit-Bridge home\n file: path='{{ homekit_home }}' state=directory owner=vagrant group=vagrant\n sudo: yes\n- name: checkout OpenHAB-Homekit-Bridge\n git: repo={{ url }} dest={{ homekit_home }}\n- name: install O...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 449, "all_permissive": false }
ansible_role
htreu/openhab
6602c9a37e4fa8b69b6fa641590effa2ceefd2b4
1
ansible/roles/knxd
7,822
[ "no_license" ]
[ { "path": "ansible/roles/knxd/templates/knxd.default.j2", "content": "# Defaults for knxd initscript\n# sourced by /etc/init.d/knxd\n# installed at /etc/default/knxd by the maintainer scripts\n\n#\n# This is a POSIX shell fragment\n#\n\n# Additional options that are passed to the Daemon.\nSTART_KNXD=YES\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2116, "all_permissive": false }
ansible_role
htreu/openhab
6602c9a37e4fa8b69b6fa641590effa2ceefd2b4
1
ansible/roles/openhab
7,822
[ "no_license" ]
[ { "path": "ansible/roles/openhab/defaults/main.yml", "content": "---\njava_home: /opt/java\nopenhab_home: /opt/openhab\njdk_tar: \"{{ extern_base }}/jdk-8u25-linux-i586.gz\"\nopenhab_version: 1.7.1\nopenhab_runtime_zip: \"{{ extern_base }}/distribution-{{ openhab_version }}-runtime.zip\"\nopenhab_addons_zip...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3696, "all_permissive": false }
ansible_role
FabianHardt/ansible-advanced-training
9b533ea699444e7090f44172f79be64fdf0dc352
1
lesson-2/error-handling/roles/do_role
7,822
[ "no_license" ]
[ { "path": "lesson-2/error-handling/roles/do_role/tasks/main.yml", "content": "---\n- name: Create some dummy file\n ansible.builtin.file:\n path: /tmp/testfile.txt\n state: touch\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
FabianHardt/ansible-advanced-training
9b533ea699444e7090f44172f79be64fdf0dc352
1
lesson-2/error-handling/roles/undo_role
7,822
[ "no_license" ]
[ { "path": "lesson-2/error-handling/roles/undo_role/tasks/main.yml", "content": "---\n- name: Revove the dummy file\n ansible.builtin.file:\n path: /tmp/testfile.txt\n state: absent\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
FabianHardt/ansible-advanced-training
9b533ea699444e7090f44172f79be64fdf0dc352
1
lesson-2/variable-precedence/roles/testrole
7,822
[ "no_license" ]
[ { "path": "lesson-2/variable-precedence/roles/testrole/tasks/main.yaml", "content": "---\n\n# - name: Set some facts\n# ansible.builtin.set_fact:\n# test_var: \"I'm defined in set_fact\"\n\n- name: Include OS vars\n ansible.builtin.include_vars: \"{{ item }}\"\n with_first_found:\n - \"{{ ansible...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 599, "all_permissive": false }
ansible_role
FabianHardt/ansible-advanced-training
9b533ea699444e7090f44172f79be64fdf0dc352
1
lesson-3/01-module-demo/roles/uri
7,822
[ "no_license" ]
[ { "path": "lesson-3/01-module-demo/roles/uri/tasks/main.yml", "content": "---\n- name: Test URI Module (POST)\n ansible.builtin.uri:\n url: \"https://httpbin.org/post\"\n validate_certs: no\n follow_redirects: none\n headers:\n Content-Type: application/json\n method: POST\n body_for...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 399, "all_permissive": false }
ansible_role
FabianHardt/ansible-advanced-training
9b533ea699444e7090f44172f79be64fdf0dc352
1
lesson-3/04-inventory-demo/roles/configure_docker
7,822
[ "no_license" ]
[ { "path": "lesson-3/04-inventory-demo/roles/configure_docker/tasks/main.yml", "content": "---\n- name: run entire block as root \n become: true\n block:\n - name: create daemon.json in /etc/docker\n ansible.builtin.copy:\n content: '{\"hosts\": [\"tcp://0.0.0.0:2375\", \"unix:///var/run/doc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1005, "all_permissive": false }
ansible_role
FabianHardt/ansible-advanced-training
9b533ea699444e7090f44172f79be64fdf0dc352
1
lesson-3/04-inventory-demo/roles/start_services
7,822
[ "no_license" ]
[ { "path": "lesson-3/04-inventory-demo/roles/start_services/files/docker-compose.yaml", "content": "---\nversion: \"3.8\"\nservices:\n app1:\n image: alpine:latest\n container_name: app1\n command: sleep 20m\n labels:\n com.example.description: \"Accounting webapp\"\n com.example.depar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2922, "all_permissive": false }
ansible_role
FabianHardt/ansible-advanced-training
9b533ea699444e7090f44172f79be64fdf0dc352
1
lesson-4/02-templates-web-exercise/roles/demo
7,822
[ "no_license" ]
[ { "path": "lesson-4/02-templates-web-exercise/roles/demo/templates/demo_template.j2", "content": "<!DOCTYPE html>\n<html>\n <body>\n <!-- start template -->\n\n <!-- end template -->\n </body>\n</html>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 266, "all_permissive": false }
ansible_role
FabianHardt/ansible-advanced-training
9b533ea699444e7090f44172f79be64fdf0dc352
1
lesson-4/02-templates-web-exercise/roles/start_docker_services
7,822
[ "no_license" ]
[ { "path": "lesson-4/02-templates-web-exercise/roles/start_docker_services/tasks/main.yml", "content": "---\n- name: copy index.html to target host\n ansible.builtin.copy:\n src: index.html\n dest: /tmp/\n mode: 0666\n owner: root\n group: root\n force: true\n\n# - name: run 'docker compos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 644, "all_permissive": false }
ansible_role
FabianHardt/ansible-advanced-training
9b533ea699444e7090f44172f79be64fdf0dc352
1
lesson-6/galaxy-collections/collections/ansible_collections/opitz/examples/roles/hello_world_role
7,822
[ "no_license" ]
[ { "path": "lesson-6/galaxy-collections/collections/ansible_collections/opitz/examples/roles/hello_world_role/tasks/main.yml", "content": "---\n# Here comes the logic...\n#\n# COMPANY EXAMPLE\n#\n# copyright by ...\n#\n# Author: XXX\n\n- name: Debug Hello World\n ansible.builtin.debug:\n msg: \"Hello Wor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 836, "all_permissive": false }
ansible_role
deebuls/vagrant_ansible_jupyterhub
4a59a8170a3e69cf478786a45b3ca236465a1ef3
1
demo_nbgrader/provisioning/roles/cull_idle
7,822
[ "permissive" ]
[ { "path": "demo_nbgrader/provisioning/roles/cull_idle/tasks/main.yml", "content": "---\n\n- name: install cull_idle_servers dependencies\n pip: name=python-dateutil state=present\n\n- name: install cull_idle_servers.py into {{jupyterhub_srv_dir}}\n copy: src=cull_idle_servers.py dest={{jupyterhub_srv_dir}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": true }
ansible_role
deebuls/vagrant_ansible_jupyterhub
4a59a8170a3e69cf478786a45b3ca236465a1ef3
1
demo_nbgrader/provisioning/roles/jupyterhub
7,822
[ "permissive" ]
[ { "path": "demo_nbgrader/provisioning/roles/jupyterhub/templates/jupyterhub_config.py.j2", "content": "# {{ ansible_managed }}\n# Configuration file for jupyterhub.\n\nc = get_config()\nc.JupyterHub.ip = u'127.0.0.1'\nc.JupyterHub.port = 8000\nc.JupyterHub.cookie_secret_file = u'{{ jupyterhub_srv_dir }}/coo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3654, "all_permissive": true }
ansible_role
deebuls/vagrant_ansible_jupyterhub
4a59a8170a3e69cf478786a45b3ca236465a1ef3
1
demo_nbgrader/provisioning/roles/nbgrader
7,822
[ "permissive" ]
[ { "path": "demo_nbgrader/provisioning/roles/nbgrader/tasks/main.yml", "content": "---\n\n- name: pip install nbgrader\n pip: name={{item}} state=forcereinstall\n become: true\n with_items:\n - nbgrader\n #- git+https://github.com/jupyter/nbgrader.git@master#egg=nbgrader\n\n- name: make sure /var/lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2646, "all_permissive": true }
ansible_role
deebuls/vagrant_ansible_jupyterhub
4a59a8170a3e69cf478786a45b3ca236465a1ef3
1
demo_nbgrader/provisioning/roles/python
7,822
[ "permissive" ]
[ { "path": "demo_nbgrader/provisioning/roles/python/tasks/python3.yml", "content": "---\n\n- name: user pip packages\n pip: name={{item}} state=present\n become: true\n with_items: '{{pip_packages}}'\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 545, "all_permissive": true }
ansible_role
GannonTdW/Proxmox-K8S-Terraform-Ansible
37d936d9e522a48b4370975e856808d952c64c79
1
ansible/roles/k8s-proxmox
7,822
[ "no_license" ]
[ { "path": "ansible/roles/k8s-proxmox/files/bashrc", "content": "# Source global definitions\n[[ -f /etc/bashrc ]] && . /etc/bashrc\n[[ -f $HOME/.config/shell/profile ]] && . $HOME/.config/shell/profile\n[[ -f $HOME/.config/shell/aliases_fonctions ]] && . ~/.config/shell/aliases_fonctions\n[[ -f $HOME/.confi...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 28368, "all_permissive": false }
ansible_role
Aelshafei/ansible-repo
04c4b0229976205bfb06a5c47c2592017cd87fa3
1
roles/iti-nodejs
7,824
[ "no_license" ]
[ { "path": "roles/iti-nodejs/tasks/main.yml", "content": "- name: install node and npm\n yum:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - nodejs\n - npm\n- name: install forever package\n npm: name=forever state=present global=yes\n- name: create nodejs path\n file: \n path...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 613, "all_permissive": false }
ansible_role
subhas-prodt/AnsiblePlaybook-for-LEMP
888f4ae06e003c14961fb756fc3b7f4af43cc6e4
0
LEMP/roles/nginx
7,824
[ "no_license" ]
[ { "path": "LEMP/roles/nginx/tasks/main.yml", "content": "- name: Install Nginx\n apt: name={{ item }} state=present\n with_items:\n - nginx\n - nginx-extras\n\n- name: Configure Nginx\n template: src=nginx.conf.template dest=/etc/nginx/nginx.conf\n\n- name: Configure site-available/default\n templat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 329, "all_permissive": false }
ansible_role
subhas-prodt/AnsiblePlaybook-for-LEMP
888f4ae06e003c14961fb756fc3b7f4af43cc6e4
0
LEMP/roles/php
7,824
[ "no_license" ]
[ { "path": "LEMP/roles/php/tasks/main.yml", "content": "- name: add PPA repository\n apt_repository: repo={{ php_repo }}\n\n- name: apt-get update \n apt: update_cache=yes\n\n- name: install php packages\n apt: pkg={{ item }} state=latest\n with_items: \"{{ php_packages }}\"\n notify:\n - start php7"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 311, "all_permissive": false }
ansible_role
Waterstrong/ansible-workshop
deb09c24f434aa280b53b3c44c6aac6bd2b77d42
5
roles/git_clone_file
7,824
[ "no_license" ]
[ { "path": "roles/git_clone_file/tasks/main.yml", "content": "---\n- name: Ensure repo clone and update to apache directory\n git:\n repo: \"https://github.com/Waterstrong/ansible-workshop.git\"\n version: \"page\"\n dest: \"/var/www/html/page\"\n update: yes\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
Waterstrong/ansible-workshop
deb09c24f434aa280b53b3c44c6aac6bd2b77d42
5
roles/install_tools
7,824
[ "no_license" ]
[ { "path": "roles/install_tools/tasks/main.yml", "content": "---\n- name: Ensure update cache\n run_once: no\n apt:\n update_cache: yes\n- name: Ensure serveral components installed\n apt:\n name: \"{{item.value}}\"\n state: installed\n with_items: \"{{packages}}\"\n\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 292, "all_permissive": false }
ansible_role
Waterstrong/ansible-workshop
deb09c24f434aa280b53b3c44c6aac6bd2b77d42
5
roles/start_apache2
7,824
[ "no_license" ]
[ { "path": "roles/start_apache2/tasks/main.yml", "content": "---\n- name: enabled mod_rewrite\n apache2_module:\n name: rewrite\n state: present\n\n- name: restart apache2\n service:\n name: apache2\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 162, "all_permissive": false }
ansible_role
nakacya/ansible-zabbix4-rhel7
a163a7980862eaa9e7682b4121f29772284eacef
0
roles/zabbix4-server-mysql-standalone
7,824
[ "no_license" ]
[ { "path": "roles/zabbix4-server-mysql-standalone/tasks/install_php.yml", "content": "---\n# Install and setting php\n- name: Install php\n yum: name=php state=latest\n\n- name: set php timezone\n lineinfile: >- \n dest='/etc/php.ini'\n regexp=\"^date.timezone =\"\n insertafter=\"^;date.timezone =...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3175, "all_permissive": false }
ansible_role
ccamacho/automationhub
14b69d4c3cd276180dbeb8e09b4206988a8eff21
0
ccamacho/automationhub/roles/debug
7,824
[ "permissive" ]
[ { "path": "ccamacho/automationhub/roles/debug/tasks/main.yml", "content": "- name: Print message\n ansible.builtin.debug:\n msg:\n - \"This is an example message\"\n - \"Here it goes: {{ message }}.\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 145, "all_permissive": true }
ansible_role
homedash/kankun-manager
407485792b5f67c05ecdbcbd34621e11bcee1a4e
10
roles/smallk
7,824
[ "no_license" ]
[ { "path": "roles/smallk/vars/main.yml", "content": "---\n\ntimezone: EDT-11\n\nrequired_packages:\n - socat\n - at\n\nudp_broadcast_port: 9600\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/smallk/tasks/main.yml", "content": "---\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1412, "all_permissive": false }
ansible_role
miyamadoKL/learn-ansible
83a4e4180c49ca5bf9292507e98739f48abfdde6
0
roles/sample1
7,824
[ "no_license" ]
[ { "path": "roles/sample1/molecule/default/molecule.yml", "content": "---\ndependency:\n name: galaxy\ndriver:\n name: docker\nlint: |\n set -e\n yamllint .\n find defaults/ tasks/ -type f -name \"*.yml\" | xargs ansible-lint\nplatforms:\n - name: instance\n image: docker.io/pycontribs/centos:7\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1273, "all_permissive": false }
ansible_role
edunham/ansible-rust-infra
cdbbc694477e7f31a331eabdce460cd3998de6d1
5
roles/bastion
7,824
[ "no_license" ]
[ { "path": "roles/bastion/tasks/main.yaml", "content": "---\n- name: Install Dependencies\n apt:\n name={{ item }}\n state=present\n update_cache=yes\n with_items: apt_packages\n\n- name: Create users group\n group:\n name=users\n state=present\n\n- name: Create Ansible user account\n user...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1499, "all_permissive": false }
ansible_role
edunham/ansible-rust-infra
cdbbc694477e7f31a331eabdce460cd3998de6d1
5
roles/buildmaster
7,824
[ "no_license" ]
[ { "path": "roles/buildmaster/files/invalidate.sh", "content": "ruby $HOME/aws_cf_invalidate.rb \\\n 'cargo-dist/channel*' \\\n 'cargo-dist/cargo*' \\\n 'dist/channel*' \\\n 'dist/rust*' \\\n rustup.sh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 }...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 15, "total_bytes": 16141, "all_permissive": false }
ansible_role
edunham/ansible-rust-infra
cdbbc694477e7f31a331eabdce460cd3998de6d1
5
roles/buildslave
7,824
[ "no_license" ]
[ { "path": "roles/buildslave/tasks/main.yaml", "content": "---\n- name: Install prerequisite packages\n apt:\n pkg={{ item }}\n state=present\n with_items:\n - python\n - python-pip\n - python-dev\n - python-setuptools\n - stunnel\n\n- name: install Buildbot\n easy_insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 756, "all_permissive": false }
ansible_role
edunham/ansible-rust-infra
cdbbc694477e7f31a331eabdce460cd3998de6d1
5
roles/gitstats
7,824
[ "no_license" ]
[ { "path": "roles/gitstats/defaults/main.yaml", "content": "---\n\nwww: /var/www/gitstat/index.html\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/gitstats/gitstat_settings.py", "content": "TITLE = 'Rust Organization'\n\nTEMPLATE_FILE =...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1628, "all_permissive": false }
ansible_role
edunham/ansible-rust-infra
cdbbc694477e7f31a331eabdce460cd3998de6d1
5
roles/mac
7,824
[ "no_license" ]
[ { "path": "roles/mac/tasks/main.yaml", "content": "---\n- name: Download Python pkg\n get_url:\n url=\"https://www.python.org/ftp/python/2.7.11/python-2.7.11-macosx10.6.pkg\"\n dest=\"/Users/administrator/python.pkg\"\n when: install_python == True\n\n- name: Install latest Python\n command: instal...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3357, "all_permissive": false }
ansible_role
edunham/ansible-rust-infra
cdbbc694477e7f31a331eabdce460cd3998de6d1
5
roles/playground
7,824
[ "no_license" ]
[ { "path": "roles/playground/tasks/main.yaml", "content": "---\n- name: Install Git\n pacman:\n name={{item}}\n state=latest\n with_items:\n - git\n - python2-pip\n - arch-install-scripts\n - python\n - python-pip\n\n# TODO: pip2 install --upgrade pip\n\n- name: Clone my copy of Playgr...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1932, "all_permissive": false }
ansible_role
edunham/ansible-rust-infra
cdbbc694477e7f31a331eabdce460cd3998de6d1
5
roles/proxy
7,824
[ "no_license" ]
[ { "path": "roles/proxy/files/sites-enabled/www.rust-lang.org", "content": "# You may add here your\n# server {\n#\t...\n# }\n# statements for each of your virtual hosts to this file\n\n##\n# You should look at the following URL's in order to grasp a solid understanding\n# of Nginx configuration files in ord...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 16844, "all_permissive": false }
ansible_role
edunham/ansible-rust-infra
cdbbc694477e7f31a331eabdce460cd3998de6d1
5
roles/ubuntu
7,824
[ "no_license" ]
[ { "path": "roles/ubuntu/tasks/main.yaml", "content": "---\n- name: safe-upgrade system packages\n apt:\n update_cache: yes\n upgrade: safe\n when: ansible_os_family == \"Debian\"\n\n- name: Install unattended-upgrades\n apt:\n pkg=unattended-upgrades\n state=present\n update_cache=yes\n\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1071, "all_permissive": false }
ansible_role
igordumchykov/aws-cloud-formation
0a0dcb90c4c567ee1c32987d5d4b045cd2d10db1
0
nexus/ansible/playbooks/nexus/roles/webservers
7,824
[ "no_license" ]
[ { "path": "nexus/ansible/playbooks/nexus/roles/webservers/defaults/main.yml", "content": "---\npackage_name_jdk: java-1.8.0-openjdk-devel\nmaven_version: 3.5.4\nmaven_src: /usr/local/src\nmaven_home: /usr/local/maven\nmaven_sh_path: /etc/profile.d/maven.sh\nnexus_version: 3\nnexus_full_version: 3.13.0-01\nn...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2377, "all_permissive": false }
ansible_role
igordumchykov/aws-cloud-formation
0a0dcb90c4c567ee1c32987d5d4b045cd2d10db1
0
nexus/main/roles/nexus_deploy_all
7,824
[ "no_license" ]
[ { "path": "nexus/main/roles/nexus_deploy_all/handlers/main.yml", "content": "---\n- name: Print facts\n block:\n - cloudformation_facts:\n aws_access_key: \"{{ ec2_access_key }}\"\n aws_secret_key: \"{{ ec2_secret_key }}\"\n stack_name: \"{{ stack_name }}\"\n region: \"{{ reg...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3275, "all_permissive": false }
ansible_role
majevince/RHEL-Systems-Services
af3e32df9844554ae74de6a7674b92a931a3f968
0
roles/sample-apache
7,824
[ "no_license" ]
[ { "path": "roles/sample-apache/tasks/main.yml", "content": "---\n# tasks file for sample-apache\n- name: install apache with depencies packages\n dnf:\n name: \n - httpd\n - php\n - mod_ssl\n state: present\n\n- name: start and enable apache\n systemd:\n name: httpd\n state: sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 685, "all_permissive": false }
ansible_role
majevince/RHEL-Systems-Services
af3e32df9844554ae74de6a7674b92a931a3f968
0
roles/sample-mysql
7,824
[ "no_license" ]
[ { "path": "roles/sample-mysql/handlers/main.yml", "content": "---\n# handlers file for sample-mysql\n- name: restart mysql\n systemd:\n name: mysqld\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "roles/sample-mysql/tas...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1674, "all_permissive": false }
ansible_role
3RN0D3P/Scripts
3efa53156bd609268cc85a6bd42f9406d65a242c
0
Ansible/Windows/Roles/Password_Policy
7,826
[ "no_license" ]
[ { "path": "Ansible/Windows/Roles/Password_Policy/Tasks/Maximum_Password_Age.yml", "content": "---\n# Set \"define\" to any value between 1 and 999\n\n - name: Set Maximum Password Age\n win_security_policy:\n section: System Access\n key: MaximumPasswordAge\n value: \"{{ valeur }}\"\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2697, "all_permissive": false }
ansible_role
3RN0D3P/Scripts
3efa53156bd609268cc85a6bd42f9406d65a242c
0
Ansible/Windows_GPO/Roles/Password_Policy
7,826
[ "no_license" ]
[ { "path": "Ansible/Windows_GPO/Roles/Password_Policy/Tasks/Minimum_Password_Length_Audit.yml", "content": "---\n - name: Set Maximum Password Age\n win_security_policy:\n section: System Access\n key: MinimumPasswordLengthAudit\n value: \"{{ valeur }}\"\n register: result\n\n# Minimum ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5192, "all_permissive": false }
ansible_role
favonia/PUID-tarosbubbletea-ansible-homelab
8a138b2dbc47dc632a1ac62931ca3cad146b2253
0
roles/cron
7,826
[ "no_license" ]
[ { "path": "roles/cron/templates/crontasks.j2", "content": "#!/bin/bash\n\nHOSTNAME=$(hostname)\nCURRENT_DATE=$(date --iso-8601=seconds)\n# Retrieve the last 5 lines from journalctl and escape characters to make it JSON-compatible\nJOURNAL_OUTPUT=$(journalctl -p err -b -1 | grep -v login | tail -5 | sed ':a;...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1948, "all_permissive": false }
ansible_role
favonia/PUID-tarosbubbletea-ansible-homelab
8a138b2dbc47dc632a1ac62931ca3cad146b2253
0
roles/docker
7,826
[ "no_license" ]
[ { "path": "roles/docker/vars/Debian.yml", "content": "---\ndocker_deps:\n - \"apt-transport-https\"\n - \"ca-certificates\"\n - \"curl\"\n - \"gnupg-agent\"\n - \"software-properties-common\"\n - \"python3-pip\"\n - \"python3-docker\"\n - \"docker-compose\"\n\ndocker_packages:\n - \"docker-ce\"\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2665, "all_permissive": false }
ansible_role
favonia/PUID-tarosbubbletea-ansible-homelab
8a138b2dbc47dc632a1ac62931ca3cad146b2253
0
roles/packages-misc
7,826
[ "no_license" ]
[ { "path": "roles/packages-misc/tasks/main.yml", "content": "---\n- name: abort if not running on Debian\n fail:\n msg: \"This role is only for Debian\"\n when: ansible_distribution != 'Debian'\n\n- name: install stuff\n become: true\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 398, "all_permissive": false }
ansible_role
favonia/PUID-tarosbubbletea-ansible-homelab
8a138b2dbc47dc632a1ac62931ca3cad146b2253
0
roles/packages-upgrade
7,826
[ "no_license" ]
[ { "path": "roles/packages-upgrade/templates/post.j2", "content": "{\n \"embeds\": [\n {\n \"title\": \"Reboot required on **{{ inventory_hostname }}**.\",\n\n \"color\": 969398,\n \"fields\": [],\n \"footer\": {\n \"icon_url\": \"https://i.imgur.com/dcg1OTp.png\"\n },\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1382, "all_permissive": false }
ansible_role
favonia/PUID-tarosbubbletea-ansible-homelab
8a138b2dbc47dc632a1ac62931ca3cad146b2253
0
roles/setup
7,826
[ "no_license" ]
[ { "path": "roles/setup/tasks/setup.yml", "content": "---\n- name: setup | SSH directory on root\n become: true\n ansible.builtin.file:\n mode: \"0700\"\n path: /root/.ssh\n state: directory\n\n- name: setup | Add local SSH pubkey into root\n become: true\n ansible.builtin.lineinfile:\n path:...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2678, "all_permissive": false }
ansible_role
vecnet/deploy-dl
1bdd6e83e667776b558081c091bc6cf36d328021
0
roles/acmetool
7,826
[ "no_license" ]
[ { "path": "roles/acmetool/templates/response-file.yml", "content": "# This is a example of a response file, used with --response-file.\n# It automatically answers prompts for unattended operation.\n# grep for UniqueID in the source code for prompt names.\n# Pass --response-file to all invocations, not just ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2131, "all_permissive": false }
ansible_role
vecnet/deploy-dl
1bdd6e83e667776b558081c091bc6cf36d328021
0
roles/backup-client
7,826
[ "no_license" ]
[ { "path": "roles/backup-client/templates/rsync-to-jcu.sh.j2", "content": "#!/bin/bash\n\nEMAIL=\"\"\nLOGFILE={{ backup_log_file }}\nTEMPFILE=$(mktemp)\nFEDORA_DATA_PATH=/opt/fedora/data\n# this is just until we get the data into the DL...\nLARGE_DATA_IO_PATH=/data/io\n\n# redirect stdout and stderr to the l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2127, "all_permissive": false }
ansible_role
vecnet/deploy-dl
1bdd6e83e667776b558081c091bc6cf36d328021
0
roles/backup-server
7,826
[ "no_license" ]
[ { "path": "roles/backup-server/templates/clean-dw.sh.j2", "content": "#!/bin/bash\n\n# Remove all but the 2 most recent backups from the dw directory.\n# This may have problems if the file names contain spaces.\nTARGET_DIR=dw\nNUMBER_TO_KEEP=2\n\ncd $TARGET_DIR\nOLD_FILES=$(ls -t | awk \"NR>$NUMBER_TO_KEEP\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1287, "all_permissive": false }
ansible_role
vecnet/deploy-dl
1bdd6e83e667776b558081c091bc6cf36d328021
0
roles/common
7,826
[ "no_license" ]
[ { "path": "roles/common/templates/logwatch.j2", "content": "# Local configuration options go here (defaults are in /usr/share/logwatch/default.conf/logwatch.conf)\nMailTo = {{ logwatch_email }}\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { "path": "r...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2299, "all_permissive": false }
ansible_role
vecnet/deploy-dl
1bdd6e83e667776b558081c091bc6cf36d328021
0
roles/disadis
7,826
[ "no_license" ]
[ { "path": "roles/disadis/tasks/main.yml", "content": "---\n- name: make app user\n user: name=app\n\n- name: install latest disadis code\n command: /bin/env GOPATH=/opt/gocode /usr/bin/go get github.com/ndlib/disadis\n\n- name: create log directory\n file: >\n path=/opt/log/disadis\n state=dire...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2308, "all_permissive": false }
ansible_role
vecnet/deploy-dl
1bdd6e83e667776b558081c091bc6cf36d328021
0
roles/discovery
7,826
[ "no_license" ]
[ { "path": "roles/discovery/templates/env-vars.j2", "content": "RAILS_ENV={{ rails_env }}\nRAILS_ROOT={{ discovery_deploy_root }}/current\nAPIKEY={{ d_harvest_api_key }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/discovery/tasks/deploy...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 10648, "all_permissive": false }
ansible_role
vecnet/deploy-dl
1bdd6e83e667776b558081c091bc6cf36d328021
0
roles/fedora
7,826
[ "no_license" ]
[ { "path": "roles/fedora/templates/fedora-install-properties.j2", "content": "#Install Options\n#Wed Sep 05 20:37:54 EDT 2012\nri.enabled=false\nmessaging.enabled=false\napia.auth.required=false\ndatabase.jdbcDriverClass=org.postgresql.Driver\ndatabase.postgresql.jdbcDriverClass=org.postgresql.Driver\nupstre...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3313, "all_permissive": false }
ansible_role
vecnet/deploy-dl
1bdd6e83e667776b558081c091bc6cf36d328021
0
roles/fits
7,826
[ "no_license" ]
[ { "path": "roles/fits/defaults/main.yml", "content": "---\nfits_version: 0.8.3\nfits_cache_url: https://dl.vecnet.org/i\n# fits_cache_url: http://projects.iq.harvard.edu/files/fits/files\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path": "roles/fits...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 717, "all_permissive": false }
ansible_role
vecnet/deploy-dl
1bdd6e83e667776b558081c091bc6cf36d328021
0
roles/nginx
7,826
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.conf.j2", "content": "# For more information on configuration, see:\n# * Official English Documentation: http://nginx.org/en/docs/\n# * Official Russian Documentation: http://nginx.org/ru/docs/\n\nuser nginx nginx;\nworker_processes 2;\npid ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5513, "all_permissive": false }
ansible_role
vecnet/deploy-dl
1bdd6e83e667776b558081c091bc6cf36d328021
0
roles/noids
7,826
[ "no_license" ]
[ { "path": "roles/noids/tasks/main.yml", "content": "---\n- name: make app user\n user: name=app\n\n- name: install latest noids code\n command: /bin/env GOPATH=/opt/gocode /usr/bin/go get github.com/ndlib/noids\n\n- name: create pool storage palce\n file: >\n path={{ item }}\n state=directory\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1704, "all_permissive": false }
ansible_role
vecnet/deploy-dl
1bdd6e83e667776b558081c091bc6cf36d328021
0
roles/postgres
7,826
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "---\n- name: Install postgres packages\n become: yes\n yum: >\n name={{ item }}\n state=present\n with_items:\n - python-psycopg2\n - postgresql-server\n - postgresql\n\n- name: Init postgresql\n become: yes\n command: >\n service...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1714, "all_permissive": false }
ansible_role
vecnet/deploy-dl
1bdd6e83e667776b558081c091bc6cf36d328021
0
roles/redis
7,826
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n- name: Install packages\n become: yes\n yum: >\n name=redis\n state=present\n\n- name: Start redis\n become: yes\n service: >\n name=redis\n enabled=yes\n state=started\n\n- name: open redis in firewall\n become: yes\n copy: >\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 380, "all_permissive": false }
ansible_role
vecnet/deploy-dl
1bdd6e83e667776b558081c091bc6cf36d328021
0
roles/ruby
7,826
[ "no_license" ]
[ { "path": "roles/ruby/tasks/ruby_install.yml", "content": "---\n\n# and alternate way to install rubies than compiling them with ruby-build\n\n- name: download ruby-install\n get_url: >\n url=https://github.com/postmodern/ruby-install/archive/v0.5.0.tar.gz\n dest=/opt/pkg/ruby-install-0.5.0.tar.gz\n\...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2551, "all_permissive": false }
ansible_role
vecnet/deploy-dl
1bdd6e83e667776b558081c091bc6cf36d328021
0
roles/solr
7,826
[ "no_license" ]
[ { "path": "roles/solr/defaults/main.yml", "content": "---\nsolr_version: 4.10.2\nsolr_cache_url: http://dl.vecnet.org/i\n# solr_cache_url: http://apache.mirrors.lucidnetworks.net/lucene/solr/4.10.3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 }, { "path": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4466, "all_permissive": false }
ansible_role
vecnet/deploy-dl
1bdd6e83e667776b558081c091bc6cf36d328021
0
roles/tarcache
7,826
[ "no_license" ]
[ { "path": "roles/tarcache/tasks/main.yml", "content": "---\n# populate the local cache of external files needed\n# for deploy.\n#\n# The intention is that this is just stored on a single local box.\n\n- name: create www\n file: >\n path=/opt/www\n state=directory\n\n- name: create www/i\n file: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1113, "all_permissive": false }
ansible_role
vecnet/deploy-dl
1bdd6e83e667776b558081c091bc6cf36d328021
0
roles/tomcat
7,826
[ "no_license" ]
[ { "path": "roles/tomcat/defaults/main.yml", "content": "---\n# be careful with this....tomcat won't start\n# if it is too small ( <512m ?)\njava_start_size: 2G\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "roles/tomcat/handlers/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 783, "all_permissive": false }
ansible_role
vecnet/deploy-dl
1bdd6e83e667776b558081c091bc6cf36d328021
0
roles/vecnet
7,826
[ "no_license" ]
[ { "path": "roles/vecnet/templates/env-vars.j2", "content": "RAILS_ENV={{ rails_env }}\nRAILS_ROOT={{ vecnet_deploy_root }}/current\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/vecnet/templates/fedora.yml.j2", "content": "{{ rails_env...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 9688, "all_permissive": false }
ansible_role
huynconfluent/ansible-openldap
aec1d8001b586c2c1a447df7213f2722b07aaaac
0
roles/ldap
7,826
[ "no_license" ]
[ { "path": "roles/ldap/tasks/main.yaml", "content": "---\n- name: Create Container Directory\n file:\n path: \"{{ container_directory }}\"\n owner: root\n state: directory\n\n- name: Create LDAP Container Directory\n file:\n path: \"{{ container_ldap_directory }}\"\n owner: root\n state: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2564, "all_permissive": false }
ansible_role
Joel-dev88/devops-master-pipe
45c9187eb9a327269354ad27434cb42b7ca74b75
0
infrastructure/ansible/roles/common
7,826
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/common/tasks/main.yml", "content": "---\n- name: Install Common Packages\n apt:\n pkg:\n - vim\n - git\n - curl\n - gpg\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 120, "all_permissive": false }
ansible_role
threeHow/doIt
4ca5ab2dd814539e185ef39c1e21be9c881484ce
0
photoView/photoThird/picsum-photos/ansible/roles/unsplash-downloader
7,826
[ "no_license" ]
[ { "path": "photoView/photoThird/picsum-photos/ansible/roles/unsplash-downloader/tasks/main.yml", "content": "---\n- name: Create unsplash-downloader directory\n file: path=/opt/unsplash-downloader state=directory owner=unsplash group=unsplash\n\n- name: Clone the repo\n shell: \"cd /opt/unsplash-downloade...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1002, "all_permissive": false }
ansible_role
threeHow/doIt
4ca5ab2dd814539e185ef39c1e21be9c881484ce
0
photoView/photoThird/picsum-photos/ansible/roles/unsplash-it
7,826
[ "no_license" ]
[ { "path": "photoView/photoThird/picsum-photos/ansible/roles/unsplash-it/tasks/main.yml", "content": "---\n- name: Install libvips\n shell: \"curl -s https://raw.githubusercontent.com/lovell/sharp/master/preinstall.sh | bash -\"\n\n- name: Install global package forever\n shell: \"npm install -g forever\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 879, "all_permissive": false }
ansible_role
threeHow/doIt
4ca5ab2dd814539e185ef39c1e21be9c881484ce
0
photoView/photoThird/picsum-photos/ansible/roles/unsplash-lb
7,826
[ "no_license" ]
[ { "path": "photoView/photoThird/picsum-photos/ansible/roles/unsplash-lb/tasks/main.yml", "content": "---\n- include: nginx.yml\n- include: iptables.yml\n- include: ip6tables.yml\n- include: unsplash.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path"...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 7339, "all_permissive": false }
ansible_role
jondurrant/Ansible-DNSMarqVLAN-RPI-Ubuntu
2b62349b50f262751b8a3f080148a62de960ab72
0
roles/OracJoinVLAN
7,826
[ "no_license" ]
[ { "path": "roles/OracJoinVLAN/tasks/main.yml", "content": "---\n- name: Check required variables\n fail: msg=\"Variable '{{ item }}' is not defined\"\n when: item not in vars\n with_items: \n - vlan\n - ip\n \n- name: Set interface\n set_fact:\n interface: \"eth0.{{ vlan }}\"\n\n- name: Inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2430, "all_permissive": false }
ansible_role
jondurrant/Ansible-DNSMarqVLAN-RPI-Ubuntu
2b62349b50f262751b8a3f080148a62de960ab72
0
roles/OracMultiDNS
7,826
[ "no_license" ]
[ { "path": "roles/OracMultiDNS/tasks/main.yml", "content": "---\n- name: Check required variables\n fail: msg=\"Variable '{{ item }}' is not defined\"\n when: item not in vars\n with_items: \n - interface\n - hostsdir\n - domain\n - server\n - user\n \n- name: Install dnsmasq\n become: tru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4858, "all_permissive": false }
ansible_role
achang140/ACIT_4640_Notes
38cc8b7340f73bd9681357bea5b96a1b18250095
0
starter_code/ansible_terraform_role/ansible/roles/ec2_host_base
7,826
[ "no_license" ]
[ { "path": "starter_code/ansible_terraform_role/ansible/roles/ec2_host_base/templates/hosts.j2", "content": "127.0.0.1 localhost\r\n{% for server in groups[project_group]%}\r\n{{hostvars[server]['ansible_facts']['default_ipv4']['address']}} {{hostvars[server]['ansible_facts']['nodename']}}\r\n{% endfor %}", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1073, "all_permissive": false }