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
Christopher-Costa/Ansible-Kubernetes-Elastic
177352864f0c12cbea4884cba2c0d155f85825f3
0
roles/containerd_server
7,269
[ "no_license" ]
[ { "path": "roles/containerd_server/tasks/configure.yml", "content": "---\n- name: Set containerd modules to load\n become: yes\n become_user: root\n blockinfile:\n path: /etc/modules-load.d/containerd.conf\n create: yes\n marker: \"# {mark} ANSIBLE MANAGED MODULE LOAD CONFIGURATION\"\n block:...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1586, "all_permissive": false }
ansible_role
Christopher-Costa/Ansible-Kubernetes-Elastic
177352864f0c12cbea4884cba2c0d155f85825f3
0
roles/docker_server
7,269
[ "no_license" ]
[ { "path": "roles/docker_server/tasks/main.yml", "content": "---\n- name: Install dependencies for Docker\n become: yes\n become_user: root\n yum:\n name:\n - yum-utils\n - lvm2\n - device-mapper-persistent-data\n state: latest\n\n- name: Add docker-ce repository\n become: yes\n bec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 873, "all_permissive": false }
ansible_role
Christopher-Costa/Ansible-Kubernetes-Elastic
177352864f0c12cbea4884cba2c0d155f85825f3
0
roles/elasticsearch_host
7,269
[ "no_license" ]
[ { "path": "roles/elasticsearch_host/tasks/filesystem.yml", "content": "- name: Clean up old Elasticsearch directories\n become: yes\n file:\n state: absent\n path: \"{{ item }}\"\n loop: \"{{ elasticsearch_dirs }}\"\n when: clean_elasticsearch | bool\n\n- name: create new Elasticsearch directories...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1034, "all_permissive": false }
ansible_role
Christopher-Costa/Ansible-Kubernetes-Elastic
177352864f0c12cbea4884cba2c0d155f85825f3
0
roles/elasticsearch_k8s_deployment
7,269
[ "no_license" ]
[ { "path": "roles/elasticsearch_k8s_deployment/tasks/node_label.yml", "content": "---\n- name: Create Node Label Configuration Files\n delegate_to: localhost\n template:\n src: templates/node_label.j2\n dest: \"configs/{{ item }}-node_label.yml\"\n vars:\n node_name: \"{{ item }}\"\n site: \"{...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 23449, "all_permissive": false }
ansible_role
Christopher-Costa/Ansible-Kubernetes-Elastic
177352864f0c12cbea4884cba2c0d155f85825f3
0
roles/haproxy_server
7,269
[ "no_license" ]
[ { "path": "roles/haproxy_server/tasks/main.yml", "content": "---\n- name: Install HAProxy\n become: yes\n become_user: root\n yum:\n name:\n - libsemanage-python\n - haproxy\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 278, "all_permissive": false }
ansible_role
Christopher-Costa/Ansible-Kubernetes-Elastic
177352864f0c12cbea4884cba2c0d155f85825f3
0
roles/kubernetes_ha_master
7,269
[ "no_license" ]
[ { "path": "roles/kubernetes_ha_master/tasks/dependencies.yml", "content": "---\n\n# This probably should not be installed on the masters, but a dedicated management node\n\n- name: Install packages to manage Kubernetes with Ansible\n become: yes\n become_user: root\n yum:\n name: \"{{ item }}\"\n s...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 4939, "all_permissive": false }
ansible_role
Christopher-Costa/Ansible-Kubernetes-Elastic
177352864f0c12cbea4884cba2c0d155f85825f3
0
roles/kubernetes_load_balancer
7,269
[ "no_license" ]
[ { "path": "roles/kubernetes_load_balancer/tasks/configure.yml", "content": "---\n- name: Configure HAProxy\n become: yes\n become_user: root\n blockinfile:\n block: \"{{ lookup('template', 'haproxy.cfg.j2') }}\"\n marker: \"# {mark} ANSIBLE MANAGED HAPROXY CONFIGURATION\"\n path: /etc/haproxy/ha...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 1202, "all_permissive": false }
ansible_role
Christopher-Costa/Ansible-Kubernetes-Elastic
177352864f0c12cbea4884cba2c0d155f85825f3
0
roles/kubernetes_master
7,269
[ "no_license" ]
[ { "path": "roles/kubernetes_master/tasks/firewall.yml", "content": "---\n- name: Open firewall for kubernetes ports\n become: yes\n become_user: root\n firewalld:\n port: \"{{ item }}\"\n permanent: yes\n immediate: yes\n state: enabled\n loop:\n - 6443/tcp\n", "license_type": "no_lic...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2297, "all_permissive": false }
ansible_role
Christopher-Costa/Ansible-Kubernetes-Elastic
177352864f0c12cbea4884cba2c0d155f85825f3
0
roles/kubernetes_node
7,269
[ "no_license" ]
[ { "path": "roles/kubernetes_node/tasks/main.yml", "content": "---\n- include_tasks: join.yml\n tags:\n - join\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/kubernetes_node/tasks/join.yml", "content": "---\n- name: Query the join c...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 460, "all_permissive": false }
ansible_role
Christopher-Costa/Ansible-Kubernetes-Elastic
177352864f0c12cbea4884cba2c0d155f85825f3
0
roles/kubernetes_server
7,269
[ "no_license" ]
[ { "path": "roles/kubernetes_server/tasks/update_docker.yml", "content": "---\n- name: Create /etc/docker directory\n become: yes\n become_user: root\n file:\n path: /etc/docker\n state: directory\n\n- name: Install daemon.json file\n become: yes\n become_user: root\n template:\n src: daemon.j...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 3542, "all_permissive": false }
ansible_role
vedoff/OTUS-ALP-loging
b2540ff40533502d618b6516f595bc5958353d05
0
roles/audit-log-prepare
7,269
[ "no_license" ]
[ { "path": "roles/audit-log-prepare/vars/main.yml", "content": "port_2: '60'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 12 }, { "path": "roles/audit-log-prepare/handlers/main.yml", "content": "---\n# Перезапускаем службу auditd\n- name: restart-audit-rule\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 447, "all_permissive": false }
ansible_role
vedoff/OTUS-ALP-loging
b2540ff40533502d618b6516f595bc5958353d05
0
roles/audit-rules
7,269
[ "no_license" ]
[ { "path": "roles/audit-rules/tasks/main.yml", "content": "---\n# Конфигурируем audit при помощи шаблона\n- name: Configure audit.rules\n template:\n src: audit_rules.j2\n dest: /etc/audit/rules.d/audit.rules\n notify:\n - restart-audit-rule", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 218, "all_permissive": false }
ansible_role
vedoff/OTUS-ALP-loging
b2540ff40533502d618b6516f595bc5958353d05
0
roles/audit-rules-to-remote-server
7,269
[ "no_license" ]
[ { "path": "roles/audit-rules-to-remote-server/tasks/configure-web-audisp-remote-conf.yml", "content": "---\n\n- name: configure-web-audisp-remote-conf\n template:\n src: web-audisp-remote-conf.j2\n dest: /etc/audisp/audisp-remote.conf\n notify:\n - restart-audit-rule", "license_type": "no_lic...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 1644, "all_permissive": false }
ansible_role
vedoff/OTUS-ALP-loging
b2540ff40533502d618b6516f595bc5958353d05
0
roles/rsyslog-configure
7,269
[ "no_license" ]
[ { "path": "roles/rsyslog-configure/vars/main.yml", "content": "---\n# vars file for rsync-configure\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/rsyslog-configure/handlers/main.yml", "content": "---\n# handlers file for rsync-configu...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 508, "all_permissive": false }
ansible_role
carlosrobertodevops/fabianoflorentino-swiss-army-knife
d20016f23dc58228cb71d372001c7624f2ec299c
0
infrastructure/configure/roles/common
7,269
[ "no_license" ]
[ { "path": "infrastructure/configure/roles/common/tasks/main.yml", "content": "---\n- name: Atualização do Sistema Operacional\n package:\n name: \"*\"\n state: latest\n\n- name: Instalando Pacotes Padrão\n package:\n name: \"{{ packages.to_install }}\"\n state: latest\n\n- name: Habilitando Se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 994, "all_permissive": false }
ansible_role
carlosrobertodevops/fabianoflorentino-swiss-army-knife
d20016f23dc58228cb71d372001c7624f2ec299c
0
infrastructure/configure/roles/ssh
7,269
[ "no_license" ]
[ { "path": "infrastructure/configure/roles/ssh/tasks/main.yml", "content": "---\n- name: Criando Grupo de Serviço\n group:\n name: sre\n state: present\n\n- name: Criando Usuário de Serviço\n user:\n name: ansible\n state: present\n generate_ssh_key: yes\n shell: /bin/bash\n append: ye...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 643, "all_permissive": false }
ansible_role
carlosrobertodevops/fabianoflorentino-swiss-army-knife
d20016f23dc58228cb71d372001c7624f2ec299c
0
services/elk/roles/common
7,269
[ "no_license" ]
[ { "path": "services/elk/roles/common/vars/main.yml", "content": "---\npackages:\n to_install:\n - java-1.8.0-openjdk\n - java-1.8.0-openjdk-devel", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "services/elk/roles/common/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 847, "all_permissive": false }
ansible_role
carlosrobertodevops/fabianoflorentino-swiss-army-knife
d20016f23dc58228cb71d372001c7624f2ec299c
0
services/jenkins/roles/master
7,269
[ "no_license" ]
[ { "path": "services/jenkins/roles/master/tasks/main.yml", "content": "---\n- name: Clean YUM\n shell: |\n yum clean all\n rm -rf /var/cache/yum/*\n args:\n warn: false\n register: yum_clean\n\n- name: \"Configure GPG KEY\"\n rpm_key:\n state: present\n key: https://pkg.jenkins.io/redhat/j...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1215, "all_permissive": false }
ansible_role
nargo0o/ansible
4a8ddb9e08f8a4476df24add833983422b515257
0
roles/apache_setup
7,269
[ "no_license" ]
[ { "path": "roles/apache_setup/tasks/main.yml", "content": "- name: Apache installation\n apt:\n name: apache2\n state: present\n\n- name: Apache module installation\n apt:\n name:\n - apache2-bin\n - apache2-data\n - apache2-utils\n - libfcgi-perl\n state: present\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 504, "all_permissive": false }
ansible_role
fschulze/ezjail-provisioning
67a261e9b0e8796925b9ab97f412c1dde691bedc
0
roles/dhcp_host
7,269
[ "no_license" ]
[ { "path": "roles/dhcp_host/tasks/main.yml", "content": "---\n- name: Create dhclient-exit-hooks\n copy: src=dhclient-exit-hooks dest=/etc/dhclient-exit-hooks\n notify: renew dhcp lease\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 128, "all_permissive": false }
ansible_role
fschulze/ezjail-provisioning
67a261e9b0e8796925b9ab97f412c1dde691bedc
0
roles/jails_host
7,269
[ "no_license" ]
[ { "path": "roles/jails_host/defaults/main.yml", "content": "---\nawsome_bootstrap_data_pool_name: \"tank\"\nawsome_bootstrap_raid_mode: \"detect\"\nawsome_bootstrap_data_pool_devices: \"\"\nawsome_bootstrap_geli: no\nawsome_ezjail_install_host: \"ftp.freebsd.org\"\njails_dir: /usr/jails\njails_zfs_root: tan...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 6639, "all_permissive": false }
ansible_role
fschulze/ezjail-provisioning
67a261e9b0e8796925b9ab97f412c1dde691bedc
0
roles/zfs_auto_snapshot
7,269
[ "no_license" ]
[ { "path": "roles/zfs_auto_snapshot/tasks/main.yml", "content": "---\n- name: Ensure zfstools is installed\n pkgng: name=zfstools state=present\n\n- name: Setup hourly zfs-auto-snapshot\n cron: name=\"hourly zfs-auto-snapshot\" special_time=hourly job=\"PATH=$PATH:/sbin:/usr/local/bin /usr/local/sbin/zfs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1059, "all_permissive": false }
ansible_role
drewburr-labs/proxmox-automation
abcd72eb75ee583f8bd36e8e807e791cbe9c5de4
1
roles/pihole
7,269
[ "no_license" ]
[ { "path": "roles/pihole/tasks/dns.yaml", "content": "---\n- name: Validate IP address\n fail:\n msg: \"Invalid IPv4 address: {{ ip_address }}\"\n when: \"{{ ip_address is not ansible.utils.ipv4 }}\"\n\n# - name: Ensure DNS reservation is unused\n# ansible.builtin.lineinfile:\n# path: \"{{ pihole_...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3072, "all_permissive": false }
ansible_role
drewburr-labs/proxmox-automation
abcd72eb75ee583f8bd36e8e807e791cbe9c5de4
1
roles/proxmox
7,269
[ "no_license" ]
[ { "path": "roles/proxmox/tasks/get_vm_config.yaml", "content": "---\n- name: Get cluster VMs\n ansible.builtin.uri:\n url: \"https://{{ pmox_url }}:8006/api2/json/cluster/resources?type=vm\"\n method: GET\n validate_certs: false\n force_basic_auth: true\n headers:\n Authorization: \"PVE...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 905, "all_permissive": false }
ansible_role
bennojoy/technologies_explained
f6b6109a8e3aa7ee2d62f55836e6401fc9a52bd0
8
mesos/mesos_ansible/mesos_non_ha/roles/mesos_master
7,269
[ "no_license" ]
[ { "path": "mesos/mesos_ansible/mesos_non_ha/roles/mesos_master/defaults/main.yml", "content": "mesos_master_repo: \n RedHat:\n \"6\" : http://repos.mesosphere.com/el/6/noarch/RPMS/mesosphere-el-repo-6-2.noarch.rpm\nmesos_master_port: 5050\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6666, "all_permissive": false }
ansible_role
bennojoy/technologies_explained
f6b6109a8e3aa7ee2d62f55836e6401fc9a52bd0
8
mesos/mesos_ansible/mesos_non_ha/roles/mesos_slave
7,269
[ "no_license" ]
[ { "path": "mesos/mesos_ansible/mesos_non_ha/roles/mesos_slave/templates/mesos-slave.j2", "content": "HOSTNAME={{ ansible_hostname }}\nIP={{ ansible_eth0.ipv4.address }}\nMASTER='{{ hostvars[groups['mesos_master'][0]].ansible_eth0.ipv4.address }}:5050'\nFRAMEWORKS_HOME=\"/var/lib/mesos/\"\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 872, "all_permissive": false }
ansible_role
brettpsu/pop-os
77eb3b023050a1cd90469c03f01c682191a8c9e2
0
ansible/roles/apt_packages
7,269
[ "no_license" ]
[ { "path": "ansible/roles/apt_packages/tasks/main.yml", "content": "---\n\n- name: Install apt packages\n become: yes\n apt:\n pkg:\n# - snapd\n# - bat\n - atom\n - cifs-utils\n - expect\n - firefox\n - htop\n - discord\n - wine\n# - neovim\n - tmux\n - tree\n# - a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 670, "all_permissive": false }
ansible_role
brettpsu/pop-os
77eb3b023050a1cd90469c03f01c682191a8c9e2
0
ansible/roles/gui_apps
7,269
[ "no_license" ]
[ { "path": "ansible/roles/gui_apps/tasks/main.yml", "content": "---\n# tasks file for /home/kevinjel/fresh_pop/roles/gui_apps\n# TODO: add the names + packages to the vars file\n\n- name: add several flatpak items\n flatpak:\n name: \"{{ item.url }}\"\n state: present\n method: user\n loop:\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1787, "all_permissive": false }
ansible_role
MarcinZablocki/oci-hpc-images
e93de649ed73e9f5573da166b152e5a7f02d9ca2
0
ansible/roles/arp_settings
7,269
[ "no_license" ]
[ { "path": "ansible/roles/arp_settings/tasks/main.yml", "content": "---\n- name: Change gc_thresh settings\n lineinfile: \n dest: \"/etc/sysctl.conf\"\n line: \"net.ipv4.neigh.default.gc_thresh1=32768\"\n state: present\n- name: Change gc_thresh settings\n lineinfile:\n dest: \"/etc/sysctl.conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1658, "all_permissive": false }
ansible_role
MarcinZablocki/oci-hpc-images
e93de649ed73e9f5573da166b152e5a7f02d9ca2
0
ansible/roles/dracut
7,269
[ "no_license" ]
[ { "path": "ansible/roles/dracut/tasks/main.yml", "content": "---\n- name: Kernel boot parameters for RedHat 7 and 8\n block:\n - name: Run dracut -f\n shell: \"sudo dracut -f\"\n register: dracut_output\n\n - name: Reboot to install kernel updates\n become: true\n reboot:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 585, "all_permissive": false }
ansible_role
MarcinZablocki/oci-hpc-images
e93de649ed73e9f5573da166b152e5a7f02d9ca2
0
ansible/roles/hpc-benchmarks
7,269
[ "no_license" ]
[ { "path": "ansible/roles/hpc-benchmarks/tasks/gpuburn.yml", "content": "---\n- name: create gpuburn directory\n file:\n path: \"{{ benchmark_base_path }}/gpuburn\"\n state: directory\n mode: 0755\n owner: opc\n group: opc\n become: yes\n\n- name: clone gpuburn from repo\n git:\n repo: \...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5012, "all_permissive": false }
ansible_role
MarcinZablocki/oci-hpc-images
e93de649ed73e9f5573da166b152e5a7f02d9ca2
0
ansible/roles/kernel-limits
7,269
[ "no_license" ]
[ { "path": "ansible/roles/kernel-limits/tasks/main.yml", "content": "---\n- name: Kernel limits\n block:\n\n - name: Ensure kernel limits file exists\n file:\n path: /etc/security/limits.d/50-hpc-limits.conf\n state: touch\n owner: root\n group: root\n mode: '0644'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 725, "all_permissive": false }
ansible_role
MarcinZablocki/oci-hpc-images
e93de649ed73e9f5573da166b152e5a7f02d9ca2
0
ansible/roles/kernel-parameters
7,269
[ "no_license" ]
[ { "path": "ansible/roles/kernel-parameters/tasks/main.yml", "content": "---\n- name: Build list of kernel boot parameters\n set_fact:\n kernel_parameters: \"{{ grub_cmdline\n + (('nomitigations' in options) | ternary(grub_cmdline_disable_mitigations, []))\n + (( ansible_os_family == 'RedHat'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3765, "all_permissive": false }
ansible_role
MarcinZablocki/oci-hpc-images
e93de649ed73e9f5573da166b152e5a7f02d9ca2
0
ansible/roles/mellanox-ofed
7,269
[ "no_license" ]
[ { "path": "ansible/roles/mellanox-ofed/tasks/main.yml", "content": "---\n- name: Mellanox OFED for Oracle Linux 7 and CentOS 7\n block:\n\n - name: Ensure required packages are installed for Mellanox OFED\n yum:\n enablerepo: \"*developer_EPEL*\"\n name:\n - createrepo\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 9165, "all_permissive": false }
ansible_role
MarcinZablocki/oci-hpc-images
e93de649ed73e9f5573da166b152e5a7f02d9ca2
0
ansible/roles/nvidia-cuda
7,269
[ "no_license" ]
[ { "path": "ansible/roles/nvidia-cuda/tasks/main.yml", "content": "---\n- name: NVIDIA CUDA for RHEL\n block:\n\n - name: Install JRE 1.8 prereq RHEL/OL\n yum:\n name:\n - jre1.8\n state: present\n environment: \"{{ proxy_env if proxy_env is defined else {} }}\"\n wh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1580, "all_permissive": false }
ansible_role
MarcinZablocki/oci-hpc-images
e93de649ed73e9f5573da166b152e5a7f02d9ca2
0
ansible/roles/nvidia-cudnn
7,269
[ "no_license" ]
[ { "path": "ansible/roles/nvidia-cudnn/tasks/main.yml", "content": "---\n- name: NVIDIA CUDNN for Redhat\n block:\n\n - name: Install Nvidia CUDNN for RedHat\n yum:\n name:\n - libcudnn8\n - libcudnn8-devel\n\n when:\n - ansible_os_family == 'RedHat'\n - ansible_distr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 512, "all_permissive": false }
ansible_role
MarcinZablocki/oci-hpc-images
e93de649ed73e9f5573da166b152e5a7f02d9ca2
0
ansible/roles/nvidia-dcgm
7,269
[ "no_license" ]
[ { "path": "ansible/roles/nvidia-dcgm/tasks/main.yml", "content": "---\n- name: Install DCGM for RHEL 7\n yum:\n name: datacenter-gpu-manager\n state: latest\n when:\n - ansible_os_family == 'RedHat'\n - ansible_distribution_major_version == '7'\n\n- name: Install DCGM for RHEL 8\n dnf:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 587, "all_permissive": false }
ansible_role
MarcinZablocki/oci-hpc-images
e93de649ed73e9f5573da166b152e5a7f02d9ca2
0
ansible/roles/nvidia-driver
7,269
[ "no_license" ]
[ { "path": "ansible/roles/nvidia-driver/tasks/main.yml", "content": "---\n- name: unload nouveau\n community.general.modprobe:\n name: nouveau\n state: absent\n ignore_errors: true\n\n- name: insure GSP firmware is disabled for branch version 510\n lineinfile:\n path: /etc/modprobe.d/nvidia-gsp.c...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4923, "all_permissive": false }
ansible_role
MarcinZablocki/oci-hpc-images
e93de649ed73e9f5573da166b152e5a7f02d9ca2
0
ansible/roles/nvidia-driver-run
7,269
[ "no_license" ]
[ { "path": "ansible/roles/nvidia-driver-run/tasks/main.yml", "content": "---\n- name: Installation for Ubuntu\n block:\n - name: Download driver \n # https://us.download.nvidia.com/tesla/${NVIDIA_DRIVER_VERSION}/NVIDIA-Linux-x86_64-${NVIDIA_DRIVER_VERSION}.run\n get_url:\n url: \"https://u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 784, "all_permissive": false }
ansible_role
MarcinZablocki/oci-hpc-images
e93de649ed73e9f5573da166b152e5a7f02d9ca2
0
ansible/roles/nvidia-fabricmanager
7,269
[ "no_license" ]
[ { "path": "ansible/roles/nvidia-fabricmanager/tasks/main.yml", "content": "---\n- name: Install NVIDIA fabric manager for RHEL 7\n yum:\n name: nvidia-fabricmanager-{{ nvidia_driver_version }}\n state: latest\n when:\n - ansible_os_family == 'RedHat'\n - ansible_distribution_major_version == '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 742, "all_permissive": false }
ansible_role
MarcinZablocki/oci-hpc-images
e93de649ed73e9f5573da166b152e5a7f02d9ca2
0
ansible/roles/nvidia-nccl
7,269
[ "no_license" ]
[ { "path": "ansible/roles/nvidia-nccl/tasks/main_repo.yml", "content": "---\n- name: INSTALL NCCL\n block:\n - name: Install NCCL from CUDA repository for RHEL\n yum:\n name:\n - \"libnccl-{{ nccl_package_version }}\"\n - \"libnccl-devel-{{ nccl_package_version }}\"\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6133, "all_permissive": false }
ansible_role
MarcinZablocki/oci-hpc-images
e93de649ed73e9f5573da166b152e5a7f02d9ca2
0
ansible/roles/oca
7,269
[ "no_license" ]
[ { "path": "ansible/roles/oca/tasks/main.yml", "content": "---\n- name: Edit the shapes.json\n block:\n - name: Install latest OCA for OL\n yum:\n name: oracle-cloud-agent \n state: latest\n disable_gpg_check: yes\n when:\n - ansible_os_family == 'RedHat'\n - name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1950, "all_permissive": false }
ansible_role
MarcinZablocki/oci-hpc-images
e93de649ed73e9f5573da166b152e5a7f02d9ca2
0
ansible/roles/oci-hpc-packages
7,269
[ "no_license" ]
[ { "path": "ansible/roles/oci-hpc-packages/tasks/main.yml", "content": "---\n- name: RHEL 7 facts\n set_fact:\n oci_hpc_package_os: \"el7\"\n when:\n - ansible_os_family == 'RedHat'\n - ansible_distribution_major_version == '7'\n\n- name: RHEL 8 facts\n set_fact:\n oci_hpc_package_os: \"el8\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4570, "all_permissive": false }
ansible_role
MarcinZablocki/oci-hpc-images
e93de649ed73e9f5573da166b152e5a7f02d9ca2
0
ansible/roles/packages
7,269
[ "no_license" ]
[ { "path": "ansible/roles/packages/tasks/main.yml", "content": "---\n- name: Packages for RHEL 7 and 8\n block:\n\n - name: Unregister agent\n command: osms unregister\n\n - name: Ensure latest microcode_ctl is installed\n yum:\n name:\n - microcode_ctl\n state: latest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3372, "all_permissive": false }
ansible_role
cdhgee/azure-ansible-scripts
47f40dec6f19d1c02f4f62e543f4dcea33d270cb
0
roles/configuration
7,275
[ "no_license" ]
[ { "path": "roles/configuration/vars/subscriptions.yml", "content": "smiths_config_subscriptions:\n bis_primary:\n name: BIS Enterprise IT Primary\n subscription_id: 823c312b-c266-4f6b-a93e-4b71bf0af10e\n metadata:\n division: bis\n environment: prd\n tags:\n Division: BIS\n lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 12806, "all_permissive": false }
ansible_role
cdhgee/azure-ansible-scripts
47f40dec6f19d1c02f4f62e543f4dcea33d270cb
0
roles/deploy
7,275
[ "no_license" ]
[ { "path": "roles/deploy/tasks/main.yml", "content": "- name: Initialize deployment\n set_fact:\n arm_deployment:\n name: \"{{ azure_deployment.name }}-{{ '%Y%m%dT%H%M%S' | strftime }}\"\n resource_group_name: \"{{ azure_deployment.resource_group }}\"\n location: \"{{ azure_deployment.loca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1488, "all_permissive": false }
ansible_role
cdhgee/azure-ansible-scripts
47f40dec6f19d1c02f4f62e543f4dcea33d270cb
0
roles/networking
7,275
[ "no_license" ]
[ { "path": "roles/networking/templates/virtual-network.yml.j2", "content": "#jinja2:trim_blocks: \"true\", lstrip_blocks: \"true\"\n- name: vnet\n resource_group: {{ template_config.resource_group }}\n location: {{ template_config.location }}\n resources:\n - type: Microsoft.Network/virtualNetworks\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 21190, "all_permissive": false }
ansible_role
cdhgee/azure-ansible-scripts
47f40dec6f19d1c02f4f62e543f4dcea33d270cb
0
roles/resource-group
7,275
[ "no_license" ]
[ { "path": "roles/resource-group/tasks/main.yml", "content": "- name: Create resource group\n azure_rm_resourcegroup:\n name: \"{{ smiths_service_name }}-{{ smiths_environment_code }}-rg\"\n location: \"{{ smiths_region_name }}\"\n tags: \"{{ smiths_azure_tags }}\"\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
cdhgee/azure-ansible-scripts
47f40dec6f19d1c02f4f62e543f4dcea33d270cb
0
roles/resource-group-apply-tags
7,275
[ "no_license" ]
[ { "path": "roles/resource-group-apply-tags/tasks/main.yml", "content": "- name: Get resource group facts\n azure_rm_resourcegroup_facts:\n# api_version: \"2018-08-01\"\n name: \"{{ smiths_resource_group_name }}\"\n register: smiths_resourcegroups\n\n- name: Dump rgs\n debug:\n var: smiths_resourc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 890, "all_permissive": false }
ansible_role
cdhgee/azure-ansible-scripts
47f40dec6f19d1c02f4f62e543f4dcea33d270cb
0
roles/vm
7,275
[ "no_license" ]
[ { "path": "roles/vm/vars/main.yml", "content": "vm_performance_counters:\n- name: \\Processor Information(_Total)\\% Processor Time\n unit: Percent\n- name: \\Processor Information(_Total)\\% Privileged Time\n unit: Percent\n- name: \\Processor Information(_Total)\\% User Time\n unit: Percent\n- name: \\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 12505, "all_permissive": false }
ansible_role
jkmka/githubmts
1f430319477506f75d8b5af807b867c0a777ab56
0
Task2/roles/install_minikube
7,275
[ "no_license" ]
[ { "path": "Task2/roles/install_minikube/vars/main.yml", "content": "---\n# vars file for install_minikube\ndocker_packages:\n - docker-ce\n - docker-ce-cli\n - containerd.io\n - docker-compose-plugin\n\nrequired_packages:\n - epel-release\n - yum-utils\n - wget\n\nminikube: /usr/bin/minikube\n\nkubec...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2729, "all_permissive": false }
ansible_role
jkmka/githubmts
1f430319477506f75d8b5af807b867c0a777ab56
0
Task3/roles/install_minikube
7,275
[ "no_license" ]
[ { "path": "Task3/roles/install_minikube/tasks/3_kubectl.yml", "content": "---\n- name: kubectl\n get_url:\n url: \"https://dl.k8s.io/release/v1.24.2/bin/linux/amd64/kubectl\"\n dest: /var/tmp/kubectl\n mode: '0777'\n\n- name: install kubectl \n shell: \"install -o root -g root -m 0755 /var/tmp/ku...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1756, "all_permissive": false }
ansible_role
molfart/deploy-sim
05e465d6780610c485f9fb164e5599b560f8bcd7
0
ansible/roles/app_deploy
7,275
[ "no_license" ]
[ { "path": "ansible/roles/app_deploy/files/docker-compose-node_a.yml", "content": "---\nservices:\n nginx:\n image: nginx:latest\n volumes:\n - ./nginx.conf:/etc/nginx/nginx.conf:ro\n restart: unless-stopped\n network_mode: host\n\n cadvisor_a:\n image: gcr.io/cadvisor/cadvisor:latest\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2691, "all_permissive": false }
ansible_role
molfart/deploy-sim
05e465d6780610c485f9fb164e5599b560f8bcd7
0
ansible/roles/docker_setup
7,275
[ "no_license" ]
[ { "path": "ansible/roles/docker_setup/tasks/main.yml", "content": "---\n# Install Python using raw module because\n# Ansible modules require Python on the target\n- name: Install Python (required for Ansible)\n raw: apt-get update && apt-get install -y python3\n\n# Download Docker install script from offic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2114, "all_permissive": false }
ansible_role
NotVeryWellF/devops
a339721ed29a731ba61bebe3ab4def2178250225
0
ansible/roles/deploy_app
7,275
[ "no_license" ]
[ { "path": "ansible/roles/deploy_app/meta/main.yml", "content": "---\ndependencies:\n - role: install_docker", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "ansible/roles/deploy_app/defaults/main.yml", "content": "image: cendien/devopsapp\ntag:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 709, "all_permissive": false }
ansible_role
nagalingachary/ansible-roboshop-roles
244a9319c20697559c32dd210726fb6217623f74
0
roles/common
7,275
[ "no_license" ]
[ { "path": "roles/common/tasks/load-mysql-schema.yaml", "content": "- name: Install MySQL client\r\n ansible.builtin.yum:\r\n name: mysql\r\n state: installed\r\n\r\n- name: load mysql schema\r\n ansible.builtin.shell: mysql -h mysql.devopscollab.tech -uroot -pRoboShop@1 < /app/schema/{{component...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 236, "all_permissive": false }
ansible_role
juneau-work/ansible-nettools
fb4617dfe91508673cc8453654f19b2754b79277
0
roles/ethernet
7,275
[ "no_license" ]
[ { "path": "roles/ethernet/tasks/main.yml", "content": "- name: collect network info\n shell: nmcli device show {{ interface_1 }}\n register: network_info\n- set_fact: ip4={{ network_info.stdout_lines[8].split()[-1] }}\n- set_fact: gw4={{ network_info.stdout_lines[9].split()[-1] }}\n- set_fact: dns4_1={{ n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1025, "all_permissive": false }
ansible_role
c0state/ansible_default_vars_in_dependent_roles
b2f51b0d0be1a62408fc078e9a51e4102901bee8
0
roles/app
7,275
[ "no_license" ]
[ { "path": "roles/app/tasks/main.yml", "content": "---\n- name: Show ansible version\n debug: var=ansible_version\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/app/defaults/main.yml", "content": "subrole_var: \"yay, overridden as expe...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 141, "all_permissive": false }
ansible_role
c0state/ansible_default_vars_in_dependent_roles
b2f51b0d0be1a62408fc078e9a51e4102901bee8
0
roles/subrole
7,275
[ "no_license" ]
[ { "path": "roles/subrole/tasks/include.yml", "content": "---\n- name: In subrole include, show default variable\n debug: var=subrole_var\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/subrole/defaults/main.yml", "content": "subrole_va...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 233, "all_permissive": false }
ansible_role
mchum/homecluster
c7d5c32c4cd270aa33da2154a9105290c0cdf181
0
infra/ansible/roles/tailscale
7,275
[ "no_license" ]
[ { "path": "infra/ansible/roles/tailscale/tasks/main.yaml", "content": "---\n# Install tailscale\n- name: Tailscale auth key is required\n fail:\n msg: >\n Must include tailscale_auth_key in group vars\n when: tailscale_auth_key is not defined\n\n- name: Add tailscale package signing key\n apt_key...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1161, "all_permissive": false }
ansible_role
balajibigdatadevops/learn-ansible
411b28f97705b0b106ddd6a080fdc7c22b7965e0
0
roles/demo
7,275
[ "no_license" ]
[ { "path": "roles/demo/tasks/main.yml", "content": "- name: Hello world printing using roles\n ansible.builtin.debug:\n msg: \"Hello World using ansible roles\"", "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
OnurDz/elk-test-environment
5a874ba98d534aadfd180aa20266ca799d3d7c55
0
ansible/roles/common
7,275
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Making sure common packages are installed\n apt:\n package: '{{ common.apt.packages }}'\n state: present\n update_cache: yes\n become: yes\n\n- name: Create ansible-files directory in '{{ common.file.ansible_path }}'\n fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 593, "all_permissive": false }
ansible_role
OnurDz/elk-test-environment
5a874ba98d534aadfd180aa20266ca799d3d7c55
0
ansible/roles/elastic_apt
7,275
[ "no_license" ]
[ { "path": "ansible/roles/elastic_apt/vars/main.yml", "content": "---\nelastic_apt:\n apt_key:\n url: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n apt_repository:\n repo: 'deb https://artifacts.elastic.co/packages/7.x/apt stable main'\n file: elastic-7.x", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 490, "all_permissive": false }
ansible_role
OnurDz/elk-test-environment
5a874ba98d534aadfd180aa20266ca799d3d7c55
0
ansible/roles/elasticsearch
7,275
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch/tasks/main.yml", "content": "---\n- name: Making sure Elasticsearch is installed\n apt:\n package: '{{ elasticsearch.apt.package }}'\n update_cache: yes\n become: yes\n\n- name: Configuring jvm\n copy:\n src: '{{ elasticsearch.jvm.src }}'\n dest: '{{ ela...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2384, "all_permissive": false }
ansible_role
OnurDz/elk-test-environment
5a874ba98d534aadfd180aa20266ca799d3d7c55
0
ansible/roles/feathersjs
7,275
[ "no_license" ]
[ { "path": "ansible/roles/feathersjs/tasks/main.yml", "content": "---\n- name: Making sure FeathersJS is installed\n shell: \"npm install -g {{ feathersjs.npm.packages | join(' ') }}\"\n become: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 321, "all_permissive": false }
ansible_role
OnurDz/elk-test-environment
5a874ba98d534aadfd180aa20266ca799d3d7c55
0
ansible/roles/filebeat_slave
7,275
[ "no_license" ]
[ { "path": "ansible/roles/filebeat_slave/files/filebeat.yml", "content": "filebeat.inputs:\n- type: log\n paths: \n - /var/log/syslog*\n fields:\n log.type: syslog\n host.type: robot\n fields_under_root: true\n enabled: true\n reload.enabled: true\n reload.period: 10s\n\nfilebeat.config.module...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 917, "all_permissive": false }
ansible_role
OnurDz/elk-test-environment
5a874ba98d534aadfd180aa20266ca799d3d7c55
0
ansible/roles/kibana
7,275
[ "no_license" ]
[ { "path": "ansible/roles/kibana/tasks/main.yml", "content": "---\n- name: Making sure kibana is installed\n apt:\n package: '{{ kibana.apt.package }}'\n update_cache: yes\n become: yes\n\n- name: Configuring kibana\n copy:\n src: '{{ kibana.config.src }}'\n dest: '{{ kibana.config.dest }}'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 547, "all_permissive": false }
ansible_role
OnurDz/elk-test-environment
5a874ba98d534aadfd180aa20266ca799d3d7c55
0
ansible/roles/logstash
7,275
[ "no_license" ]
[ { "path": "ansible/roles/logstash/tasks/main.yml", "content": "---\n- name: Making sure logstash is installed\n apt:\n package: '{{ logstash.apt.package }}'\n update_cache: yes\n become: yes\n\n- name: Configuring logstash\n copy:\n src: '{{ logstash.config.src }}'\n dest: '{{ logstash.config...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 747, "all_permissive": false }
ansible_role
OnurDz/elk-test-environment
5a874ba98d534aadfd180aa20266ca799d3d7c55
0
ansible/roles/metricbeat
7,275
[ "no_license" ]
[ { "path": "ansible/roles/metricbeat/vars/main.yml", "content": "---\nmetricbeat:\n apt:\n package: metricbeat\n config:\n src: metricbeat.yml\n dest: /etc/metricbeat/metricbeat.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1508, "all_permissive": false }
ansible_role
OnurDz/elk-test-environment
5a874ba98d534aadfd180aa20266ca799d3d7c55
0
ansible/roles/mlogger
7,275
[ "no_license" ]
[ { "path": "ansible/roles/mlogger/vars/main.yml", "content": "---\nmlogger:\n unarchive:\n src: mlogger.zip\n sourcefile: '{{ common.file.ansible_path }}/catkin_ws/devel/setup.bash'\n launch_path: mlogger/launch/mlogger.launch", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 890, "all_permissive": false }
ansible_role
OnurDz/elk-test-environment
5a874ba98d534aadfd180aa20266ca799d3d7c55
0
ansible/roles/mongodb
7,275
[ "no_license" ]
[ { "path": "ansible/roles/mongodb/tasks/main.yml", "content": "---\n- name: Installing dependencies\n apt:\n name: python-apt\n state: present\n update_cache: yes\n become: yes\n\n- name: Importing MongoDB public key from Ubuntu key server\n apt_key:\n keyserver: '{{ mongodb.apt_key.keyserver ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1007, "all_permissive": false }
ansible_role
OnurDz/elk-test-environment
5a874ba98d534aadfd180aa20266ca799d3d7c55
0
ansible/roles/mserver_mockup
7,275
[ "no_license" ]
[ { "path": "ansible/roles/mserver_mockup/vars/main.yml", "content": "---\nmserver_mockup:\n unarchive:\n src: mserver-mockup.zip\n dest: '{{ common.file.ansible_path }}'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "ansible/roles/mserver_m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 400, "all_permissive": false }
ansible_role
OnurDz/elk-test-environment
5a874ba98d534aadfd180aa20266ca799d3d7c55
0
ansible/roles/nodejs
7,275
[ "no_license" ]
[ { "path": "ansible/roles/nodejs/tasks/main.yml", "content": "---\n- name: Getting nodeJS repository\n script: '{{ nodejs.script }}'\n become: yes\n\n- name: Making sure nodeJS is installed\n apt:\n package: '{{ nodejs.apt.package }}'\n state: present\n update_cache: yes\n become: yes\n\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 316, "all_permissive": false }
ansible_role
OnurDz/elk-test-environment
5a874ba98d534aadfd180aa20266ca799d3d7c55
0
ansible/roles/pm2
7,275
[ "no_license" ]
[ { "path": "ansible/roles/pm2/vars/main.yml", "content": "---\npm2:\n npm:\n name: pm2", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "ansible/roles/pm2/tasks/main.yml", "content": "---\n- name: Making sure PM2 is installed\n npm:\n name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 156, "all_permissive": false }
ansible_role
OnurDz/elk-test-environment
5a874ba98d534aadfd180aa20266ca799d3d7c55
0
ansible/roles/ros
7,275
[ "no_license" ]
[ { "path": "ansible/roles/ros/tasks/main.yml", "content": "---\n- name: Adding ROS repository to sources.list.d\n apt_repository:\n repo: \"deb {{ ros.apt_repository.repo }} {{ ubuntu.codename }} main\"\n filename: '{{ ros.apt_repository.filename }}'\n update_cache: no\n become: yes\n\n- name: Set...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1161, "all_permissive": false }
ansible_role
Drack0rr/k3s-ansible
a64ad59e13b431efed223a8ec1690826108fe5a9
2
roles/download
7,275
[ "no_license" ]
[ { "path": "roles/download/tasks/main.yml", "content": "---\n\n- name: Télécharger k3s binaire 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:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1264, "all_permissive": false }
ansible_role
Drack0rr/k3s-ansible
a64ad59e13b431efed223a8ec1690826108fe5a9
2
roles/prereq
7,275
[ "no_license" ]
[ { "path": "roles/prereq/tasks/main.yml", "content": "---\n- name: Définir le même fuseau horaire sur chaque serveur\n timezone:\n name: \"{{ system_timezone }}\"\n when: (system_timezone is defined) and (system_timezone != \"Your/Timezone\")\n\n- name: Définir SELinux sur l'état désactivé\n selinux:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1616, "all_permissive": false }
ansible_role
Drack0rr/k3s-ansible
a64ad59e13b431efed223a8ec1690826108fe5a9
2
roles/requirements
7,275
[ "no_license" ]
[ { "path": "roles/requirements/tasks/requirements_debian.yml", "content": "---\n# Debian Family upgrade\n- name: Mettre à jour le cache des repositories\n apt:\n update_cache: true\n cache_valid_time: 3600\n\n- name: Mettre à jour tous les packages vers leur dernière version\n apt:\n name: \"*\"\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2085, "all_permissive": false }
ansible_role
Drack0rr/k3s-ansible
a64ad59e13b431efed223a8ec1690826108fe5a9
2
roles/reset
7,275
[ "no_license" ]
[ { "path": "roles/reset/tasks/main.yml", "content": "---\n- name: Désactives les services\n systemd:\n name: \"{{ item }}\"\n state: stopped\n enabled: no\n failed_when: false\n with_items:\n - k3s\n - k3s-node\n - k3s-init\n\n- name: RUN pkill -9 -f \"k3s/data/[^/]+/bin/containerd-shim-...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1828, "all_permissive": false }
ansible_role
brydoncheyney/centos-desktop
6aec863e409e7b28510e7ebcdf97e1fd5868ab12
0
ansible/roles/clojure
7,275
[ "no_license" ]
[ { "path": "ansible/roles/clojure/tasks/main.yml", "content": "- name: download lein script\n get_url:\n url: https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein\n dest: /usr/local/bin/lein\n mode: 0755\n\n- name: create self-install directory\n file:\n path: \"/home/{{ item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 711, "all_permissive": false }
ansible_role
brydoncheyney/centos-desktop
6aec863e409e7b28510e7ebcdf97e1fd5868ab12
0
ansible/roles/docker
7,275
[ "no_license" ]
[ { "path": "ansible/roles/docker/meta/main.yml", "content": "---\ndependencies:\n - { role: yum-utils }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: install docker-ce repo\n get_ur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 516, "all_permissive": false }
ansible_role
brydoncheyney/centos-desktop
6aec863e409e7b28510e7ebcdf97e1fd5868ab12
0
ansible/roles/git
7,275
[ "no_license" ]
[ { "path": "ansible/roles/git/tasks/main.yml", "content": "- name: get installed version of git\n shell: >\n git --version | awk '{print $NF}'\n warn=no\n environment:\n PATH: \"/usr/local/bin:{{ ansible_env.PATH }}\"\n register: installed_version\n check_mode: no\n\n- name: determine whether an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1978, "all_permissive": false }
ansible_role
brydoncheyney/centos-desktop
6aec863e409e7b28510e7ebcdf97e1fd5868ab12
0
ansible/roles/google-chrome
7,275
[ "no_license" ]
[ { "path": "ansible/roles/google-chrome/tasks/main.yml", "content": "- name: add google-chrome repo\n yum_repository:\n name: google-chrome\n description: google-chrome\n baseurl: http://dl.google.com/linux/chrome/rpm/stable/x86_64\n enabled: 1\n gpgcheck: 1\n gpgkey: http://dl-ssl.google....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 335, "all_permissive": false }
ansible_role
brydoncheyney/centos-desktop
6aec863e409e7b28510e7ebcdf97e1fd5868ab12
0
ansible/roles/java
7,275
[ "no_license" ]
[ { "path": "ansible/roles/java/tasks/main.yml", "content": "- name: install java packages\n package:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - \"{{ java_packages }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 127, "all_permissive": false }
ansible_role
brydoncheyney/centos-desktop
6aec863e409e7b28510e7ebcdf97e1fd5868ab12
0
ansible/roles/keybindings
7,275
[ "no_license" ]
[ { "path": "ansible/roles/keybindings/tasks/main.yml", "content": "- name: add custom keybinding\n gsetting:\n schema: 'org.gnome.settings-daemon.plugins.media-keys'\n key: 'custom-keybindings'\n value: \"['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/']\"\n become_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1000, "all_permissive": false }
ansible_role
brydoncheyney/centos-desktop
6aec863e409e7b28510e7ebcdf97e1fd5868ab12
0
ansible/roles/ohmyzsh
7,275
[ "no_license" ]
[ { "path": "ansible/roles/ohmyzsh/templates/zshrc", "content": "# {{ ansible_managed }}\nZSH=$HOME/.oh-my-zsh\nZSH_THEME='wedisagree'\n\nCASE_SENSITIVE=\"true\"\n\nplugins=(colored-man docker dotenv git lein vagrant)\n\nsource \"${ZSH}/oh-my-zsh.sh\"\n\n# Customize to your needs...\n\nbindkey '\\el' down-cas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1484, "all_permissive": false }
ansible_role
brydoncheyney/centos-desktop
6aec863e409e7b28510e7ebcdf97e1fd5868ab12
0
ansible/roles/ruby
7,275
[ "no_license" ]
[ { "path": "ansible/roles/ruby/tasks/main.yml", "content": "---\n\n- name: install rvm\n include: 'rvm.yml'\n become: yes\n\n- name: install ruby\n include: 'ruby.yml'\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "ansible/role...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2257, "all_permissive": false }
ansible_role
brydoncheyney/centos-desktop
6aec863e409e7b28510e7ebcdf97e1fd5868ab12
0
ansible/roles/user-accounts
7,275
[ "no_license" ]
[ { "path": "ansible/roles/user-accounts/tasks/main.yml", "content": "- name: add wheel group\n group:\n name: wheel\n state: present\n\n- name: allow wheel group to have NOPASSWD sudo\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: '^%wheel'\n line: '%wheel ALL=(ALL) NOPASSW...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 681, "all_permissive": false }
ansible_role
brydoncheyney/centos-desktop
6aec863e409e7b28510e7ebcdf97e1fd5868ab12
0
ansible/roles/vagrant
7,275
[ "no_license" ]
[ { "path": "ansible/roles/vagrant/tasks/main.yml", "content": "- name: install vagrant\n yum: name=https://releases.hashicorp.com/vagrant/{{ vagrant.version }}/vagrant_{{ vagrant.version }}_x86_64.rpm\n state=installed\n\n- name: install vagrant plugins\n shell: \"vagrant plugin install {{ item }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 319, "all_permissive": false }
ansible_role
brydoncheyney/centos-desktop
6aec863e409e7b28510e7ebcdf97e1fd5868ab12
0
ansible/roles/zsh
7,275
[ "no_license" ]
[ { "path": "ansible/roles/zsh/tasks/main.yml", "content": "- name: install zsh\n yum: name=zsh state=installed\n\n- name: add zsh to /etc/shells\n template:\n src: templates/shells\n dest: /etc/shells\n owner: root\n group: root\n mode: 0644\n backup: yes\n validate: 'grep -qs \"/usr/b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
timorust/Jampro
877e5d6c75bc26c8d445e17be1dbc53922d1f9cf
0
ansible/roles/deploy_k8s
7,275
[ "no_license" ]
[ { "path": "ansible/roles/deploy_k8s/templates/react-deployment.yaml.j2", "content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: react-portfolio\nspec:\n replicas: 1\n selector:\n matchLabels:\n app: react-portfolio\n template:\n metadata:\n labels:\n app: react-portf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 717, "all_permissive": false }
ansible_role
timorust/Jampro
877e5d6c75bc26c8d445e17be1dbc53922d1f9cf
0
ansible/roles/deploy_react
7,275
[ "no_license" ]
[ { "path": "ansible/roles/deploy_react/templates/nginx/blue_green.conf.j2", "content": "server {\n listen {{ active_port }};\n server_name _;\n\n location / {\n proxy_pass http://localhost:{{ active_port }};\n proxy_set_header Host $host;\n proxy_set_header X-Real-IP $remote_add...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2008, "all_permissive": false }
ansible_role
baseboxorg/ansible-osx-developer
0b028558bb4e78bab9893a39749a041e8a30cb9a
0
roles/developer
7,275
[ "no_license" ]
[ { "path": "roles/developer/tasks/options.yaml", "content": "---\n- name: \"set fast key repeat\"\n shell: \"defaults write -globalDomain KeyRepeat -int 2\"\n\n- name: \"set fast initial key repeat\"\n shell: \"defaults write -globalDomain InitialKeyRepeat -int 10\"\n\n- name: \"disable dashboard\"\n shel...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2352, "all_permissive": false }
ansible_role
dipenp08/terraform-ansible-automation
42eb0f788523a599cdcf3fbf8ec456a841ffda28
0
ansible/roles/datadisk-8445
7,275
[ "no_license" ]
[ { "path": "ansible/roles/datadisk-8445/tasks/main.yml", "content": "---\n- name: Get the device name of the attached data disk\n shell: |\n lsblk -dpno NAME,SIZE | grep 10G | awk '{print $1}'\n register: disk_output\n\n- name: Create 2 partitions (4GB and 5GB)\n shell: |\n (\n echo n; echo p; ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1486, "all_permissive": false }
ansible_role
dipenp08/terraform-ansible-automation
42eb0f788523a599cdcf3fbf8ec456a841ffda28
0
ansible/roles/profile-8445
7,275
[ "no_license" ]
[ { "path": "ansible/roles/profile-8445/tasks/main.yml", "content": "---\n- name: Add custom lines to /etc/profile\n lineinfile:\n path: /etc/profile\n line: \"{{ item }}\"\n create: yes\n state: present\n loop:\n - \"#Test block added by Ansible……user100\"\n - \"export TMOUT=1500\"\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 220, "all_permissive": false }
ansible_role
dipenp08/terraform-ansible-automation
42eb0f788523a599cdcf3fbf8ec456a841ffda28
0
ansible/roles/user-8445
7,275
[ "no_license" ]
[ { "path": "ansible/roles/user-8445/tasks/main.yml", "content": "---\n- name: Ensure group cloudadmins exists\n group:\n name: cloudadmins\n state: present\n\n- name: Create users and assign to groups\n user:\n name: \"{{ item }}\"\n groups: \"cloudadmins,sudo\"\n append: yes\n shell: /bi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1211, "all_permissive": false }
ansible_role
dipenp08/terraform-ansible-automation
42eb0f788523a599cdcf3fbf8ec456a841ffda28
0
ansible/roles/webserver-8445
7,275
[ "no_license" ]
[ { "path": "ansible/roles/webserver-8445/tasks/main.yml", "content": "---\n- name: Install Apache\n apt:\n name: apache2\n state: present\n update_cache: yes\n\n- name: Copy VM-specific index.html\n copy:\n src: \"vm{{ inventory_hostname[-1] }}.html\"\n dest: /var/www/html/index.html\n ow...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 389, "all_permissive": false }
ansible_role
NilsLorenzen/AnsibleHome
dc9e1ca434a3ebce608306c787dde5d48ddf2667
1
roles/convertx
7,273
[ "no_license" ]
[ { "path": "roles/convertx/handlers/main.yml", "content": "- name: restart convertx.service\n when: convertx_started is not changed\n ansible.builtin.systemd:\n name: convertx.service\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2424, "all_permissive": false }
ansible_role
NilsLorenzen/AnsibleHome
dc9e1ca434a3ebce608306c787dde5d48ddf2667
1
roles/crowdsec
7,273
[ "no_license" ]
[ { "path": "roles/crowdsec/handlers/main.yml", "content": "- name: restart {{ role_name }}.service\n when: crowdsec_started is not changed\n ansible.builtin.systemd:\n name: \"{{ role_name }}.service\"\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2121, "all_permissive": false }
ansible_role
NilsLorenzen/AnsibleHome
dc9e1ca434a3ebce608306c787dde5d48ddf2667
1
roles/cyberchef
7,273
[ "no_license" ]
[ { "path": "roles/cyberchef/defaults/main.yml", "content": "root: /data/cyberchef\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "roles/cyberchef/handlers/main.yml", "content": "- name: restart cyberchef.service\n when: cyberchef_started is n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2049, "all_permissive": false }