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
book-of-kubernetes/examples
4c093db49e2a35dfdd0ad3c091fd6ae31b0795ae
210
setup/roles/haproxy
7,780
[ "no_license" ]
[ { "path": "setup/roles/haproxy/handlers/main.yaml", "content": "---\n- name: restart haproxy\n ansible.builtin.systemd:\n name: haproxy\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "setup/roles/haproxy/templates/haprox...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 902, "all_permissive": false }
ansible_role
book-of-kubernetes/examples
4c093db49e2a35dfdd0ad3c091fd6ae31b0795ae
210
setup/roles/iperf
7,780
[ "no_license" ]
[ { "path": "setup/roles/iperf/defaults/main.yaml", "content": "---\niperf_server: false", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "setup/roles/iperf/tasks/main.yaml", "content": "---\n- name: install\n apt:\n name: iperf3\n update_ca...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 412, "all_permissive": false }
ansible_role
book-of-kubernetes/examples
4c093db49e2a35dfdd0ad3c091fd6ae31b0795ae
210
setup/roles/k3s
7,780
[ "no_license" ]
[ { "path": "setup/roles/k3s/defaults/main.yaml", "content": "---\nk3s_version: \"v1.23.4+k3s1\"\nk3s_url: https://github.com/k3s-io/k3s/releases/download/{{ k3s_version }}/k3s", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "setup/roles/k3s/tasks/ma...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 504, "all_permissive": false }
ansible_role
book-of-kubernetes/examples
4c093db49e2a35dfdd0ad3c091fd6ae31b0795ae
210
setup/roles/k8s
7,780
[ "no_license" ]
[ { "path": "setup/roles/k8s/templates/kube-vip.yaml.j2", "content": "apiVersion: v1\nkind: Pod\nmetadata:\n name: kube-vip\n namespace: kube-system\nspec:\n containers:\n - name: kube-vip\n image: ghcr.io/kube-vip/kube-vip:v0.3.8\n imagePullPolicy: Always\n args:\n - manager\n env:\n - ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 20320, "all_permissive": false }
ansible_role
book-of-kubernetes/examples
4c093db49e2a35dfdd0ad3c091fd6ae31b0795ae
210
setup/roles/keepalived
7,780
[ "no_license" ]
[ { "path": "setup/roles/keepalived/defaults/main.yaml", "content": "---\nkeepalived_router_id: 51", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "setup/roles/keepalived/tasks/main.yaml", "content": "---\n- name: install\n ansible.builtin.apt:\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1263, "all_permissive": false }
ansible_role
book-of-kubernetes/examples
4c093db49e2a35dfdd0ad3c091fd6ae31b0795ae
210
setup/roles/test
7,780
[ "no_license" ]
[ { "path": "setup/roles/test/tasks/main.yaml", "content": "---\n- name: install retry\n ansible.builtin.apt:\n name:\n - retry\n update_cache: yes\n\n- name: install node\n ansible.builtin.apt:\n name:\n - nodejs\n - npm\n\n- name: install bats\n ansible.builtin.shell: >\n npm install...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 504, "all_permissive": false }
ansible_role
book-of-kubernetes/examples
4c093db49e2a35dfdd0ad3c091fd6ae31b0795ae
210
setup/roles/todo
7,780
[ "no_license" ]
[ { "path": "setup/roles/todo/templates/service.yaml.j2", "content": "---\nkind: Service\napiVersion: v1\nmetadata:\n name: todo\n labels:\n app: todo\nspec:\n{% if not todo_ingress %}\n type: NodePort\n{% endif %}\n selector:\n app: todo\n ports:\n - name: web\n protocol: TCP\n port: 5000\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 6609, "all_permissive": false }
ansible_role
book-of-kubernetes/examples
4c093db49e2a35dfdd0ad3c091fd6ae31b0795ae
210
setup/roles/tools
7,780
[ "no_license" ]
[ { "path": "setup/roles/tools/tasks/main.yaml", "content": "---\n- name: install\n apt:\n name:\n - jq\n - tmux\n - unzip\n - ca-certificates\n state: latest\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 139, "all_permissive": false }
ansible_role
guillaumebriday/homelab-docker-ansible
cb3f77f7abdf9912df3f6d99c24fe073022e5011
21
roles/pihole
7,780
[ "no_license" ]
[ { "path": "roles/pihole/tasks/main.yml", "content": "---\n- name: Ensures config directory exists\n file:\n path: \"/volume1/docker/pihole/{{ item }}\"\n state: directory\n loop:\n - etc-pihole\n - etc-dnsmasq.d\n\n- name: Create the Pi-Hole container\n docker_container:\n name: pihole\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 719, "all_permissive": false }
ansible_role
guillaumebriday/homelab-docker-ansible
cb3f77f7abdf9912df3f6d99c24fe073022e5011
21
roles/python
7,780
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n- name: Install pip\n easy_install:\n name: pip\n state: latest\n\n- name: Add the Python client for Docker\n pip:\n name: docker-py\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
guillaumebriday/homelab-docker-ansible
cb3f77f7abdf9912df3f6d99c24fe073022e5011
21
roles/tautulli
7,780
[ "no_license" ]
[ { "path": "roles/tautulli/tasks/main.yml", "content": "---\n- name: Create the Tautulli container\n docker_container:\n name: tautulli\n image: linuxserver/tautulli\n restart_policy: unless-stopped\n pull: true\n ports:\n - \"8181:8181\"\n volumes:\n - /etc/localtime:/etc/localt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 378, "all_permissive": false }
ansible_role
guillaumebriday/homelab-docker-ansible
cb3f77f7abdf9912df3f6d99c24fe073022e5011
21
roles/watchtower
7,780
[ "no_license" ]
[ { "path": "roles/watchtower/tasks/main.yml", "content": "---\n- name: Create the Watchtower container\n docker_container:\n name: watchtower\n image: containrrr/watchtower\n restart_policy: unless-stopped\n pull: true\n volumes:\n - /var/run/docker.sock:/var/run/docker.sock\n - /et...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 491, "all_permissive": false }
ansible_role
guillaumebriday/homelab-docker-ansible
cb3f77f7abdf9912df3f6d99c24fe073022e5011
21
roles/youtube-dl-server
7,780
[ "no_license" ]
[ { "path": "roles/youtube-dl-server/tasks/main.yml", "content": "---\n- name: Create the youtube-dl-server container\n docker_container:\n name: youtube-dl-server\n image: kmb32123/youtube-dl-server\n restart_policy: unless-stopped\n pull: true\n ports:\n - \"32000:8080\"\n volumes:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 320, "all_permissive": false }
ansible_role
socioboard/Socioboard-5.0
d5824f1e1de6e2c8b306d96800bdf9308e1f2168
1,308
ansible/roles/socio-base
7,780
[ "no_license" ]
[ { "path": "ansible/roles/socio-base/meta/main.yml", "content": "galaxy_info:\n author: vaughngx4 (<EMAIL>)\n description: SocioBoard full application deployment (basic)\n company: SiNtelli Technologies (Pty) Ltd\n\n license: GPL-3.0-only\n\n min_ansible_version: 2.1\n\n# platforms:\n# - name: RHEL\...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 3137, "all_permissive": false }
ansible_role
socioboard/Socioboard-5.0
d5824f1e1de6e2c8b306d96800bdf9308e1f2168
1,308
ansible/roles/socio-docker
7,780
[ "no_license" ]
[ { "path": "ansible/roles/socio-docker/vars/main.yml", "content": "---\n# vars file for socio-docker\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "ansible/roles/socio-docker/defaults/main.yml", "content": "---\n# defaults file for socio-dock...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2928, "all_permissive": false }
ansible_role
socioboard/Socioboard-5.0
d5824f1e1de6e2c8b306d96800bdf9308e1f2168
1,308
ansible/roles/socio-env
7,780
[ "no_license" ]
[ { "path": "ansible/roles/socio-env/defaults/main.yml", "content": "---\n# defaults file for socio-env\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "ansible/roles/socio-env/tasks/main.yml", "content": "---\n# tasks file for socio-env\n- impo...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1607, "all_permissive": false }
ansible_role
archon-linux/archon-dotfiles
761049a73f86f5367b051a1dbab743497ce4319b
0
.ansible/playbooks/archon/roles/mirrors
7,780
[ "no_license" ]
[ { "path": ".ansible/playbooks/archon/roles/mirrors/tasks/main.yml", "content": "# ###############################################################################\n# # pacman mirrors\n# ###############################################################################\n---\n- name: Updating pacman list of mirro...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 614, "all_permissive": false }
ansible_role
archon-linux/archon-dotfiles
761049a73f86f5367b051a1dbab743497ce4319b
0
.ansible/playbooks/archon/roles/oh-my-fish
7,780
[ "no_license" ]
[ { "path": ".ansible/playbooks/archon/roles/oh-my-fish/tasks/main.yml", "content": "# ###############################################################################\n# # oh-my-fish\n# ###############################################################################\n---\n- name: Ensure fish is present\n comm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 879, "all_permissive": false }
ansible_role
archon-linux/archon-dotfiles
761049a73f86f5367b051a1dbab743497ce4319b
0
.ansible/playbooks/archon/roles/wallpaper-rng
7,780
[ "no_license" ]
[ { "path": ".ansible/playbooks/archon/roles/wallpaper-rng/tasks/main.yml", "content": "# ###############################################################################\n# # wallpaper-rng\n# ###############################################################################\n---\n- name: Ensure user systemd dire...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1895, "all_permissive": false }
ansible_role
gloovers/Ansible-labs
647717d640a79f5cf34a5e18d58bca52bf91a7e3
0
day2/roles/httpd
7,780
[ "no_license" ]
[ { "path": "day2/roles/httpd/tasks/main.yml", "content": "---\n# tasks file for httpd\n- name: Ensure Facts Directory Exists\n file:\n path: /etc/ansible/facts.d\n recurse: yes\n state: directory\n become: yes\n\n\n- name: Install httpd\n yum:\n name: \"{{ package_httpd }}\"\n state: latest...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1901, "all_permissive": false }
ansible_role
gloovers/Ansible-labs
647717d640a79f5cf34a5e18d58bca52bf91a7e3
0
day2/roles/java
7,780
[ "no_license" ]
[ { "path": "day2/roles/java/tasks/main.yml", "content": "---\n# tasks file for java\n#\n- name: Ensure Facts Directory Exists\n file:\n path: /etc/ansible/facts.d\n recurse: yes\n state: directory\n become: yes\n\n- name: Install java\n yum:\n name: \"java-{{ jdk_major_version }}-openjdk\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1013, "all_permissive": false }
ansible_role
gloovers/Ansible-labs
647717d640a79f5cf34a5e18d58bca52bf91a7e3
0
day2/roles/jenkins
7,780
[ "no_license" ]
[ { "path": "day2/roles/jenkins/handlers/main.yml", "content": "---\n# handlers file for jenkins\n- name: systemd_daemon_reload\n systemd: \n daemon_reload: yes\n become: yes\n\n- name: jenkins_restart\n systemd:\n name: jenkins\n state: restarted\n enabled: yes\n become: yes\n listen: \"rest...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3399, "all_permissive": false }
ansible_role
gloovers/Ansible-labs
647717d640a79f5cf34a5e18d58bca52bf91a7e3
0
day3/roles/java
7,780
[ "no_license" ]
[ { "path": "day3/roles/java/tasks/main.yml", "content": "---\n# tasks file for java\n#\n- name: load local facts about server\n setup:\n filter: ansible_local\n\n- include_tasks: java_install.yml\n when: (ansible_local.java is not defined) or \n (ansible_local.java.java_version != java_version)\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 244, "all_permissive": false }
ansible_role
gloovers/Ansible-labs
647717d640a79f5cf34a5e18d58bca52bf91a7e3
0
day4/roles/common
7,780
[ "no_license" ]
[ { "path": "day4/roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n- name: Ensure Facts Directory Exists\n file:\n path: /etc/ansible/facts.d\n recurse: yes\n state: directory\n become: yes\n\n\n- name: Install necessary Packages\n yum:\n name: \"{{ packages }}\"\n sta...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 575, "all_permissive": false }
ansible_role
gloovers/Ansible-labs
647717d640a79f5cf34a5e18d58bca52bf91a7e3
0
day4/roles/java
7,780
[ "no_license" ]
[ { "path": "day4/roles/java/defaults/main.yml", "content": "---\n# defaults file for java\njava_version: 1.8.0_181\njava_alt_path: /opt/oracle/java\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "day4/roles/java/tasks/java_install.yml", "conte...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1321, "all_permissive": false }
ansible_role
gloovers/Ansible-labs
647717d640a79f5cf34a5e18d58bca52bf91a7e3
0
day4/roles/jenkins
7,780
[ "no_license" ]
[ { "path": "day4/roles/jenkins/defaults/main.yml", "content": "---\n# defaults file for jenkins\njenkins_home: /var/jenkins\njenkins_user: jenkins\njenkins_war_path: /opt\njenkins_group: jenkins\njenkins_uid: 1500\njenkins_guid: 1500\njenkins_version: latest\njenkins_opts: \"\"\njenkins_gui_user_login: admin...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1423, "all_permissive": false }
ansible_role
gloovers/Ansible-labs
647717d640a79f5cf34a5e18d58bca52bf91a7e3
0
day4/roles/sanity_test
7,780
[ "no_license" ]
[ { "path": "day4/roles/sanity_test/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - sanity_test", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "day4/roles/sanity_test/vars/main.yml", "content": "---\n# v...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2030, "all_permissive": false }
ansible_role
gloovers/Ansible-labs
647717d640a79f5cf34a5e18d58bca52bf91a7e3
0
day4/roles/user
7,780
[ "no_license" ]
[ { "path": "day4/roles/user/tasks/main.yml", "content": "---\n# tasks file for devops_user\n- name: Ensure Facts Directory Exists\n file:\n path: /etc/ansible/facts.d\n recurse: yes\n state: directory\n become: yes\n become_user: root\n\n- name: Create group\n group:\n name: \"{{ user_group }...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1630, "all_permissive": false }
ansible_role
Tanchwa/Homelab-IaC
d03b72f183bd929dd066616278383ddc34e52f0a
3
Ansible/Networking/roles/routing
7,780
[ "no_license" ]
[ { "path": "Ansible/Networking/roles/routing/handlers/write-persistent.yaml", "content": "- name: Save Current '{{ table }}' State to System File\n community.general.iptables_state:\n ip_version: ipv4\n table: '{{ table }}'\n state: saved\n path: /etc/iptabes/rules.v4\n", "license_type": "no...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1337, "all_permissive": false }
ansible_role
Tanchwa/Homelab-IaC
d03b72f183bd929dd066616278383ddc34e52f0a
3
Ansible/Nodes/roles/add_node
7,780
[ "no_license" ]
[ { "path": "Ansible/Nodes/roles/add_node/defaults/main.yml", "content": "---\n# defaults file for add-node\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "Ansible/Nodes/roles/add_node/tasks/main.yml", "content": "---\n# tasks file for add-node...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 404, "all_permissive": false }
ansible_role
Tanchwa/Homelab-IaC
d03b72f183bd929dd066616278383ddc34e52f0a
3
Ansible/Nodes/roles/argo_cd
7,780
[ "no_license" ]
[ { "path": "Ansible/Nodes/roles/argo_cd/handlers/main.yml", "content": "---\n# handlers file for ArgoCD\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "Ansible/Nodes/roles/argo_cd/defaults/main.yml", "content": "---\n# defaults file for ArgoCD...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 958, "all_permissive": false }
ansible_role
Tanchwa/Homelab-IaC
d03b72f183bd929dd066616278383ddc34e52f0a
3
Ansible/Nodes/roles/cluster_init
7,780
[ "no_license" ]
[ { "path": "Ansible/Nodes/roles/cluster_init/tasks/main.yml", "content": "---\n# tasks file for cluster\n- include_tasks: controlplane.yaml\n\n# work on how to create the join command on master and copy to temp file for workers\n\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 867, "all_permissive": false }
ansible_role
Tanchwa/Homelab-IaC
d03b72f183bd929dd066616278383ddc34e52f0a
3
Ansible/Nodes/roles/cni
7,780
[ "no_license" ]
[ { "path": "Ansible/Nodes/roles/cni/tasks/flannel.yaml", "content": "- name: Install Flannel CNI Pluggin\n become: true\n become_user: \"{{ kube_user }}\"\n command: kubectl apply -f https://github.com/flannel-io/flannel/releases/latest/download/kube-flannel.yml", "license_type": "no_license", "de...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3657, "all_permissive": false }
ansible_role
Tanchwa/Homelab-IaC
d03b72f183bd929dd066616278383ddc34e52f0a
3
Ansible/Nodes/roles/containerd
7,780
[ "no_license" ]
[ { "path": "Ansible/Nodes/roles/containerd/handlers/main.yml", "content": "---\n# handlers file for containerd\n- name: restart containerd\n service:\n name: containerd.service\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "path"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2210, "all_permissive": false }
ansible_role
Tanchwa/Homelab-IaC
d03b72f183bd929dd066616278383ddc34e52f0a
3
Ansible/Nodes/roles/helm3
7,780
[ "no_license" ]
[ { "path": "Ansible/Nodes/roles/helm3/tasks/monitoring.yaml", "content": "- name: Add Kube-Prometheus Helm Repository\n kubernetes.core.helm_repository:\n name: prometheus-community\n repo_url: https://prometheus-community.github.io/helm-charts\n\n- name: Deploy Kube Prometheus\n kubernetes.core.helm...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1391, "all_permissive": false }
ansible_role
Tanchwa/Homelab-IaC
d03b72f183bd929dd066616278383ddc34e52f0a
3
Ansible/Nodes/roles/kernel_config
7,780
[ "no_license" ]
[ { "path": "Ansible/Nodes/roles/kernel_config/handlers/main.yml", "content": "---\n# handlers file for kernel_config\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "Ansible/Nodes/roles/kernel_config/tests/test.yml", "content": "---\n- hosts: l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1337, "all_permissive": false }
ansible_role
Tanchwa/Homelab-IaC
d03b72f183bd929dd066616278383ddc34e52f0a
3
Ansible/Nodes/roles/kubeadm
7,780
[ "no_license" ]
[ { "path": "Ansible/Nodes/roles/kubeadm/vars/main.yml", "content": "---\n# vars file for kubeadm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "Ansible/Nodes/roles/kubeadm/defaults/main.yml", "content": "---\n# defaults file for kubeadm\nkube...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 657, "all_permissive": false }
ansible_role
Tanchwa/Homelab-IaC
d03b72f183bd929dd066616278383ddc34e52f0a
3
Ansible/Nodes/roles/kubeconfig
7,780
[ "no_license" ]
[ { "path": "Ansible/Nodes/roles/kubeconfig/defaults/main.yml", "content": "---\n# defaults file for kubeconfig\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "Ansible/Nodes/roles/kubeconfig/tests/test.yml", "content": "---\n- hosts: localhost\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1428, "all_permissive": false }
ansible_role
Tanchwa/Homelab-IaC
d03b72f183bd929dd066616278383ddc34e52f0a
3
Ansible/Nodes/roles/kubectl
7,780
[ "no_license" ]
[ { "path": "Ansible/Nodes/roles/kubectl/defaults/main.yml", "content": "---\n# defaults file for kubectl\nkubectl_version: 1.25.0-00", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "Ansible/Nodes/roles/kubectl/tasks/main.yml", "content": "---\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 356, "all_permissive": false }
ansible_role
Tanchwa/Homelab-IaC
d03b72f183bd929dd066616278383ddc34e52f0a
3
Ansible/Nodes/roles/kubelet
7,780
[ "no_license" ]
[ { "path": "Ansible/Nodes/roles/kubelet/tasks/main.yml", "content": "---\n# tasks file for kubelet\n- name: Install kubelet\n apt:\n name: kubelet={{ kubelet_version }}\n state: present\n update_cache: yes\n allow_change_held_packages: true\n allow_downgrade: true\n tags: install\n notify: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 487, "all_permissive": false }
ansible_role
Tanchwa/Homelab-IaC
d03b72f183bd929dd066616278383ddc34e52f0a
3
Ansible/Nodes/roles/repositories
7,780
[ "no_license" ]
[ { "path": "Ansible/Nodes/roles/repositories/defaults/main.yml", "content": "---\n# defaults file for repositories\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "Ansible/Nodes/roles/repositories/handlers/main.yml", "content": "---\n# handlers...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1435, "all_permissive": false }
ansible_role
gleicon/locust-swarm
a93aa63f5b035b8ee71996cfa09d7802d0b787a0
32
roles/locust
7,780
[ "no_license" ]
[ { "path": "roles/locust/templates/locustslave.conf.j2", "content": "[program:locustslave]\ncommand=/usr/local/bin/locust -f /opt/app/agent.py --slave --master-host={{ master }} --host={{ test_host }}\nredirect_stderr=true\nstdout_logfile=/var/log/locust_slave.log\nstdout_logfile_maxbytes=100MB\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1778, "all_permissive": false }
ansible_role
gleicon/locust-swarm
a93aa63f5b035b8ee71996cfa09d7802d0b787a0
32
roles/python
7,780
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "- name: \"Install python-related packages debian/ubuntu\"\n apt: pkg={{ item }} state=latest\n with_items:\n - python\n - python-dev\n - python-setuptools\n\n- name: \"Install pip\"\n easy_install: name=pip\n\n- name: \"Install virtualenv\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 385, "all_permissive": false }
ansible_role
cssupport23/AWS-AMI-Deployment-Ansible-Gitlab-CI
59c51bebba11dccd7812f96beccf8e79220cceb6
0
ansible/roles/pm2_setup
7,780
[ "no_license" ]
[ { "path": "ansible/roles/pm2_setup/vars/main.yml", "content": "---\nnextjs_app_dir: /var/www/html\npm2_process_name: \"nextjs-app\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "ansible/roles/pm2_setup/tasks/main.yml", "content": "---\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 7214, "all_permissive": false }
ansible_role
satokadumasa/avalonsphere
e25d777ccfcc428e4145fec63d57a82dfad0f89e
0
roles/avalonsphere
7,784
[ "no_license" ]
[ { "path": "roles/avalonsphere/tasks/main.yml", "content": "- name: Bundle install\n shell: |\n /bin/bash -lc \"bundle install --path vendor/bundler\"\n args:\n chdir: ~/Project/avalonsphere\n become_user: \"vagrant\"\n\n- name: deploy puma\n template:\n src: \"puma\"\n dest: \"/etc/init.d/pu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1270, "all_permissive": false }
ansible_role
satokadumasa/avalonsphere
e25d777ccfcc428e4145fec63d57a82dfad0f89e
0
roles/mysql
7,784
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: check if pre-installed mariadb exists\n yum:\n list: mariadb-libs\n register: mariadb\n\n- name: uninstall pre-installed mariadb\n yum:\n name: mariadb-libs\n state: absent\n\n- name: remove pre-installed mariadb's file\n file:\n pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3545, "all_permissive": false }
ansible_role
satokadumasa/avalonsphere
e25d777ccfcc428e4145fec63d57a82dfad0f89e
0
roles/nginx
7,784
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.conf", "content": "# For more information on configuration, see:\n# * Official English Documentation: http://nginx.org/en/docs/\n# * Official Russian Documentation: http://nginx.org/ru/docs/\n\nuser nginx;\nworker_processes auto;\nerror_log /var/log/nginx/error.log...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3012, "all_permissive": false }
ansible_role
EvgeniiFed/DevOps_course_HomeWork
7f2084e8888a473672735eb080a469f7687f3072
0
HomeWork3_3/roles/common
7,784
[ "no_license" ]
[ { "path": "HomeWork3_3/roles/common/tasks/main.yml", "content": "---\n\n- name: Install default packages to Debian os family\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n with_items:\n - iotop\n - htop\n - net-tools\n - libpq-dev\n - python-dev\n - python2\n - python3-pip\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 528, "all_permissive": false }
ansible_role
EvgeniiFed/DevOps_course_HomeWork
7f2084e8888a473672735eb080a469f7687f3072
0
HomeWork3_3/roles/postgersql
7,784
[ "no_license" ]
[ { "path": "HomeWork3_3/roles/postgersql/defaults/main.yml", "content": "---\n\npg_version: 13\npg_user: postgres\npg_pass: <PASSWORD>\npg_port: 5432\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "HomeWork3_3/roles/postgersql/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 908, "all_permissive": false }
ansible_role
sim4444/ansible-ec2-lab11
8bde823034313d6b2475b512d733d68fbf53c9a0
0
ansible/roles/redis_server
7,784
[ "no_license" ]
[ { "path": "ansible/roles/redis_server/tasks/main.yml", "content": "- name: Install Redis on Rocky Linux\r\n ansible.builtin.dnf:\r\n name: redis\r\n state: present\r\n\r\n- name: Start and enable redis\r\n service:\r\n name: redis\r\n state: started\r\n enabled: true", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
Neuvik/NiBLR
3e105a07c71b7910a9a17f453ac742a99f597317
2
ansible/roles/exit_nodes
7,784
[ "no_license" ]
[ { "path": "ansible/roles/exit_nodes/tasks/main.yml", "content": "---\n- name: Make python3 default\n alternatives:\n name: python\n path: /usr/bin/python3\n link: /usr/bin/python\n priority: 10\n become: yes\n\n- name: Setting Sysctl\n ansible.posix.sysctl:\n name: net.ipv4.ip_forward\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 752, "all_permissive": false }
ansible_role
Neuvik/NiBLR
3e105a07c71b7910a9a17f453ac742a99f597317
2
ansible/roles/wireguard_hub
7,784
[ "no_license" ]
[ { "path": "ansible/roles/wireguard_hub/files/bring-up-nodes.sh", "content": "#!/bin/bash\n\nEXIT_CONFS=$(cd /etc/wireguard; ls exit-node*| sed -e 's/.conf//')\nfor INT in $EXIT_CONFS\n do\n echo $INT\n CHECK=$(ip addr show $INT)\n if [ \"$CHECK\" == \"Device \\\"INT\\\" does not exist.\" ]\n ec...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1891, "all_permissive": false }
ansible_role
mzstrszk/oci_k8s-cluster
5970fbecb431490c541daca6c3406fce790c30cc
1
ansible/roles/common
7,784
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yaml", "content": "---\n- name: Update apt packages\n become: true\n ansible.builtin.apt:\n name: \"*\"\n state: present\n update_cache: true\n\n# --- Setup OS environment. ---\n\n- name: Disable swap 1\n become: true\n ansible.builtin.command: swapoff...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 4678, "all_permissive": false }
ansible_role
mzstrszk/oci_k8s-cluster
5970fbecb431490c541daca6c3406fce790c30cc
1
ansible/roles/k8s_master
7,784
[ "no_license" ]
[ { "path": "ansible/roles/k8s_master/tasks/main.yaml", "content": "---\n# --- Setup firewall - iptables. ---\n\n- name: Disable ufw\n become: true\n ansible.builtin.systemd_service:\n name: ufw.service\n state: stopped\n enabled: false\n\n- name: Deploy iptables file\n become: true\n ansible.bui...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2127, "all_permissive": false }
ansible_role
mzstrszk/oci_k8s-cluster
5970fbecb431490c541daca6c3406fce790c30cc
1
ansible/roles/k8s_worker
7,784
[ "no_license" ]
[ { "path": "ansible/roles/k8s_worker/tasks/main.yaml", "content": "---\n# --- Setup firewall - iptables. ---\n\n- name: Disable ufw.\n become: true\n ansible.builtin.systemd_service:\n name: ufw.service\n state: stopped\n enabled: false\n\n- name: Deploy iptables file.\n become: true\n ansible.b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 866, "all_permissive": false }
ansible_role
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/aptitude_ubuntu
7,784
[ "no_license" ]
[ { "path": "roles/aptitude_ubuntu/tasks/main.yml", "content": "---\n- name: Install aptitude\n ansible.builtin.apt:\n name: aptitude\n state: present\n update_cache: true\n become: true\n\n- name: Install required system packages\n ansible.builtin.apt:\n pkg:\n - apt-transport-https\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 429, "all_permissive": false }
ansible_role
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/bluetooth
7,784
[ "no_license" ]
[ { "path": "roles/bluetooth/tasks/main.yml", "content": "---\n- name: Install bluez\n community.general.pacman:\n name:\n - bluez\n - bluez-utils\n state: present\n become: true\n\n- name: Install blueman\n community.general.pacman:\n name:\n - blueman\n state: present\n become...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 359, "all_permissive": false }
ansible_role
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/books
7,784
[ "no_license" ]
[ { "path": "roles/books/tasks/main.yml", "content": "---\n- name: Install calibre\n community.general.pacman:\n name: calibre\n state: present\n become: true\n\n- name: Install evince\n community.general.pacman:\n name: evince\n state: present\n become: true\n\n...\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 216, "all_permissive": false }
ansible_role
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/browsers
7,784
[ "no_license" ]
[ { "path": "roles/browsers/tasks/main.yml", "content": "---\n- name: Install Firefox\n community.general.pacman:\n name: firefox\n state: present\n become: true\n tags:\n - firefox\n\n- name: Install Chromium\n community.general.pacman:\n name: chromium\n state: present\n become: true\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 264, "all_permissive": false }
ansible_role
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/cockpit
7,784
[ "no_license" ]
[ { "path": "roles/cockpit/tasks/main.yml", "content": "---\n- name: Install cockpit\n community.general.pacman:\n name:\n - cockpit-machines\n state: present\n become: true\n\n- name: Enable cockpit socket\n ansible.builtin.systemd:\n name: cockpit.socket\n state: started\n enabled: tr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 264, "all_permissive": false }
ansible_role
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/docker_arch
7,784
[ "no_license" ]
[ { "path": "roles/docker_arch/tasks/main.yml", "content": "---\n- name: Install docker\n community.general.pacman:\n name: docker\n state: present\n become: true\n\n- name: Install docker-compose\n community.general.pacman:\n name: docker-compose\n state: present\n become: true\n\n- name: Ena...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 493, "all_permissive": false }
ansible_role
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/docker_ubuntu
7,784
[ "no_license" ]
[ { "path": "roles/docker_ubuntu/tasks/main.yml", "content": "---\n- name: Add Docker GPG apt Key\n ansible.builtin.apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n become: true\n\n- name: Add Docker Repository\n ansible.builtin.apt_repository:\n repo: deb https://do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 814, "all_permissive": false }
ansible_role
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/dotfiles
7,784
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n- name: Install chezmoi\n community.general.pacman:\n name: chezmoi\n state: present\n become: true\n\n- name: Clone user's dotfiles\n ansible.builtin.git:\n repo: \"{{ dotfiles.url }}\"\n dest: /home/{{ user.name }}/{{ dotfiles.dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 476, "all_permissive": false }
ansible_role
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/flatpak
7,784
[ "no_license" ]
[ { "path": "roles/flatpak/tasks/main.yml", "content": "---\n- name: Install flatpak\n community.general.pacman:\n name: flatpak\n state: present\n become: true\n...\n", "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
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/fonts
7,784
[ "no_license" ]
[ { "path": "roles/fonts/tasks/main.yml", "content": "---\n- name: Install font with emoji\n community.general.pacman:\n name: noto-fonts-emoji\n state: present\n become: true\n\n- name: Install nerd hack font\n community.general.pacman:\n name: ttf-hack-nerd\n state: present\n become: true\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 754, "all_permissive": false }
ansible_role
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/gnupg
7,784
[ "no_license" ]
[ { "path": "roles/gnupg/tasks/main.yml", "content": "---\n- name: Install gnupg\n community.general.pacman:\n name: gnupg\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 89, "all_permissive": false }
ansible_role
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/golang
7,784
[ "no_license" ]
[ { "path": "roles/golang/tasks/main.yml", "content": "---\n- name: Install golang\n community.general.pacman:\n name: go\n state: present\n become: true\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/jetbrains
7,784
[ "no_license" ]
[ { "path": "roles/jetbrains/tasks/main.yml", "content": "---\n- name: Install JetBrains Toolbox\n kewlfft.aur.aur:\n name: jetbrains-toolbox\n state: present\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 108, "all_permissive": false }
ansible_role
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/kvm
7,784
[ "no_license" ]
[ { "path": "roles/kvm/tasks/main.yml", "content": "---\n\n- name: Install libvirt, qemu, virt-install packages\n community.general.pacman:\n name:\n - libvirt\n - dnsmasq\n - iptables-nft\n - qemu-base\n - virt-install\n - virt-viewer\n force: true\n become: true\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 589, "all_permissive": false }
ansible_role
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/network
7,784
[ "no_license" ]
[ { "path": "roles/network/tasks/main.yml", "content": "---\n- name: Install Network Manager OpenVPN extension\n community.general.pacman:\n name:\n - networkmanager-openvpn\n state: present\n become: true\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/obs
7,784
[ "no_license" ]
[ { "path": "roles/obs/tasks/main.yml", "content": "---\n- name: Install libvirt, qemu, virt-install packages\n community.general.pacman:\n name:\n - obs-studio\n force: true\n become: true\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 149, "all_permissive": false }
ansible_role
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/pass
7,784
[ "no_license" ]
[ { "path": "roles/pass/tasks/main.yml", "content": "---\n- name: Install pass\n community.general.pacman:\n name: pass\n state: present\n become: true\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/polkit
7,784
[ "no_license" ]
[ { "path": "roles/polkit/tasks/main.yml", "content": "---\n- name: Install polkit\n community.general.pacman:\n name:\n - polkit\n - polkit-gnome\n state: present\n become: true\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 139, "all_permissive": false }
ansible_role
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/postman
7,784
[ "no_license" ]
[ { "path": "roles/postman/tasks/main.yml", "content": "---\n- name: Install Postman\n kewlfft.aur.aur:\n name: postman-bin\n use: makepkg\n state: present\n...\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 110, "all_permissive": false }
ansible_role
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/snap
7,784
[ "no_license" ]
[ { "path": "roles/snap/tasks/main.yml", "content": "---\n- name: Install snap\n kewlfft.aur.aur:\n name: snapd\n use: makepkg\n state: present\n\n- name: Enable snapd daemon\n ansible.builtin.systemd:\n name: snapd.socket\n state: started\n enabled: true\n become: true\n...\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 231, "all_permissive": false }
ansible_role
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/telegram
7,784
[ "no_license" ]
[ { "path": "roles/telegram/tasks/main.yml", "content": "---\n- name: Install telegram-desktop\n community.general.pacman:\n name:\n - telegram-desktop\n state: present\n become: true\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 138, "all_permissive": false }
ansible_role
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/terminal
7,784
[ "no_license" ]
[ { "path": "roles/terminal/tasks/main.yml", "content": "---\n- name: Install alacritty\n community.general.pacman:\n name: alacritty\n state: present\n become: true\n\n- name: Install tmux\n community.general.pacman:\n name: tmux\n state: present\n become: true\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": false }
ansible_role
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/tkgate
7,784
[ "no_license" ]
[ { "path": "roles/tkgate/tasks/main.yml", "content": "---\n- name: Install tcl tk\n community.general.pacman:\n name:\n - tcl\n - tk\n state: present\n become: true\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 126, "all_permissive": false }
ansible_role
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/upgrade_pacman
7,784
[ "no_license" ]
[ { "path": "roles/upgrade_pacman/tasks/main.yml", "content": "---\n- name: Update system packages\n community.general.pacman:\n update_cache: true\n upgrade: true\n become: true\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 123, "all_permissive": false }
ansible_role
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/utils
7,784
[ "no_license" ]
[ { "path": "roles/utils/tasks/main.yml", "content": "---\n- name: Install git\n community.general.pacman:\n name: git\n state: present\n become: true\n\n- name: Install neovim\n community.general.pacman:\n name: neovim\n state: present\n become: true\n\n- name: Install man-db\n community.gen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1020, "all_permissive": false }
ansible_role
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/vscode
7,784
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "---\n- name: Install VSCode\n kewlfft.aur.aur:\n name: visual-studio-code-bin\n use: makepkg\n state: present\n\n- name: Install gnome-keyring\n community.general.pacman:\n name: gnome-keyring\n state: present\n become: true\n...\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 236, "all_permissive": false }
ansible_role
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/wm
7,784
[ "no_license" ]
[ { "path": "roles/wm/tasks/main.yml", "content": "---\n- name: Install sway wm and additional packages\n community.general.pacman:\n name:\n - sway\n - swayidle\n - swaylock\n - waybar\n - mako\n - grim\n - slurp\n - bemenu-wayland\n - wl-clipboard\n - xd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 345, "all_permissive": false }
ansible_role
lincentpega/arch-ansible
e7ac83a534fd523cc67c2e0d5e3d854ed706adad
0
roles/zsh
7,784
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: Install zsh\n community.general.pacman:\n name: zsh\n state: present\n become: true\n\n- name: Set as default for user\n ansible.builtin.user:\n name: \"{{ user.name }}\"\n shell: /usr/bin/zsh\n become: true\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 224, "all_permissive": false }
ansible_role
johnkim76/ansible-poc-demo
ec07755b67d717ae996ddb96244f94a72a979c1c
0
roles/apache_install
7,784
[ "no_license" ]
[ { "path": "roles/apache_install/tasks/main.yml", "content": "---\n- name: Ensure that the httpd package is installed\n yum:\n name: httpd\n state: present\n notify: apache-restart\n\n- name: latest firewalld version installed\n yum:\n name: firewalld\n state: latest\n\n- name: firewalld enabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 547, "all_permissive": false }
ansible_role
johnkim76/ansible-poc-demo
ec07755b67d717ae996ddb96244f94a72a979c1c
0
roles/motd_blank
7,784
[ "no_license" ]
[ { "path": "roles/motd_blank/tasks/main.yaml", "content": "---\n- name: Reset the Message of the Day to blank\n shell: echo \"\" > /etc/motd\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 80, "all_permissive": false }
ansible_role
johnkim76/ansible-poc-demo
ec07755b67d717ae996ddb96244f94a72a979c1c
0
roles/motd_update
7,784
[ "no_license" ]
[ { "path": "roles/motd_update/tasks/main.yml", "content": "---\n- name: Updating the Message of the Day\n template:\n src: motd.j2\n dest: /etc/motd\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/motd_update/vars/main.yaml", "c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 155, "all_permissive": false }
ansible_role
johnkim76/ansible-poc-demo
ec07755b67d717ae996ddb96244f94a72a979c1c
0
roles/update_webcontent
7,784
[ "no_license" ]
[ { "path": "roles/update_webcontent/defaults/main.yaml", "content": "---\nextra_motd_string: \"\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/update_webcontent/tasks/main.yml", "content": "---\n- name: Deploy index.html from templa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 283, "all_permissive": false }
ansible_role
lees07/nextgen_ansible_advanced
c02b5ae054cd8adf2b34197a4be21ec8b950af2d
0
roles/osp-facts
7,784
[ "no_license" ]
[ { "path": "roles/osp-facts/tasks/main.yml", "content": "---\n# tasks file for osp-facts\n#- name: Fetch Instance Info\n# os_server_info:\n# cloud: openstack\n# register: result\n\n#- name: Add host\n# add_host:\n# name: \"{{ item.public_v4 }}\"\n# group: \"{{ item.metadata.group }}\"\n## ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1280, "all_permissive": false }
ansible_role
lees07/nextgen_ansible_advanced
c02b5ae054cd8adf2b34197a4be21ec8b950af2d
0
roles/osp-instance-delete
7,784
[ "no_license" ]
[ { "path": "roles/osp-instance-delete/tasks/main.yml", "content": "---\n# tasks file for roles/osp-instance-delete\n- name: Fetch Instance Info\n os_server_facts:\n cloud: openstack\n register: result\n\n- name: Delete instances\n os_server:\n cloud: openstack\n name: \"{{ item.name }}\"\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 363, "all_permissive": false }
ansible_role
lees07/nextgen_ansible_advanced
c02b5ae054cd8adf2b34197a4be21ec8b950af2d
0
roles/osp-servers
7,784
[ "no_license" ]
[ { "path": "roles/osp-servers/tasks/main.yml", "content": "---\n\n# tasks file for osp.servers\n- name: Create instances\n os_server:\n cloud: openstack\n name: \"{{ item.value.name }}\"\n image: \"{{ item.value.image }}\"\n key_name: \"{{ item.value.key_name }}\"\n flavor: \"{{ item.value.fl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 909, "all_permissive": false }
ansible_role
lees07/nextgen_ansible_advanced
c02b5ae054cd8adf2b34197a4be21ec8b950af2d
0
roles/osp-setup
7,784
[ "no_license" ]
[ { "path": "roles/osp-setup/tasks/main.yml", "content": "---\n# tasks file for roles/osp-lab\n- include_tasks: create-image.yml\n- include_tasks: create-flavor.yml\n# tasks key file name before run it ...\n- include_tasks: create-keypair.yml\n- include_tasks: create-network.yml\n- include_tasks: create-sg.ym...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 247, "all_permissive": false }
ansible_role
bontreger/ansible-tower-export
524f73d23c24de7f935aaf56dfa0eef16e8b8ab1
1
roles/awx_export_objects
7,784
[ "no_license" ]
[ { "path": "roles/awx_export_objects/defaults/main.yml", "content": "---\n# \n# Username accessing the AWX API. This User requires superuser privileges.\nawx_export_user: \"{{ vault_awx_export_user }}\"\n\n# Password of the user accessing the AWX API.\nawx_export_password: \"{{ vault_awx_export_password }}\"...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2556, "all_permissive": false }
ansible_role
bontreger/ansible-tower-export
524f73d23c24de7f935aaf56dfa0eef16e8b8ab1
1
roles/awx_export_secrets
7,784
[ "no_license" ]
[ { "path": "roles/awx_export_secrets/defaults/main.yml", "content": "---\n# Username accessing the AWX API. This User requires superuser privileges.\nawx_export_user: \"{{ vault_awx_export_user }}\"\n\n# Password of the user accessing the AWX API.\nawx_export_password: \"{{ vault_awx_export_password }}\"\n\n...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 19417, "all_permissive": false }
ansible_role
k4200/ansible-magento2
0db932dbbee74802f77e66b448c4a8a3d74fe3b4
4
centos6/roles/common
7,784
[ "no_license" ]
[ { "path": "centos6/roles/common/tasks/main.yml", "content": "---\n# file: roles/common/tasks/main.yml\n\n- name: check IUS repo is installed\n stat: path=/etc/yum.repos.d/ius.repo\n register: ius_repo\n\n- name: download script to enable IUS repo\n get_url:\n url: https://setup.ius.io/\n dest: ~/se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 976, "all_permissive": false }
ansible_role
k4200/ansible-magento2
0db932dbbee74802f77e66b448c4a8a3d74fe3b4
4
centos6/roles/dbtier
7,784
[ "no_license" ]
[ { "path": "centos6/roles/dbtier/tasks/main.yml", "content": "- name: Check installed packages\n yum: list=installed\n register: installed_packages\n tags: mysql\n\n- set_fact:\n mysql51_installed: (installed_packages|json_query(\"results[?name=='mysql']\")).0 is defined\n tags: mysql\n\n- name: Unins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 788, "all_permissive": false }
ansible_role
k4200/ansible-magento2
0db932dbbee74802f77e66b448c4a8a3d74fe3b4
4
centos6/roles/webtier
7,784
[ "no_license" ]
[ { "path": "centos6/roles/webtier/tasks/magento2.yml", "content": "- name: Create .composer/\n file: path=/home/magento2/.composer/ state=directory\n\n- name: Create .composer/auth.json\n template:\n src: home/magento2/.composer/auth.json.j2\n dest: /home/magento2/.composer/auth.json\n\n- name: Get M...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7359, "all_permissive": false }
ansible_role
NSSA320-Group2/Lab-1-Ansible
0ba79da63bc04fa31679b6a6c8a8b9e77d37728d
0
roles/explore_california
7,784
[ "no_license" ]
[ { "path": "roles/explore_california/tasks/main.yml", "content": "---\n# 9/15 - explore_california/tasts/main.yml\n# Create role - <NAME>\n- name: Remove existing web files\n file:\n path: /usr/share/nginx/html\n state: absent\n \n- name: Copy files to client\n copy:\n src: explore_california/\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 416, "all_permissive": false }
ansible_role
NSSA320-Group2/Lab-1-Ansible
0ba79da63bc04fa31679b6a6c8a8b9e77d37728d
0
roles/nginx_configure
7,784
[ "no_license" ]
[ { "path": "roles/nginx_configure/tasks/main.yml", "content": "---\n# 9/15 - nginx_configure/tasts/main.yml\n# Create role - <NAME> & <NAME>\n- name: Copy nginx Config\n copy:\n src: nginx.conf\n dest: /etc/nginx/nginx.con\n mode: 0644\n\n- name: Restart nginx\n service:\n name: nginx\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 526, "all_permissive": false }
ansible_role
NSSA320-Group2/Lab-1-Ansible
0ba79da63bc04fa31679b6a6c8a8b9e77d37728d
0
roles/nginx_install
7,784
[ "no_license" ]
[ { "path": "roles/nginx_install/tasks/main.yml", "content": "---\n# 9/16 - nginx_install/tasts/main.yml\n# Fix firewall commands – <NAME>\n- name: Add EPEL repository\n yum:\n name: epel-release\n state: present\n\n- name: Install nginx\n yum:\n name: nginx\n state: present\n\n- name: Start & e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 470, "all_permissive": false }
ansible_role
fervartel/vagrant-ubuntu2
f2fc8360bbcbf649b6680a6f18db3146dd6609b5
0
roles/basic_role
7,784
[ "no_license" ]
[ { "path": "roles/basic_role/tasks/main.yml", "content": "---\n- name: 'Basic pkgs stack'\n apt:\n name:\n - 'vim'\n - 'git'\n - 'dnsutils'\n state: 'present'\n update_cache: 'yes'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": false }