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
ynoamdev/cloud-1
acd54b04743cd0f9563423704ed3d8063bba9893
0
roles/wordpress
7,636
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- name: run service\n shell: \"docker-compose -f docker-compose.yml up -d wordpress\"\n args:\n chdir: \"{{ app_dir }}\"\n\n- name: download wordpress\n shell: |\n docker-compose -f docker-compose.yml exec wordpress \\\n sh -c \"/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1221, "all_permissive": false }
ansible_role
sjenning/kubeadm-playbook
3db55e1a1820beebe51342b42790aa1110c9fe18
21
roles/common
7,636
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "---\n- name: Restart docker\n systemd: name=docker state=restarted\n\n- name: Reload systemd\n command: systemctl daemon-reload\n\n- name: Restart kubelet\n systemd: name=kubelet state=restarted", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2308, "all_permissive": false }
ansible_role
sjenning/kubeadm-playbook
3db55e1a1820beebe51342b42790aa1110c9fe18
21
roles/master
7,636
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yml", "content": "---\n# TODO automatically detect this with \"kubeadm version\"\n- name: Pull images\n command: /usr/bin/docker pull {{ item }}\n with_items:\n - \"gcr.io/google_containers/kube-proxy-amd64:v1.6.0\"\n - \"gcr.io/google_containers/kube-controller-manage...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 961, "all_permissive": false }
ansible_role
sjenning/kubeadm-playbook
3db55e1a1820beebe51342b42790aa1110c9fe18
21
roles/node
7,636
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "---\n- set_fact: kubeadm_token={{ hostvars[groups['master'][0]]['kubeadm_token'] }}\n when: kubeadm_token is not defined\n\n- name: Join cluster\n command: /usr/bin/kubeadm join {{ groups['master'][0] }}:6443 --token {{ kubeadm_token }}", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 233, "all_permissive": false }
ansible_role
alexander-chervony/aerospike-ansible
efd3bd8a21a12d90707a7f3cc7d0a23c0d843433
2
roles/common
7,636
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: Install python bindings for SE Linux\n yum: name={{ item }} state=present\n with_items:\n - libselinux-python\n - libsemanage-python\n\n- name: epel-release install\n yum...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 823, "all_permissive": false }
ansible_role
CESNET/pulsar_node
85e7a29c7869910f4166e1731b361d5f880e54c0
1
roles/galaxyproject.miniconda
7,636
[ "no_license" ]
[ { "path": "roles/galaxyproject.miniconda/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n vars:\n miniconda_prefix: \"{{ lookup('env', 'TRAVIS_BUILD_DIR') }}/conda\"\n roles:\n - ansible-miniconda\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 8846, "all_permissive": false }
ansible_role
CESNET/pulsar_node
85e7a29c7869910f4166e1731b361d5f880e54c0
1
roles/metacentrum.krbnfs
7,636
[ "no_license" ]
[ { "path": "roles/metacentrum.krbnfs/tasks/main.yml", "content": "---\n- name: Required packages\n package:\n name:\n - gpg\n - krb5-user\n - anacron\n - logrotate\n \n- name: Metacentrum repo key\n apt_key:\n url: https://repo.metacentrum.cz/key.asc\n id: F11383F552848522...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1854, "all_permissive": false }
ansible_role
CESNET/pulsar_node
85e7a29c7869910f4166e1731b361d5f880e54c0
1
roles/metacentrum.pulsar
7,636
[ "no_license" ]
[ { "path": "roles/metacentrum.pulsar/tasks/main.yml", "content": "- name: Install required standard packages\n package:\n name:\n - acl\n - build-essential\n - git\n - python3-dev\n - libcurl4-openssl-dev\n - libssl-dev\n - virtualenv\n - libgnutls28-dev\n - s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3518, "all_permissive": false }
ansible_role
prajju1509/Main-Project
59393bc6c23227838b0cb060cdcef452343838f0
0
playbooks/roles/docker-install
7,696
[ "no_license" ]
[ { "path": "playbooks/roles/docker-install/tasks/main.yml", "content": "---\n- name: Copy file with owner and permissions\n copy:\n src: docker_install.sh\n dest: /home/ubuntu/docker-install.sh\n owner: ubuntu\n mode: '0777'\n- name: install docker\n shell: bash -x /home/ubuntu/docker-install.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 957, "all_permissive": false }
ansible_role
prajju1509/Main-Project
59393bc6c23227838b0cb060cdcef452343838f0
0
playbooks/roles/grafana
7,696
[ "no_license" ]
[ { "path": "playbooks/roles/grafana/files/docker-compose-manager.yml", "content": "version: '3.2'\nservices:\n grafana:\n image: grafana/grafana:6.7.2\n container_name: grafana\n environment:\n - GF_SECURITY_ADMIN_USER=admin\n - GF_SECURITY_ADMIN_PASSWORD=<PASSWORD>\n - GF_USERS_ALLO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 962, "all_permissive": false }
ansible_role
prajju1509/Main-Project
59393bc6c23227838b0cb060cdcef452343838f0
0
playbooks/roles/postgres-install
7,696
[ "no_license" ]
[ { "path": "playbooks/roles/postgres-install/files/docker_install.sh", "content": "#!/bin/bash\n#removing if docker is already installed\n\nsudo apt-get remove -y docker docker-engine docker.io containerd runc\n\nsudo apt-get -y update\n\n# installing dependencies\nsudo apt-get install -y apt-transport-https...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1206, "all_permissive": false }
ansible_role
prajju1509/Main-Project
59393bc6c23227838b0cb060cdcef452343838f0
0
playbooks/roles/prometheus
7,696
[ "no_license" ]
[ { "path": "playbooks/roles/prometheus/files/docker-compose-manager.yml", "content": "version: '3.2'\nservices:\n prometheus:\n image: prom/prometheus:latest\n container_name: prometheus\n ports:\n - 9086:9090\n command:\n - --config.file=/home/ubuntu/prometheus/prometheus.yml\n volumes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2543, "all_permissive": false }
ansible_role
prajju1509/Main-Project
59393bc6c23227838b0cb060cdcef452343838f0
0
playbooks/roles/prometheus-manager
7,696
[ "no_license" ]
[ { "path": "playbooks/roles/prometheus-manager/tasks/main.yml", "content": "---\n- name: Down manager Prometheus deploy\n become_method: su\n become: true\n become_user: ubuntu\n shell: docker-compose -f /home/ubuntu/prometheus/docker-compose-manager.yml down\n ignore_errors: yes\n \n- name: Running ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 389, "all_permissive": false }
ansible_role
prajju1509/Main-Project
59393bc6c23227838b0cb060cdcef452343838f0
0
playbooks/roles/prometheus-worker-db
7,696
[ "no_license" ]
[ { "path": "playbooks/roles/prometheus-worker-db/tasks/main.yml", "content": "---\n- name: Down worker and database Prometheus deploy\n become_method: su\n become: true\n become_user: ubuntu\n shell: docker-compose -f /home/ubuntu/prometheus/docker-compose-worker.yml down\n ignore_errors: yes\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 409, "all_permissive": false }
ansible_role
prajju1509/Main-Project
59393bc6c23227838b0cb060cdcef452343838f0
0
playbooks/roles/reboot
7,696
[ "no_license" ]
[ { "path": "playbooks/roles/reboot/tasks/main.yml", "content": "---\n- name: Do something that requires a reboot when it results in a change.\n shell: \"echo test\"\n register: task_result\n\n- name: Reboot immediately if there was a change.\n shell: \"sleep 5 && sudo reboot\"\n async: 1\n poll: 0\n wh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 443, "all_permissive": false }
ansible_role
jaokk/Ansible
501b2937f48bf37373bef68211a99e27e624817f
0
roles/user
7,696
[ "no_license" ]
[ { "path": "roles/user/tasks/rmuser.yml", "content": "- name: remover\r\n ansible.builtin.user:\r\n name: \"{{ user_name }}\"\r\n state: absent", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/user/tasks/main.yml", "content": "---\r\...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 634, "all_permissive": false }
ansible_role
bradleymcallister97/Mattermost-Setup-With-Ansible
c63c28fe42de43ba44f9fbe9786fda903146fa1f
1
roles/bootstrap
7,696
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/main.yml", "content": "---\n- name: BOOTSTRAP | Install Python 2\n raw: test -e /usr/bin/python || (apt-get update && apt-get install -y python)\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
bradleymcallister97/Mattermost-Setup-With-Ansible
c63c28fe42de43ba44f9fbe9786fda903146fa1f
1
roles/web
7,696
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "---\n# Webserver Configuration\n\n- name: Grab RDS server name\n set_fact: rds_server=\"{{ lookup('file', 'group_vars/rdsname') }}\"\n \n- debug: var=rds_server verbosity=1\n\n- name: SYSTEM | Install util packages\n apt: name={{ item }} state=present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2608, "all_permissive": false }
ansible_role
ghyde/ansible-playbooks-fedora-workstation
3b2094111fa18c80ec20c0c478cd380595776dba
2
playbooks/roles/fedora-base-install
7,696
[ "no_license" ]
[ { "path": "playbooks/roles/fedora-base-install/README.md", "content": "# Fedora Base Install\n\nBase install for Fedora workstations.\n\n## Role Variables\n\n| name | description | type | default |\n| ----------------------- | -------------------...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3259, "all_permissive": false }
ansible_role
ghyde/ansible-playbooks-fedora-workstation
3b2094111fa18c80ec20c0c478cd380595776dba
2
playbooks/roles/vscode
7,696
[ "no_license" ]
[ { "path": "playbooks/roles/vscode/meta/main.yml", "content": "---\ndependencies:\n - ghyde.vscode\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "playbooks/roles/vscode/tasks/main.yml", "content": "---\n- block:\n - name: Create VS Cod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1945, "all_permissive": false }
ansible_role
shahfahed/Project-2
d8dc9ea24f4fc1d43c3bee390991e9979e3ff920
0
roles/j-master
7,696
[ "no_license" ]
[ { "path": "roles/j-master/tasks/main.yaml", "content": "- name: \"cache_update\"\n apt:\n update_cache: yes\n\n- name: \"java installation\"\n apt:\n name: openjdk-17-jdk\n state: present\n\n- name: \"jenkins installation\"\n script: j-master.sh", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 185, "all_permissive": false }
ansible_role
shahfahed/Project-2
d8dc9ea24f4fc1d43c3bee390991e9979e3ff920
0
roles/j-slave
7,696
[ "no_license" ]
[ { "path": "roles/j-slave/tasks/main.yaml", "content": "- name: \"cache_update\"\n apt:\n update_cache: yes\n\n- name: \"java installation\"\n apt:\n name: openjdk-17-jdk\n state: present\n\n- name: Docker installation\n script: j-slave.sh\n\n- name: Docker permissions to Ubuntu User\n ansible.b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1196, "all_permissive": false }
ansible_role
shahfahed/Project-2
d8dc9ea24f4fc1d43c3bee390991e9979e3ff920
0
roles/k8-setup
7,696
[ "no_license" ]
[ { "path": "roles/k8-setup/tasks/main.yaml", "content": "- name: \"k8s setup\"\n script: k8-setup.sh", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 41, "all_permissive": false }
ansible_role
tcmcginnis/openshift-auto
214fe9f79fdb921c9f0427280b467fb68546a693
1
roles/kubespray-cluster-onboard
7,696
[ "no_license" ]
[ { "path": "roles/kubespray-cluster-onboard/tasks/initialize_gitops_variable_file.yml", "content": "\n- name: Initialize group variable directories for {{ COMPANY }}, {{ APPNAME }}, {{ DOMAIN }} and {{ CLUSTERNAME }}\n ansible.builtin.file:\n path: \"{{ INVENTORY_PATH }}/group_vars/{{ var_location }}\"\n...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 3688, "all_permissive": false }
ansible_role
tcmcginnis/openshift-auto
214fe9f79fdb921c9f0427280b467fb68546a693
1
roles/kubespray-cluster-onboard-defaults
7,696
[ "no_license" ]
[ { "path": "roles/kubespray-cluster-onboard-defaults/defaults/main.yml", "content": "---\n# defaults file for kubespray-cluster-onboard-defaults\n\nINVENTORY_PATH: /tmp/inventories\n\nCOMPANY: unnamedCompany\n\nAPPNAME: unnamedApp\n\nDOMAIN: dev\n\nCLUSTERNAME: unnamedcluster\n\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 954, "all_permissive": false }
ansible_role
santiagovelezcasallas/JFrog-Cloud-Installers
e9ae5345e44a34ed6f5da03587805eb5b9fce9ac
0
Ansible/ansible_collections/jfrog/installers/roles/artifactory
7,696
[ "no_license" ]
[ { "path": "Ansible/ansible_collections/jfrog/installers/roles/artifactory/tasks/upgrade.yml", "content": "---\n- debug:\n msg: \"Performing upgrade of Artifactory...\"\n\n- name: stop artifactory\n service:\n name: artifactory\n state: stopped\n become: yes\n\n- name: ensure jfrog_home_directory ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6044, "all_permissive": false }
ansible_role
santiagovelezcasallas/JFrog-Cloud-Installers
e9ae5345e44a34ed6f5da03587805eb5b9fce9ac
0
Ansible/ansible_collections/jfrog/installers/roles/artifactory_nginx
7,696
[ "no_license" ]
[ { "path": "Ansible/ansible_collections/jfrog/installers/roles/artifactory_nginx/tasks/main.yml", "content": "---\n- name: perform dependency installation\n include_tasks: \"{{ ansible_os_family }}.yml\"\n\n- name: install nginx\n package:\n name: nginx\n state: present\n register: package_res\n re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 716, "all_permissive": false }
ansible_role
santiagovelezcasallas/JFrog-Cloud-Installers
e9ae5345e44a34ed6f5da03587805eb5b9fce9ac
0
Ansible/ansible_collections/jfrog/installers/roles/xray
7,696
[ "no_license" ]
[ { "path": "Ansible/ansible_collections/jfrog/installers/roles/xray/tasks/RedHat.yml", "content": "---\n- name: Install db-utl\n yum:\n name: \"{{ xray_home }}/app/third-party/misc/libdb-utils-5.3.21-19.el7.x86_64.rpm\"\n state: present\n become: yes\n\n- name: Install socat\n yum:\n name: \"{{ x...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 454, "all_permissive": false }
ansible_role
barmchugh/git-ansible
00fe94e11ef1e20516c586867b5193257edfce2e
0
roles/deploycentosnetsim
7,696
[ "no_license" ]
[ { "path": "roles/deploycentosnetsim/templates/vm_var_gen.j2", "content": "{% set address = lookup('dig', inventory_hostname + '.'+ domain ) %}\n{% for net in networks %}\n{% if address | ipaddr(net.netrng)>0 %}\nname: {{ net.name }} \nmask: {{ net.mask }}\ngateway: {{ net.gateway }}\nnet_adapter1: {{ net.ne...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 22692, "all_permissive": false }
ansible_role
tentacode/tentacode
4c5c5481af6e787675c95531c9fdac1eb764d96c
4
ansible/roles/tentacode.dev
7,696
[ "no_license" ]
[ { "path": "ansible/roles/tentacode.dev/templates/tentacode.dev.nginx.conf.j2", "content": "server {\n listen 80;\n server_name tentacode.dev www.tentacode.dev;\n\n index index.php;\n\n root {{ user.workspace_directory }}/tentacode.dev/public;\n\n access_log /var/log/nginx/tentacode.dev.log;\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3039, "all_permissive": false }
ansible_role
tentacode/tentacode
4c5c5481af6e787675c95531c9fdac1eb764d96c
4
ansible/roles/ubuntu
7,696
[ "no_license" ]
[ { "path": "ansible/roles/ubuntu/tasks/main.yml", "content": "---\n- name: Setup server timezone\n timezone:\n name: \"{{ server.timezone }}\"\n become: yes\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
zxcBarbara/testovoe
bc59e70814686aba7b361e2b40d4a378efa90342
0
project/roles/webapp
7,696
[ "no_license" ]
[ { "path": "project/roles/webapp/templates/nginx.conf.j2", "content": "events { }\n\nhttp {\n server {\n listen 80;\n server_name localhost;\n\n root /var/www/html;\n index index.php index.html index.htm;\n\n location / {\n try_files $uri $uri/ =404;\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2914, "all_permissive": false }
ansible_role
termlen0/TDD_ansible
d5324137978e35a2c0383b12c3210bb8768569b2
1
roles/add_vlan
7,696
[ "no_license" ]
[ { "path": "roles/add_vlan/tasks/main.yaml", "content": "- name: Add the desired vlan to the switch\r\n nxos_vlan:\r\n vlan_id: \"{{ desired_vlan }}\"\r\n name: test_vlan\r\n admin_state: up\r\n username: \"ntc\"\r\n password: \"<PASSWORD>\"\r\n transport: nxapi\r\n host: \"{{ inventory...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 244, "all_permissive": false }
ansible_role
termlen0/TDD_ansible
d5324137978e35a2c0383b12c3210bb8768569b2
1
roles/validate
7,696
[ "no_license" ]
[ { "path": "roles/validate/tasks/main.yaml", "content": "- name: Include all the test files\r\n include: \"{{ outer_item }}\"\r\n with_fileglob:\r\n - \"/vagrant/dhcp_helper/roles/validate/tasks/*test.yaml\"\r\n loop_control:\r\n loop_var: outer_item\r\n", "license_type": "no_license", "dete...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 543, "all_permissive": false }
ansible_role
alex-k-7/ansible-test-collection
507f1b1175fd90e52b0c03727446d01b4370bc50
0
roles/test_role
7,696
[ "no_license" ]
[ { "path": "roles/test_role/tasks/main.yml", "content": "---\n - name: Run test_module\n test_module:\n path: \"/ansible-test/test.txt\"\n content: \"TEST\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "roles/test_role/defaults/main...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 177, "all_permissive": false }
ansible_role
gomesuit/learning-ansible
ab19a675bf1a8da9f85444ccc1c34a9b323c9f7b
0
roles/docker
7,696
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: install docker\n yum: name=docker\n\n- name: enable service\n service:\n name=docker\n enabled=yes\n\n- name: start service\n service:\n name=docker\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": 181, "all_permissive": false }
ansible_role
andrewhead/Gallery-Paths
5cdcb791a873f8ec56379f7e01bc4ae123e2014c
0
launch/roles/observer
7,696
[ "no_license" ]
[ { "path": "launch/roles/observer/vars/main.yml", "content": "---\nprojectdir: /usr/local/gallery\njardir: \"{{ projectdir }}/jar\"\nsrc: \"{{ projectdir }}/src\"\ndatadir: \"{{ projectdir }}/data\"\nclasspath: \"{{ jardir }}/core-3.1.0.jar:{{ jardir }}/javase-3.1.0.jar:.\"\nvenv: \"{{ projectdir }}/venv\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2706, "all_permissive": false }
ansible_role
andrewhead/Gallery-Paths
5cdcb791a873f8ec56379f7e01bc4ae123e2014c
0
launch/roles/router
7,696
[ "no_license" ]
[ { "path": "launch/roles/router/tasks/main.yml", "content": "---\n- name: Update apt cache and upgrade\n apt: upgrade=yes update_cache=yes\n sudo: true\n\n- name: Install network packages\n apt: name={{ item }}\n with_items:\n - rfkill\n - zd1211-firmware\n - hostapd\n - hostap-utils\n - iw\n - dns...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1274, "all_permissive": false }
ansible_role
andrewhead/Gallery-Paths
5cdcb791a873f8ec56379f7e01bc4ae123e2014c
0
launch/roles/webserver
7,696
[ "no_license" ]
[ { "path": "launch/roles/webserver/templates/startserver.j2", "content": "#!/bin/bash\nsource {{ venv }}/bin/activate\nkillall gunicorn\nexport DJANGO_SETTINGS_MODULE={{ djsettings }}\ncd {{ djdir }} && gunicorn {{ appname }}.wsgi &\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5603, "all_permissive": false }
ansible_role
darknetworm/Linux_Lesson_44
cefdbd2153cddc95193f4ec0cd16f2aec52a1252
0
roles/setup_barman
7,696
[ "no_license" ]
[ { "path": "roles/setup_barman/tasks/main.yml", "content": "---\n#Установка пакетов на сервер barman\n - name: Install barman package\n apt:\n name:\n - barman\n - barman-cli\n - postgresql-client-16\n state: latest\n update_cache: true\n when: (ansible_hostname == \"barm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3498, "all_permissive": false }
ansible_role
darknetworm/Linux_Lesson_44
cefdbd2153cddc95193f4ec0cd16f2aec52a1252
0
roles/setup_node1
7,696
[ "no_license" ]
[ { "path": "roles/setup_node1/tasks/main.yml", "content": "---\n#Создание пользователя для репликации данных\n - name: Create replicator user\n community.postgresql.postgresql_user:\n name: replicator\n role_attr_flags: REPLICATION\n password: \"<PASSWORD>!\"\n environment:\n PGOPT...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1082, "all_permissive": false }
ansible_role
darknetworm/Linux_Lesson_44
cefdbd2153cddc95193f4ec0cd16f2aec52a1252
0
roles/setup_node2
7,696
[ "no_license" ]
[ { "path": "roles/setup_node2/tasks/main.yml", "content": "---\n#Остановка сервиса PostgreSQL\n - name: Stop posgresql service\n service:\n name: postgresql\n state: stopped\n#Изменение прослушиваемого адреса в файле конфигурации PostgreSQL\n - name: Change listen addresses\n lineinfile:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1226, "all_permissive": false }
ansible_role
darknetworm/Linux_Lesson_44
cefdbd2153cddc95193f4ec0cd16f2aec52a1252
0
roles/setup_sql_servers
7,696
[ "no_license" ]
[ { "path": "roles/setup_sql_servers/tasks/main.yml", "content": "---\n#Установка необходимых пакетов\n - name: Install PostgreSQL and pip\n apt:\n name:\n - postgresql\n - python3-pip\n - barman-cli\n state: latest\n update_cache: true\n#Установка библиотеки python для работ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 927, "all_permissive": false }
ansible_role
terop1989/consul-cluster-deploy
5fcdaa1e9b9d4e8fee13a613c459e34febd71f4a
0
roles/consul
7,696
[ "no_license" ]
[ { "path": "roles/consul/templates/consul.service.j2", "content": "[Unit]\nDescription=Consul Startup process\nAfter=network.target\n\n[Service]\nType=simple\nExecStart=/bin/bash -c '{{ consul_binary_directory }}/consul agent -config-dir {{ consul_bootstrap_directory }} -ui'\nTimeoutStartSec=0\n\n[Install]\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2015, "all_permissive": false }
ansible_role
noahgildersleeve/ansible-playbooks
4662e6584e6a35504984ab3cb2077dd3ee592184
1
gpu/roles/opensuse
7,656
[ "no_license" ]
[ { "path": "gpu/roles/opensuse/tasks/cuda_examples_setup.yml", "content": "- name: Git checkout\n ansible.builtin.git:\n repo: \"{{ git_repo }}\"\n dest: 'cuda-examples'\n\n- name: Build the default target\n make:\n chdir: \"{{ git_project_path }}\"", "license_type": "no_license", "detec...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1443, "all_permissive": false }
ansible_role
noahgildersleeve/ansible-playbooks
4662e6584e6a35504984ab3cb2077dd3ee592184
1
gpu/roles/sles
7,656
[ "no_license" ]
[ { "path": "gpu/roles/sles/tasks/install_prereqs.yml", "content": "- name: Update all packages\n community.general.zypper:\n name: '*'\n disable_gpg_check: true\n state: latest\n\n- name: Install git\n community.general.zypper:\n name: \"git-core\"\n state: present\n\n- name: Install git\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1103, "all_permissive": false }
ansible_role
noahgildersleeve/ansible-playbooks
4662e6584e6a35504984ab3cb2077dd3ee592184
1
gpu/roles/ubuntu
7,656
[ "no_license" ]
[ { "path": "gpu/roles/ubuntu/tasks/install_prereqs.yml", "content": "- name: Install aptitude using apt\n ansible.builtin.apt:\n pkg:\n - aptitude\n update_cache: true\n force_apt_get: true\n\n- name: Install cuda keyring\n ansible.builtin.apt:\n deb: \"{{ ubuntu_cuda_keyring }}\"\n\n- n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 968, "all_permissive": false }
ansible_role
noahgildersleeve/ansible-playbooks
4662e6584e6a35504984ab3cb2077dd3ee592184
1
rancher_docker/roles/opensuse
7,656
[ "no_license" ]
[ { "path": "rancher_docker/roles/opensuse/tasks/main.yml", "content": "- name: Main | Install pre-reqs\n ansible.builtin.include_tasks: install_prereqs.yml\n\n- name: Install Docker | Install Docker\n ansible.builtin.include_tasks: docker_setup.yml\n\n- name: Check if reboot required\n ansible.builtin.sta...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1289, "all_permissive": false }
ansible_role
noahgildersleeve/ansible-playbooks
4662e6584e6a35504984ab3cb2077dd3ee592184
1
rancher_docker/roles/sles
7,656
[ "no_license" ]
[ { "path": "rancher_docker/roles/sles/tasks/docker_setup.yml", "content": "- name: Install docker\n community.general.zypper:\n name: docker\n update_cache: true\n state: present\n\n- name: Install pip3\n community.general.zypper:\n name: python311-pip\n update_cache: true\n state: presen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 678, "all_permissive": false }
ansible_role
noahgildersleeve/ansible-playbooks
4662e6584e6a35504984ab3cb2077dd3ee592184
1
rancher_docker/roles/ubuntu
7,656
[ "no_license" ]
[ { "path": "rancher_docker/roles/ubuntu/tasks/main.yml", "content": "- name: main | Install pre-reqs\n ansible.builtin.include_tasks: install_prereqs.yml\n\n- name: Install Docker | Install Docker\n ansible.builtin.include_tasks: docker_setup.yml\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1251, "all_permissive": false }
ansible_role
Denisg13/hw-14
c55d12f7bf4335a51623b3fbd808b0ec4af2b6f7
0
roles/common
7,656
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install Zip\n apt: name=zip state=present\n\n- name: Install Vim\n apt: name=vim state=present", "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
Denisg13/hw-14
c55d12f7bf4335a51623b3fbd808b0ec4af2b6f7
0
roles/copy-file
7,656
[ "no_license" ]
[ { "path": "roles/copy-file/tasks/main.yml", "content": "---\n- name: Copy hello-world.txt file to /tmp/test1/\n copy: src=hello-world.txt dest=/tmp/test1/hello-world.txt", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 112, "all_permissive": false }
ansible_role
Denisg13/hw-14
c55d12f7bf4335a51623b3fbd808b0ec4af2b6f7
0
roles/deploy-template
7,656
[ "no_license" ]
[ { "path": "roles/deploy-template/templates/template.j2", "content": "This servers hostname is: {{ inventory_hostname }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/deploy-template/tasks/main.yml", "content": "---\n- name: Deploy templ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 149, "all_permissive": false }
ansible_role
cuneydk/Ansible
f883ceb1c749f1be7d044c4a72826489a0c94f91
0
forCentOS/roles/docker-install
7,656
[ "no_license" ]
[ { "path": "forCentOS/roles/docker-install/tasks/main.yaml", "content": "---\n - name: INSTALL EPEL-RELEASE\n shell: \"yum install epel-release -y\"\n \n - name: PAKET KURULUMLARI\n yum:\n name: \"{{ packages }}\"\n state: latest\n update_cache: yes\n vars:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1338, "all_permissive": false }
ansible_role
cuneydk/Ansible
f883ceb1c749f1be7d044c4a72826489a0c94f91
0
forCentOS/roles/docker-remove
7,656
[ "no_license" ]
[ { "path": "forCentOS/roles/docker-remove/tasks/main.yaml", "content": "---\n - name: REMOVE DOCKER AND ALL COMPONENTS\n yum:\n name:\n - docker\n - docker-client\n - docker-client-latest\n - docker-common\n - docker-latest\n - docker-latest-logrotate\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 337, "all_permissive": false }
ansible_role
cuneydk/Ansible
f883ceb1c749f1be7d044c4a72826489a0c94f91
0
forCentOS/roles/requirements
7,656
[ "no_license" ]
[ { "path": "forCentOS/roles/requirements/tasks/main.yaml", "content": "---\n# vars:\n# packages: ['git', 'curl']\n# - name: PAKET KURULUMLARI (git,curl,...)\n# yum: name={{ item }} state=latest\n# with_items: \"{{ packages }}\"\n\n - name: INSTALL CURL\n yum:\n name: curl\n state: pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1096, "all_permissive": false }
ansible_role
cuneydk/Ansible
f883ceb1c749f1be7d044c4a72826489a0c94f91
0
forCentOS/roles/swarm-add-manager
7,656
[ "no_license" ]
[ { "path": "forCentOS/roles/swarm-add-manager/tasks/main.yaml", "content": "---\n- name: SWARM STATUS\n shell: docker node ls\n register: swarm_status\n ignore_errors: true\n tags: swarm\n\n- name: ADD MANAGER\n shell: \"docker swarm join --token {{ hostvars['manager']['manager_token']['stdout'] }} {{ h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 329, "all_permissive": false }
ansible_role
cuneydk/Ansible
f883ceb1c749f1be7d044c4a72826489a0c94f91
0
roles/docker-install
7,656
[ "no_license" ]
[ { "path": "roles/docker-install/tasks/main.yaml", "content": "---\n - name: PAKET KURULUMLARI\n yum:\n name: \"{{ packages }}\"\n state: latest\n update_cache: yes\n vars:\n packages:\n - python-pip\n - yum-utils\n - device-mapper-persistent-data...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1718, "all_permissive": false }
ansible_role
cuneydk/Ansible
f883ceb1c749f1be7d044c4a72826489a0c94f91
0
roles/docker-run
7,656
[ "no_license" ]
[ { "path": "roles/docker-run/tasks/main.yaml", "content": "---\n # - name: DOCKER START\n # shell: \"service docker start\"\n # ignore_errors: true\n\n - name: DOCKER GROUP ADD\n command: sudo groupadd docker\n ignore_errors: true\n\n - name: DOCKER USERMOD\n command: sudo u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 382, "all_permissive": false }
ansible_role
cuneydk/Ansible
f883ceb1c749f1be7d044c4a72826489a0c94f91
0
roles/swarm-add-worker
7,656
[ "no_license" ]
[ { "path": "roles/swarm-add-worker/tasks/main.yaml", "content": "---\n- name: ADD WORKER\n shell: \"docker swarm join --token {{ hostvars[groups['manager'][0]]['worker_token']['stdout'] }} {{ hostvars[groups['manager'][0]]['ansible_default_ipv4']['address'] }}:2377\"\n #when: swarm_status.rc != 0\n ignore...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 265, "all_permissive": false }
ansible_role
cuneydk/Ansible
f883ceb1c749f1be7d044c4a72826489a0c94f91
0
roles/swarm-init
7,656
[ "no_license" ]
[ { "path": "roles/swarm-init/tasks/main.yaml", "content": "---\n- name: SWARM STATUS\n shell: docker node ls\n register: swarm_status\n ignore_errors: true\n tags: swarm\n\n- name: DOCKER SWARM INIT\n shell: >\n docker swarm init\n --advertise-addr={{ hostvars[inventory_hostname]['ansible_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 554, "all_permissive": false }
ansible_role
cuneydk/Ansible
f883ceb1c749f1be7d044c4a72826489a0c94f91
0
roles/swarm-reset
7,656
[ "no_license" ]
[ { "path": "roles/swarm-reset/tasks/main.yaml", "content": "---\n - name: LEAVE DOCKER SWARM CLUSTER\n command: docker swarm leave --force\n\n - name: DOCKER SYSTEM PRUNE\n command: docker system prune --all --volumes --force\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 169, "all_permissive": false }
ansible_role
ytil/ansible-playground
d4cb38e678e109268bba5be98fe442cfe22daf9e
0
roles/wireguard.ubuntu
7,656
[ "no_license" ]
[ { "path": "roles/wireguard.ubuntu/templates/docker-compose.yml.j2", "content": "---\nversion: \"2.1\"\nservices:\n wireguard:\n image: lscr.io/linuxserver/wireguard:latest\n container_name: wireguard\n cap_add:\n - NET_ADMIN\n - SYS_MODULE\n environment:\n - PUID=1000\n - PG...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1954, "all_permissive": false }
ansible_role
mhutter/mhnet
7051b59cc0de2593c35ca4b43eae2ad862dd3aae
0
ansible/roles/base
7,656
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "---\n- name: Configure SSHD\n ansible.builtin.template:\n src: templates/sshd_config.j2\n dest: /etc/ssh/sshd_config.d/00-mhnet.conf\n owner: root\n group: root\n mode: \"0600\"\n validate: /usr/sbin/sshd -t -f %s\n backup: tru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1593, "all_permissive": false }
ansible_role
mhutter/mhnet
7051b59cc0de2593c35ca4b43eae2ad862dd3aae
0
ansible/roles/bastion
7,656
[ "no_license" ]
[ { "path": "ansible/roles/bastion/tasks/main.yml", "content": "---\n# Required to act as a Tailscale subnet router\n- name: Enable IP forwarding\n ansible.posix.sysctl:\n name: \"{{ item.key }}\"\n value: \"{{ item.value }}\"\n loop: \"{{ sysctls | dict2items }}\"\n vars:\n sysctls:\n net.ip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1723, "all_permissive": false }
ansible_role
mhutter/mhnet
7051b59cc0de2593c35ca4b43eae2ad862dd3aae
0
ansible/roles/k0s
7,656
[ "no_license" ]
[ { "path": "ansible/roles/k0s/tasks/main.yml", "content": "---\n- name: Install k0s binary\n ansible.builtin.shell:\n cmd: |\n curl -sSLf https://get.k0s.sh | sudo sh\n creates: /usr/local/bin/k0s\n\n- name: Ensure k0s config dir exists\n ansible.builtin.file:\n path: /etc/k0s\n state: dir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 830, "all_permissive": false }
ansible_role
KarateJB/Ansible.ControlNode
f152a0a0ce6e5736bd1537aa6cc5477e30fd8142
0
Demo/Playbooks/Test/roles/package
7,656
[ "no_license" ]
[ { "path": "Demo/Playbooks/Test/roles/package/tasks/main.yml", "content": "---\n- name: Check if vim is already installed\n command: vim --version\n ignore_errors: true\n changed_when: false\n register: vim_is_installed\n\n- name: Install vim\n apt:\n name: vim\n update_cache: yes\n when: vim_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 367, "all_permissive": false }
ansible_role
SkillsUSA-AZ-Region-5/ansible
3d147262e3ce2d964d8ac56309ceac101c32acc6
0
roles/owaspjuiceshop
7,656
[ "no_license" ]
[ { "path": "roles/owaspjuiceshop/tasks/main.yml", "content": "# tasks/main.yml\n---\n\n- name: Install Node.js (if needed)\n hosts: all\n become: true\n tasks:\n - name: Check if Node.js is installed\n command: node -v\n register: node_version\n ignore_errors: yes\n \n - name: Inst...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2536, "all_permissive": false }
ansible_role
zombie-jun-li/builds
a7be5124577e5ccc1387654bf8d5fb8d3e2421fa
0
ansible/jdk/roles/ubuntu
7,656
[ "no_license" ]
[ { "path": "ansible/jdk/roles/ubuntu/tasks/main.yml", "content": "- name: install openjdk-8-jre-headless\n apt: name=openjdk-8-jre-headless\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 74, "all_permissive": false }
ansible_role
zombie-jun-li/builds
a7be5124577e5ccc1387654bf8d5fb8d3e2421fa
0
ansible/nginx/roles/ubuntu
7,656
[ "no_license" ]
[ { "path": "ansible/nginx/roles/ubuntu/tasks/main.yml", "content": "- name: Install nginx\n apt: \n name: nginx\n state: present\n update_cache: yes\n\n- name: make nginx log directory\n file:\n path: \"{{ nginx_log_dir }}\"\n state: directory\n owner: li\n\n- name: make app log directory...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 786, "all_permissive": false }
ansible_role
zombie-jun-li/builds
a7be5124577e5ccc1387654bf8d5fb8d3e2421fa
0
ansible/tomcat/roles/ubuntu
7,656
[ "no_license" ]
[ { "path": "ansible/tomcat/roles/ubuntu/tasks/main.yml", "content": "- name: add group tomcat\n group: name=tomcat\n\n- name: add tomcat user\n user: name=tomcat group=tomcat home=/usr/share/tomcat createhome=no\n become: true\n become_method: sudo\n\n- name: download tomcat\n get_url: url=http://apache...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 964, "all_permissive": false }
ansible_role
fredericbarrau/home-infrastructure
1c4c604421a9384b9835012979eb3b6acf7e1fdb
0
roles/airplay
7,656
[ "no_license" ]
[ { "path": "roles/airplay/handlers/main.yml", "content": "# Restart the uxplay server\n- name: restart uxplay\n service:\n name: uxplay\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/airplay/tasks/main.yml", "con...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 806, "all_permissive": false }
ansible_role
fredericbarrau/home-infrastructure
1c4c604421a9384b9835012979eb3b6acf7e1fdb
0
roles/avahi
7,656
[ "no_license" ]
[ { "path": "roles/avahi/defaults/main.yml", "content": "avahi_interfaces: \n - eth0", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/avahi/handlers/main.yml", "content": "---\n# Handlers of the avahi server role\n#\n# The handler is a task...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 848, "all_permissive": false }
ansible_role
fredericbarrau/home-infrastructure
1c4c604421a9384b9835012979eb3b6acf7e1fdb
0
roles/common
7,656
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# The common rules for all servers on our infrastructure:\n# Setup:\n# - Update the system automatically\n# - Install the necessary packages\n# - Configure the timezone\n# - Configure the hostname\n# - Configure the unattended-upgrades\n\n- name: Ins...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1129, "all_permissive": false }
ansible_role
fredericbarrau/home-infrastructure
1c4c604421a9384b9835012979eb3b6acf7e1fdb
0
roles/docker
7,656
[ "no_license" ]
[ { "path": "roles/docker/vars/ubuntu.yml", "content": "docker_packages:\n - docker-ce\n - docker-ce-cli\n - containerd.io\n - docker-buildx-plugin\n - docker-compose-plugin\n\ndocker_unofficial_packages:\n - containerd\n - docker-compose\n - docker-compose-v2\n - docker-doc\n - docker.io\n - podman-doc...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3442, "all_permissive": false }
ansible_role
fredericbarrau/home-infrastructure
1c4c604421a9384b9835012979eb3b6acf7e1fdb
0
roles/file_server
7,656
[ "no_license" ]
[ { "path": "roles/file_server/tasks/main.yml", "content": "---\n# Tasks of the file_server role\n\n# This role will :\n# - install the NFS server and configure it to share the /var/nfs directory.\n# - create the /var/nfs directory.\n# - copy the /etc/exports file to the NFS server.\n# - restart the NFS serve...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2953, "all_permissive": false }
ansible_role
fredericbarrau/home-infrastructure
1c4c604421a9384b9835012979eb3b6acf7e1fdb
0
roles/monitoring
7,656
[ "no_license" ]
[ { "path": "roles/monitoring/files/prometheus-grafana/docker-compose.yml", "content": "version: '3.8'\n\nvolumes:\n prometheus_data: {}\n grafana_data: {}\n\nservices:\n prometheus:\n image: prom/prometheus:latest\n container_name: prometheus\n restart: unless-stopped\n volumes:\n - ./pro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2952, "all_permissive": false }
ansible_role
fredericbarrau/home-infrastructure
1c4c604421a9384b9835012979eb3b6acf7e1fdb
0
roles/pihole
7,656
[ "no_license" ]
[ { "path": "roles/pihole/tasks/main.yml", "content": "# Remove the systemd-resolved package:\n- name: Remove the systemd-resolved package\n package:\n name: systemd-resolved\n state: absent\n register: remove_systemd_resolved\n tags:\n - pihole\n\n\n# No systemd-resolved package is installed: we ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2670, "all_permissive": false }
ansible_role
fredericbarrau/home-infrastructure
1c4c604421a9384b9835012979eb3b6acf7e1fdb
0
roles/wake-on-lan
7,656
[ "no_license" ]
[ { "path": "roles/wake-on-lan/tasks/main.yml", "content": "- name: Install the necessary packages\n apt:\n name:\n - pm-utils # power management utilities\n state: present\n\n# Configure the wake on lan systemd service for each ethernet card\n- name: Configure the wake on lan feature\n template:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1561, "all_permissive": false }
ansible_role
andschneider/proxyboxy
f0bcc4ed17926fd275619dbb90fed56baa64773e
0
roles/clean_vm
7,656
[ "no_license" ]
[ { "path": "roles/clean_vm/tasks/host-name.yml", "content": "---\n- name: Change hostname\n copy:\n content: \"{{ new_host }}\"\n dest: /etc/hostname\n\n- name: Change hosts\n template:\n src: hosts.j2\n dest: /etc/hosts\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 1780, "all_permissive": false }
ansible_role
andschneider/proxyboxy
f0bcc4ed17926fd275619dbb90fed56baa64773e
0
roles/harbor
7,656
[ "no_license" ]
[ { "path": "roles/harbor/tasks/install.yml", "content": "---\n- name: Copy Harbor config file\n template:\n src: harbor.yml.tmpl.j2\n dest: /harbor/harbor/harbor.yml\n mode: '0644'\n notify: run Harbor installer\n\n- name: Copy Harbor systemd service file\n copy:\n src: harbor.service\n des...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1424, "all_permissive": false }
ansible_role
andschneider/proxyboxy
f0bcc4ed17926fd275619dbb90fed56baa64773e
0
roles/k8s
7,656
[ "no_license" ]
[ { "path": "roles/k8s/tasks/swap.yml", "content": "---\n- name: Check if swap is enabled\n command: swapon --show\n register: swap\n changed_when: False\n\n# based on this answer: https://serverfault.com/a/684792\n- name: Disable swap\n command: swapoff -a\n when: swap.stdout | length > 0\n\n- name: Rem...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2250, "all_permissive": false }
ansible_role
andschneider/proxyboxy
f0bcc4ed17926fd275619dbb90fed56baa64773e
0
roles/k8s_master
7,656
[ "no_license" ]
[ { "path": "roles/k8s_master/files/50-k8s-master.yaml", "content": "network:\n version: 2\n ethernets:\n ens19:\n addresses:\n - \"10.0.0.1/24\"\n gateway4: 192.168.1.1\n nameservers:\n addresses: [ 8.8.8.8,8.8.4.4 ]\n", "license_type": "no_license", "detected_licens...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1545, "all_permissive": false }
ansible_role
s3than/kind-cluster
40d4e08f5038b0251df4f67e4e28db677c87ba12
3
roles/kind
7,656
[ "no_license" ]
[ { "path": "roles/kind/tasks/ingress.yml", "content": "- name: Install, configure, Traefik\n block:\n - name: Add Traefik repository\n community.kubernetes.helm_repository:\n name: traefik\n repo_url: https://helm.traefik.io/traefik\n\n - name: Install Traefik\n community.kuber...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 11879, "all_permissive": false }
ansible_role
asajaroff/on-prem-infrastructure-org
6f46f7ec6615bf812694d62fdce941c7e3bee025
0
ansible/roles/cockpit
7,596
[ "no_license" ]
[ { "path": "ansible/roles/cockpit/tasks/main.yml", "content": "- name: Install Cockpit related packages\n ansible.builtin.apt:\n pkg:\n - cockpit\n - cockpit-machines\n - cockpit-podman\n - cockpit-networkmanager\n - virtinst # For managing virtual machines?\n - lm-sensors\n install_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 777, "all_permissive": false }
ansible_role
asajaroff/on-prem-infrastructure-org
6f46f7ec6615bf812694d62fdce941c7e3bee025
0
ansible/roles/common
7,596
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/sshd.yml", "content": " - name: Replace sshd config with safer defaults\n become: yes\n ansible.builtin.template:\n src: roles/common/templates/sshd_config.j2\n dest: /etc/ssh/sshd_config\n owner: root\n group: root\n mode: '0600'\n", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1072, "all_permissive": false }
ansible_role
asajaroff/on-prem-infrastructure-org
6f46f7ec6615bf812694d62fdce941c7e3bee025
0
ansible/roles/devbox
7,596
[ "no_license" ]
[ { "path": "ansible/roles/devbox/tasks/main.yml", "content": "---\n- name: Install development packages\n apt:\n pkg:\n - git\n - neovim\n - emacs\n - jq\n - ripgrep\n - podman\n - podman-docker\n - docker-compose\n - clang\n - cmake\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
asajaroff/on-prem-infrastructure-org
6f46f7ec6615bf812694d62fdce941c7e3bee025
0
ansible/roles/kvm
7,596
[ "no_license" ]
[ { "path": "ansible/roles/kvm/tasks/main.yml", "content": "- name: Install KVM\n ansible.builtin.apt:\n pkg:\n - qemu-system\n - libvirt-clients\n - libvirt-daemon-system\n install_recommends: false # Don't install graphical packages\n\n- name: Ensure the \"libvirt\" group exists\n ansible.b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 475, "all_permissive": false }
ansible_role
asajaroff/on-prem-infrastructure-org
6f46f7ec6615bf812694d62fdce941c7e3bee025
0
ansible/roles/podman
7,596
[ "no_license" ]
[ { "path": "ansible/roles/podman/tasks/main.yml", "content": "- name: Install Podman\n ansible.builtin.apt:\n pkg:\n - podman\n - uidmap\n - slirp4netns\n install_recommends: true # Don't install graphical packages\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 163, "all_permissive": false }
ansible_role
asajaroff/on-prem-infrastructure-org
6f46f7ec6615bf812694d62fdce941c7e3bee025
0
ansible/roles/xen
7,596
[ "no_license" ]
[ { "path": "ansible/roles/xen/tasks/main.yml", "content": "---\n# Ensure the system is updated\n- name: Update APT package index\n apt:\n update_cache: yes\n\n- name: Upgrade all packages to the latest version\n apt:\n upgrade: dist\n autoremove: yes\n autoclean: yes\n reboot: yes\n\n# Install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1259, "all_permissive": false }
ansible_role
asajaroff/on-prem-infrastructure-org
6f46f7ec6615bf812694d62fdce941c7e3bee025
0
ansible/roles/xps-9510
7,596
[ "no_license" ]
[ { "path": "ansible/roles/xps-9510/tasks/main.yml", "content": "---\n# Install nvidia-drivers\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "ansible/roles/xps-9510/tasks/logind.yml", "content": "---\n# Disable lid suspend / hibernate\n# https...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 443, "all_permissive": false }
ansible_role
diannaowa/kubernetes-deploy
604bc7e8dd1b516782deeb01feb02fd90b1a7c64
28
roles/ca
7,596
[ "no_license" ]
[ { "path": "roles/ca/files/csr.json", "content": "{\n \"CN\": \"kubernetes\",\n \"key\": {\n \"algo\": \"rsa\",\n \"size\": 2048\n },\n \"names\": [\n {\n \"C\": \"CN\",\n \"ST\": \"Xian\",\n \"L\": \"Xian\",\n \"O\": \"k8s\",\n \"OU\": \"System\"\n }\n ]\n}\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1423, "all_permissive": false }
ansible_role
diannaowa/kubernetes-deploy
604bc7e8dd1b516782deeb01feb02fd90b1a7c64
28
roles/calico
7,596
[ "no_license" ]
[ { "path": "roles/calico/tasks/main.yml", "content": "---\n\n- name: \"Get etcd key base64 code\"\n shell: \"cat /etc/kubernetes/ssl/etcd-key.pem | base64 | tr -d '\\n'\"\n register: \"etcd_key_base64\"\n delegate_to: \"{{ groups['masters'][0] }}\"\n when: \"inventory_hostname == groups['etcd'][0]\"\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1952, "all_permissive": false }
ansible_role
diannaowa/kubernetes-deploy
604bc7e8dd1b516782deeb01feb02fd90b1a7c64
28
roles/ci
7,596
[ "no_license" ]
[ { "path": "roles/ci/tasks/gocd.yml", "content": "- name: \"Make sure gocd data dir\"\n file: path=\"{{ CI_DATA }}\" state=directory\n\n\n- name: \"Install GoCD service\"\n template: src=gocd.service.template dest=/etc/systemd/system/gocd.service\n\n- name: \"Start GoCD service\"\n shell: systemctl daemon...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 354, "all_permissive": false }
ansible_role
diannaowa/kubernetes-deploy
604bc7e8dd1b516782deeb01feb02fd90b1a7c64
28
roles/clean
7,596
[ "no_license" ]
[ { "path": "roles/clean/tasks/main.yml", "content": "---\n\n- name: \"Stop k8s master\"\n shell: \"systemctl stop kube-apiserver && systemctl stop kube-controller-manager && systemctl stop kube-scheduler\"\n when: \"'masters' in group_names\"\n\n- name: \"Stop k8s node\"\n shell: \"systemctl stop kubelet ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 303, "all_permissive": false }
ansible_role
diannaowa/kubernetes-deploy
604bc7e8dd1b516782deeb01feb02fd90b1a7c64
28
roles/docker
7,596
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "\n\n- name: \"Make sure docker tmp dir\"\n file: path=/tmp/docker_bin state=directory\n\n# - name: \"Down load dokcer bin files\"\n# shell: \"wget -qO- {{ DOCKER }}| tar xvz -C /tmp/docker_bin\"\n- name: Unarchive docker binary to /opt\n unarchive:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 819, "all_permissive": false }
ansible_role
diannaowa/kubernetes-deploy
604bc7e8dd1b516782deeb01feb02fd90b1a7c64
28
roles/etcd
7,596
[ "no_license" ]
[ { "path": "roles/etcd/tasks/main.yml", "content": "---\n\n- name: \"Upload etcd csrfiles\"\n template:\n src: etcd-csr.json.template\n dest: /opt/ssl/etcd-csr.json\n when: \"inventory_hostname == groups['masters'][0]\"\n\n- name: \"Create CA\"\n shell: \"cfssl gencert -ca=/opt/ssl/ca.pem \\\n -ca-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1595, "all_permissive": false }
ansible_role
diannaowa/kubernetes-deploy
604bc7e8dd1b516782deeb01feb02fd90b1a7c64
28
roles/harbor
7,596
[ "no_license" ]
[ { "path": "roles/harbor/tasks/main.yml", "content": "\n\n- name: \"Make sure harbor tmp dir\"\n file: path=/tmp/harbor_bin state=directory\n\n- name: \"Create harbor ca dir\"\n file: path=/etc/harbor state=directory\n\n\n\n- name: \"Download harbor\"\n shell: wget -qO- {{ HARBOR }}| tar xvz -C /tmp/harbo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1376, "all_permissive": false }
ansible_role
diannaowa/kubernetes-deploy
604bc7e8dd1b516782deeb01feb02fd90b1a7c64
28
roles/kube-dns
7,596
[ "no_license" ]
[ { "path": "roles/kube-dns/tasks/main.yml", "content": "---\n\n- name: \"Make sure kube-dns tmp dir\"\n file: path=/tmp/kube-dns state=directory\n when: \"inventory_hostname == groups['masters'][0]\"\n\n- name: \"Upload kube-dns yml file\"\n template: src=kube-dns.yml.template dest=/tmp/kube-dns/kube-dns....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 477, "all_permissive": false }
ansible_role
diannaowa/kubernetes-deploy
604bc7e8dd1b516782deeb01feb02fd90b1a7c64
28
roles/kubernetes
7,596
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/kubernetes-master.yml", "content": "---\n\n- name: \"Upload kubernetes csrfiles\"\n template:\n src: kubernetes-csr.json.template\n dest: /opt/ssl/kubernetes-csr.json\n when: \"inventory_hostname == groups['masters'][0]\"\n\n- name: \"Create kubernetes master CA\"\n...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 11041, "all_permissive": false }