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
madlabber/LabBuilder
71c614211ec8b513bc2eaa6740025da6dac8c395
16
roles/deploy_ovf_aiqum
7,338
[ "no_license" ]
[ { "path": "roles/deploy_ovf_aiqum/tasks/main.yml", "content": "---\n- name: Check ovf_file location\n stat:\n path: \"{{ovf_file | default('')}}\"\n delegate_to: localhost\n register: ovf_location\n\n- name: Check althernate ovf_file location\n stat: \n path: \"{{playbook_dir}}/files/ActiveIQUnifi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 12491, "all_permissive": false }
ansible_role
madlabber/LabBuilder
71c614211ec8b513bc2eaa6740025da6dac8c395
16
roles/deploy_ovf_esxi
7,338
[ "no_license" ]
[ { "path": "roles/deploy_ovf_esxi/tasks/main.yml", "content": "---\n- name: variables processing\n set_fact:\n ovf_file: \"{{ovf_file | default('files/Nested_ESXi7.0_Appliance_Template_v1.ova')}}\"\n ovf_url: \"{{ovf_url | default('https://download3.vmware.com/software/vmw-tools/nested-esxi/Nested_ESX...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6113, "all_permissive": false }
ansible_role
madlabber/LabBuilder
71c614211ec8b513bc2eaa6740025da6dac8c395
16
roles/deploy_ovf_ontapselecteval
7,338
[ "no_license" ]
[ { "path": "roles/deploy_ovf_ontapselecteval/test/test.yml", "content": "# To run this test:\n# ansible-playbook -i inventory.tml test.yml\n---\n- name: Build ONTAP Select Standalone Eval from OVA\n hosts: selecteval \n strategy: free\n gather_facts: false\n tasks:\n - include_role: \n name: .....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 9403, "all_permissive": false }
ansible_role
madlabber/LabBuilder
71c614211ec8b513bc2eaa6740025da6dac8c395
16
roles/deploy_ovf_storagegrid
7,338
[ "no_license" ]
[ { "path": "roles/deploy_ovf_storagegrid/README.MD", "content": "deploy_ovf_storagegrid\n================================\n\nDeploys StorageGrid node virtual appliances to a vSphere infrastructure.\n\nRequirements\n------------\n\nRequires the storagegrid virtual appliance archive downloaded from NetApp.com....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 16467, "all_permissive": false }
ansible_role
madlabber/LabBuilder
71c614211ec8b513bc2eaa6740025da6dac8c395
16
roles/deploy_ovf_vcenter
7,338
[ "no_license" ]
[ { "path": "roles/deploy_ovf_vcenter/tasks/deploy_to_esxi.yml", "content": "---\n# When the target is an ESXi server the user configurable setting is not enforced\n# And all vars must be set during deploy, and deploy must power on the VM\n# otherwise the vars will not persist\n- community.vmware.vmware_deplo...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5923, "all_permissive": false }
ansible_role
madlabber/LabBuilder
71c614211ec8b513bc2eaa6740025da6dac8c395
16
roles/deploy_ovf_vsim
7,338
[ "no_license" ]
[ { "path": "roles/deploy_ovf_vsim/tasks/pve_absent.yml", "content": "- name: remove if absent or forced\n community.proxmox.proxmox_kvm:\n api_user: '{{ pve_username }}@pam'\n api_password: '{{ <PASSWORD> }}'\n api_host: '{{ pve_address }}'\n state: absent\n force: true\n name: '{{ vm_name...
{ "task_files": 11, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 18, "total_bytes": 52263, "all_permissive": false }
ansible_role
Daopz/Challenge_Vagrant-Docker-Ansible-MariaDB
0cb426645c01797e2c64316a7848d5adc147bf14
1
provisioning/roles/init-db
7,338
[ "no_license" ]
[ { "path": "provisioning/roles/init-db/tasks/main.yml", "content": "---\n- name: Create docker network\n become: true\n docker_network:\n name: \"{{ docker_network }}\"\n\n- name: Launch Database Container\n become: true\n docker_container:\n tls_verify: false\n name: \"{{ db_name }}\"\n imag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 497, "all_permissive": false }
ansible_role
Daopz/Challenge_Vagrant-Docker-Ansible-MariaDB
0cb426645c01797e2c64316a7848d5adc147bf14
1
provisioning/roles/install-docker-py
7,338
[ "no_license" ]
[ { "path": "provisioning/roles/install-docker-py/tasks/main.yml", "content": "---\n- name: Install setuptools\n yum:\n name: python-setuptools\n use_backend: yum\n state: present\n become: yes\n\n- name: Install latest pip\n easy_install:\n name: pip\n state: latest\n become: yes\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 374, "all_permissive": false }
ansible_role
waynedovey/openshift-on-openstack-123
a1de019e3dc7e18506cb182dfb6ae6121a0323f6
2
roles/all-prep
7,338
[ "permissive" ]
[ { "path": "roles/all-prep/tasks/main.yml", "content": "- name: Copy hosts file from template\n template:\n src: templates/hosts.j2\n dest: /etc/hosts\n owner: root\n group: root\n mode: 0644\n\n- name: Ensure that required packages are present on target hosts\n yum:\n name: \"{{item}}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 551, "all_permissive": true }
ansible_role
waynedovey/openshift-on-openstack-123
a1de019e3dc7e18506cb182dfb6ae6121a0323f6
2
roles/bastion-prep
7,338
[ "permissive" ]
[ { "path": "roles/bastion-prep/tasks/main.yml", "content": "- name: Enable bastion specific repos (redhat)\n command: \"subscription-manager repos --enable={{item}}\"\n retries: 5\n delay: 5\n with_items: \"{{repos_bastion}}\"\n when: openshift_deployment == \"openshift-enterprise\"\n\n- name: Ensure th...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1917, "all_permissive": true }
ansible_role
waynedovey/openshift-on-openstack-123
a1de019e3dc7e18506cb182dfb6ae6121a0323f6
2
roles/ocp-inventory
7,338
[ "permissive" ]
[ { "path": "roles/ocp-inventory/templates/openshift-inventory-enterprise.j2", "content": "# Create an OSEv3 group that contains the masters and nodes groups\n[OSEv3:children]\nmasters\netcd\nnodes\n\n# Set variables common for all OSEv3 hosts\n[OSEv3:vars]\n# SSH user, this user should allow ssh based auth w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 7401, "all_permissive": true }
ansible_role
super-jkdevops/mk8s-ContainerD-lab
f2dd1f2d1e2b61d0a26e5177cdf50cf4e83128ba
0
ansible/roles/k8s-hosts
7,338
[ "no_license" ]
[ { "path": "ansible/roles/k8s-hosts/tasks/main.yaml", "content": "- name: 'Configure /etc/hosts for all LAB hosts'\n blockinfile:\n path: /etc/hosts\n marker: \"# LAB HOSTS\"\n block: |\n 192.168.56.2 mk8s-master\n 192.168.56.10 mk8s-worker1\n 192.168.56.11 mk8s-worker2\n 192.1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 404, "all_permissive": false }
ansible_role
super-jkdevops/mk8s-ContainerD-lab
f2dd1f2d1e2b61d0a26e5177cdf50cf4e83128ba
0
ansible/roles/k8s-prereq
7,338
[ "no_license" ]
[ { "path": "ansible/roles/k8s-prereq/tasks/main.yaml", "content": "---\n- sysctl:\n name: \"{{ item }}\"\n value: '1'\n sysctl_file: /etc/sysctl.d/kubernetes.conf\n reload: no\n with_items:\n - net.bridge.bridge-nf-call-iptables\n - net.ipv4.ip_forward\n - net.bridge.bridge-nf-call-ip6t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2227, "all_permissive": false }
ansible_role
chef2gare/awx
e578756dbc401005e3595fcaf668b99d857b68b4
0
roles/hello
7,341
[ "no_license" ]
[ { "path": "roles/hello/defaults/main.yml", "content": "---\n\nmessage: \"default message\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/hello/tasks/main.yml", "content": "---\n- name: run message\n debug: msg=\"{{ message }}\"\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 85, "all_permissive": false }
ansible_role
speedygamer12/UdapeoplePipeline
1ae3b1974a1125e5faf1a01680de2b32539cb45f
0
.circleci/ansible/roles/deploy
7,341
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n\n- name: ensure artifact directory exists\n become: true\n file:\n path: ./artifact\n state: directory\n\n# - name: \"extract archived artifact\"\n# become: true\n# unarchive:\n# src: files/artifact.tar.gz\n# de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 676, "all_permissive": false }
ansible_role
redafakir/Ansible-jmeter
5c1b9af54152e82e39743403f237afac65f98c99
0
roles/data
7,341
[ "no_license" ]
[ { "path": "roles/data/tasks/main.yml", "content": "---\n\n- name: Copy data.csv\n copy: src=data.csv dest=/root/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 60, "all_permissive": false }
ansible_role
redafakir/Ansible-jmeter
5c1b9af54152e82e39743403f237afac65f98c99
0
roles/files_jmx
7,341
[ "no_license" ]
[ { "path": "roles/files_jmx/tasks/main.yml", "content": "---\n\n- name: Copy JMX\n copy: src=csrf_token_csv_data.jmx dest=/root/\n\n- name: Copy JMX\n copy: src=csrf_token_origin.jmx dest=/root/\n\n- name: Copy JMX\n copy: src=csrf_token_regex.jmx dest=/root/\n\n- name: Copy JMX\n copy: src=csrf_token_re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 499, "all_permissive": false }
ansible_role
redafakir/Ansible-jmeter
5c1b9af54152e82e39743403f237afac65f98c99
0
roles/jmeter
7,341
[ "no_license" ]
[ { "path": "roles/jmeter/tasks/main.yml", "content": "---\n\n- name: Install Packages\n yum: name={{ item }} state=installed\n with_items:\n - wget\n - tar\n - java-1.8.0-openjdk.x86_64\n\n- name: Get pip3\n shell: \"wget https://bootstrap.pypa.io/get-pip.py\"\n\n- name: Install pip3\n shell: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 998, "all_permissive": false }
ansible_role
redafakir/Ansible-jmeter
5c1b9af54152e82e39743403f237afac65f98c99
0
roles/python
7,341
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n\n- name: install wget\n yum: name=wget state=installed\n\n- name: install python 3.4\n yum: name=python34 state=installed\n\n- name: Get pip3\n shell: \"wget https://bootstrap.pypa.io/get-pip.py\"\n\n- name: Install pip3\n shell: \"python3 get-p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 247, "all_permissive": false }
ansible_role
anton20044/Linux_Pro_17
404cfe0f81885ed6dc851f9c829a5a1a3e461d4a
0
ansible/roles/pam
7,341
[ "no_license" ]
[ { "path": "ansible/roles/pam/tasks/main.yml", "content": "---\n- name: Update cache\n apt:\n update_cache=yes cache_valid_time=3600\n tags:\n - pam\n\n- name: Install pak for docker\n ansible.builtin.apt:\n pkg:\n - curl\n - ca-certificates\n tags:\n - docker\n\n- name: Add key\n ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2172, "all_permissive": false }
ansible_role
muspelheim/HomeAssistantInfrastructure
a46d5271aa8208bc45b76be6e833fb175103da4e
8
legacy/ansible/infrastructure/roles/bashrc
7,341
[ "no_license" ]
[ { "path": "legacy/ansible/infrastructure/roles/bashrc/tasks/main.yml", "content": "---\r\n- set_fact:\r\n real_ansible_host: \"{{ ansible_host }}\"\r\n\r\n- name: 'Creates .bashrc.d directory'\r\n file:\r\n path: \"{{ ansible_env.HOME }}/.bashrc.d\"\r\n state: directory\r\n\r\n- name: 'Place bashr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 742, "all_permissive": false }
ansible_role
muspelheim/HomeAssistantInfrastructure
a46d5271aa8208bc45b76be6e833fb175103da4e
8
legacy/ansible/infrastructure/roles/clean-docker-images
7,341
[ "no_license" ]
[ { "path": "legacy/ansible/infrastructure/roles/clean-docker-images/tasks/main.yml", "content": "---\n- name: clean docker images\n shell: docker image prune --filter \"until=24h\" -f\n register: cl_docker_img\n\n- debug:\n msg: \"{{ cl_docker_img.stdout }}\"\n\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 159, "all_permissive": false }
ansible_role
muspelheim/HomeAssistantInfrastructure
a46d5271aa8208bc45b76be6e833fb175103da4e
8
legacy/ansible/infrastructure/roles/generator
7,341
[ "no_license" ]
[ { "path": "legacy/ansible/infrastructure/roles/generator/defaults/main.yml", "content": "---\nswarm_master_arr: \"{{ lookup('env','SWARM_MASTER') }}\"\nrpi_node_arr: \"{{ lookup('env','RPI_NODES') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "pat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 531, "all_permissive": false }
ansible_role
muspelheim/HomeAssistantInfrastructure
a46d5271aa8208bc45b76be6e833fb175103da4e
8
legacy/ansible/infrastructure/roles/pi
7,341
[ "no_license" ]
[ { "path": "legacy/ansible/infrastructure/roles/pi/tasks/main.yml", "content": "---\n- set_fact:\n real_ansible_host: \"{{ ansible_host }}\"\n\n#- name: 'Update APT package cache'\n# action: apt update_cache=yes\n#\n#- name: 'Upgrade APT to the lastest packages'\n# action: apt upgrade=safe\n\n- name: 'I...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 403, "all_permissive": false }
ansible_role
muspelheim/HomeAssistantInfrastructure
a46d5271aa8208bc45b76be6e833fb175103da4e
8
legacy/ansible/infrastructure/roles/uart
7,341
[ "no_license" ]
[ { "path": "legacy/ansible/infrastructure/roles/uart/defaults/main.yml", "content": "---\nenable_uart: \"{{ lookup('env','RPI_ENABLE_UART') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "legacy/ansible/infrastructure/roles/uart/tasks/main.ym...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 363, "all_permissive": false }
ansible_role
ralphster/ELK-in-the-Cloud
9cc12a51bbc83f463ece6b3938946436cd904318
0
Ansible/ansible.Backup.with.Roles/roles/install-dvwa
7,341
[ "no_license" ]
[ { "path": "Ansible/ansible.Backup.with.Roles/roles/install-dvwa/tasks/main.yml", "content": "---\n- name: install docker.io \n apt:\n force_apt_get: yes\n update_cache: yes\n name: docker.io\n state: present\n\n- name: install python3-pip\n apt:\n force_apt_get: yes\n name: python3-pip\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 654, "all_permissive": false }
ansible_role
ralphster/ELK-in-the-Cloud
9cc12a51bbc83f463ece6b3938946436cd904318
0
Ansible/ansible.Backup.with.Roles/roles/install-filebeat
7,341
[ "no_license" ]
[ { "path": "Ansible/ansible.Backup.with.Roles/roles/install-filebeat/tasks/main.yml", "content": "---\n - name: Install filebeat - first download filebeat deb\n command: curl -L -O https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.6.1-amd64.deb\n \n - name: install filebeat deb\n com...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1761, "all_permissive": false }
ansible_role
ralphster/ELK-in-the-Cloud
9cc12a51bbc83f463ece6b3938946436cd904318
0
Ansible/ansible.Backup.with.Roles/roles/install-metricbeat
7,341
[ "no_license" ]
[ { "path": "Ansible/ansible.Backup.with.Roles/roles/install-metricbeat/tasks/main.yml", "content": "---\n - name: Install metricbeat - first download\n command: curl -L -O https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-7.6.1-amd64.deb\n\n # Use command module\n - name: install me...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 906, "all_permissive": false }
ansible_role
marianosiga/UTNFRA_SO_2do_TP_Sibello
5f00733625bdda375bd2b52ea79c3ae15242f621
0
202406/ansible/roles/2do_parcial
7,341
[ "no_license" ]
[ { "path": "202406/ansible/roles/2do_parcial/tasks/main.yml", "content": "---\n# tasks file for 2do_parcial\n\n- debug:\n msg: \"Tareas del 2do Parcial\"\n\n- name: \"Crear directorios en /tmp/2do_parcial/\"\n file:\n path: \"/tmp/2do_parcial/{{ item }}\"\n state: directory\n mode: '0775'\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 764, "all_permissive": false }
ansible_role
0yco/AcademicProjects
76fec4897a44b04b194d53597dc7c8ffd2073dcf
0
Tek2/Octopus/roles/base
7,341
[ "no_license" ]
[ { "path": "Tek2/Octopus/roles/base/tasks/main.yml", "content": "---\n\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install useful packages\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - git\n - python3-pip\n - python3-dev\n - python3-psycopg2\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 480, "all_permissive": false }
ansible_role
0yco/AcademicProjects
76fec4897a44b04b194d53597dc7c8ffd2073dcf
0
Tek2/Octopus/roles/poll
7,341
[ "no_license" ]
[ { "path": "Tek2/Octopus/roles/poll/tasks/main.yml", "content": "---\n- name: Copy poll service file\n copy:\n src: files/poll.service\n dest: /etc/systemd/system/poll.service\n\n- name: Install dependencies for poll\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - python3\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 909, "all_permissive": false }
ansible_role
0yco/AcademicProjects
76fec4897a44b04b194d53597dc7c8ffd2073dcf
0
Tek2/Octopus/roles/postgresql
7,341
[ "no_license" ]
[ { "path": "Tek2/Octopus/roles/postgresql/tasks/main.yml", "content": "---\n\n- name: Import PostgreSQL GPG key\n apt_key:\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\n state: present\n\n- name: Add PostgreSQL repository\n apt_repository:\n repo: 'deb http://apt.postgresql.org/pub/re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1539, "all_permissive": false }
ansible_role
0yco/AcademicProjects
76fec4897a44b04b194d53597dc7c8ffd2073dcf
0
Tek2/Octopus/roles/redis
7,341
[ "no_license" ]
[ { "path": "Tek2/Octopus/roles/redis/tasks/main.yml", "content": "---\n- name: Install Redis\n apt:\n name: redis-server\n state: present\n\n- name: Copy Redis configuration file\n copy:\n src: redis.conf\n dest: /etc/redis/redis.conf\n notify: restart redis-server\n\n- name: restart redis-ser...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 391, "all_permissive": false }
ansible_role
0yco/AcademicProjects
76fec4897a44b04b194d53597dc7c8ffd2073dcf
0
Tek2/Octopus/roles/result
7,341
[ "no_license" ]
[ { "path": "Tek2/Octopus/roles/result/tasks/main.yml", "content": "---\n\n# TODO Implement Result, for the moment Result only install dependancies and copy config file into server\n\n- name: Copy result service file\n copy:\n src: files/result.service\n dest: /etc/systemd/system/result.service\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 883, "all_permissive": false }
ansible_role
0yco/AcademicProjects
76fec4897a44b04b194d53597dc7c8ffd2073dcf
0
Tek2/Octopus/roles/worker
7,341
[ "no_license" ]
[ { "path": "Tek2/Octopus/roles/worker/tasks/main.yml", "content": "---\n- name: Install Java\n apt:\n name: openjdk-11-jdk\n state: present\n\n- name: Install Maven\n apt:\n name: maven\n state: present\n\n- name: Extract result application\n unarchive:\n src: \"{{ playbook_dir }}/worker.ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 659, "all_permissive": false }
ansible_role
LukasW01/DevOps
ab4e5e4bcf9b0596d7b0a3258b42e46b7d02f0a0
0
roles/apps
7,341
[ "no_license" ]
[ { "path": "roles/apps/tasks/main.yml", "content": "---\n- name: Include dnf\n ansible.builtin.include_tasks: package.yml\n when: ansible_os_family == 'RedHat' or ansible_os_family == 'Debian'\n\n- name: Include choco\n ansible.builtin.include_tasks: choco.yml\n when: ansible_os_family == 'Windows'", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1059, "all_permissive": false }
ansible_role
LukasW01/DevOps
ab4e5e4bcf9b0596d7b0a3258b42e46b7d02f0a0
0
roles/ci
7,341
[ "no_license" ]
[ { "path": "roles/ci/tasks/main.yml", "content": "---\n- name: Include ci\n ansible.builtin.include_tasks: ci.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/ci/tasks/ci.yml", "content": "- name: Create Gitlab config directories\n an...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1696, "all_permissive": false }
ansible_role
LukasW01/DevOps
ab4e5e4bcf9b0596d7b0a3258b42e46b7d02f0a0
0
roles/container
7,341
[ "no_license" ]
[ { "path": "roles/container/templates/caddy/Caddyfile.social.j2", "content": "# Import\n(header) {\n\theader {\n\t\tPermissions-Policy \"interest-cohort=()\"\n\t\tStrict-Transport-Security \"max-age=31536000; includeSubDomains; preload\"\n\t\tX-Content-Type-Options \"nosniff\"\n\t\tX-Frame-Options \"SAMEORIG...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 23, "total_bytes": 60399, "all_permissive": false }
ansible_role
LukasW01/DevOps
ab4e5e4bcf9b0596d7b0a3258b42e46b7d02f0a0
0
roles/db
7,341
[ "no_license" ]
[ { "path": "roles/db/templates/container/valkey.container.j2", "content": "# valkey.container\n[Container]\nAutoUpdate=registry\nContainerName=valkey\nImage=docker.io/valkey/valkey:alpine\nNetwork=db.network\nPublishPort=6379:6379\nVolume=/mnt/container/db/valkey/:/data:Z\nEnvironmentFile=/mnt/container/db/s...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1537, "all_permissive": false }
ansible_role
LukasW01/DevOps
ab4e5e4bcf9b0596d7b0a3258b42e46b7d02f0a0
0
roles/discord
7,341
[ "no_license" ]
[ { "path": "roles/discord/templates/container/quadratauge.container.j2", "content": "# quadratauge.container\n[Container]\nAutoUpdate=registry\nContainerName=quadratauge\nImage=ghcr.io/lukasw01/quadratauge:latest\nNetwork=app.network\nEnvironment=DISCORD_TOKEN={{ discord_token_quadratauge }}\n\n[Service]\nRe...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1153, "all_permissive": false }
ansible_role
LukasW01/DevOps
ab4e5e4bcf9b0596d7b0a3258b42e46b7d02f0a0
0
roles/gitlab
7,341
[ "no_license" ]
[ { "path": "roles/gitlab/templates/container/gitlab.container.j2", "content": "# gitlab.container\n[Container]\nAutoUpdate=registry\nContainerName=gitlab_app\nImage=docker.io/gitlab/gitlab-ce:latest\nNetwork=app.network\nNetwork=db.network\nPublishPort=8080:80\nPublishPort=8443:443\nVolume=/mnt/container/git...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1276, "all_permissive": false }
ansible_role
LukasW01/DevOps
ab4e5e4bcf9b0596d7b0a3258b42e46b7d02f0a0
0
roles/keycloak
7,341
[ "no_license" ]
[ { "path": "roles/keycloak/templates/env/settings.env.j2", "content": "# DB settings\nKC_CACHE=ispn\nKC_DB=postgres\nKC_DB_URL=jdbc:postgresql://db.local:5432/keycloak\nKC_DB_USERNAME=keycloak\nKC_DB_PASSWORD={{ <PASSWORD> }}\n\n# Logging\nKC_LOG_LEVEL=info\n\n# Instance settings\nKEYCLOAK_ADMIN=root\nKEYCLO...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1586, "all_permissive": false }
ansible_role
LukasW01/DevOps
ab4e5e4bcf9b0596d7b0a3258b42e46b7d02f0a0
0
roles/minecraft
7,341
[ "no_license" ]
[ { "path": "roles/minecraft/tasks/main.yml", "content": "- name: Include minecraft\n ansible.builtin.include_tasks: minecraft.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/minecraft/templates/container/minecraft.container.j2", "co...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2064, "all_permissive": false }
ansible_role
LukasW01/DevOps
ab4e5e4bcf9b0596d7b0a3258b42e46b7d02f0a0
0
roles/plex
7,341
[ "no_license" ]
[ { "path": "roles/plex/templates/container/plex.container.j2", "content": "# plex.container\n[Container]\nAutoUpdate=registry\nContainerName=plex\nImage=docker.io/plexinc/pms-docker:latest\nNetwork=host\nVolume=/mnt/container/plex/transcode:/transcode:Z\nVolume=/mnt/container/plex/config:/config:Z\nVolume=/m...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2352, "all_permissive": false }
ansible_role
LukasW01/DevOps
ab4e5e4bcf9b0596d7b0a3258b42e46b7d02f0a0
0
roles/proxmox
7,341
[ "no_license" ]
[ { "path": "roles/proxmox/tasks/iommu.yml", "content": "- name: Ensure GRUB configuration contains IOMMU option\n ansible.builtin.lineinfile:\n path: /etc/default/grub\n regexp: '^GRUB_CMDLINE_LINUX_DEFAULT='\n line: 'GRUB_CMDLINE_LINUX_DEFAULT=\"quiet intel_iommu=on\"'\n notify: Update GRUB\n\n- ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1098, "all_permissive": false }
ansible_role
LukasW01/DevOps
ab4e5e4bcf9b0596d7b0a3258b42e46b7d02f0a0
0
roles/security
7,341
[ "no_license" ]
[ { "path": "roles/security/tasks/main.yml", "content": "---\n- name: Include selinux\n ansible.builtin.include_tasks: selinux.yml\n\n- name: Include firewall\n ansible.builtin.include_tasks: firewall.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 }, { "...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 990, "all_permissive": false }
ansible_role
LukasW01/DevOps
ab4e5e4bcf9b0596d7b0a3258b42e46b7d02f0a0
0
roles/system
7,341
[ "no_license" ]
[ { "path": "roles/system/tasks/posix.yml", "content": "---\n- name: Set permission/ownership\n ansible.builtin.file:\n path: /mnt/\n state: directory\n mode: \"0775\"\n owner: \"{{ user }}\"\n group: \"{{ group }}\"\n recurse: true\n\n- name: Set sysctl policy for unprivileged ports\n ans...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1869, "all_permissive": false }
ansible_role
LukasW01/DevOps
ab4e5e4bcf9b0596d7b0a3258b42e46b7d02f0a0
0
roles/web
7,341
[ "no_license" ]
[ { "path": "roles/web/templates/caddy/Caddyfile.HET.j2", "content": "# Import\n(header) {\n\theader {\n\t\tPermissions-Policy \"interest-cohort=()\"\n\t\tStrict-Transport-Security \"max-age=31536000; includeSubDomains; preload\"\n\t\tX-Content-Type-Options \"nosniff\"\n\t\tX-Frame-Options \"SAMEORIGIN\"\n\t\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 10591, "all_permissive": false }
ansible_role
LukasW01/DevOps
ab4e5e4bcf9b0596d7b0a3258b42e46b7d02f0a0
0
roles/youtrack
7,341
[ "no_license" ]
[ { "path": "roles/youtrack/templates/container/youtrack.container.j2", "content": "# youtrack.container\n[Container]\nAutoUpdate=registry\nContainerName=youtrack\nImage=docker.io/jetbrains/youtrack:2025.2.86069\nNetwork=app.network\nPublishPort=8080:8080\nVolume=/mnt/container/youtrack/data/:/opt/youtrack/da...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1470, "all_permissive": false }
ansible_role
ysha18/udacity_cicd_final
829f4b755d61756b1f7466ba34577ca0565c39d8
0
.circleci/ansible/configure-server/roles/configuration-server
7,341
[ "no_license" ]
[ { "path": ".circleci/ansible/configure-server/roles/configuration-server/tasks/main.yml", "content": "---\n\n- name: remove dependencies that are no longer required\n become: yes\n command: |\n apt autoremove\n\n- name: \"install dependencies.\"\n become: yes\n apt:\n name: [\"nodejs\", \"npm\"]\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 344, "all_permissive": false }
ansible_role
ysha18/udacity_cicd_final
829f4b755d61756b1f7466ba34577ca0565c39d8
0
.circleci/ansible/deploy-backend/roles/deploy
7,341
[ "no_license" ]
[ { "path": ".circleci/ansible/deploy-backend/roles/deploy/tasks/main.yml", "content": "\n\n- name: \"Copy backend files\"\n ansible.builtin.copy:\n src: /tmp/dist/\n dest: $HOME\n\n- name: \"install dependencies.\"\n become: yes\n apt:\n name: [\"nodejs\", \"npm\"]\n state: latest\n update_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 926, "all_permissive": false }
ansible_role
ysha18/udacity_cicd_final
829f4b755d61756b1f7466ba34577ca0565c39d8
0
backup-ansible-files/roles/configure-server
7,341
[ "no_license" ]
[ { "path": "backup-ansible-files/roles/configure-server/tasks/main.yml", "content": "---\n- name: \"set up env variables\"\n become: yes\n environment:\n ENVIRONMENT: production\n TYPEORM_CONNECTION: postgres\n TYPEORM_ENTITIES: ./src/modules/domain/**/*.entity.ts\n TYPEORM_HOST: udapeople-prod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 962, "all_permissive": false }
ansible_role
ptoal/toallab-automation
358f6b00673fe1a3f2cdf51e9b881a44e322f5c0
1
roles/ikke_t.podman_container_systemd
7,341
[ "no_license" ]
[ { "path": "roles/ikke_t.podman_container_systemd/tasks/deploy_pod_yaml.yml", "content": "---\n- name: Deploy container-pod-yaml with validation\n block:\n - name: Make sure unzip is installed\n become: true\n ansible.builtin.package:\n name: unzip\n state: present\n\n - name: Set correct ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 11587, "all_permissive": false }
ansible_role
ptoal/toallab-automation
358f6b00673fe1a3f2cdf51e9b881a44e322f5c0
1
roles/oatakan.rhel_ovirt_template
7,341
[ "no_license" ]
[ { "path": "roles/oatakan.rhel_ovirt_template/vars/main.yml", "content": "---\n\ntemp_directory: tmp{{ awx_job_id | default('') }}\n\niso_file: \"linux_{{ distro_name }}_ks{{ awx_job_id | default('') }}.iso\"\n\nexport_dir: \"{{ playbook_dir }}/{{ temp_directory }}\"\n\nremove_template: \"{{ true if (role_ac...
{ "task_files": 18, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 22, "total_bytes": 27715, "all_permissive": false }
ansible_role
ptoal/toallab-automation
358f6b00673fe1a3f2cdf51e9b881a44e322f5c0
1
roles/oatakan.rhel_template_build
7,341
[ "no_license" ]
[ { "path": "roles/oatakan.rhel_template_build/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n\n roles:\n - oatakan.rhel_template_build\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/oatakan.rhel_template_buil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6974, "all_permissive": false }
ansible_role
ptoal/toallab-automation
358f6b00673fe1a3f2cdf51e9b881a44e322f5c0
1
roles/oatakan.windows_template_build
7,341
[ "no_license" ]
[ { "path": "roles/oatakan.windows_template_build/tasks/clean_up_with_cleanmgr.yml", "content": "---\n\n- block:\n\n - name: check for cleanmgr executable\n win_stat:\n path: '{{ ansible_env.windir }}\\System32\\cleanmgr.exe'\n register: check_cleanmgr_file\n\n - include_tasks: copy_cle...
{ "task_files": 18, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 20, "total_bytes": 25948, "all_permissive": false }
ansible_role
ptoal/toallab-automation
358f6b00673fe1a3f2cdf51e9b881a44e322f5c0
1
roles/oatakan.windows_virtio
7,341
[ "no_license" ]
[ { "path": "roles/oatakan.windows_virtio/tasks/extract_iso.yml", "content": "---\n\n- name: Install 7-zip\n win_chocolatey:\n name: 7zip\n state: present\n register: install_7zip\n until: install_7zip is success\n delay: 3\n retries: 5\n\n- name: Ensure temp directory exists for iso\n win_file:\n...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 7415, "all_permissive": false }
ansible_role
ptoal/toallab-automation
358f6b00673fe1a3f2cdf51e9b881a44e322f5c0
1
roles/sage905.mineos
7,341
[ "no_license" ]
[ { "path": "roles/sage905.mineos/tasks/main.yml", "content": "---\n# tasks file for sage905.mineos\n- name: Ensure extra repos are enabled\n rhsm_repository:\n name:\n - \"rhel-*-optional-rpms\"\n - \"rhel-*-extras-rpms\"\n state: enabled\n when: (ansible_os_family == \"RedHat\" and ansible_d...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 5782, "all_permissive": false }
ansible_role
ptoal/toallab-automation
358f6b00673fe1a3f2cdf51e9b881a44e322f5c0
1
roles/sage905.waterfall
7,341
[ "no_license" ]
[ { "path": "roles/sage905.waterfall/vars/main.yml", "content": "---\n# vars file for sage905.waterfall", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/sage905.waterfall/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: r...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2382, "all_permissive": false }
ansible_role
ptoal/toallab-automation
358f6b00673fe1a3f2cdf51e9b881a44e322f5c0
1
roles/toal-common
7,341
[ "no_license" ]
[ { "path": "roles/toal-common/defaults/main.yml", "content": "---\n# defaults file for toal-common", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/toal-common/vars/main.yml", "content": "---\n# vars file for toal-common", "license_type...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1704, "all_permissive": false }
ansible_role
ptoal/toallab-automation
358f6b00673fe1a3f2cdf51e9b881a44e322f5c0
1
roles/toallab.infrastructure
7,341
[ "no_license" ]
[ { "path": "roles/toallab.infrastructure/tasks/main.yml", "content": "---\n# tasks file for toallab.infrastructure\n\n- name: Backup IOS Config\n connection: network_cli\n become: yes\n ios_config:\n backup: yes\n\n- name: Install base configuration\n connection: network_cli\n become: yes\n ios_conf...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1491, "all_permissive": false }
ansible_role
pavankumarreddy123/pavan323-ansibleplaybooks
2702c3b7ecf3bdd38cfa357906343504abd6c9ad
0
playbook/roles/testrole
7,341
[ "no_license" ]
[ { "path": "playbook/roles/testrole/tasks/main.yml", "content": "- name: installing httpd s/w\n yum: \n name: httpd\n state: present\n\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
ArkadiuszCzapski/test
809a0ae872e6e1af82f427bbb7cc5e9b4d297da0
0
roles/monitoring
7,341
[ "no_license" ]
[ { "path": "roles/monitoring/tasks/install.yml", "content": "- name: Install munin service\n become: yes\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - 'apache2'\n - 'libwww-perl'\n - 'libcache-cache-perl'\n - 'munin-node'\n - 'libapache2-mod-fcgid'\n - 'libcgi-fast-perl'...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1733, "all_permissive": false }
ansible_role
ArkadiuszCzapski/test
809a0ae872e6e1af82f427bbb7cc5e9b4d297da0
0
roles/users
7,341
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n# tasks file for users\n- name: Create user name group\n become: yes\n group: name={{ item }} state=present\n with_items:\n - '{{ user_name_1 }}'\n - '{{ user_name_2 }}'\n - '{{ user_name_3 }}'\n\n- name: Create user 1\n become: yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2104, "all_permissive": false }
ansible_role
guillaumebriday/todolist-backend-laravel
71ee99b7d57b2da9f6a730200f697d71e89082a7
69
roles/app
7,341
[ "no_license" ]
[ { "path": "roles/app/templates/.env.j2", "content": "APP_NAME=\"Todolist Backend\"\nAPP_ENV=production\nAPP_KEY={{ app_key }}\nJWT_SECRET={{ jwt_secret }}\nJWT_TTL=2880\nAPP_DEBUG=false\nAPP_URL={{ app_url }}\n\nLOG_CHANNEL=stack\nLOG_SLACK_WEBHOOK_URL={{ log_slack_webhook_url }}\n\nDB_CONNECTION=mysql\nDB_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1042, "all_permissive": false }
ansible_role
guillaumebriday/todolist-backend-laravel
71ee99b7d57b2da9f6a730200f697d71e89082a7
69
roles/docker
7,341
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Pull docker images\n docker_image:\n name: \"{{ item }}\"\n source: pull\n with_items:\n - mysql:8\n - nginx:latest\n - php:7.3-fpm-stretch\n\n- name: Create the todolist-backend network\n docker_network:\n name: todolist...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 656, "all_permissive": false }
ansible_role
MikeGreyDog/Ansible
654b847760fc27526c454c6f9ca94cdf076d490a
0
roles/Zabbix-agent
7,344
[ "no_license" ]
[ { "path": "roles/Zabbix-agent/tasks/main.yml", "content": "---\n - name: Include vars\n include_vars: \"agent_vars.yml\"\n\n - name: Add repository --CentOS 6\n yum: \n name: \"{{ item }}\"\n state: present\n with_items:\n - \"{{ zabbix_agent_repo_6 }}\"\n when: ansible_distribu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4406, "all_permissive": false }
ansible_role
MikeGreyDog/Ansible
654b847760fc27526c454c6f9ca94cdf076d490a
0
roles/Zabbix-server
7,344
[ "no_license" ]
[ { "path": "roles/Zabbix-server/handlers/main.yml", "content": "---\n - name: yum makecache\n shell: yum makecache \n \n - name: check mysql installation\n shell: yum list installed | grep mysql\n register: mysql_installed\n\n - name: restart MySQL\n service: name=mysql state=restarted\n\n - name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 6953, "all_permissive": false }
ansible_role
aahsing/ansibleplaybooks
fae4f8733556df0780efe5ae0b2729354cb5b964
0
HPC/openpbs/roles/pbs-common
7,344
[ "no_license" ]
[ { "path": "HPC/openpbs/roles/pbs-common/tasks/main.yml", "content": "# openpbs installation\n---\n-\n\n# Add epel repository\n- name: enable epel repository for local use\n yum:\n name: \"{{ epel_release_rpm }}\"\n disable_gpg_check: yes\n state: present\n\n# Add openhpc repository\n- name: enable...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
aahsing/ansibleplaybooks
fae4f8733556df0780efe5ae0b2729354cb5b964
0
HPC/openpbs/roles/pbs-server
7,344
[ "no_license" ]
[ { "path": "HPC/openpbs/roles/pbs-server/tasks/main.yml", "content": "# openpbs server installation\n---\n\n- name: install openpbs server packages\n yum:\n name: openpbs-server-ohpc\n disable_gpg_check: yes\n state: present\n\n\n- name: enable and start pbs service\n service:\n name: pbs\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 268, "all_permissive": false }
ansible_role
aahsing/ansibleplaybooks
fae4f8733556df0780efe5ae0b2729354cb5b964
0
k8s/roles/cluster-common
7,344
[ "no_license" ]
[ { "path": "k8s/roles/cluster-common/tasks/main.yml", "content": "---\n\n## base configuration for cluster nodes\n\n#### disable swap ####\n- name: disable swap\n swapoff: {}\n\n#### load br_netfilter module ####\n- name: load br_netfilter module\n lineinfile:\n path: /etc/modules-load.d/k8s.conf\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 580, "all_permissive": false }
ansible_role
aahsing/ansibleplaybooks
fae4f8733556df0780efe5ae0b2729354cb5b964
0
k8s/roles/etcd
7,344
[ "no_license" ]
[ { "path": "k8s/roles/etcd/templates/etcd-config.yml.j2", "content": "{% macro etcd_initial_cluster() -%}\n{% for host in groups['etcds'] -%}\n {{ hostvars[host]['ansible_hostname'] }}=http://{{ hostvars[host].ansible_default_ipv4.address }}:2380,\n{%- endfor -%}\n{% endmacro -%}\n\n\n\n#[Member]\n#ETCD_COR...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3930, "all_permissive": false }
ansible_role
aahsing/ansibleplaybooks
fae4f8733556df0780efe5ae0b2729354cb5b964
0
k8s/roles/lb-setup
7,344
[ "no_license" ]
[ { "path": "k8s/roles/lb-setup/templates/haproxy.conf.yml.j2", "content": "# /etc/haproxy/haproxy.cfg\n#---------------------------------------------------------------------\n# Global settings\n#---------------------------------------------------------------------\nglobal\n log /dev/log local0\n log /d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6367, "all_permissive": false }
ansible_role
aahsing/ansibleplaybooks
fae4f8733556df0780efe5ae0b2729354cb5b964
0
k8s/roles/packages-install
7,344
[ "no_license" ]
[ { "path": "k8s/roles/packages-install/vars/main.yml", "content": "crio_version: \"1.20:1.20.1\"\nos_version: \"CentOS_7\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "k8s/roles/packages-install/tasks/main.yml", "content": "---\n#### Install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1599, "all_permissive": false }
ansible_role
gridkick/deploy
ed968d5347e61e884aecec0834386c385ba79ded
0
roles/adventure_api_ssl_setup
7,344
[ "no_license" ]
[ { "path": "roles/adventure_api_ssl_setup/tasks/main.yml", "content": "---\n- name: setup ssl cert directories\n sudo: yes\n file: name=/opt/nginx/conf/ssl\n state=directory\n owner=root\n group=root\n\n- name: place adventure ssl cert files\n copy: src={{ item }}\n dest=/opt/n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 376, "all_permissive": false }
ansible_role
gridkick/deploy
ed968d5347e61e884aecec0834386c385ba79ded
0
roles/adventure_frontend_ssl_setup
7,344
[ "no_license" ]
[ { "path": "roles/adventure_frontend_ssl_setup/tasks/main.yml", "content": "---\n- name: setup ssl cert directories\n sudo: yes\n file: name=/opt/nginx/conf/ssl\n state=directory\n owner=root\n group=root\n\n- name: place adventure ssl cert files\n copy: src={{ item }}\n dest=/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
gridkick/deploy
ed968d5347e61e884aecec0834386c385ba79ded
0
roles/ansible
7,344
[ "no_license" ]
[ { "path": "roles/ansible/tasks/main.yml", "content": "---\n- name: update apt\n sudo: yes\n apt: update_cache=yes cache_valid_time=3600\n\n- name: install ansible/pip/etc... dependencies\n apt: pkg={{ item }} state=present\n sudo: yes\n with_items:\n - git-core\n - python-setuptools\n - python...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 736, "all_permissive": false }
ansible_role
gridkick/deploy
ed968d5347e61e884aecec0834386c385ba79ded
0
roles/api_ansible_keys
7,344
[ "no_license" ]
[ { "path": "roles/api_ansible_keys/vars/main.yml", "content": "---\nkeys_dir: /var/ops/adventure-keys\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/api_ansible_keys/tasks/main.yml", "content": "---\n- name: create expected capistrano d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 390, "all_permissive": false }
ansible_role
gridkick/deploy
ed968d5347e61e884aecec0834386c385ba79ded
0
roles/api_capistrano_setup
7,344
[ "no_license" ]
[ { "path": "roles/api_capistrano_setup/tasks/main.yml", "content": "---\n- name: create expected capistrano dirs\n sudo: yes\n file: name=/var/www/adventure-api\n state=directory\n owner={{ ansible_ssh_user }}\n group=root\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 172, "all_permissive": false }
ansible_role
gridkick/deploy
ed968d5347e61e884aecec0834386c385ba79ded
0
roles/api_db_backups
7,344
[ "no_license" ]
[ { "path": "roles/api_db_backups/tasks/main.yml", "content": "---\n- name: install redis backup gem configuration\n template: src=redis_backup.rb.j2 dest=~/Backup/models/redis_backup.rb\n\n- name: run backup to catch errors early (but don't wait for it to finish)\n shell: bash -l -c 'backup perform -t redi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5116, "all_permissive": false }
ansible_role
gridkick/deploy
ed968d5347e61e884aecec0834386c385ba79ded
0
roles/api_nginx_hosts
7,344
[ "no_license" ]
[ { "path": "roles/api_nginx_hosts/files/api.venture.io", "content": "server {\n listen 443;\n ssl on;\n ssl_certificate /opt/nginx/conf/ssl/api.venture.io-unified.crt;\n ssl_certificate_key /opt/nginx/conf/ssl/api.venture.io.key;\n server_name api.venture.io;\n rewrite ^/(.*)$ https://api.gridkick....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1224, "all_permissive": false }
ansible_role
gridkick/deploy
ed968d5347e61e884aecec0834386c385ba79ded
0
roles/api_ruby_dependencies
7,344
[ "no_license" ]
[ { "path": "roles/api_ruby_dependencies/tasks/main.yml", "content": "---\n- name: install gem dependency libs\n sudo: yes\n apt: pkg={{ item }} state=present\n with_items:\n - libmysqlclient-dev\n - libpq-dev\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
gridkick/deploy
ed968d5347e61e884aecec0834386c385ba79ded
0
roles/backup_daily_cron
7,344
[ "no_license" ]
[ { "path": "roles/backup_daily_cron/tasks/main.yml", "content": "---\n- name: install whenever gem\n # gem: name=whenever version=$whenever_gem_version state=present\n shell: bash -l -c 'gem install whenever --no-ri --no-rdoc -v\"$whenever_gem_version\"' creates=~/.rvm/gems/$ruby_version/gems/whenever-$whe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1313, "all_permissive": false }
ansible_role
gridkick/deploy
ed968d5347e61e884aecec0834386c385ba79ded
0
roles/backup_system
7,344
[ "no_license" ]
[ { "path": "roles/backup_system/tasks/main.yml", "content": "---\n- name: install backup gem prerequisites\n apt: pkg={{ item }} state=present\n sudo: yes\n with_items:\n - libxml2-dev\n - libxslt1-dev\n\n- name: install backup gem\n # gem: name=backup version=$backup_gem_version state=present\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1048, "all_permissive": false }
ansible_role
gridkick/deploy
ed968d5347e61e884aecec0834386c385ba79ded
0
roles/backup_user
7,344
[ "no_license" ]
[ { "path": "roles/backup_user/vars/main.yml", "content": "---\nbackup_user: gridkickbackup\nbackup_group: gridkickbackup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/backup_user/tasks/main.yml", "content": "---\n- name: add backup gro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 913, "all_permissive": false }
ansible_role
gridkick/deploy
ed968d5347e61e884aecec0834386c385ba79ded
0
roles/common
7,344
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: update apt\n sudo: yes\n apt: update_cache=yes cache_valid_time=3600\n\n- name: install prerequisites\n sudo: yes\n apt: pkg={{ item }} state=present\n with_items:\n - curl\n - git\n - screen\n - subversion\n - traceroute\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 878, "all_permissive": false }
ansible_role
gridkick/deploy
ed968d5347e61e884aecec0834386c385ba79ded
0
roles/common_locale
7,344
[ "no_license" ]
[ { "path": "roles/common_locale/tasks/main.yml", "content": "---\n- name: add LC_ALL=\"en_US.utf8\" to /etc/environment\n sudo: yes\n action: lineinfile\n dest=/etc/environment\n regexp=\"LC_ALL=.*\"\n line=\"LC_ALL=\\\"en_US.utf8\\\"\"\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
gridkick/deploy
ed968d5347e61e884aecec0834386c385ba79ded
0
roles/common_service_security
7,344
[ "no_license" ]
[ { "path": "roles/common_service_security/tasks/main.yml", "content": "---\n- name: open service port in firewall\n command: ufw allow {{ allow_port }}\n sudo: 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
gridkick/deploy
ed968d5347e61e884aecec0834386c385ba79ded
0
roles/common_ssh_authorized_keys
7,344
[ "no_license" ]
[ { "path": "roles/common_ssh_authorized_keys/tasks/main.yml", "content": "---\n - name: add public key to user authorized keys\n sudo: true\n authorized_key: \"user={{ ansible_ssh_user }} key='{{ item }}'\"\n with_file:\n - <EMAIL>\n - <EMAIL>\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 182, "all_permissive": false }
ansible_role
gridkick/deploy
ed968d5347e61e884aecec0834386c385ba79ded
0
roles/common_user_ubuntu
7,344
[ "no_license" ]
[ { "path": "roles/common_user_ubuntu/tasks/main.yml", "content": "---\n- name: add ubuntu group\n group: name={{ group }}\n\n- name: add user\n sudo: true\n user: name={{ user }} \n group={{ group }} \n shell=/bin/bash\n password=<PASSWORD>\n\n- name: Add user to sudoers\n action: li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1091, "all_permissive": false }
ansible_role
gridkick/deploy
ed968d5347e61e884aecec0834386c385ba79ded
0
roles/deploy_capistrano_setup
7,344
[ "no_license" ]
[ { "path": "roles/deploy_capistrano_setup/tasks/main.yml", "content": "---\n- name: create expected capistrano dirs\n sudo: yes\n file: name=/var/ops/adventure-deploy\n state=directory\n owner={{ ansible_ssh_user }}\n group={{ ansible_ssh_user }}\n tags:\n - capistrano\n - deplo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 232, "all_permissive": false }
ansible_role
gridkick/deploy
ed968d5347e61e884aecec0834386c385ba79ded
0
roles/fireball
7,344
[ "no_license" ]
[ { "path": "roles/fireball/tasks/main.yml", "content": "---\n- name: update apt\n apt: update_cache=yes cache_valid_time=3600\n\n- name: install dependencies for (python) 0mq libs\n apt: pkg={{ item }} state=present\n with_items:\n - build-essential\n - python-setuptools\n - gcc\n - libtool\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 954, "all_permissive": false }
ansible_role
gridkick/deploy
ed968d5347e61e884aecec0834386c385ba79ded
0
roles/frontend_capistrano_setup
7,344
[ "no_license" ]
[ { "path": "roles/frontend_capistrano_setup/tasks/main.yml", "content": "---\n- name: create expected capistrano dirs\n sudo: yes\n file: name=/var/www/adventure-frontend\n state=directory\n owner={{ ansible_ssh_user }}\n group=root\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 177, "all_permissive": false }
ansible_role
gridkick/deploy
ed968d5347e61e884aecec0834386c385ba79ded
0
roles/frontend_nginx_hosts
7,344
[ "no_license" ]
[ { "path": "roles/frontend_nginx_hosts/files/ad.venture.io", "content": "server {\n listen 443;\n ssl on;\n ssl_certificate /opt/nginx/conf/ssl/ad.venture.io-unified.crt;\n ssl_certificate_key /opt/nginx/conf/ssl/ad.venture.io.key;\n server_name ad.venture.io;\n rewrite ^/(.*)$ https://gridkick.com...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 1808, "all_permissive": false }
ansible_role
gridkick/deploy
ed968d5347e61e884aecec0834386c385ba79ded
0
roles/gridkick_ssl_setup
7,344
[ "no_license" ]
[ { "path": "roles/gridkick_ssl_setup/tasks/main.yml", "content": "---\n- name: setup ssl cert directories\n sudo: yes\n file: name=/opt/nginx/conf/ssl/gridkick\n state=directory\n owner=root\n group=root\n\n- name: place gridkick ssl cert files\n copy: src={{ item }}\n dest=/op...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 389, "all_permissive": false }
ansible_role
gridkick/deploy
ed968d5347e61e884aecec0834386c385ba79ded
0
roles/mongo
7,344
[ "no_license" ]
[ { "path": "roles/mongo/tasks/main.yml", "content": "---\n- name: Add 10gen key\n sudo: yes\n apt_key: id=7F0CEB10 url=\"http://docs.mongodb.org/10gen-gpg-key.asc\" state=present\n\n- name: Copy 10gen.list to /etc/apt/sources.list.d\n sudo: yes\n copy: src=10gen.list dest=/etc/apt/sources.list.d/10gen.li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3703, "all_permissive": false }
ansible_role
gridkick/deploy
ed968d5347e61e884aecec0834386c385ba79ded
0
roles/mongo_change_password
7,344
[ "no_license" ]
[ { "path": "roles/mongo_change_password/tasks/main.yml", "content": "--- \n\n- name: ensure current credentials work\n command: mongo {{ db_name }}\n --port {{ db_port }}\n --username {{ db_username }}\n -p {{ db_password }}\n --eval \"db...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1141, "all_permissive": false }
ansible_role
gridkick/deploy
ed968d5347e61e884aecec0834386c385ba79ded
0
roles/mysql
7,344
[ "no_license" ]
[ { "path": "roles/mysql/templates/port.cnf.j2", "content": "[mysqld]\nbind-address=0.0.0.0\nport={{ mysql.app_db_port }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: update apt cache\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1931, "all_permissive": false }
ansible_role
gridkick/deploy
ed968d5347e61e884aecec0834386c385ba79ded
0
roles/nginx_passenger
7,344
[ "no_license" ]
[ { "path": "roles/nginx_passenger/vars/main.yml", "content": "---\nnginx_worker_processes: 2\npassenger_gem_version: 4.0.35\nruby_version: ruby-2.0.0-p353\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/nginx_passenger/templates/nginx.conf.j...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2249, "all_permissive": false }
ansible_role
gridkick/deploy
ed968d5347e61e884aecec0834386c385ba79ded
0
roles/postgresql
7,344
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/ubuntu.yml", "content": "---\n- name: ubuntu | install python-software-properties\n sudo: true\n apt: pkg=python-software-properties state=present\n\n- name: template over \n sudo: true\n template: src=pgdg.list.j2 dest=/etc/apt/sources.list.d/pgdg.list\n\n- name: get ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2862, "all_permissive": false }