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
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/openvswitch
7,557
[ "no_license" ]
[ { "path": "roles/openvswitch/tasks/main.yml", "content": "- name: Install Open vSwitch\n pacman:\n name: openvswitch\n state: present\n\n- name: Enable and start Open vSwitch service\n systemd:\n name: ovs-vswitchd.service\n enabled: True\n state: started\n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 206, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/packages
7,557
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "- name: Install packages from Arch repositories\n pacman:\n name: '{{ packages.repos }}'\n state: present\n when: packages.repos is defined\n\n- name: Add AUR keys\n become: True\n become_user: '{{ user.name }}'\n command: 'gpg --recv-keys {{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 799, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/pacman
7,557
[ "no_license" ]
[ { "path": "roles/pacman/handlers/main.yml", "content": "- name: Update pacman cache\n pacman:\n update_cache: True\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/pacman/defaults/main.yml", "content": "pacman: None\n # Optional but...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1214, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/pacman_cache
7,557
[ "no_license" ]
[ { "path": "roles/pacman_cache/tasks/main.yml", "content": "- name: Update pacman cache\n pacman:\n update_cache: True\n ignore_errors: True\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 83, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/postfix
7,557
[ "no_license" ]
[ { "path": "roles/postfix/tasks/configure.yml", "content": "- name: Set alias for root user\n replace:\n path: /etc/postfix/aliases\n regexp: '^#?root:\\s*.*'\n replace: 'root:\t\t{{ user.name }}'\n notify:\n - Populate Postfix database\n - Restart Postfix service\n\n- name: Configure Postfi...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1661, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/pulseaudio
7,557
[ "no_license" ]
[ { "path": "roles/pulseaudio/tasks/main.yml", "content": "- name: Install PulseAudio\n pacman:\n name:\n - pulseaudio\n - pulseaudio-alsa\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 109, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/qutebrowser
7,557
[ "no_license" ]
[ { "path": "roles/qutebrowser/defaults/main.yml", "content": "qutebrowser:\n install: False\n # For DRM content playback (e.g. Netflix). Note that if you have Chromium and\n # chromium-widevine installed, you don't need qt5-webengine-widevine. However,\n # both can be installed (e.g. to reduce hassle if ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 528, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/shell_utils
7,557
[ "no_license" ]
[ { "path": "roles/shell_utils/tasks/main.yml", "content": "- name: Install bash and zsh with completion and other shell utilities\n pacman:\n name:\n - bash-completion\n - zsh\n - zsh-completions\n - zsh-syntax-highlighting\n # bash part of base group, included for completeness\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 720, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/smartd
7,557
[ "no_license" ]
[ { "path": "roles/smartd/handlers/main.yml", "content": "- name: Restart smartd service\n systemd:\n name: smartd.service\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/smartd/defaults/main.yml", "content": "sm...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 632, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/ssh
7,557
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "- name: Install OpenSSH and sshfs\n pacman:\n name:\n - openssh\n - sshfs\n state: present\n\n- name: Enable and start SSH socket\n systemd:\n name: sshd.socket\n enabled: True\n state: started\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 210, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/sudo
7,557
[ "no_license" ]
[ { "path": "roles/sudo/tasks/main.yml", "content": "- name: Enable sudo access for wheel group\n replace:\n path: /etc/sudoers\n regexp: '^#\\s*%wheel\\s+ALL=\\(ALL\\)\\s+ALL'\n replace: '%wheel ALL=(ALL) ALL'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 159 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 159, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/systemd-resolved
7,557
[ "no_license" ]
[ { "path": "roles/systemd-resolved/tasks/main.yml", "content": "- name: Symlink systemd-resolved stub-resolv.conf\n file:\n path: /etc/resolv.conf\n src: /run/systemd/resolve/stub-resolv.conf\n state: link\n force: True\n\n- name: Enable systemd-resolved.service\n systemd:\n name: systemd-re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 289, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/texlive
7,557
[ "no_license" ]
[ { "path": "roles/texlive/tasks/main.yml", "content": "- name: Install TeXLive\n pacman:\n name:\n - biber\n - texlive-core\n - texlive-bibtexextra\n - texlive-fontsextra\n - texlive-latexextra\n - texlive-pictures\n - texlive-publishers\n state: present\n", "lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 232, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/time
7,557
[ "no_license" ]
[ { "path": "roles/time/defaults/main.yml", "content": "time:\n hwclock: UTC\n timezone: Europe/London\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "roles/time/tasks/main.yml", "content": "- name: Enable and start NTP synchronisation\n sys...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 295, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/tlp
7,557
[ "no_license" ]
[ { "path": "roles/tlp/handlers/main.yml", "content": "- name: Restart tlp service\n systemd:\n name: tlp.service\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/tlp/tasks/main.yml", "content": "- name: Install t...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 938, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/user
7,557
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "- name: Create user\n user:\n name: '{{ user.name }}'\n #password: '{{ <PASSWORD> }}'\n uid: '{{ user.uid | default(omit) }}'\n generate_ssh_key: '{{ user.generate_ssh_key | default(true) }}'\n ssh_key_bits: '{{ user.ssh_key_bits | default(o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 394, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/virt
7,557
[ "no_license" ]
[ { "path": "roles/virt/handlers/main.yml", "content": "- name: Reload kvm_intel module\n modprobe:\n name: kvm_intel\n state: '{{ item }}'\n with_items:\n - absent\n - present\n\n- name: Restart libvirtd service\n systemd:\n name: libvirtd.service\n state: restarted\n", "license_type...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1710, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/wifi
7,557
[ "no_license" ]
[ { "path": "roles/wifi/tasks/main.yml", "content": "- name: Install wpa_supplicant\n pacman:\n name: wpa_supplicant\n state: present\n\n- name: Install Broadcom driver\n pacman:\n name: broadcom-wl\n state: present\n when: wifi.broadcom is sameas True\n # Removed automatic loading: unreliable...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1897, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/xorg
7,557
[ "no_license" ]
[ { "path": "roles/xorg/tasks/main.yml", "content": "- name: Install Xorg packages\n pacman:\n name:\n - xorg-server\n - xorg-xinit\n\n- name: Install Xorg test utilities\n pacman:\n name:\n - xorg-xev\n - xorg-xinput\n\n- name: Install autorandr for monitor hotplugging\n pacman:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 563, "all_permissive": false }
ansible_role
jmcvaughn/ansible-arch
1681ad33b9d95eff0efee1b358b874f0803ad45b
28
roles/zfs
7,557
[ "no_license" ]
[ { "path": "roles/zfs/tasks/main.yml", "content": "- name: Add ZFS repository key\n command: '{{ item }} --keyserver hkp://pgp.mit.edu 5E1ABF240EE7A126'\n with_items:\n - pacman-key --recv-keys\n - pacman-key --lsign-key\n\n- name: Add ZFS repository\n blockinfile:\n path: /etc/pacman.conf\n m...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2350, "all_permissive": false }
ansible_role
90024-CCC-Assignment2/Assignment2
0ccc411008fa9fab6f1456d8464580f61227455a
0
Ansible deployment/roles/couchdb-deployment
7,553
[ "no_license" ]
[ { "path": "Ansible deployment/roles/couchdb-deployment/defaults/main.yaml", "content": "#\n# COMP90024 Cluster and Cloud Computing Assignment2 - Team 42 \n# \n# Authors: \n#\n# - <NAME> (Student ID: 1141213)\n# - <NAME> (Student ID: 1159719)\n# - <NAME> (Student ID: 1233459)\n# - <NAME> (Student ID:1094...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2538, "all_permissive": false }
ansible_role
90024-CCC-Assignment2/Assignment2
0ccc411008fa9fab6f1456d8464580f61227455a
0
Ansible deployment/roles/couchdb-setup
7,553
[ "no_license" ]
[ { "path": "Ansible deployment/roles/couchdb-setup/tasks/main.yaml", "content": "#\n# COMP90024 Cluster and Cloud Computing Assignment2 - Team 42 \n# \n# Authors: \n#\n# - <NAME> (Student ID: 1141213)\n# - <NAME> (Student ID: 1159719)\n# - <NAME> (Student ID: 1233459)\n# - <NAME> (Student ID:1094521)\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1057, "all_permissive": false }
ansible_role
90024-CCC-Assignment2/Assignment2
0ccc411008fa9fab6f1456d8464580f61227455a
0
Ansible deployment/roles/docker-install
7,553
[ "no_license" ]
[ { "path": "Ansible deployment/roles/docker-install/tasks/main.yaml", "content": "#\n# COMP90024 Cluster and Cloud Computing Assignment2 - Team 42 \n# \n# Authors: \n#\n# - <NAME> (Student ID: 1141213)\n# - <NAME> (Student ID: 1159719)\n# - <NAME> (Student ID: 1233459)\n# - <NAME> (Student ID:1094521)\n#...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2999, "all_permissive": false }
ansible_role
90024-CCC-Assignment2/Assignment2
0ccc411008fa9fab6f1456d8464580f61227455a
0
Ansible deployment/roles/docker-volume-mount
7,553
[ "no_license" ]
[ { "path": "Ansible deployment/roles/docker-volume-mount/defaults/main.yaml", "content": "#\n# COMP90024 Cluster and Cloud Computing Assignment2 - Team 42 \n# \n# Authors: \n#\n# - <NAME> (Student ID: 1141213)\n# - <NAME> (Student ID: 1159719)\n# - <NAME> (Student ID: 1233459)\n# - <NAME> (Student ID:109...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1931, "all_permissive": false }
ansible_role
90024-CCC-Assignment2/Assignment2
0ccc411008fa9fab6f1456d8464580f61227455a
0
Ansible deployment/roles/nodes-common
7,553
[ "no_license" ]
[ { "path": "Ansible deployment/roles/nodes-common/tasks/main.yaml", "content": "#\n# COMP90024 Cluster and Cloud Computing Assignment2 - Team 42 \n# \n# Authors: \n#\n# - <NAME> (Student ID: 1141213)\n# - <NAME> (Student ID: 1159719)\n# - <NAME> (Student ID: 1233459)\n# - <NAME> (Student ID:1094521)\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1136, "all_permissive": false }
ansible_role
90024-CCC-Assignment2/Assignment2
0ccc411008fa9fab6f1456d8464580f61227455a
0
Ansible deployment/roles/npm-nodejs-install
7,553
[ "no_license" ]
[ { "path": "Ansible deployment/roles/npm-nodejs-install/tasks/main.yaml", "content": "#\n# COMP90024 Cluster and Cloud Computing Assignment2 - Team 42 \n# \n# Authors: \n#\n# - <NAME> (Student ID: 1141213)\n# - <NAME> (Student ID: 1159719)\n# - <NAME> (Student ID: 1233459)\n# - <NAME> (Student ID:1094521...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 487, "all_permissive": false }
ansible_role
90024-CCC-Assignment2/Assignment2
0ccc411008fa9fab6f1456d8464580f61227455a
0
Ansible deployment/roles/openstack-instance
7,553
[ "no_license" ]
[ { "path": "Ansible deployment/roles/openstack-instance/tasks/main.yaml", "content": "#\n# COMP90024 Cluster and Cloud Computing Assignment2 - Team 42 \n# \n# Authors: \n#\n# - <NAME> (Student ID: 1141213)\n# - <NAME> (Student ID: 1159719)\n# - <NAME> (Student ID: 1233459)\n# - <NAME> (Student ID:1094521...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1421, "all_permissive": false }
ansible_role
90024-CCC-Assignment2/Assignment2
0ccc411008fa9fab6f1456d8464580f61227455a
0
Ansible deployment/roles/openstack-security-group
7,553
[ "no_license" ]
[ { "path": "Ansible deployment/roles/openstack-security-group/tasks/main.yaml", "content": "#\n# COMP90024 Cluster and Cloud Computing Assignment2 - Team 42 \n# \n# Authors: \n#\n# - <NAME> (Student ID: 1141213)\n# - <NAME> (Student ID: 1159719)\n# - <NAME> (Student ID: 1233459)\n# - <NAME> (Student ID:1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1692, "all_permissive": false }
ansible_role
90024-CCC-Assignment2/Assignment2
0ccc411008fa9fab6f1456d8464580f61227455a
0
Ansible deployment/roles/openstack-volume
7,553
[ "no_license" ]
[ { "path": "Ansible deployment/roles/openstack-volume/tasks/main.yaml", "content": "#\n# COMP90024 Cluster and Cloud Computing Assignment2 - Team 42 \n# \n# Authors: \n#\n# - <NAME> (Student ID: 1141213)\n# - <NAME> (Student ID: 1159719)\n# - <NAME> (Student ID: 1233459)\n# - <NAME> (Student ID:1094521)\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 878, "all_permissive": false }
ansible_role
90024-CCC-Assignment2/Assignment2
0ccc411008fa9fab6f1456d8464580f61227455a
0
Ansible deployment/roles/tomcat-service-install
7,553
[ "no_license" ]
[ { "path": "Ansible deployment/roles/tomcat-service-install/tasks/main.yaml", "content": "#\n# COMP90024 Cluster and Cloud Computing Assignment2 - Team 42 \n# \n# Authors: \n#\n# - <NAME> (Student ID: 1141213)\n# - <NAME> (Student ID: 1159719)\n# - <NAME> (Student ID: 1233459)\n# - <NAME> (Student ID:109...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1167, "all_permissive": false }
ansible_role
90024-CCC-Assignment2/Assignment2
0ccc411008fa9fab6f1456d8464580f61227455a
0
Ansible deployment/roles/twitter-harvester-setup
7,553
[ "no_license" ]
[ { "path": "Ansible deployment/roles/twitter-harvester-setup/tasks/main.yaml", "content": "#\n# COMP90024 Cluster and Cloud Computing Assignment2 - Team 42 \n# \n# Authors: \n#\n# - <NAME> (Student ID: 1141213)\n# - <NAME> (Student ID: 1159719)\n# - <NAME> (Student ID: 1233459)\n# - <NAME> (Student ID:10...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1883, "all_permissive": false }
ansible_role
90024-CCC-Assignment2/Assignment2
0ccc411008fa9fab6f1456d8464580f61227455a
0
Ansible deployment/roles/twitter-streaming-setup
7,553
[ "no_license" ]
[ { "path": "Ansible deployment/roles/twitter-streaming-setup/defaults/main.yaml", "content": "#\n# COMP90024 Cluster and Cloud Computing Assignment2 - Team 42 \n# \n# Authors: \n#\n# - <NAME> (Student ID: 1141213)\n# - <NAME> (Student ID: 1159719)\n# - <NAME> (Student ID: 1233459)\n# - <NAME> (Student ID...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1799, "all_permissive": false }
ansible_role
CNC5/k3s-modded
cd1ceaa57c49da1e0513fec2a913b01249f8def8
0
roles/ansible_modules
7,553
[ "no_license" ]
[ { "path": "roles/ansible_modules/tasks/main.yaml", "content": "---\n- name: Install pip\n yum:\n name: python3-pip\n state: present\n\n- name: Install openshift\n pip:\n name: openshift==0.9.0\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
CNC5/k3s-modded
cd1ceaa57c49da1e0513fec2a913b01249f8def8
0
roles/argocd
7,553
[ "no_license" ]
[ { "path": "roles/argocd/tasks/main.yaml", "content": "\n- name: Download argocd yaml\n get_url:\n url: https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml\n dest: ~/argocd-install.yaml\n mode: '0644'\n\n- name: Create argocd namespace\n k8s:\n name: argocd\n api...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 949, "all_permissive": false }
ansible_role
CNC5/k3s-modded
cd1ceaa57c49da1e0513fec2a913b01249f8def8
0
roles/helm
7,553
[ "no_license" ]
[ { "path": "roles/helm/tasks/main.yaml", "content": "- name: Download and unpack helm\n unarchive:\n src: \"https://get.helm.sh/helm-v{{ helm_version }}-linux-amd64.tar.gz\"\n dest: ~/\n remote_src: yes\n\n- name: Copy helm binary to /bin\n copy:\n src: ~/linux-amd64/helm\n dest: /bin/helm\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 412, "all_permissive": false }
ansible_role
CNC5/k3s-modded
cd1ceaa57c49da1e0513fec2a913b01249f8def8
0
roles/ingress
7,553
[ "no_license" ]
[ { "path": "roles/ingress/tasks/main.yaml", "content": "---\n- name: Download nginx ingress yaml\n get_url:\n url: https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/baremetal/deploy.yaml\n dest: ~/ingress-install.yaml\n mode: '0644'\n\n- name: Deploy nginx ingre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 320, "all_permissive": false }
ansible_role
CNC5/k3s-modded
cd1ceaa57c49da1e0513fec2a913b01249f8def8
0
roles/k3s
7,553
[ "no_license" ]
[ { "path": "roles/k3s/tasks/main.yaml", "content": "---\n\n- name: Download k3s binary x64\n get_url:\n url: https://github.com/k3s-io/k3s/releases/download/{{ k3s_version }}/k3s\n checksum: sha256:https://github.com/k3s-io/k3s/releases/download/{{ k3s_version }}/sha256sum-amd64.txt\n dest: /usr/lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3289, "all_permissive": false }
ansible_role
CNC5/k3s-modded
cd1ceaa57c49da1e0513fec2a913b01249f8def8
0
roles/prometheus
7,553
[ "no_license" ]
[ { "path": "roles/prometheus/templates/prometheus.service.j2", "content": "[Unit]\nDescription=Prometheus logging service\nAfter=network-online.target\n\n[Service]\nType=notify\nExecStart=/bin/prometheus --config.file=\"{{ prometheus_dir }}/prometheus.yaml\"\nKillMode=process\nDelegate=yes\nTimeoutStartSec=0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3755, "all_permissive": false }
ansible_role
CNC5/k3s-modded
cd1ceaa57c49da1e0513fec2a913b01249f8def8
0
roles/reset_argocd
7,553
[ "no_license" ]
[ { "path": "roles/reset_argocd/tasks/main.yaml", "content": "- name: Check if argocd should be deleted\n stat:\n path: ~/argocd-install.yaml\n register: p\n\n- name: Delete argocd\n k8s:\n wait: yes\n namespace: argocd\n state: absent\n src: ~/argocd-install.yaml\n when: p.stat.exists\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 578, "all_permissive": false }
ansible_role
CNC5/k3s-modded
cd1ceaa57c49da1e0513fec2a913b01249f8def8
0
roles/reset_helm
7,553
[ "no_license" ]
[ { "path": "roles/reset_helm/tasks/main.yaml", "content": "- name: Check if helm is installed\n stat:\n path: /bin/helm\n register: helm_status\n\n- name: Delete helm\n file:\n state: absent\n path: /bin/helm\n when: helm_status.stat.exists\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
CNC5/k3s-modded
cd1ceaa57c49da1e0513fec2a913b01249f8def8
0
roles/reset_ingress
7,553
[ "no_license" ]
[ { "path": "roles/reset_ingress/tasks/main.yaml", "content": "- name: Check if nginx is present\n stat:\n path: ~/ingress-install.yaml\n register: p\n\n- name: Delete ingress\n k8s:\n wait: no\n state: absent\n src: ~/ingress-install.yaml\n when: p.stat.exists\n\n- name: Delete ingress yaml\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 315, "all_permissive": false }
ansible_role
CNC5/k3s-modded
cd1ceaa57c49da1e0513fec2a913b01249f8def8
0
roles/reset_prometheus
7,553
[ "no_license" ]
[ { "path": "roles/reset_prometheus/tasks/main.yaml", "content": "- name: Check if Service Exists\n stat:\n path: /bin/prometheus\n register: prometheus_status\n\n- name: Disable and stop prometheus service\n systemd:\n name: prometheus\n daemon_reload: yes\n state: stopped\n enabled: no\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1230, "all_permissive": false }
ansible_role
TechTribeOne/ansible-collection-rke2
b8a1b8efbe75f2167a9604a05a1309b45aa8409d
1
roles/rke2_common
7,553
[ "permissive" ]
[ { "path": "roles/rke2_common/tasks/rpm_install.yml", "content": "---\n- name: Stop if the provided channel is not valid\n fail:\n msg: \"Provided channel is not valid\"\n when: rke2_channel not in channels\n\n- name: Get full version name url\n uri:\n url: https://update.rke2.io/v1-release/channels...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 6566, "all_permissive": true }
ansible_role
TechTribeOne/ansible-collection-rke2
b8a1b8efbe75f2167a9604a05a1309b45aa8409d
1
roles/rke2_server
7,553
[ "permissive" ]
[ { "path": "roles/rke2_server/tasks/main.yml", "content": "---\n\n- name: RKE2 agent and server tasks\n include_role:\n name: rke2_common\n tasks_from: main\n\n- name: Setup initial server\n include_tasks: first_server.yml\n when: inventory_hostname in groups['rke2_servers'][0]\n\n- name: Setup othe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 341, "all_permissive": true }
ansible_role
TechTribeOne/ansible-collection-rke2
b8a1b8efbe75f2167a9604a05a1309b45aa8409d
1
roles/testing
7,553
[ "permissive" ]
[ { "path": "roles/testing/tasks/main.yml", "content": "---\n- name: Basic Infra tests\n include_tasks: basic_tests.yml\n\n- name: Manifest test\n include_tasks: manifest_test.yml\n when: inventory_hostname in groups['rke2_servers'][0]\n\n- name: Basic kubectl tests\n include_tasks: kubectl_basic.yml\n", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1033, "all_permissive": true }
ansible_role
lclarke98/ansible
35b2e3785b877550db9ed61412dc0e1502ab18d0
0
roles/grafana
7,553
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "---\n- name: Create Grafana Directories\n include_tasks: ./grafana-directories.yml\n\n- name: Create Grafana Container\n include_tasks: ./grafana-container.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 156 }, ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 740, "all_permissive": false }
ansible_role
lclarke98/ansible
35b2e3785b877550db9ed61412dc0e1502ab18d0
0
roles/jenkins
7,553
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/create-jenkins-container.yml", "content": "---\n- name: Create jenkins container\n community.docker.docker_container:\n name: jenkins\n image: jenkins/jenkins\n state: started\n restart: true\n ports:\n - 8080:8080/tcp\n - 50000:50000/tcp\n volumes...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 720, "all_permissive": false }
ansible_role
lclarke98/ansible
35b2e3785b877550db9ed61412dc0e1502ab18d0
0
roles/mongo
7,553
[ "no_license" ]
[ { "path": "roles/mongo/tasks/main.yml", "content": "---\n\n- name: Create mongodb user\n include_tasks: ./create-mongodb-user.yml\n\n- name: Create mongodb directories\n include_tasks: ./create-mongodb-directories.yml\n\n- name: Install mongodb\n include_tasks: ./install-mongodb.yml", "license_type":...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1238, "all_permissive": false }
ansible_role
lclarke98/ansible
35b2e3785b877550db9ed61412dc0e1502ab18d0
0
roles/monitoring
7,553
[ "no_license" ]
[ { "path": "roles/monitoring/tasks/main.yml", "content": "---\n\n- name: Install Prometheus\n include_tasks: ./install-prometheus.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 73, "all_permissive": false }
ansible_role
lclarke98/ansible
35b2e3785b877550db9ed61412dc0e1502ab18d0
0
roles/test
7,553
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yml", "content": "---\n\n- name: Create /downloads directory\n file:\n path: /downloads\n state: directory\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 91, "all_permissive": false }
ansible_role
lclarke98/ansible
35b2e3785b877550db9ed61412dc0e1502ab18d0
0
roles/truenas
7,553
[ "no_license" ]
[ { "path": "roles/truenas/tasks/update-hostname.yml", "content": "---\n- name: Update server hostname\n arensb.truenas.hostname:\n name: storage-server\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/truenas/tasks/main.yml", "content...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 160, "all_permissive": false }
ansible_role
Otus-DevOps-2020-08/telman-devops_microservices
492ccf2604a423284425824882f8a8dd0fbc2023
0
docker/docker-monolith/infra/ansible/roles/docker
7,553
[ "no_license" ]
[ { "path": "docker/docker-monolith/infra/ansible/roles/docker/defaults/main.yml", "content": "---\n# defaults file for docker\nenv: local\ndocker_user: ubuntu\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "docker/docker-monolith/infra/ansible/rol...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1942, "all_permissive": false }
ansible_role
jungwookp/CCC-A2
13951e69d574f504e2f6a068661a5a7161108589
0
mrc/roles/db-couchdb
7,553
[ "no_license" ]
[ { "path": "mrc/roles/db-couchdb/tasks/main.yaml", "content": "---\n\n- name: Create directory\n become: yes\n file:\n path: \"/home/ubuntu/.docker\"\n recurse: yes \n state: directory\n\n- name: set up config file 1\n become: yes\n template:\n src: /home/ubuntu/.docker/config.json\n dest:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2948, "all_permissive": false }
ansible_role
jungwookp/CCC-A2
13951e69d574f504e2f6a068661a5a7161108589
0
mrc/roles/openstack-common
7,553
[ "no_license" ]
[ { "path": "mrc/roles/openstack-common/tasks/main.yaml", "content": "---\n\n- name: Install pip\n become: yes\n apt:\n name: ['python3-pip']\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n \n- name: Update pip\n pip:\n name: ['pip']\n state: latest\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 299, "all_permissive": false }
ansible_role
jungwookp/CCC-A2
13951e69d574f504e2f6a068661a5a7161108589
0
mrc/roles/openstack-instance
7,553
[ "no_license" ]
[ { "path": "mrc/roles/openstack-instance/tasks/main.yaml", "content": "---\n\n- name: Create an instance\n os_server:\n name: '{{ item.name }}'\n image: '{{ instance_image }}'\n key_name: '{{ instance_key_name }}'\n flavor: '{{ instance_flavor }}'\n availability_zone: '{{ availability_zone }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1473, "all_permissive": false }
ansible_role
jungwookp/CCC-A2
13951e69d574f504e2f6a068661a5a7161108589
0
mrc/roles/openstack-volume-snapshot
7,553
[ "no_license" ]
[ { "path": "mrc/roles/openstack-volume-snapshot/tasks/main.yaml", "content": "---\n\n- name: Create volumn snapshot\n os_volumn_snapshot:\n state: present\n volumn: '{{ item.vol_name }}'\n display_name: \"{{ item.vol_name }}-{{ loopup('pipe', 'date +%Y-%m-%d-%H-%M-%S') }}\"\n wait: yes\n time...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 317, "all_permissive": false }
ansible_role
jungwookp/CCC-A2
13951e69d574f504e2f6a068661a5a7161108589
0
mrc/roles/wait-for-port
7,553
[ "no_license" ]
[ { "path": "mrc/roles/wait-for-port/tasks/main.yaml", "content": "---\n\n- name: Wait for connection\n wait_for:\n port: 22\n timeout: 120\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 75, "all_permissive": false }
ansible_role
jungwookp/CCC-A2
13951e69d574f504e2f6a068661a5a7161108589
0
mrc/roles/web-nginx
7,553
[ "no_license" ]
[ { "path": "mrc/roles/web-nginx/tasks/main.yaml", "content": "---\n\n- name: Install nginx\n become: yes\n apt:\n name: ['nginx']\n state: latest\n update_cache: yes\n\n- name: Start Nginx service\n become: yes\n command: systemctl start nginx \n \n ", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 192, "all_permissive": false }
ansible_role
jungwookp/CCC-A2
13951e69d574f504e2f6a068661a5a7161108589
0
mrc/roles/wp-common
7,553
[ "no_license" ]
[ { "path": "mrc/roles/wp-common/tasks/main.yaml", "content": "---\n- name: Gather facts of remote host\n setup:\n gather_subset: all\n\n- name: copy http-proxy file in etc/environment\n become: yes\n template:\n src: /etc/environment\n dest: /etc/environment\n mode: '0666'\n\n- name: Install d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 662, "all_permissive": false }
ansible_role
jungwookp/CCC-A2
13951e69d574f504e2f6a068661a5a7161108589
0
mrc/roles/wp-docker
7,553
[ "no_license" ]
[ { "path": "mrc/roles/wp-docker/tasks/main.yaml", "content": "---\n\n- name: Install docker apt key\n become: yes\n apt_key:\n url: \"https://download.docker.com/linux/ubuntu/gpg\"\n state: present\n\n- name: Install docker apt repository\n become: yes\n apt_repository:\n repo: \"deb [arch=amd64...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 600, "all_permissive": false }
ansible_role
Pramodbulbule/SGERE
47533cb5ea43e4badef4a997bbd98547e77a7713
0
roles/azure-cli
7,553
[ "no_license" ]
[ { "path": "roles/azure-cli/tasks/main.yml", "content": "- name: Install azure-cli packages\n apt:\n name: [\"azure-cli\"]\n update_cache: yes\n async: 180\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": false }
ansible_role
Pramodbulbule/SGERE
47533cb5ea43e4badef4a997bbd98547e77a7713
0
roles/azure-fuse
7,553
[ "no_license" ]
[ { "path": "roles/azure-fuse/tasks/main.yml", "content": "- name: Install azure-fuse packages\n apt:\n name: [\"blobfuse\", \"fuse\"]\n update_cache: yes\n async: 180\n become: yes\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
Pramodbulbule/SGERE
47533cb5ea43e4badef4a997bbd98547e77a7713
0
roles/conf-ntpd
7,553
[ "no_license" ]
[ { "path": "roles/conf-ntpd/tasks/main.yml", "content": "- name: install tzdata\n apt:\n name: [\"tzdata\", \"ntp\"]\n update_cache: yes\n state: present\n async: 180\n become: yes\n\n- name: install config file\n copy:\n src: includes/ntp.conf\n dest: /etc/ntp.conf\n group: root\n m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 340, "all_permissive": false }
ansible_role
Pramodbulbule/SGERE
47533cb5ea43e4badef4a997bbd98547e77a7713
0
roles/generate-hosts
7,553
[ "no_license" ]
[ { "path": "roles/generate-hosts/tasks/main.yml", "content": "- name: \"Build hosts file\"\n lineinfile: \n dest: /etc/hosts\n regexp: '.*{{ item }}$'\n line: \"{{ hostvars[item].ansible_host}} {{item}}\"\n state: present\n with_items: \"{{ groups['edgemachines'] }}\"", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 208, "all_permissive": false }
ansible_role
Pramodbulbule/SGERE
47533cb5ea43e4badef4a997bbd98547e77a7713
0
roles/groups
7,553
[ "no_license" ]
[ { "path": "roles/groups/tasks/main.yml", "content": "- name: Make sure we have a 'admins' group\n group:\n name: admins\n state: present\n\n- name: Allow 'admins' group to have passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: '^%admins'\n line: '%admins ALL...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 394, "all_permissive": false }
ansible_role
Pramodbulbule/SGERE
47533cb5ea43e4badef4a997bbd98547e77a7713
0
roles/install-etcdkeeper
7,553
[ "no_license" ]
[ { "path": "roles/install-etcdkeeper/tasks/main.yml", "content": "- name: Install python3-docker\n apt:\n name: [\"python3-docker\", \"python3-requests\", \"python3-distutils\"]\n update_cache: yes\n async: 180\n become: yes\n\n- name: Run etcdkeeper\n docker_container:\n name: etcdkeeper\n i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 375, "all_permissive": false }
ansible_role
Pramodbulbule/SGERE
47533cb5ea43e4badef4a997bbd98547e77a7713
0
roles/install-jq
7,553
[ "no_license" ]
[ { "path": "roles/install-jq/tasks/main.yml", "content": "- name: Install jq\n apt:\n name: [\"jq\"]\n update_cache: yes\n async: 180\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
Pramodbulbule/SGERE
47533cb5ea43e4badef4a997bbd98547e77a7713
0
roles/install-log-formatter
7,553
[ "no_license" ]
[ { "path": "roles/install-log-formatter/tasks/main.yml", "content": "- name: Create /opt/sgre/bin directory\n file:\n path: '/opt/sgre/bin'\n state: directory\n mode: '0755'\n\n- name: Copy log-formatter utility\n copy:\n src: \"../../includes/log-formatter.sh\"\n dest: \"/opt/sgre/bin/log-f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 463, "all_permissive": false }
ansible_role
Pramodbulbule/SGERE
47533cb5ea43e4badef4a997bbd98547e77a7713
0
roles/install-nload
7,553
[ "no_license" ]
[ { "path": "roles/install-nload/tasks/main.yml", "content": "- name: Install nload\n apt:\n name: [\"nload\"]\n update_cache: yes\n async: 180\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
Pramodbulbule/SGERE
47533cb5ea43e4badef4a997bbd98547e77a7713
0
roles/install-pip
7,553
[ "no_license" ]
[ { "path": "roles/install-pip/tasks/main.yml", "content": "- name: Install pip3\n apt:\n name: [\"python3-pip\"]\n update_cache: yes\n async: 180\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 103, "all_permissive": false }
ansible_role
Pramodbulbule/SGERE
47533cb5ea43e4badef4a997bbd98547e77a7713
0
roles/install-tightvncserver
7,553
[ "no_license" ]
[ { "path": "roles/install-tightvncserver/tasks/main.yml", "content": "- name: Install tightvncserver\n apt:\n name: [\"tightvncserver\"]\n update_cache: yes\n async: 180\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 116, "all_permissive": false }
ansible_role
Pramodbulbule/SGERE
47533cb5ea43e4badef4a997bbd98547e77a7713
0
roles/install-xfce
7,553
[ "no_license" ]
[ { "path": "roles/install-xfce/tasks/main.yml", "content": "- name: Install XFCE\n apt:\n name: [\"xfce4\", \"xfce4-goodies\"]\n update_cache: yes\n async: 180\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 114, "all_permissive": false }
ansible_role
Pramodbulbule/SGERE
47533cb5ea43e4badef4a997bbd98547e77a7713
0
roles/iotedge
7,553
[ "no_license" ]
[ { "path": "roles/iotedge/tasks/main.yml", "content": "- name: Install iotedge\n apt:\n name: [\"iotedge\"]\n update_cache: yes\n async: 180\n become: yes\n notify: activate iotedge service\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 }, { "path":...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 253, "all_permissive": false }
ansible_role
Pramodbulbule/SGERE
47533cb5ea43e4badef4a997bbd98547e77a7713
0
roles/iotedge-connect
7,553
[ "no_license" ]
[ { "path": "roles/iotedge-connect/handlers/main.yml", "content": "- name: restart iotedge service\n become: yes\n service:\n name: iotedge\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "roles/iotedge-connect/tasks/main....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1317, "all_permissive": false }
ansible_role
Pramodbulbule/SGERE
47533cb5ea43e4badef4a997bbd98547e77a7713
0
roles/login-hardening
7,553
[ "no_license" ]
[ { "path": "roles/login-hardening/tasks/main.yml", "content": "- name: Set Password Expiration Days\n lineinfile:\n dest: '/etc/login.defs'\n regexp: \"PASS_MAX_DAYS\"\n line: \"PASS_MAX_DAYS 45\"\n state: present\n\n- name: Set Password Expiration Days\n lineinfile:\n dest: '/etc/login.defs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 604, "all_permissive": false }
ansible_role
Pramodbulbule/SGERE
47533cb5ea43e4badef4a997bbd98547e77a7713
0
roles/moby
7,553
[ "no_license" ]
[ { "path": "roles/moby/tasks/main.yml", "content": "- name: Install moby\n apt:\n name: [\"moby-engine\", \"moby-cli\"]\n update_cache: yes\n async: 180\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": false }
ansible_role
Pramodbulbule/SGERE
47533cb5ea43e4badef4a997bbd98547e77a7713
0
roles/mount-data-partition
7,553
[ "no_license" ]
[ { "path": "roles/mount-data-partition/tasks/main.yml", "content": "- name: Give access to /mnt/data\n file:\n path: /mnt/data\n mode: '0777'\n state: 'directory'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
Pramodbulbule/SGERE
47533cb5ea43e4badef4a997bbd98547e77a7713
0
roles/mount-laser-share
7,553
[ "no_license" ]
[ { "path": "roles/mount-laser-share/tasks/main.yml", "content": "- name: Install cifs-utils package\n apt:\n name: [\"cifs-utils\"]\n update_cache: yes\n async: 180\n become: yes\n\n- name: Create mount directory {{ mount_info.mount_dir }}/{{ mount_info.name }}-dxf if it does not exist\n file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 702, "all_permissive": false }
ansible_role
Pramodbulbule/SGERE
47533cb5ea43e4badef4a997bbd98547e77a7713
0
roles/mount-nfs
7,553
[ "no_license" ]
[ { "path": "roles/mount-nfs/tasks/main.yml", "content": "- name: Install nfs dependency\n apt:\n name: [\"nfs-common\"]\n update_cache: yes\n async: 180\n become: yes\n\n- name: Mount an NFS volume\n mount:\n fstype: nfs4\n opts: defaults\n state: mounted\n src: 192.168.8.251:/mnt/data/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 268, "all_permissive": false }
ansible_role
Pramodbulbule/SGERE
47533cb5ea43e4badef4a997bbd98547e77a7713
0
roles/mount-storage
7,553
[ "no_license" ]
[ { "path": "roles/mount-storage/tasks/main.yml", "content": "- name: Create fuse tmp directory if it does not exist\n file:\n path: '{{ mount_folder }}/fusetmp/{{ mount_name }}'\n state: directory\n mode: '0600'\n\n- name: Create fuse_connections directory if it does not exist\n file:\n path: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2257, "all_permissive": false }
ansible_role
Pramodbulbule/SGERE
47533cb5ea43e4badef4a997bbd98547e77a7713
0
roles/ms-repo
7,553
[ "no_license" ]
[ { "path": "roles/ms-repo/tasks/main.yml", "content": "- name: Download MS product repository\n ansible.builtin.apt_repository:\n repo: deb [arch=amd64] https://packages.microsoft.com/ubuntu/18.04/prod bionic main\n state: present\n- name: Make sure HTTPS is supported by apt\n apt:\n name: apt-tra...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 315, "all_permissive": false }
ansible_role
Pramodbulbule/SGERE
47533cb5ea43e4badef4a997bbd98547e77a7713
0
roles/nvidiacuda
7,553
[ "no_license" ]
[ { "path": "roles/nvidiacuda/tasks/main.yml", "content": "- name: Get Nvidia associated APT keys\n get_url:\n url: https://nvidia.github.io/nvidia-docker/gpgkey\n dest: /tmp/nvidiakeys.pub\n- name: Import the Nvidia-keys\n shell: apt-key add /tmp/nvidiakeys.pub\n- name: Download Nvidia-Docker reposit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1435, "all_permissive": false }
ansible_role
Pramodbulbule/SGERE
47533cb5ea43e4badef4a997bbd98547e77a7713
0
roles/telegraf-postinstall
7,553
[ "no_license" ]
[ { "path": "roles/telegraf-postinstall/tasks/main.yml", "content": "- name: Add telegraf to docker group\n shell: usermod -aG docker telegraf\n\n- name: Create telegraf.d directory if it does not exist\n file:\n path: /etc/telegraf/telegraf.d/\n state: directory\n mode: '0755'\n\n- name: Copy {{ s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1587, "all_permissive": false }
ansible_role
Pramodbulbule/SGERE
47533cb5ea43e4badef4a997bbd98547e77a7713
0
roles/telegraf-preinstall
7,553
[ "no_license" ]
[ { "path": "roles/telegraf-preinstall/tasks/main.yml", "content": "- name: Install nvme-cli and smartmontools for telegraf smart plugin\n apt:\n name: [\"nvme-cli\", \"smartmontools\"]\n update_cache: yes\n async: 180\n become: yes\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
benny-work/cl-ansible
c3a5e6d8bcd766cb73a4af9aeffa3be38a22cb75
1
roles/cumulus
7,553
[ "no_license" ]
[ { "path": "roles/cumulus/tasks/main.yml", "content": "---\n- name: Set hostname\n ansible.builtin.shell: \"nv set system hostname {{ inventory_hostname|lower }}\"\n notify: config apply\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": "roles/cum...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 279, "all_permissive": false }
ansible_role
benny-work/cl-ansible
c3a5e6d8bcd766cb73a4af9aeffa3be38a22cb75
1
roles/ubuntu
7,553
[ "no_license" ]
[ { "path": "roles/ubuntu/handlers/main.yml", "content": "---\n# Handler to handle common notifications. Handlers are called by other plays.\n\n- name: netplan apply\n ansible.builtin.shell: \"netplan apply\"\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1703, "all_permissive": false }
ansible_role
benny-work/cl-ansible
c3a5e6d8bcd766cb73a4af9aeffa3be38a22cb75
1
roles/ztp
7,553
[ "no_license" ]
[ { "path": "roles/ztp/handlers/main.yml", "content": "---\n# Handler to handle common notifications. Handlers are called by other plays.\n\n- name: dhcpd apply\n ansible.builtin.service:\n name: isc-dhcp-server\n state: restarted\n become: true\n", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 5475, "all_permissive": false }
ansible_role
yabinmeng/kubeadm_ansible
7ed60000f37bdb72f7c9446f2ac3dcdf797b091e
0
roles/docker_runtime
7,553
[ "no_license" ]
[ { "path": "roles/docker_runtime/tasks/main.yaml", "content": "---\n- name: Install required system packages for Docker\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - python-apt\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2056, "all_permissive": false }
ansible_role
yabinmeng/kubeadm_ansible
7ed60000f37bdb72f7c9446f2ac3dcdf797b091e
0
roles/drain_k8s_nodes
7,553
[ "no_license" ]
[ { "path": "roles/drain_k8s_nodes/tasks/main.yaml", "content": "---\n- name: Remove k8s dashboard related resources\n k8s: \n state: absent\n src: /tmp/k8s_dashboard.yaml\n- name: Remove Calico related resources\n k8s:\n state: absent\n src: /tmp/k8s_calico.yaml\n\n- name: Get K8s node list\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 610, "all_permissive": false }
ansible_role
yabinmeng/kubeadm_ansible
7ed60000f37bdb72f7c9446f2ac3dcdf797b091e
0
roles/init_cfg_master
7,553
[ "no_license" ]
[ { "path": "roles/init_cfg_master/tasks/main.yaml", "content": "---\n- name: Check whether KubeAPI server is up and running (port 6443)\n # by design, grep returns code 1 if the given string is not found \n ignore_errors: yes\n shell:\n netstat -ntlp | grep 6443\n register: \n kubeapi_port_chk\n#- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1395, "all_permissive": false }
ansible_role
yabinmeng/kubeadm_ansible
7ed60000f37bdb72f7c9446f2ac3dcdf797b091e
0
roles/install_k8s_calico
7,553
[ "no_license" ]
[ { "path": "roles/install_k8s_calico/tasks/main.yaml", "content": "--- \n- name: Download K8s dashboard YAML \n get_url:\n url: \"{{ url_k8s_calico }}\"\n dest: /tmp/k8s_calico.yaml\n owner: \"{{ ansible_env.SUDO_USER }}\"\n group: \"{{ ansible_env.SUDO_USER }}\"\n force: yes\n- name: Install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 303, "all_permissive": false }
ansible_role
yabinmeng/kubeadm_ansible
7ed60000f37bdb72f7c9446f2ac3dcdf797b091e
0
roles/install_kubeadm
7,553
[ "no_license" ]
[ { "path": "roles/install_kubeadm/tasks/main.yaml", "content": "---\n- name: Add Google GPG key\n apt_key:\n url: \"https://packages.cloud.google.com/apt/doc/apt-key.gpg\"\n state: present\n\n- name: Add Google's's Debian Repository\n apt_repository:\n repo: \"deb https://apt.kubernetes.io/ kubern...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 817, "all_permissive": false }
ansible_role
yabinmeng/kubeadm_ansible
7ed60000f37bdb72f7c9446f2ac3dcdf797b091e
0
roles/join_worker
7,553
[ "no_license" ]
[ { "path": "roles/join_worker/tasks/main.yaml", "content": "---\n- name: Join K8s worker node in the cluster\n shell:\n kubeadm join {{ hostvars[groups['master_node'][0]].ansible_default_ipv4.address }}:6443 \\\n --token {{ hostvars[groups['master_node'][0]]['bootstrap_token'] }} \\\n --discovery-t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 426, "all_permissive": false }
ansible_role
yabinmeng/kubeadm_ansible
7ed60000f37bdb72f7c9446f2ac3dcdf797b091e
0
roles/k8s_dashboard
7,553
[ "no_license" ]
[ { "path": "roles/k8s_dashboard/tasks/main.yaml", "content": "---\n- name: Download K8s dashboard YAML \n get_url:\n url: \"{{ url_k8s_dashboard }}\"\n dest: /tmp/k8s_dashboard.yaml\n owner: \"{{ ansible_env.SUDO_USER }}\"\n group: \"{{ ansible_env.SUDO_USER }}\"\n force: yes\n- name: Deploy ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 305, "all_permissive": false }
ansible_role
yabinmeng/kubeadm_ansible
7ed60000f37bdb72f7c9446f2ac3dcdf797b091e
0
roles/k8s_token_cert
7,553
[ "no_license" ]
[ { "path": "roles/k8s_token_cert/tasks/main.yaml", "content": "---\n- name: Get bootstrap token\n run_once: true\n shell: \n kubeadm token list --v=5 | tail -n +2 | awk '{print $1}'\n register:\n token_shell_result\n#- debug: msg=\"{{ token_shell_result }}\"\n\n## NOTE: set_fact is local!\n- name: S...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 795, "all_permissive": false }
ansible_role
yabinmeng/kubeadm_ansible
7ed60000f37bdb72f7c9446f2ac3dcdf797b091e
0
roles/pre_k8s_install
7,553
[ "no_license" ]
[ { "path": "roles/pre_k8s_install/tasks/main.yaml", "content": "---\n- name: Check whether there is duplicate MAC address (Executed Only Once!)\n #set_fact: mac_addresses={%for host in play_hosts%}\"{{hostvars[host].ansible_default_ipv4.macaddress}}\"{% if not loop.last %},{% endif %}{% endfor %}\n run_on...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2243, "all_permissive": false }
ansible_role
AppyDev/canary
f187598d9f07629ee708064dab0de27bf3e38b3b
0
roles/deploy_checkbox
7,553
[ "no_license" ]
[ { "path": "roles/deploy_checkbox/tasks/main.yml", "content": "---\n\n - name: Install the latest pymongo package\n pip: name=pymongo state=latest use_mirrors=no\n\n - name: Clone submission repository\n git: repo=https://git@github.com/AppyDev/{{ group_names[0] }}.git dest=tool/.\n\n - na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1454, "all_permissive": false }
ansible_role
AppyDev/canary
f187598d9f07629ee708064dab0de27bf3e38b3b
0
roles/install_dependencies
7,553
[ "no_license" ]
[ { "path": "roles/install_dependencies/tasks/setup.yml", "content": "---\n - name: install python 2\n raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)\n \n - name: Install required packages for build in the VM \n apt: name={{ item }} state=present\n w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 470, "all_permissive": false }
ansible_role
odnanref/elasticsearch_linode_terraform
5046265be8274bac460a5c78b102b54d720e67b2
0
roles/elasticsearch
7,554
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "- name: Add apt repo\n apt:\n name: apt-transport-https\n state: present\n\n- name: Install gpg\n apt:\n update_cache: yes\n name: gpg\n state: present\n\n- name: APT Key add\n ansible.builtin.apt_key:\n url: https://artifacts....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1129, "all_permissive": false }
ansible_role
graywrk/horilla_v2
ce603cd7685129cff8dfb7484fd17e73a48e6701
0
infrastructure/ansible/roles/common
7,554
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/common/vars/main.yml", "content": "---\n# Common role variables\n\n# User configuration\nhorilla_user: horilla\nhorilla_group: horilla\n\n# System configuration\ntimezone: UTC\nswap_size: 2G\ncreate_swap: true\n\n# Firewall configuration\nfirewall_enabled: true\n\n# S...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 6138, "all_permissive": false }