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
yzhelezko/wp
80620b45f52d536a800657314bcf28b83cebdedd
0
roles/reflector
7,550
[ "no_license" ]
[ { "path": "roles/reflector/defaults/main.yml", "content": "reflector_namespace: \"reflector\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/reflector/tasks/main.yml", "content": "---\n- name: Add reflector chart repo\n community.kube...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 657, "all_permissive": false }
ansible_role
yzhelezko/wp
80620b45f52d536a800657314bcf28b83cebdedd
0
roles/wordpress
7,550
[ "no_license" ]
[ { "path": "roles/wordpress/defaults/main.yml", "content": "wordpress_namespace: \"default\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/wordpress/tasks/main.yml", "content": "---\n\n- name: Add bitnami chart repo\n community.kubern...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 699, "all_permissive": false }
ansible_role
Ayotundepaul/Configuration-Management-Ansible
a6f5d26563516719a0f15a8aaa88e05fd853db55
0
roles/dbserver
7,550
[ "no_license" ]
[ { "path": "roles/dbserver/tasks/main.yml", "content": "---\n- name: Install PostgreSQL\n apt:\n name: postgresql\n state: present\n update_cache: yes\n\n- name: Start PostgreSQL Service\n service:\n name: postgresql\n state: started\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 185, "all_permissive": false }
ansible_role
piyushbiswas/ansible-test2
2502cf45f3c1b08d1dfdcb176f1ad83c2d06c210
0
roles/semaphore
7,550
[ "no_license" ]
[ { "path": "roles/semaphore/tasks/main.yml", "content": "# tasks file for semaphore\n\n---\n- name: Display a message\n debug:\n msg: \"This role ran successfully!\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "roles/semaphore/handlers/m...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 202, "all_permissive": false }
ansible_role
piyushbiswas/ansible-test2
2502cf45f3c1b08d1dfdcb176f1ad83c2d06c210
0
roles/user
7,550
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "# tasks file for user\n\n---\n- name: Display a message\n debug:\n msg: \"User created\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 87, "all_permissive": false }
ansible_role
wrouesnel/host.bootstrap
9b0e237594e57a9d72e135b30c1460224d67e71a
0
ansible/roles/bootstrap
7,550
[ "permissive" ]
[ { "path": "ansible/roles/bootstrap/tasks/main.yml", "content": "---\n- name: configure apt\n copy:\n dest: /etc/apt/apt.conf\n owner: root\n group: root\n mode: 0644\n content: |\n APT::Install-Suggests \"0\"; APT::Install-Recommends \"0\";\n\n- name: refresh bootstrap packages\n packa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 603, "all_permissive": true }
ansible_role
LeloGualda/ansible-dev-dependencies
380a022f000c93ef3fb83f792b7937d9615fcc97
0
playbook/roles/java8
7,550
[ "no_license" ]
[ { "path": "playbook/roles/java8/tasks/main.yml", "content": "---\n- name: install java8 jdk - jre\n become: yes\n apt:\n pkg:\n - openjdk-8-jdk\n - openjdk-8-jre\n\n- name: Install add-apt-repostory\n become: yes\n apt: name=software-properties-common state=latest\n\n- name: Add Oracle Java...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 614, "all_permissive": false }
ansible_role
LeloGualda/ansible-dev-dependencies
380a022f000c93ef3fb83f792b7937d9615fcc97
0
playbook/roles/mongod
7,550
[ "no_license" ]
[ { "path": "playbook/roles/mongod/tasks/main.yml", "content": "- name: add key \n shell: 'wget -qO - https://www.mongodb.org/static/pgp/server-4.2.asc | sudo apt-key add'\n become: yes\n\n- name: Run the mongod service start\n shell: 'echo \"deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu bio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 690, "all_permissive": false }
ansible_role
LeloGualda/ansible-dev-dependencies
380a022f000c93ef3fb83f792b7937d9615fcc97
0
playbook/roles/yarn
7,550
[ "no_license" ]
[ { "path": "playbook/roles/yarn/tasks/main.yml", "content": "- name: install nodejs/npm\n become: yes\n apt:\n pkg:\n - nodejs\n - npm\n \n- name: Install yarn - get pubkty yarn.\n shell: 'curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -\necho \"deb https://dl.yarnp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 634, "all_permissive": false }
ansible_role
maazpatel24/ansible-playbooks
663411fc4d42716bc6a489f4412bdbd197af03d0
0
wordpress-auto-config/roles/php
7,550
[ "no_license" ]
[ { "path": "wordpress-auto-config/roles/php/tasks/main.yml", "content": "---\n- name: Install PHP Extensions\n apt: name={{ item }} update_cache=yes state=latest state=present\n loop: \"{{ php_modules }}\"\n tags: [ php ]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 146, "all_permissive": false }
ansible_role
maazpatel24/ansible-playbooks
663411fc4d42716bc6a489f4412bdbd197af03d0
0
wordpress-auto-config/roles/system
7,550
[ "no_license" ]
[ { "path": "wordpress-auto-config/roles/system/tasks/main.yml", "content": "---\n- name: Install prerequisites\n apt: name=aptitude update_cache=yes state=latest force_apt_get=yes\n tags: [ server ]\n\n- name: Install LAMP Packages\n apt: name={{ item }} update_cache=yes state=latest\n loop: [ 'apache2',...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 324, "all_permissive": false }
ansible_role
fayaaz/docker-test
bd016fc64b7d9d7caa01a188d01cd6fe9e862ebd
0
roles/docker-install
7,550
[ "no_license" ]
[ { "path": "roles/docker-install/tasks/main.yml", "content": "---\n- name: Add Docker repository\n yum_repository:\n name: \"docker\"\n description: \"Docker Repository\"\n baseurl: \"https://yum.dockerproject.org/repo/main/centos/$releasever/\"\n gpgcheck: yes\n gpgkey: \"https://yum.dockerp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 831, "all_permissive": false }
ansible_role
fayaaz/docker-test
bd016fc64b7d9d7caa01a188d01cd6fe9e862ebd
0
roles/flask
7,550
[ "no_license" ]
[ { "path": "roles/flask/handlers/main.yml", "content": "---\n- name: Restart supervisor\n command: service supervisor restart", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/flask/tasks/main.yml", "content": "- name: Install git\n apt:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1024, "all_permissive": false }
ansible_role
fayaaz/docker-test
bd016fc64b7d9d7caa01a188d01cd6fe9e862ebd
0
roles/mpd
7,550
[ "no_license" ]
[ { "path": "roles/mpd/tasks/main.yml", "content": "---\n\n- name: Install mpd\n apt:\n pkg: mpd\n state: installed\n update_cache: true\n\n- name: Copy mpd conf\n copy:\n src: mpd.conf\n dest: /etc/mpd.conf\n notify: restart mpd\n\n- name: Install mpc\n apt:\n pkg: mpc\n state: insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 370, "all_permissive": false }
ansible_role
fayaaz/docker-test
bd016fc64b7d9d7caa01a188d01cd6fe9e862ebd
0
roles/nginx
7,550
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n\n- name: Clone mpid git repo\n git:\n repo: https://bitbucket.org/fayaaz_ahmed/mpid.git\n dest: /var/www/mpid\n version: dockerize\n\n- name: Install nginx\n apt:\n name: nginx\n state: installed\n update_cache: true\n\n- name: re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1427, "all_permissive": false }
ansible_role
vascoalramos/misago-deployment
20226072138403108046c0afad9d99eb4163cedc
2
deployment/ansible/roles/common
7,550
[ "no_license" ]
[ { "path": "deployment/ansible/roles/common/tasks/main.yml", "content": "---\n\n- name: Update apt repositories\n become: yes\n apt:\n update_cache: yes\n\n- name: Upgrade system packages\n become: yes\n apt:\n name: \"*\"\n state: latest\n\n- name: Disable SSH password authentication\n become:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1566, "all_permissive": false }
ansible_role
vascoalramos/misago-deployment
20226072138403108046c0afad9d99eb4163cedc
2
deployment/ansible/roles/install-docker
7,550
[ "no_license" ]
[ { "path": "deployment/ansible/roles/install-docker/tasks/main.yml", "content": "---\n\n- name: Install Docker Repository Key\n become: yes\n apt_key:\n url: 'https://download.docker.com/linux/ubuntu/gpg'\n\n- name: Install Docker Repository\n become: yes\n apt_repository:\n repo: \"deb [arch=amd64...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 656, "all_permissive": false }
ansible_role
vascoalramos/misago-deployment
20226072138403108046c0afad9d99eb4163cedc
2
deployment/ansible/roles/install-monitoring-tools
7,550
[ "no_license" ]
[ { "path": "deployment/ansible/roles/install-monitoring-tools/tasks/main.yml", "content": "---\n\n- name: Install Elasticsearch Repository Key\n become: yes\n apt_key:\n url: 'https://artifacts.elastic.co/GPG-KEY-elasticsearch'\n\n- name: Install Elasticsearch Repository\n become: yes\n apt_repository...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1208, "all_permissive": false }
ansible_role
vascoalramos/misago-deployment
20226072138403108046c0afad9d99eb4163cedc
2
deployment/ansible/roles/install-stack
7,550
[ "no_license" ]
[ { "path": "deployment/ansible/roles/install-stack/tasks/main.yml", "content": "---\n\n- name: Create Docker Swarm\n become: yes\n community.general.docker_swarm:\n state: present\n register: swarm_info\n when: groups['managers'][0] == inventory_hostname\n\n- name: Join Docker Swarm\n become: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1095, "all_permissive": false }
ansible_role
vascoalramos/misago-deployment
20226072138403108046c0afad9d99eb4163cedc
2
deployment/ansible/roles/manage-vms
7,550
[ "no_license" ]
[ { "path": "deployment/ansible/roles/manage-vms/tasks/main.yml", "content": "---\n\n- name: Create NFS Storage Disk\n include: create-nfs.yml\n\n- name: Manage Monitoring VM\n include: manage.yml name=project-vm-monitoring type=e2-standard-2 group=monitor static_ip=true\n\n- name: Manage Swarm Manager VMs\...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 5554, "all_permissive": false }
ansible_role
jorgearma1982/infra-home
46e4911dc270978c2499278b4a18b26717499a0e
2
ansible/roles/cgroups
7,550
[ "no_license" ]
[ { "path": "ansible/roles/cgroups/defaults/main.yml", "content": "---\n# defaults file for cgroups\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "ansible/roles/cgroups/tasks/main.yml", "content": "---\n# tasks file for cgroups\n\n- name: Inst...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2125, "all_permissive": false }
ansible_role
jorgearma1982/infra-home
46e4911dc270978c2499278b4a18b26717499a0e
2
ansible/roles/disable-swapfile
7,550
[ "no_license" ]
[ { "path": "ansible/roles/disable-swapfile/tasks/main.yml", "content": "---\n# tasks file for disable-swapfile\n\n- name: Desactivar memoria swap\n ansible.builtin.command: dphys-swapfile swapoff\n register: swapoffoutput\n changed_when: swapoffoutput.rc != 0\n failed_when: swapoffoutput.rc != 0\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1661, "all_permissive": false }
ansible_role
jorgearma1982/infra-home
46e4911dc270978c2499278b4a18b26717499a0e
2
ansible/roles/docker
7,550
[ "no_license" ]
[ { "path": "ansible/roles/docker/defaults/main.yml", "content": "---\n# defaults file for docker\n\ndocker_release: \"bookworm\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "ansible/roles/docker/meta/main.yml", "content": "---\ngalaxy_info:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1930, "all_permissive": false }
ansible_role
jorgearma1982/infra-home
46e4911dc270978c2499278b4a18b26717499a0e
2
ansible/roles/general-settings
7,550
[ "no_license" ]
[ { "path": "ansible/roles/general-settings/tasks/main.yml", "content": "---\n# tasks file for general-settings\n\n- name: Configurar el nombre de host a nivel kernel\n ansible.builtin.hostname:\n name: \"{{ hostname_name }}\"\n\n- name: Configurar el nombre de host persistente\n ansible.builtin.copy:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2044, "all_permissive": false }
ansible_role
jorgearma1982/infra-home
46e4911dc270978c2499278b4a18b26717499a0e
2
ansible/roles/iptables-legacy
7,550
[ "no_license" ]
[ { "path": "ansible/roles/iptables-legacy/tasks/main.yml", "content": "---\n\n- name: Instalar el paquete iptables\n ansible.builtin.apt:\n name:\n - iptables\n state: present\n\n- name: Configura la altaernativa de iptables con iptables-legacy\n community.general.alternatives:\n name: iptabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1373, "all_permissive": false }
ansible_role
jorgearma1982/infra-home
46e4911dc270978c2499278b4a18b26717499a0e
2
ansible/roles/k3s-agent
7,550
[ "no_license" ]
[ { "path": "ansible/roles/k3s-agent/handlers/main.yml", "content": "---\n# handlers file for k3s-agent\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "ansible/roles/k3s-agent/defaults/main.yml", "content": "---\n# defaults file for k3s-agent\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1380, "all_permissive": false }
ansible_role
jorgearma1982/infra-home
46e4911dc270978c2499278b4a18b26717499a0e
2
ansible/roles/k3s-gateway
7,550
[ "no_license" ]
[ { "path": "ansible/roles/k3s-gateway/tasks/ingress-nginx.yml", "content": "---\n# tasks file for k3s-gateway/ingress-nginx\n\n- name: Copia manifiesto de recurso namespace para ingress-nginx\n ansible.builtin.template:\n src: ingress-nginx-namespace.yml.j2\n dest: /tmp/ingress-nginx-namespace.yml\n ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 12272, "all_permissive": false }
ansible_role
jorgearma1982/infra-home
46e4911dc270978c2499278b4a18b26717499a0e
2
ansible/roles/k3s-server
7,550
[ "no_license" ]
[ { "path": "ansible/roles/k3s-server/handlers/main.yml", "content": "---\n# handlers file for k3s-server\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "ansible/roles/k3s-server/tasks/kubeconfig.yml", "content": "---\n- name: Asegurar que el d...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3962, "all_permissive": false }
ansible_role
jorgearma1982/infra-home
46e4911dc270978c2499278b4a18b26717499a0e
2
ansible/roles/k8s-tools
7,550
[ "no_license" ]
[ { "path": "ansible/roles/k8s-tools/tasks/helm.yml", "content": "---\n- name: Descargar Helm tar.gz\n ansible.builtin.get_url:\n url: \"https://get.helm.sh/helm-{{ helm_version }}-linux-{{ k8s_arch }}.tar.gz\"\n dest: \"/tmp/helm-{{ helm_version }}.tar.gz\"\n mode: '0644'\n\n- name: Extraer binario...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1833, "all_permissive": false }
ansible_role
jorgearma1982/infra-home
46e4911dc270978c2499278b4a18b26717499a0e
2
ansible/roles/nfs-client
7,550
[ "no_license" ]
[ { "path": "ansible/roles/nfs-client/defaults/main.yml", "content": "---\n# defaults file for nfs-client\nnfs_server: \"nfs-server\"\nnfs_share_backup: \"/mnt/backup\"\nnfs_path_backup: \"/data/backup\"\nnfs_share_media: \"/mnt/media\"\nnfs_path_media: \"/data/media\"\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2015, "all_permissive": false }
ansible_role
jorgearma1982/infra-home
46e4911dc270978c2499278b4a18b26717499a0e
2
ansible/roles/ntp-client
7,550
[ "no_license" ]
[ { "path": "ansible/roles/ntp-client/README.md", "content": "ntp-client\n==========\n\nInstall ntp client on linux server.\n\nRequirements\n------------\n\nDebian based system.\n\nRole Variables\n--------------\n\nThese are default variables for this role:\n\n* ntp_server: \"ntp.metas.ch\"\n\nDependencies\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1470, "all_permissive": false }
ansible_role
jorgearma1982/infra-home
46e4911dc270978c2499278b4a18b26717499a0e
2
ansible/roles/ntp-server
7,550
[ "no_license" ]
[ { "path": "ansible/roles/ntp-server/templates/chrony.conf.j2", "content": "# Use servers from the NTP Pool Project.\n{% for server in ntp_servers %}\nserver {{ server }} iburst\n{% endfor %}\n\n# Allow NTP client access from local network.\nallow {{ local_network }}\n\n# Specify the stratum for the local cl...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2062, "all_permissive": false }
ansible_role
jorgearma1982/infra-home
46e4911dc270978c2499278b4a18b26717499a0e
2
ansible/roles/pi-hole
7,550
[ "no_license" ]
[ { "path": "ansible/roles/pi-hole/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: pi_hole\n author: <NAME>\n description: Tasks for setting up a pi-hole DNS and DHCP server\n company: KronOps\n license: MIT\n min_ansible_version: \"2.9\"\n platforms:\n - name: Debian\n versions:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2959, "all_permissive": false }
ansible_role
jorgearma1982/infra-home
46e4911dc270978c2499278b4a18b26717499a0e
2
ansible/roles/samba-server
7,550
[ "no_license" ]
[ { "path": "ansible/roles/samba-server/README.md", "content": "samba-server\n===========\n\nTasks for setting up local Samba CIFS service.\n\nRequirements\n------------\n\nDebian based system.\n\nRole Variables\n--------------\n\nsamba_server_string: \"NAS 01\"\nsamba_workgroup: \"HQ\"\nsamba_netbios_name: \...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5203, "all_permissive": false }
ansible_role
jorgearma1982/infra-home
46e4911dc270978c2499278b4a18b26717499a0e
2
ansible/roles/shell-tools
7,550
[ "no_license" ]
[ { "path": "ansible/roles/shell-tools/tasks/main.yml", "content": "---\n# tasks file for shell-tools\n\n- name: Instala herramientas del shell para archivos\n ansible.builtin.apt:\n name: \"{{ file_packages }}\"\n state: present\n\n- name: Instala herramientas del shell para red\n ansible.builtin.apt...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2282, "all_permissive": false }
ansible_role
jorgearma1982/infra-home
46e4911dc270978c2499278b4a18b26717499a0e
2
ansible/roles/ssh-server
7,550
[ "no_license" ]
[ { "path": "ansible/roles/ssh-server/README.md", "content": "ssh-server\n==========\n\nTasks for setting up local ssh service.\n\nRequirements\n------------\n\nDebian based system.\n\nRole Variables\n--------------\n\nNot parameters.\n\nDependencies\n------------\n\nNot at the moment.\n\nExample Playbook\n--...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1526, "all_permissive": false }
ansible_role
jorgearma1982/infra-home
46e4911dc270978c2499278b4a18b26717499a0e
2
ansible/roles/usb-storage
7,550
[ "no_license" ]
[ { "path": "ansible/roles/usb-storage/README.md", "content": "usb-storage\n===========\n\nTasks for setting up local usb storage.\n\nRequirements\n------------\n\nDebian based system.\n\nRole Variables\n--------------\n\npartitions:\n - label: \"DATA\"\n filesystem: \"ext4\"\n mount_point: \"/mnt/data...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2179, "all_permissive": false }
ansible_role
itsg-ws-jor/ws_apache_wordpress
5892c18825f25708866ec529c5851a3a4cb01175
0
roles/role-wordpress
7,550
[ "no_license" ]
[ { "path": "roles/role-wordpress/defaults/main.yml", "content": "---\n# defaults file for role-wordpress\nforce: false\ndb_user: \"{{ vault_db_user }}\"\ndb_user_pw: \"{{ vault_db_user_pw }}\"\ndb_host: \"10.2.78.102\"\ndb_name: \"wordpress\"\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1566, "all_permissive": false }
ansible_role
mawinkler/moadsd-ng
6fa7e27e516ee6963a1ba8a5c7f9048df0fe0348
12
roles/configurator
7,550
[ "no_license" ]
[ { "path": "roles/configurator/templates/environment_gcp_secrets.j2", "content": "---\ngcp_service_account_file: {{ gcp_service_account_file }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/configurator/tasks/configure_aws.yml", "conte...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 42006, "all_permissive": false }
ansible_role
mawinkler/moadsd-ng
6fa7e27e516ee6963a1ba8a5c7f9048df0fe0348
12
roles/deepsecurity
7,550
[ "no_license" ]
[ { "path": "roles/deepsecurity/library/ds_query_cves.py", "content": "#!/usr/bin/python\nANSIBLE_METADATA = {\n 'metadata_version': '1.1',\n 'status': ['preview'],\n 'supported_by': 'community'\n}\n\nDOCUMENTATION = '''\n---\nmodule: ds_query_cves\n\nshort_description: Retrieves IPS rule identifiers...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 46361, "all_permissive": false }
ansible_role
mawinkler/moadsd-ng
6fa7e27e516ee6963a1ba8a5c7f9048df0fe0348
12
roles/deepsecurity-agent
7,550
[ "no_license" ]
[ { "path": "roles/deepsecurity-agent/tasks/main.yml", "content": "# Copyright 2018, Trend Micro\n#\n# License as per [repo](master/LICENSE)\n#\n# *********************************************************************\n# * Install, Activate and Manage Trend Micro Deep Security Agent\n# ************************...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 31945, "all_permissive": false }
ansible_role
mawinkler/moadsd-ng
6fa7e27e516ee6963a1ba8a5c7f9048df0fe0348
12
roles/environment-aws
7,550
[ "no_license" ]
[ { "path": "roles/environment-aws/tasks/ec2_resume_instance.yml", "content": "---\n# #####################################################################\n# Resume a instance in AWS environment\n# #####################################################################\n- name: Current play\n debug:\n msg:...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 28087, "all_permissive": false }
ansible_role
mawinkler/moadsd-ng
6fa7e27e516ee6963a1ba8a5c7f9048df0fe0348
12
roles/environment-esx
7,550
[ "no_license" ]
[ { "path": "roles/environment-esx/tasks/esx_create_linux_instance.yml", "content": "---\n# #####################################################################\n# Create a linux instance in GCP environment\n# #####################################################################\n- name: Current play\n debu...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1739, "all_permissive": false }
ansible_role
mawinkler/moadsd-ng
6fa7e27e516ee6963a1ba8a5c7f9048df0fe0348
12
roles/environment-gcp
7,550
[ "no_license" ]
[ { "path": "roles/environment-gcp/tasks/gcp_terminate_network.yml", "content": "---\n# #####################################################################\n# Terminate the network in GCP environment\n# #####################################################################\n- name: Current play\n debug:\n ...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 17136, "all_permissive": false }
ansible_role
mawinkler/moadsd-ng
6fa7e27e516ee6963a1ba8a5c7f9048df0fe0348
12
roles/gitlab
7,550
[ "no_license" ]
[ { "path": "roles/gitlab/tasks/deploy_runners.yml", "content": "---\n# #####################################################################\n# Create GitLab Runners\n# #####################################################################\n- name: Generate DNS Name for GitLab\n set_fact:\n service_dns_na...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 9566, "all_permissive": false }
ansible_role
mawinkler/moadsd-ng
6fa7e27e516ee6963a1ba8a5c7f9048df0fe0348
12
roles/grafana
7,550
[ "no_license" ]
[ { "path": "roles/grafana/tasks/deploy.yml", "content": "---\n# #####################################################################\n# Deploy Grafana\n# #####################################################################\n- name: Generate DNS Name for Grafana\n set_fact:\n service_dns_name: \"http://...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2629, "all_permissive": false }
ansible_role
mawinkler/moadsd-ng
6fa7e27e516ee6963a1ba8a5c7f9048df0fe0348
12
roles/harbor
7,550
[ "no_license" ]
[ { "path": "roles/harbor/tasks/deploy.yml", "content": "---\n# #####################################################################\n# Create a Harbor instance\n# #####################################################################\n- name: Generate DNS Name for Harbor\n set_fact:\n service_dns_name: \...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 13693, "all_permissive": false }
ansible_role
mawinkler/moadsd-ng
6fa7e27e516ee6963a1ba8a5c7f9048df0fe0348
12
roles/helm
7,550
[ "no_license" ]
[ { "path": "roles/helm/defaults/main.yml", "content": "helm_url: https://get.helm.sh/\nhelm_archive: helm-v3.0.1-linux-amd64.tar.gz\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/helm/tasks/deploy.yml", "content": "---\n# ##############...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1286, "all_permissive": false }
ansible_role
mawinkler/moadsd-ng
6fa7e27e516ee6963a1ba8a5c7f9048df0fe0348
12
roles/jenkins
7,550
[ "no_license" ]
[ { "path": "roles/jenkins/defaults/main.yml", "content": "service_type: NodePort\nservice_port: \"{{ jenkins_nodeport }}\"\npersistence_storageClassName: rook-ceph-block\npersistence_size: 8Gi\nrbac_create: true\n\n#jenkins_image: jenkins/jenkins\njenkins_chart: cloudbees/cloudbees-core\njenkins_chart_versio...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 34451, "all_permissive": false }
ansible_role
mawinkler/moadsd-ng
6fa7e27e516ee6963a1ba8a5c7f9048df0fe0348
12
roles/kubernetes-kubeadmin
7,550
[ "no_license" ]
[ { "path": "roles/kubernetes-kubeadmin/tasks/deploy_cni.yml", "content": "---\n# #####################################################################\n# Deploy CNI\n# #####################################################################\n- name: Make directories\n file:\n path: \"{{ item }}\"\n state...
{ "task_files": 13, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 15, "total_bytes": 34582, "all_permissive": false }
ansible_role
mawinkler/moadsd-ng
6fa7e27e516ee6963a1ba8a5c7f9048df0fe0348
12
roles/linkerd
7,550
[ "no_license" ]
[ { "path": "roles/linkerd/tasks/deploy.yml", "content": "---\n# #####################################################################\n# Create a Linkerd instance\n# #####################################################################\n- name: Linkerd Download\n become: true\n become_user: ubuntu\n shell...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1976, "all_permissive": false }
ansible_role
mawinkler/moadsd-ng
6fa7e27e516ee6963a1ba8a5c7f9048df0fe0348
12
roles/loadbalancer
7,550
[ "no_license" ]
[ { "path": "roles/loadbalancer/tasks/configure.yml", "content": "---\n# #####################################################################\n# Configure MetalLB Loadbalancer\n# #####################################################################\n- name: Generate IP range\n set_fact:\n ip_range: \"{{ ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2211, "all_permissive": false }
ansible_role
mawinkler/moadsd-ng
6fa7e27e516ee6963a1ba8a5c7f9048df0fe0348
12
roles/longhorn
7,550
[ "no_license" ]
[ { "path": "roles/longhorn/defaults/main.yml", "content": "longhorn_chart: longhorn/longhorn\nlonghorn_namespace: longhorn-system\nlonghorn_name: longhorn\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/longhorn/tasks/deploy.yml", "conte...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3160, "all_permissive": false }
ansible_role
mawinkler/moadsd-ng
6fa7e27e516ee6963a1ba8a5c7f9048df0fe0348
12
roles/opa
7,550
[ "no_license" ]
[ { "path": "roles/opa/tasks/main.yml", "content": "# #####################################################################\n# Create and Manage OPA\n# #####################################################################\n---\n- name: Deploy\n include: deploy.yml\n when: operation == 'deploy'\n\n- name: Te...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 16317, "all_permissive": false }
ansible_role
mawinkler/moadsd-ng
6fa7e27e516ee6963a1ba8a5c7f9048df0fe0348
12
roles/openshift
7,550
[ "no_license" ]
[ { "path": "roles/openshift/tasks/deploy.yml", "content": "---\n# #####################################################################\n# Create an OpenShift instance\n# #####################################################################\n# CodeReady Containers:\n# RHEL 8\n# sudo su -\n# yum install -y Ne...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 9398, "all_permissive": false }
ansible_role
mawinkler/moadsd-ng
6fa7e27e516ee6963a1ba8a5c7f9048df0fe0348
12
roles/postgresql
7,550
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/create_database.yml", "content": "---\n# #####################################################################\n# Creates a PostgreSQL database instance\n# #####################################################################\n# - name: PostgreSQL install packages\n# apt:...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3907, "all_permissive": false }
ansible_role
mawinkler/moadsd-ng
6fa7e27e516ee6963a1ba8a5c7f9048df0fe0348
12
roles/prometheus
7,550
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/deploy.yml", "content": "---\n# #####################################################################\n# Deploy Prometheus\n# #####################################################################\n- name: Generate DNS Name for Prometheus\n set_fact:\n service_dns_name: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1936, "all_permissive": false }
ansible_role
mawinkler/moadsd-ng
6fa7e27e516ee6963a1ba8a5c7f9048df0fe0348
12
roles/proxy
7,550
[ "no_license" ]
[ { "path": "roles/proxy/tasks/deploy.yml", "content": "---\n# #####################################################################\n# Create a Reverse Proxy for MOADSD-NG Services\n# #####################################################################\n- name: Certbot add apt repository\n apt_repository:\...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5622, "all_permissive": false }
ansible_role
mawinkler/moadsd-ng
6fa7e27e516ee6963a1ba8a5c7f9048df0fe0348
12
roles/registry
7,550
[ "no_license" ]
[ { "path": "roles/registry/tasks/deploy.yml", "content": "# #####################################################################\n# Create a Docker Registry\n# #####################################################################\n---\n- name: Create Docker Registry overrides file\n become: true\n become_...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4619, "all_permissive": false }
ansible_role
mawinkler/moadsd-ng
6fa7e27e516ee6963a1ba8a5c7f9048df0fe0348
12
roles/rook
7,550
[ "no_license" ]
[ { "path": "roles/rook/tasks/main.yml", "content": "# #####################################################################\n# Create and Manage Rook-Ceph\n# #####################################################################\n---\n- name: Deploy Rook-Ceph\n include: deploy.yml\n when: operation == 'depl...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 17023, "all_permissive": false }
ansible_role
mawinkler/moadsd-ng
6fa7e27e516ee6963a1ba8a5c7f9048df0fe0348
12
roles/smartcheck
7,550
[ "no_license" ]
[ { "path": "roles/smartcheck/defaults/main.yml", "content": "service_type: NodePort\npersistence_enabled: true\npersistence_storageClassName: \"{{ smartcheck_storageclass }}\"\nactivationCode: ''\n\ndssc_chart: https://github.com/deep-security/smartcheck-helm/archive/master.tar.gz\ndssc_namespace: smartcheck...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 28448, "all_permissive": false }
ansible_role
boblongmore/arista_network_tests
228cbd7c04a3731e0c3594e3b0dcaf3984e2baca
1
playbooks/roles/arista_test_sw_version
7,557
[ "no_license" ]
[ { "path": "playbooks/roles/arista_test_sw_version/tasks/main.yml", "content": "---\n\n- name: Block to test sw version is correct\n block:\n - name: Retrieve current SW version from Arista Device\n arista.eos.eos_facts:\n gather_subset: all\n register: eos\n\n - name: Assert running ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1482, "all_permissive": false }
ansible_role
boblongmore/arista_network_tests
228cbd7c04a3731e0c3594e3b0dcaf3984e2baca
1
playbooks/roles/http_test
7,557
[ "no_license" ]
[ { "path": "playbooks/roles/http_test/tasks/main.yml", "content": "---\n\n- name: Assert that the web site is reachable\n block:\n - name: Check http status from user side\n ansible.builtin.uri:\n url: \"http://{{ http_test_web_server }}\"\n return_content: true\n ignore_unreachab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2101, "all_permissive": false }
ansible_role
boblongmore/arista_network_tests
228cbd7c04a3731e0c3594e3b0dcaf3984e2baca
1
playbooks/roles/test_interfaces
7,557
[ "no_license" ]
[ { "path": "playbooks/roles/test_interfaces/templates/graph_int_list.j2", "content": "{\n interface_list(filters: {device: {name: {exact: \"{{ inventory_hostname}}\"}}}) {\n device {\n name\n }\n name\n enabled\n ip_addresses {\n address\n }\n }\n}\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2825, "all_permissive": false }
ansible_role
boblongmore/arista_network_tests
228cbd7c04a3731e0c3594e3b0dcaf3984e2baca
1
playbooks/roles/test_routing
7,557
[ "no_license" ]
[ { "path": "playbooks/roles/test_routing/tasks/main.yml", "content": "---\n\n- name: Gather routing info\n arista.eos.eos_command:\n commands:\n - command: show ip bgp summary\n output: json\n register: running_routing\n\n- name: Set running_bgp fact\n ansible.builtin.set_fact:\n running...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3377, "all_permissive": false }
ansible_role
boblongmore/arista_network_tests
228cbd7c04a3731e0c3594e3b0dcaf3984e2baca
1
playbooks/roles/test_system_status
7,557
[ "no_license" ]
[ { "path": "playbooks/roles/test_system_status/tasks/main.yml", "content": "---\n\n- name: Run test free memory\n ansible.builtin.import_tasks: test_free_mem.yml\n\n- name: Run test disk space\n ansible.builtin.import_tasks: test_free_disk.yml\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2032, "all_permissive": false }
ansible_role
CloudVPS/networking-opencontrail
e1ba2d49dc490dfdbbeaf4c9ae747f342cbc6191
0
playbooks/roles/devstack_node
7,557
[ "permissive" ]
[ { "path": "playbooks/roles/devstack_node/tasks/main.yml", "content": "---\n- name: Install required utilities\n become: yes\n yum:\n name:\n - lvm2\n - git\n - python\n - epel-release\n state: present\n\n- name: Install pip\n become: yes\n yum:\n name: python-pip\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 556, "all_permissive": true }
ansible_role
CloudVPS/networking-opencontrail
e1ba2d49dc490dfdbbeaf4c9ae747f342cbc6191
0
playbooks/roles/docker
7,557
[ "permissive" ]
[ { "path": "playbooks/roles/docker/tasks/main.yml", "content": "- name: Install required utilities\n become: yes\n yum:\n name:\n - python-devel\n - epel-release\n - gcc\n - git\n - ansible-2.4.*\n - yum-utils\n - libffi-devel\n state: present\n\n- name: Install pip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1258, "all_permissive": true }
ansible_role
CloudVPS/networking-opencontrail
e1ba2d49dc490dfdbbeaf4c9ae747f342cbc6191
0
playbooks/roles/node
7,557
[ "permissive" ]
[ { "path": "playbooks/roles/node/tasks/main.yml", "content": "---\n- name: Update kernel\n become: yes\n yum:\n name: kernel\n state: latest\n register: update_kernel\n\n- name: Reboot the machine\n become: yes\n reboot:\n when: update_kernel.changed\n register: reboot_machine\n", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 217, "all_permissive": true }
ansible_role
CloudVPS/networking-opencontrail
e1ba2d49dc490dfdbbeaf4c9ae747f342cbc6191
0
playbooks/roles/vrouter_node
7,557
[ "permissive" ]
[ { "path": "playbooks/roles/vrouter_node/tasks/main.yml", "content": "---\n- name: Get vrouter docker name\n become: yes\n shell: |\n docker ps --filter \"label=net.juniper.contrail.container.name=contrail-vrouter-agent\" --format {{' \"{{.Names}}\" '}}\n changed_when: false\n check_mode: no\n regist...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1053, "all_permissive": true }
ansible_role
kerentraht/Occm-Automation
1cc9fd721f5c8a7eed605355c33d5f58fcc6568c
5
roles/aggregate
7,557
[ "no_license" ]
[ { "path": "roles/aggregate/tasks/main.yml", "content": "---\n# tasks file for aggregate \n# Create Template File\n - name: Print Auth Domain\n debug: msg={{auth0_domain}}\n - name: Get Token\n uri:\n url: https://{{auth0_domain}}/oauth/token\n method: POST\n body_format:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3627, "all_permissive": false }
ansible_role
kerentraht/Occm-Automation
1cc9fd721f5c8a7eed605355c33d5f58fcc6568c
5
roles/cvo
7,557
[ "no_license" ]
[ { "path": "roles/cvo/tasks/main.yml", "content": "---\n# tasks file for cvo\n\n - name: Print Auth Domain\n debug: msg={{auth0_domain}}\n - name: Get Token\n uri:\n url: https://{{auth0_domain}}/oauth/token\n method: POST\n body_format: json\n return_content: yes\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5509, "all_permissive": false }
ansible_role
kerentraht/Occm-Automation
1cc9fd721f5c8a7eed605355c33d5f58fcc6568c
5
roles/iscsiVolume
7,557
[ "no_license" ]
[ { "path": "roles/iscsiVolume/tasks/main.yml", "content": "---\n# Create Template File\n - debug: msg=\"{{weType}}\"\n - name: Set Enviroment Detail For Cloud Portal\n set_fact: envType=\"vsa\"\n when: weType == 'aws'\n - name: Set Environment Detail For AWS-HA\n set_fact: envType=\"a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5337, "all_permissive": false }
ansible_role
kerentraht/Occm-Automation
1cc9fd721f5c8a7eed605355c33d5f58fcc6568c
5
roles/volume
7,557
[ "no_license" ]
[ { "path": "roles/volume/templates/volume.j2", "content": "{\n\t\"workingEnvironmentId\": \"{{we_id}}\",\n\t\"svmName\": \"{{svmName}}\",\n\t\"exportPolicyInfo\": {\n \"ips\": [\n \"0.0.0.0/0\"\n ],\n \"policyType\": \"custom\"\n },\n\t\"snapshotPolicyName\": \"default\",\n\t\"name\": \"{{vo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5976, "all_permissive": false }
ansible_role
didier-schmitt/vagrant-docker
3b2301870ef821f96f82e6268722e144854d9d7f
0
ansible/roles/docker
7,557
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/install.yml", "content": "---\n- name: Install docker prerequisites\n apt:\n name: \"{{item}}\"\n state: present\n with_items:\n - apt-transport-https\n - ca-certificates\n - software-properties-common\n\n- name: Add new GPG key\n apt_key: \n url: \"https...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1428, "all_permissive": false }
ansible_role
seansackowitz/aws_security_groups
e924a28d9960248c1ecd1535436fcaa235d1fb89
0
roles/ec2_security_groups
7,557
[ "no_license" ]
[ { "path": "roles/ec2_security_groups/tasks/main.yml", "content": "---\n- name: Gather all security groups\n amazon.aws.ec2_group_info:\n idont: remember\n\n- name: Single group at a time\n ansible.builtin.include_tasks: single_group.yml\n loop: \"{{ sg_all.security_groups }}\"\n loop_control:\n lo...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1578, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/android_tools
7,557
[ "no_license" ]
[ { "path": "roles/android_tools/tasks/main.yml", "content": "- name: Install Android Tools\n pacman:\n name:\n - android-tools\n - android-udev\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 94, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/aur_dir
7,557
[ "no_license" ]
[ { "path": "roles/aur_dir/tasks/main.yml", "content": "- name: Set environment variables for AUR user\n become: True\n become_user: '{{ user.name }}'\n setup:\n filter: ansible_env\n\n- name: Create AUR directory\n become: True\n become_user: '{{ user.name }}'\n file:\n path: '{{ ansible_env.HOME...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 344, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/autologin
7,557
[ "no_license" ]
[ { "path": "roles/autologin/tasks/main.yml", "content": "- name: Create getty@tty1 override directory\n file:\n path: /etc/systemd/system/getty@tty1.service.d/\n state: directory\n when: autologin is sameas True\n\n- name: Enable autologin\n template:\n src: override.conf\n dest: /etc/systemd/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 577, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/base_utils
7,557
[ "no_license" ]
[ { "path": "roles/base_utils/tasks/main.yml", "content": "- name: Install base utilites from Arch repositories\n pacman:\n name:\n - archiso\n - efibootmgr\n - htop\n - lm_sensors\n - rsync\n # Network diagnostic tools\n - bind-tools\n - mtr\n state: present\n",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 237, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/bluetooth
7,557
[ "no_license" ]
[ { "path": "roles/bluetooth/meta/main.yml", "content": "dependencies:\n - generic_handlers\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/bluetooth/tasks/power_on.yml", "content": "- name: Set Bluetooth auto-enable\n lineinfile:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 900, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/boot
7,557
[ "no_license" ]
[ { "path": "roles/boot/files/bootsync", "content": "#!/usr/bin/bash\n\n# Script to synchronise a primary /boot partition to a backup partition\nmount /boot.bak/\nrsync --archive --delete /boot/ /boot.bak/\numount /boot.bak/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 838, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/build_packages
7,557
[ "no_license" ]
[ { "path": "roles/build_packages/tasks/main.yml", "content": "- name: Install build packages\n pacman:\n name:\n - base-devel\n - git\n - linux-headers\n - asp\n state: present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 136, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/chromium
7,557
[ "no_license" ]
[ { "path": "roles/chromium/meta/main.yml", "content": "dependencies:\n - aur_dir\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/chromium/tasks/main.yml", "content": "- name: Install Chromium\n pacman:\n name: chromium\n state: p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 354, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/cups
7,557
[ "no_license" ]
[ { "path": "roles/cups/tasks/main.yml", "content": "- name: Install CUPS and associated utilities\n pacman:\n name:\n - cups\n - cups-pdf\n - ghostscript\n - gsfonts\n\n- name: Enable and start CUPS service\n systemd:\n name: org.cups.cupsd.service\n enabled: True\n state: s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 252, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/dictionaries
7,557
[ "no_license" ]
[ { "path": "roles/dictionaries/defaults/main.yml", "content": "dictionaries:\n # Language settings must match package name, e.g. hunspell-en_GB\n hunspell_lang: en_GB\n mythes_lang: en\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "path": "roles/dict...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 307, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/docker
7,557
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Install Docker\n pacman:\n name: docker\n state: present\n\n- name: Enable and start Docker service\n systemd:\n name: docker.service\n enabled: True\n state: started\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/file_utils
7,557
[ "no_license" ]
[ { "path": "roles/file_utils/tasks/main.yml", "content": "- name: Install archive utilities\n pacman:\n name:\n - atool\n - p7zip\n - unrar\n - unzip\n - xz\n - zip\n # bzip2, gzip, tar part of base group, included for completeness\n - bzip2\n - gzip\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 377, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/filesystem_part_utils
7,557
[ "no_license" ]
[ { "path": "roles/filesystem_part_utils/tasks/main.yml", "content": "- name: Install file and partitioning system utilities\n pacman:\n name:\n - btrfs-progs\n - dosfstools\n - exfat-utils\n - gptfdisk\n - ntfs-3g\n - cdrtools\n state: present\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/firefox
7,557
[ "no_license" ]
[ { "path": "roles/firefox/tasks/main.yml", "content": "- name: Install Firefox\n pacman:\n name:\n - firefox\n - 'firefox-i18n-{{ i18n }}'\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 113, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/fonts
7,557
[ "no_license" ]
[ { "path": "roles/fonts/tasks/windows_fonts.yml", "content": "- name: Create local fonts directory\n file:\n path: /usr/local/share/fonts/\n state: directory\n\n- name: Symlink local fonts\n file:\n src: /usr/local/share/fonts/\n dest: /usr/share/fonts/local\n state: link\n\n- name: Copy Win...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1415, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/hostname
7,557
[ "no_license" ]
[ { "path": "roles/hostname/tasks/main.yml", "content": "- name: Set hostname\n hostname:\n name: '{{ hostname }}'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 60, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/i3
7,557
[ "no_license" ]
[ { "path": "roles/i3/tasks/main.yml", "content": "- name: Install i3 components from Arch repositories\n pacman:\n name:\n - i3lock\n - compton\n # polybar\n - jsoncpp\n - wireless_tools\n\n- name: Install i3-gaps, polybar and hsetroot from AUR\n aur:\n name: '{{ item }}'\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 811, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/kitty
7,557
[ "no_license" ]
[ { "path": "roles/kitty/tasks/main.yml", "content": "- name: Install kitty\n pacman:\n name: kitty-git\n\n- name: Install ImageMagick (optional dependency for image rendering)\n pacman:\n name: imagemagick\n state: present\n\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 175, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/libreoffice
7,557
[ "no_license" ]
[ { "path": "roles/libreoffice/meta/main.yml", "content": "dependencies:\n - i18n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/libreoffice/tasks/main.yml", "content": "- name: Install LibreOffice Fresh\n pacman:\n name:\n - l...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 333, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/locale
7,557
[ "no_license" ]
[ { "path": "roles/locale/meta/main.yml", "content": "dependencies:\n - generic_handlers\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/locale/tasks/main.yml", "content": "- name: Generate locale\n locale_gen:\n name: '{{ locale.loc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 483, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/macbook
7,557
[ "no_license" ]
[ { "path": "roles/macbook/defaults/main.yml", "content": "macbook:\n # Set to True to match standard PC keyboards\n swap_opt_cmd: False\n # Drivers and firmware recently removed from AUR, leave disabled.\n webcam: False\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2281, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/neovim
7,557
[ "no_license" ]
[ { "path": "roles/neovim/tasks/main.yml", "content": "- name: Install Neovim\n pacman:\n name: neovim\n state: present\n\n- name: Check vi and/or vim installed\n shell: pacman -Qq | egrep '^(vi|vim)$'\n register: vi_installed\n failed_when: vi_installed.rc == 2\n\n- name: Uninstall vi and vim\n pa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 759, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/nfs-server
7,557
[ "no_license" ]
[ { "path": "roles/nfs-server/tasks/main.yml", "content": "- name: Install nfs-utils\n pacman:\n name: nfs-utils\n state: present\n\n- name: Enable and start nfs-server service\n systemd:\n name: nfs-server.service\n enabled: True\n state: started\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 197, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/nvidia
7,557
[ "no_license" ]
[ { "path": "roles/nvidia/defaults/main.yml", "content": "nvidia:\n install: False\n # Copies the very specific configuration for my 3440 x 1440, dual card setup\n # with overclocking enabled through the use of a dummy monitor. Unless you\n # have a similar setup (extremely unlikely), leave this disabled....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 517, "all_permissive": false }