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
Arsenikki/kuberseni-gitops
dc54ab01f418cfa873a5e406a1adafedb435c5e2
1
bootstrapping/roles/teleport_agent
7,601
[ "no_license" ]
[ { "path": "bootstrapping/roles/teleport_agent/templates/teleport.service.j2", "content": "[Unit]\nDescription=Teleport SSH Service\nAfter=network.target\n\n[Service]\nType=simple\nRestart=always\nExecStart=/usr/local/bin/teleport start --config={{ teleport_config_path }}\n\n[Install]\nWantedBy=multi-user.ta...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3468, "all_permissive": false }
ansible_role
Arsenikki/kuberseni-gitops
dc54ab01f418cfa873a5e406a1adafedb435c5e2
1
bootstrapping/roles/vm_provisioning
7,601
[ "no_license" ]
[ { "path": "bootstrapping/roles/vm_provisioning/handlers/main.yaml", "content": "---\n- name: Kernel update successful\n debug:\n msg: \"Kernel update was successful.\"\n when: kernel_update_result.changed\n notify: Reboot\n\n- name: Reboot\n ansible.builtin.reboot:\n msg: \"Reboot initiated by Ans...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3643, "all_permissive": false }
ansible_role
WS-EE/NM2025-Skill39-Public
0d3b57b1a50d005ebfd07d0acc32028245caae33
0
Scoring/roles/score_module_a
7,601
[ "no_license" ]
[ { "path": "Scoring/roles/score_module_a/defaults/main/stage6.yaml", "content": "score_module_a_test_stage_6:\n # PROXY: A - Serveris töötab veebiserver\n - name: Proxy serveris töötab veebiserver\n id: 30\n points: 0.5\n hostname: a_proxy\n get_content:\n cmd1: |\n netstat -tl\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 22217, "all_permissive": false }
ansible_role
WS-EE/NM2025-Skill39-Public
0d3b57b1a50d005ebfd07d0acc32028245caae33
0
Scoring/roles/score_module_b
7,601
[ "no_license" ]
[ { "path": "Scoring/roles/score_module_b/tasks/main.yaml", "content": "---\n\n# Import the stage importer with defined competitors\n- name: Init stage importer\n tags: always\n ansible.builtin.include_tasks:\n import_stages.yaml\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 23712, "all_permissive": false }
ansible_role
WS-EE/NM2025-Skill39-Public
0d3b57b1a50d005ebfd07d0acc32028245caae33
0
Scoring/roles/set_score
7,601
[ "no_license" ]
[ { "path": "Scoring/roles/set_score/defaults/main.yaml", "content": "# Arbitaja variables\nset_score_arbitaja_url: https://www.arbitaja.ee\nset_score_arbitaja_api_key: arbitaja-api-key\n\n# Scoring info forwarded\nset_score_competition_id: 1\nset_score_criteria_id: 30\nset_score_criteria_name: \"Tested crite...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2412, "all_permissive": false }
ansible_role
rhpds/lb2958_aap_manifest
952e56c104cf786b559ab5c1bc397e9f313f2785
0
roles/day2_get_admin
7,593
[ "no_license" ]
[ { "path": "roles/day2_get_admin/tasks/main.yaml", "content": "---\n- name: Get admin secret\n ansible.builtin.include_tasks: get_admin.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 77, "all_permissive": false }
ansible_role
rhpds/lb2958_aap_manifest
952e56c104cf786b559ab5c1bc397e9f313f2785
0
roles/day2_lightspeed
7,593
[ "no_license" ]
[ { "path": "roles/day2_lightspeed/templates/lightspeed.yaml.j2", "content": "---\napiVersion: lightspeed.ansible.com/v1alpha1\nkind: AnsibleLightspeed\nmetadata:\n name: \"{{ lightspeed_name }}\"\nspec:\n{% if lightspeed_wca_enabled | bool and lightspeed_model_url is defined and lightspeed_model_url | lengt...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2619, "all_permissive": false }
ansible_role
stevecosner/ansible-cisco-config
dc3aee084afeebe145cbfa0c7f978df667a8a3b1
0
roles/common
7,593
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: Change Hostname \n ios_config:\n lines: hostname R1\n\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 72, "all_permissive": false }
ansible_role
stevecosner/ansible-cisco-config
dc3aee084afeebe145cbfa0c7f978df667a8a3b1
0
roles/config
7,593
[ "no_license" ]
[ { "path": "roles/config/tasks/main.yml", "content": "---\n\n- name: Add loopback \n ios_config:\n lines: Description Pro Main Loopback 0\n parents: int loopback 0\n \n- name: Add Matt\n ios_config:\n lines: username matt password <PASSWORD>\n\n- name: Show Run\n ios_command:\n commands: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 325, "all_permissive": false }
ansible_role
sakharovaan/kube-workshop
d8630e1a535886472cadcb585d73a5ae76d70717
0
ansible/roles/docker
7,593
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/debian.yml", "content": "---\n\n- name: Uninstall old versions\n apt:\n name:\n - docker\n - docker-engine\n state: absent\n purge: yes\n\n- name: Install dependencies\n apt:\n name: '{{ docker_package_dependencies }}'\n state: present\n in...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2511, "all_permissive": false }
ansible_role
sakharovaan/kube-workshop
d8630e1a535886472cadcb585d73a5ae76d70717
0
ansible/roles/kubernetes-master
7,593
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes-master/defaults/main.yml", "content": "---\n\nkubernetes_packages:\n - kubelet\n - kubeadm\n - kubectl\nkubernetes_apt_key_url: 'https://packages.cloud.google.com/apt/doc/apt-key.gpg'\nkubernetes_apt_repository: 'deb [arch=amd64] https://apt.kubernetes.io/ kubernetes-x...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1926, "all_permissive": false }
ansible_role
sakharovaan/kube-workshop
d8630e1a535886472cadcb585d73a5ae76d70717
0
ansible/roles/kubernetes-node
7,593
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes-node/tasks/join.yml", "content": "---\n\n- name: Reset Kubernetes component\n shell: \"kubeadm reset --force\"\n register: reset_cluster\n\n- name: Join to Kubernetes cluster\n when: reset_cluster is succeeded\n shell: |\n kubeadm join --token {{ kubernetes_token }...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1908, "all_permissive": false }
ansible_role
sakharovaan/kube-workshop
d8630e1a535886472cadcb585d73a5ae76d70717
0
ansible/roles/linux_server
7,593
[ "no_license" ]
[ { "path": "ansible/roles/linux_server/tasks/main.yml", "content": "---\n\n- name: Create /etc/ansible/facts.d\n file:\n path: /etc/ansible/facts.d\n state: directory\n owner: root\n group: root\n mode: 0700\n\n- name: Setup locales\n locale_gen:\n name: '{{ item }}'\n with_items:\n -...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4897, "all_permissive": false }
ansible_role
ncsa/lci-scripts
99c09d3626797aa0a8a43ab50e83615ebdd2ee8a
7
introductory/2024/compute_nodes/Compute_node_playbook/roles/compute-node_autofs
7,593
[ "no_license" ]
[ { "path": "introductory/2024/compute_nodes/Compute_node_playbook/roles/compute-node_autofs/tasks/main.yml", "content": " - name: install autofs\n ansible.builtin.dnf:\n name: autofs\n state: present\n\n - name: Creates directory\n ansible.builtin.file:\n path: /head\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 713, "all_permissive": false }
ansible_role
ncsa/lci-scripts
99c09d3626797aa0a8a43ab50e83615ebdd2ee8a
7
introductory/2024/compute_nodes/Compute_node_playbook/roles/timesync
7,593
[ "no_license" ]
[ { "path": "introductory/2024/compute_nodes/Compute_node_playbook/roles/timesync/tasks/main.yml", "content": " - name: Ensure time zones are in sync\n ansible.builtin.command:\n cmd: timedatectl set-timezone America/Chicago \n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 122, "all_permissive": false }
ansible_role
ncsa/lci-scripts
99c09d3626797aa0a8a43ab50e83615ebdd2ee8a
7
introductory/2024/head_node/Head_node_playbook/roles/head-node_nfs_server
7,593
[ "no_license" ]
[ { "path": "introductory/2024/head_node/Head_node_playbook/roles/head-node_nfs_server/tasks/main.yml", "content": "- name: Install dnf package for nfs-utils\n ansible.builtin.dnf:\n name: nfs-utils \n state: latest\n\n- name: Create directory for NFS exports if it does not exist\n ansible.builtin.fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 667, "all_permissive": false }
ansible_role
ncsa/lci-scripts
99c09d3626797aa0a8a43ab50e83615ebdd2ee8a
7
introductory/2024/head_node/Head_node_playbook/roles/head-node_pkg_inst
7,593
[ "no_license" ]
[ { "path": "introductory/2024/head_node/Head_node_playbook/roles/head-node_pkg_inst/tasks/main.yml", "content": " - name: Install dnf packages on head node\n ansible.builtin.dnf:\n name: gcc,ansible,rpm-build,pam-devel,perl,perl-DBI,openssl-devel,readline-devel,mariadb-devel,mariadb-server,python3-P...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 467, "all_permissive": false }
ansible_role
ncsa/lci-scripts
99c09d3626797aa0a8a43ab50e83615ebdd2ee8a
7
introductory/2024/head_node/Head_node_playbook/roles/timesync
7,593
[ "no_license" ]
[ { "path": "introductory/2024/head_node/Head_node_playbook/roles/timesync/tasks/main.yml", "content": " - name: Ensure time zones are in sync\n ansible.builtin.command:\n cmd: \"{{ item }}\" \n with_items: \n - timedatectl set-timezone America/Chicago\n - timedatectl set-ntp yes \n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
ncsa/lci-scripts
99c09d3626797aa0a8a43ab50e83615ebdd2ee8a
7
introductory/2024/openmp_mpi/Lab_MPI/Ansible/roles/openmpi-rpm-build
7,593
[ "no_license" ]
[ { "path": "introductory/2024/openmp_mpi/Lab_MPI/Ansible/roles/openmpi-rpm-build/tasks/main.yml", "content": "- name: Checking to see if prrte rpm.src exists \n ansible.builtin.stat:\n path: roles/openmpi-rpm-build/files/prrte-{{ prtte_version }}-1.src.rpm\n register: file_prrte_srcrpm\n\n- name: If it ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2150, "all_permissive": false }
ansible_role
ncsa/lci-scripts
99c09d3626797aa0a8a43ab50e83615ebdd2ee8a
7
introductory/2024/openmp_mpi/Lab_MPI/Ansible/roles/openmpi-rpm-install_head_node
7,593
[ "no_license" ]
[ { "path": "introductory/2024/openmp_mpi/Lab_MPI/Ansible/roles/openmpi-rpm-install_head_node/tasks/main.yml", "content": "- name: install opeenmpi pkg\n ansible.builtin.dnf:\n name: /tmp/rpmbuild/RPMS/x86_64/openmpi-{{ openmpi_version }}-1.el8.x86_64.rpm\n disable_gpg_check: true\n state: installed...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 184, "all_permissive": false }
ansible_role
ncsa/lci-scripts
99c09d3626797aa0a8a43ab50e83615ebdd2ee8a
7
introductory/2024/scheduler_installation/Scheduler_installation_playbook/roles/compute-node_munge_key
7,593
[ "no_license" ]
[ { "path": "introductory/2024/scheduler_installation/Scheduler_installation_playbook/roles/compute-node_munge_key/tasks/main.yml", "content": " - name: Install munge on compute nodes\n ansible.builtin.dnf:\n name: munge\n state: latest\n\n - name: Copy mungekey with owner and permissions to th...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": false }
ansible_role
ncsa/lci-scripts
99c09d3626797aa0a8a43ab50e83615ebdd2ee8a
7
introductory/2024/scheduler_installation/Scheduler_installation_playbook/roles/head-node_munge_key
7,593
[ "no_license" ]
[ { "path": "introductory/2024/scheduler_installation/Scheduler_installation_playbook/roles/head-node_munge_key/tasks/main.yml", "content": " - name: Install Munge through DNF\n ansible.builtin.dnf:\n name: munge\n state: latest\n\n - name: Check if the munge.key exists\n stat:\n path: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 671, "all_permissive": false }
ansible_role
ncsa/lci-scripts
99c09d3626797aa0a8a43ab50e83615ebdd2ee8a
7
introductory/2024/scheduler_installation/Scheduler_installation_playbook/roles/slurm-rpm-build
7,593
[ "no_license" ]
[ { "path": "introductory/2024/scheduler_installation/Scheduler_installation_playbook/roles/slurm-rpm-build/tasks/main.yml", "content": "- name: Build pmix on the head node\n include_tasks: pmix-rpm-build.yml\n tags: pmix_rpm_build\n\n- name: Build and SLURM on the head node\n include_tasks: slurm-rpm-buil...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3285, "all_permissive": false }
ansible_role
ncsa/lci-scripts
99c09d3626797aa0a8a43ab50e83615ebdd2ee8a
7
introductory/2024/scheduler_installation/Scheduler_installation_playbook/roles/slurm-user
7,593
[ "no_license" ]
[ { "path": "introductory/2024/scheduler_installation/Scheduler_installation_playbook/roles/slurm-user/tasks/slurm-logs.yml", "content": " - name: Create & change ownership of /var/spool/slurm directory\n file:\n path: /var/spool/slurm\n state: directory\n owner: slurm\n group: slurm\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 693, "all_permissive": false }
ansible_role
ncsa/lci-scripts
99c09d3626797aa0a8a43ab50e83615ebdd2ee8a
7
introductory/2024/scheduler_installation/Scheduler_installation_playbook/roles/slurmd
7,593
[ "no_license" ]
[ { "path": "introductory/2024/scheduler_installation/Scheduler_installation_playbook/roles/slurmd/templates/slurm.conf.j2", "content": "# slurm.conf file generated by configurator.html.\n# Put this file on all nodes of your cluster.\n# See the slurm.conf man page for more information.\n#\nClusterName={{ clus...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6143, "all_permissive": false }
ansible_role
ncsa/lci-scripts
99c09d3626797aa0a8a43ab50e83615ebdd2ee8a
7
introductory/2025/compute_nodes/Compute_node_playbook/roles/compute-node_pkg_inst
7,593
[ "no_license" ]
[ { "path": "introductory/2025/compute_nodes/Compute_node_playbook/roles/compute-node_pkg_inst/tasks/main.yml", "content": " - name: Compute node packages\n ansible.builtin.dnf:\n name: perl, perl-DBI, autofs\n state: latest\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 112, "all_permissive": false }
ansible_role
ncsa/lci-scripts
99c09d3626797aa0a8a43ab50e83615ebdd2ee8a
7
introductory/2025/compute_nodes/Compute_node_playbook/roles/powertools
7,593
[ "no_license" ]
[ { "path": "introductory/2025/compute_nodes/Compute_node_playbook/roles/powertools/tasks/main.yml", "content": "- name: Enable the EPEL repo\n ansible.builtin.dnf:\n name: epel-release\n state: latest\n\n- name: Enable the powertools repo\n ansible.builtin.command:\n cmd: dnf config-manager --s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
ncsa/lci-scripts
99c09d3626797aa0a8a43ab50e83615ebdd2ee8a
7
introductory/2025/openmp_mpi/Lab_MPI/Ansible/roles/openmpi-rpm-install_compute_nodes
7,593
[ "no_license" ]
[ { "path": "introductory/2025/openmp_mpi/Lab_MPI/Ansible/roles/openmpi-rpm-install_compute_nodes/tasks/main.yml", "content": "- name: copy prrte and opnmpi packages to the nodes\n ansible.builtin.copy:\n src: \"{{ item }}\"\n dest: /tmp/\n with_items:\n - /tmp/rpmbuild/RPMS/x86_64/prrte-{{ prtte_v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 546, "all_permissive": false }
ansible_role
ncsa/lci-scripts
99c09d3626797aa0a8a43ab50e83615ebdd2ee8a
7
introductory/2025/scheduler_installation/Scheduler_installation_playbook/roles/slurm-rpm-build
7,593
[ "no_license" ]
[ { "path": "introductory/2025/scheduler_installation/Scheduler_installation_playbook/roles/slurm-rpm-build/tasks/slurm-rpm-build.yml", "content": "- name: Checking to see if the slurm .tar.bz2 file exists\n ansible.builtin.stat:\n path: roles/slurm-rpm-build/files/slurm-{{ slurm_vers }}.tar.bz2\n regist...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 919, "all_permissive": false }
ansible_role
ncsa/lci-scripts
99c09d3626797aa0a8a43ab50e83615ebdd2ee8a
7
introductory/2025/scheduler_installation/Scheduler_installation_playbook/roles/slurm-user
7,593
[ "no_license" ]
[ { "path": "introductory/2025/scheduler_installation/Scheduler_installation_playbook/roles/slurm-user/tasks/main.yml", "content": "- name: Setting SLURM user, group\n include_tasks: slurm-user.yml\n tags: slurm_user\n\n- name: Setting SLURM directories\n include_tasks: slurm-logs.yml\n tags: slurm_logs \...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 465, "all_permissive": false }
ansible_role
ncsa/lci-scripts
99c09d3626797aa0a8a43ab50e83615ebdd2ee8a
7
introductory/2025/scheduler_installation/Scheduler_installation_playbook/roles/slurmdbd
7,593
[ "no_license" ]
[ { "path": "introductory/2025/scheduler_installation/Scheduler_installation_playbook/roles/slurmdbd/tasks/main.yml", "content": " - name: Restart mariadb service\n ansible.builtin.service:\n name: mariadb\n state: restarted\n\n - name: Create a new database named slurm_acct_db\n community.m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1111, "all_permissive": false }
ansible_role
joshs-code/ansible-lamp
9eec0b221197b3b20bf4db876609c5edb1e2787e
0
roles/apache
7,593
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yaml", "content": "---\n- name: Firewall Open Port for Webserver\n when: ansible_distribution == 'Rocky'\n ansible.posix.firewalld:\n service: http\n state: enabled\n permanent: true\n immediate: true\n offline: true\n\n- name: Install Apache Web Server\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 411, "all_permissive": false }
ansible_role
joshs-code/ansible-lamp
9eec0b221197b3b20bf4db876609c5edb1e2787e
0
roles/common
7,593
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "---\n- name: Update System\n when: ansible_distribution == 'Rocky'\n yum:\n name: '*'\n state: latest\n update_cache: yes\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
joshs-code/ansible-lamp
9eec0b221197b3b20bf4db876609c5edb1e2787e
0
roles/mysql
7,593
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yaml", "content": "---\n- name: Install MySQL on webservers\n when: ansible_distribution == 'Rocky'\n yum:\n name: 'mysql-server'\n state: latest\n \n- name: Firewall Open Port for Database\n ansible.posix.firewalld:\n service: mysql\n state: enabled\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 361, "all_permissive": false }
ansible_role
joshs-code/ansible-lamp
9eec0b221197b3b20bf4db876609c5edb1e2787e
0
roles/php
7,593
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yaml", "content": "---\n- name: Install EPEL release package\n ansible.builtin.yum:\n name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm\n state: present\n disable_gpg_check: true \n\n- name: Install Remi Repository RPM\n ansible.builtin....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 803, "all_permissive": false }
ansible_role
surendrapadala/hdfs
fee69dc638b59d60720f20c9f02d50d6b105580a
0
roles/hdfs
7,593
[ "no_license" ]
[ { "path": "roles/hdfs/defaults/main.yml", "content": "---\n# HDFS pods name\nhdfs_name: hdfs\n\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/hdfs/tasks/main.yml", "content": "---\n# Copying helm file to run hadoop on kubernetes\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1432, "all_permissive": false }
ansible_role
Shasthojoy/citc-openstack-1
26470caf0ce27dceefeadf2377c25cd7c1190b82
0
roles/demo
7,593
[ "no_license" ]
[ { "path": "roles/demo/tasks/main.yaml", "content": "---\n# Deploy a small system for evaluation with CITC\n#\n- name: collect networks\n command: openstack {{ openstack.admin_credentials }} network list\n register: _networks\n\n- name: Create demo net\n command: neutron {{ openstack.neutron_credentials }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1713, "all_permissive": false }
ansible_role
Shasthojoy/citc-openstack-1
26470caf0ce27dceefeadf2377c25cd7c1190b82
0
roles/internet
7,593
[ "no_license" ]
[ { "path": "roles/internet/tasks/main.yaml", "content": "#\n# The oob-mgmt-server acts as the Internet gateway to fabric\n#\n# Also need to perform NAT for remote access to Mesos/Marathon UI services\n#\n\n- set_fact:\n myvars: \"{{ servervars[inventory_hostname] }}\"\n\n- name: upgrade Cumulus Linux\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2700, "all_permissive": false }
ansible_role
Shasthojoy/citc-openstack-1
26470caf0ce27dceefeadf2377c25cd7c1190b82
0
roles/openstack-compute
7,593
[ "no_license" ]
[ { "path": "roles/openstack-compute/tasks/main.yaml", "content": "---\n\n- name: Install neutron and nova\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - python-openstackclient\n - neutron-linuxbridge-agent\n - neutron-l3-agent\n - nova-compute\n\n- name: neutron config files\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1294, "all_permissive": false }
ansible_role
Shasthojoy/citc-openstack-1
26470caf0ce27dceefeadf2377c25cd7c1190b82
0
roles/openstack-controller
7,593
[ "no_license" ]
[ { "path": "roles/openstack-controller/tasks/main.yaml", "content": "#-------------------------------------------------------------------------------\n#\n# Copyright 2017 Cumulus Networks Inc. All rights reserved\n#\n#-------------------------------------------------------------------------------\n#\n# Brok...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1886, "all_permissive": false }
ansible_role
Shasthojoy/citc-openstack-1
26470caf0ce27dceefeadf2377c25cd7c1190b82
0
roles/server-common
7,593
[ "no_license" ]
[ { "path": "roles/server-common/tasks/main.yaml", "content": "#\n# prep the servers for doing fun stuff :-)\n#\n\n- set_fact:\n myvars: \"{{ servervars[inventory_hostname] }}\"\n\n- name: distribute the cluster hosts file\n blockinfile:\n dest: /etc/hosts\n marker: \"# {mark} ANSIBLE MANAGED BLOCK ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2746, "all_permissive": false }
ansible_role
Shasthojoy/citc-openstack-1
26470caf0ce27dceefeadf2377c25cd7c1190b82
0
roles/switch-common
7,593
[ "no_license" ]
[ { "path": "roles/switch-common/tasks/main.yaml", "content": "---\n- name: distribute the cluster hosts file\n blockinfile:\n dest: /etc/hosts\n marker: \"# {mark} ANSIBLE MANAGED BLOCK cluster hosts\"\n block: \"{{ lookup('file', '{{ inventory_dir }}/files/hosts') }}\"\n become: true\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1364, "all_permissive": false }
ansible_role
michaelhenkel/tripleo-fabric-ansible
946b54c78e629506d56d9653315b59796c3988cf
3
playbooks/roles/fabric_creator
7,593
[ "no_license" ]
[ { "path": "playbooks/roles/fabric_creator/tasks/attach_nic.yml", "content": "---\n\n- name: \"attaching interface {{ nic_item['br_name'] }} to {{ vm_item.1['name'] }}_{{ item }}\"\n command: \"virsh attach-interface --domain {{ vm_item.1['name'] }}_{{ item }} --type network --source {{ nic_item['br_name'] ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5583, "all_permissive": false }
ansible_role
andresrcs/aws_r_server
a415e8625a521d04752b27f42c102ec639b9d70f
4
roles/configure_shiny_server
7,593
[ "no_license" ]
[ { "path": "roles/configure_shiny_server/tasks/main.yml", "content": "---\n- name: Create shiny-apps group\n group:\n name: shiny-apps\n\n- name: Add the main users to the shiny-apps group\n user:\n name: \"{{ item }}\"\n append: true\n groups:\n - shiny-apps\n with_items:\n - shiny\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1749, "all_permissive": false }
ansible_role
andresrcs/aws_r_server
a415e8625a521d04752b27f42c102ec639b9d70f
4
roles/install_nginx
7,593
[ "no_license" ]
[ { "path": "roles/install_nginx/templates/default_site.j2", "content": "server {\n listen 80 default_server;\n listen [::]:80 default_server;\n\n root /var/www/html;\n\n index index.html index.htm;\n\n server_name _;\n\n location / {\n try_files $uri $uri/ =404;\n }\n}\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1166, "all_permissive": false }
ansible_role
andresrcs/aws_r_server
a415e8625a521d04752b27f42c102ec639b9d70f
4
roles/install_postgresql
7,593
[ "no_license" ]
[ { "path": "roles/install_postgresql/tasks/main.yml", "content": "---\n- name: Addthe GPG signing key for the PostgreSQL repository\n get_url:\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\n dest: /etc/apt/trusted.gpg.d/postgresql_ubuntu_key.asc\n\n- name: Add PostgreSQL repository\n apt_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1929, "all_permissive": false }
ansible_role
andresrcs/aws_r_server
a415e8625a521d04752b27f42c102ec639b9d70f
4
roles/install_r
7,593
[ "no_license" ]
[ { "path": "roles/install_r/templates/Rprofile_site.j2", "content": "local({\n r <- getOption(\"repos\")\n r[\"RSPM\"] <- \"https://packagemanager.rstudio.com/all/__linux__/{{ ansible_distribution_release }}/latest\"\n r[\"CRAN\"] <- \"https://cloud.r-project.org\"\n options(repos = r)\n})\noptio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2092, "all_permissive": false }
ansible_role
andresrcs/aws_r_server
a415e8625a521d04752b27f42c102ec639b9d70f
4
roles/install_rstudio
7,593
[ "no_license" ]
[ { "path": "roles/install_rstudio/tasks/main.yml", "content": "---\n- name: Get current RStudio version\n command: \"rstudio-server version\"\n register: version_rstudio\n changed_when: false\n failed_when: false\n\n- block:\n - name: Download rstudio-server preview\n get_url:\n url: \"https://s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1200, "all_permissive": false }
ansible_role
andresrcs/aws_r_server
a415e8625a521d04752b27f42c102ec639b9d70f
4
roles/install_shiny_server
7,593
[ "no_license" ]
[ { "path": "roles/install_shiny_server/tasks/main.yml", "content": "---\n- name: Check shiny-server version installed\n command: \"shiny-server --version\"\n register: version_shiny\n changed_when: false\n failed_when: false\n\n- block:\n - name: Download shiny-server\n get_url:\n url: \"https:/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 825, "all_permissive": false }
ansible_role
andresrcs/aws_r_server
a415e8625a521d04752b27f42c102ec639b9d70f
4
roles/secure_server
7,593
[ "no_license" ]
[ { "path": "roles/secure_server/tasks/main.yml", "content": "---\n- name: Update SSH configuration to be more secure\n lineinfile:\n dest: /etc/ssh/sshd_config\n regexp: \"{{ item.regexp }}\"\n line: \"{{ item.line }}\"\n state: present\n validate: 'sshd -t -f %s'\n with_items:\n - regexp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1095, "all_permissive": false }
ansible_role
andresrcs/aws_r_server
a415e8625a521d04752b27f42c102ec639b9d70f
4
roles/set_locale
7,593
[ "no_license" ]
[ { "path": "roles/set_locale/tasks/main.yml", "content": "---\n- name: Install language pack\n apt:\n name: \"{{ language_pack }}\"\n state: present\n\n- name: Ensure the locale exists\n locale_gen:\n name: \"{{ default_locale }}\"\n state: present\n\n- name: Get current locale configuration\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 626, "all_permissive": false }
ansible_role
waltersimo/tp-ansible
d59f193fc4d8ebc96e217e27a16b25c508da7e01
0
roles/create-ec2-instance
7,593
[ "no_license" ]
[ { "path": "roles/create-ec2-instance/README.md", "content": "create-ec2-instance\n=========\n\nThis is a role to create an ec2 instance on AWS \n\n\nRequirements\n------------\n\n* AWS credentials to create resources.\n* boto3\n* botocore\n\nRole Variables\n--------------\n\n* region: The region which the r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5649, "all_permissive": false }
ansible_role
waltersimo/tp-ansible
d59f193fc4d8ebc96e217e27a16b25c508da7e01
0
roles/install-docker
7,593
[ "no_license" ]
[ { "path": "roles/install-docker/README.md", "content": "docker-install\n=========\n\nThis is a role to install docker and docker-compose on a linux machine\n\nExample Playbook\n----------------\n\nexample of playbook\n\n- name: installation docker et docker compose\n hosts: server\n gather_facts: true\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1483, "all_permissive": false }
ansible_role
GlitchTQ/portfolio
9c47c6c1b87a2e1f7c7759f66ecd750cf588483c
0
Jenkins+Ansible/PBX_Installer/ansible/roles/install_asterisk
7,593
[ "no_license" ]
[ { "path": "Jenkins+Ansible/PBX_Installer/ansible/roles/install_asterisk/templates/manager.j2", "content": "[general]\nenabled = no\n;webenabled = yes\n\nport = 5038\nbindaddr = 0.0.0.0\n\n[pavel]\nsecret = <PASSWORD>\ndeny=0.0.0.0/0.0.0.0\npermit={{ ansible_default_ipv4.network }}/24\npermit=192.168.96.0/22...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 15458, "all_permissive": false }
ansible_role
GlitchTQ/portfolio
9c47c6c1b87a2e1f7c7759f66ecd750cf588483c
0
Jenkins+Ansible/PBX_configurator/ansible/roles/pbx_company_configuration
7,593
[ "no_license" ]
[ { "path": "Jenkins+Ansible/PBX_configurator/ansible/roles/pbx_company_configuration/files/cdr_odbc.ini", "content": "[cdrdb]\nDescription = MySQL connection to 'asterisk' database\nDriver = MySQL\nDatabase = cdrdb\nServer = localhost\nUserName = asterisk\nPassword = <PASSWORD>\nPort = 3306\n\n[dundi]\nDescr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1729, "all_permissive": false }
ansible_role
GlitchTQ/portfolio
9c47c6c1b87a2e1f7c7759f66ecd750cf588483c
0
Jenkins+Ansible/PBX_configurator/ansible/roles/pbx_trunk_configuration
7,593
[ "no_license" ]
[ { "path": "Jenkins+Ansible/PBX_configurator/ansible/roles/pbx_trunk_configuration/tasks/main.yml", "content": "---\n# SIP settings for trunk\n- name: SIP trunk config file\n template:\n src: trunk.j2\n dest: /etc/asterisk/template/sip/{{ unit_name }}_trunk.conf\n\n- name: SIP regstring\n shell: \"ec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1965, "all_permissive": false }
ansible_role
stfnltnr/ansible-workstation
c2add393087d1925453411884e10465ffd907c4a
0
roles/adapta-theme
7,593
[ "no_license" ]
[ { "path": "roles/adapta-theme/tasks/main.yml", "content": "---\n\n- name: configure the adapta-theme APT repositories\n apt_repository:\n repo: \"ppa:tista/adapta\"\n state: present\n update_cache: yes\n\n- name: install adapta\n apt:\n name: adapta-gtk-theme\n state: latest\n update_cac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 244, "all_permissive": false }
ansible_role
stfnltnr/ansible-workstation
c2add393087d1925453411884e10465ffd907c4a
0
roles/common
7,593
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: Check APT HTTPS transport\n stat: path=/usr/lib/apt/methods/https\n register: apt_https_transport\n\n- name: Install APT HTTPS transport\n apt: pkg=apt-transport-https state=installed\n when: not apt_https_transport.stat.exists\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1221, "all_permissive": false }
ansible_role
stfnltnr/ansible-workstation
c2add393087d1925453411884e10465ffd907c4a
0
roles/desktop-env
7,593
[ "no_license" ]
[ { "path": "roles/desktop-env/vars/main.yml", "content": "---\n\ngnome_extensions:\n - url: \"https://extensions.gnome.org/extension-data/appindicatorsupport%40rgcjonas.gmail.com.v22.shell-extension.zip\"\n name: \"<EMAIL>\"\n #- url: \"https://extensions.gnome.org/extension-data/dash-to-dock%40micxgx.g...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5454, "all_permissive": false }
ansible_role
stfnltnr/ansible-workstation
c2add393087d1925453411884e10465ffd907c4a
0
roles/docker-ce
7,593
[ "no_license" ]
[ { "path": "roles/docker-ce/tasks/main.yml", "content": "---\n\n- name: set gpg key\n apt_key:\n url: \"https://download.docker.com/linux/ubuntu/gpg\"\n state: present\n\n- name: add docker-ce apt_repository\n apt_repository:\n repo: \"deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 487, "all_permissive": false }
ansible_role
stfnltnr/ansible-workstation
c2add393087d1925453411884e10465ffd907c4a
0
roles/kvm2
7,593
[ "no_license" ]
[ { "path": "roles/kvm2/tasks/main.yml", "content": "---\n\n- name: Install common packages\n apt: \n name: \"{{ item }}\"\n state: latest\n with_items:\n - qemu-kvm \n - libvirt-daemon-system\n - libvirt-clients\n - bridge-utils\n - virt-manager\n \n- name: start enable libvirtd servi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1095, "all_permissive": false }
ansible_role
stfnltnr/ansible-workstation
c2add393087d1925453411884e10465ffd907c4a
0
roles/latex
7,593
[ "no_license" ]
[ { "path": "roles/latex/tasks/main.yml", "content": "---\n\n- name: install packages\n apt:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - texlive\n - xzdec\n tags:\n - latex\n\n- name: get apt package facts\n package_facts:\n manager: \"auto\"\n tags:\n - latex\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 967, "all_permissive": false }
ansible_role
stfnltnr/ansible-workstation
c2add393087d1925453411884e10465ffd907c4a
0
roles/nonFoss
7,593
[ "no_license" ]
[ { "path": "roles/nonFoss/tasks/main.yml", "content": "---\n\n- name: install chrome\n apt:\n deb: https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb\n\n- name: install cloudstation drive\n apt: \n deb: https://global.download.synology.com/download/Tools/CloudStationDrive/4.3.0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 321, "all_permissive": false }
ansible_role
stfnltnr/ansible-workstation
c2add393087d1925453411884e10465ffd907c4a
0
roles/papirus-icon-theme
7,593
[ "no_license" ]
[ { "path": "roles/papirus-icon-theme/tasks/main.yml", "content": "---\n\n- name: Configure the papirus-icon-theme APT repositories\n apt_repository:\n repo: \"ppa:papirus/papirus\"\n state: present\n\n- name: Install papirus-icon-theme\n apt: pkg=papirus-icon-theme state=latest\n register: papirus_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 242, "all_permissive": false }
ansible_role
stfnltnr/ansible-workstation
c2add393087d1925453411884e10465ffd907c4a
0
roles/snaps
7,593
[ "no_license" ]
[ { "path": "roles/snaps/tasks/main.yml", "content": "---\n\n- name: Install snaps\n command: \"snap install {{ item }}\"\n with_items: \"{{ snaps|default([]) }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/snaps/vars/main.yml", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 251, "all_permissive": false }
ansible_role
stfnltnr/ansible-workstation
c2add393087d1925453411884e10465ffd907c4a
0
roles/vs-code
7,593
[ "no_license" ]
[ { "path": "roles/vs-code/tasks/main.yml", "content": "---\n\n- name: set gpg key\n apt_key:\n url: \"https://packages.microsoft.com/keys/microsoft.asc\"\n state: present\n tags:\n - vscode\n\n\n- name: add vs-code apt_repository\n apt_repository:\n repo: 'deb [arch=amd64] https://packages.mic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 975, "all_permissive": false }
ansible_role
stfnltnr/ansible-workstation
c2add393087d1925453411884e10465ffd907c4a
0
roles/zsh
7,593
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n\n- name: install zsh\n apt: pkg=zsh state=latest update_cache=yes cache_valid_time={{ aptcachetime }}\n\n- name: clone oh-my-zsh repo\n git:\n repo: https://github.com/robbyrussell/oh-my-zsh.git\n dest: \"{{ ansible_env.HOME }}/.oh-my-zsh\"\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1419, "all_permissive": false }
ansible_role
pablos123/dump
9ead9568a6517f16a09f9c4520aa6a3e348a4284
0
playground/media_server_setup/plays/roles/assert
7,593
[ "no_license" ]
[ { "path": "playground/media_server_setup/plays/roles/assert/tasks/become.yml", "content": "---\n\n- name: Asserting sudo...\n tags: \n - always\n block:\n - name: Testing sudo password...\n ansible.builtin.command: cat /etc/sudoers\n become: true\n no_log: true\n register: grep_o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 469, "all_permissive": false }
ansible_role
pablos123/dump
9ead9568a6517f16a09f9c4520aa6a3e348a4284
0
playground/media_server_setup/plays/roles/media_server
7,593
[ "no_license" ]
[ { "path": "playground/media_server_setup/plays/roles/media_server/defaults/main.yml", "content": "---\n\nuser: pab\n\nuser_home: /home/pab/\n\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "playground/media_server_setup/plays/roles/media_ser...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 347, "all_permissive": false }
ansible_role
fengyunxiren/volume
1136995c2b9069477731a8eaca92d3022f4884d0
0
roles/cinder-client
7,603
[ "no_license" ]
[ { "path": "roles/cinder-client/tasks/main.yml", "content": "---\n# add a cinder volume to cluster\n- name: Add Openstack repository\n apt_repository:\n repo='{{openstack_repository}}'\n mode=0444\n update_cache=yes\n tags:\n - cinder-client\n\n- name: Install python-cinderclient\n apt: name='{{it...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 832, "all_permissive": false }
ansible_role
fengyunxiren/volume
1136995c2b9069477731a8eaca92d3022f4884d0
0
roles/volume-mount
7,603
[ "no_license" ]
[ { "path": "roles/volume-mount/tasks/rc_local.yml", "content": "---\n- name: Mount volume when instance is boot\n template:\n dest=/etc/rc.local\n src=rc.local.j2\n owner=root\n group=root\n mode=0755\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 }, {...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2211, "all_permissive": false }
ansible_role
vivihuang/rails_example
705732381c9455517af21a54c342dc450cc53352
1
provisioning/roles/nodejs
7,603
[ "no_license" ]
[ { "path": "provisioning/roles/nodejs/tasks/main.yml", "content": "---\n\n- name: Check nodejs is installed or not\n shell: node -v\n register: node_present\n ignore_errors: True\n\n- name: Download Nodejs runtime if not yet present\n command: bash -c \"curl -sL https://deb.nodesource.com/setup_5.x | sud...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 382, "all_permissive": false }
ansible_role
vivihuang/rails_example
705732381c9455517af21a54c342dc450cc53352
1
provisioning/roles/npm
7,603
[ "no_license" ]
[ { "path": "provisioning/roles/npm/tasks/main.yml", "content": "---\n- name: Check npm is installed or not\n shell: npm -v\n register: npm_present\n ignore_errors: True\n\n- name: Download npm source\n command: \"{{ item }} chdir=/\"\n with_items:\n - wget https://npmjs.org/install.sh --no-check-cert...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 453, "all_permissive": false }
ansible_role
vivihuang/rails_example
705732381c9455517af21a54c342dc450cc53352
1
provisioning/roles/postgres
7,603
[ "no_license" ]
[ { "path": "provisioning/roles/postgres/tasks/main.yml", "content": "---\n- name: postgresql should listen on all ports\n become_user: postgres\n lineinfile: dest=/etc/postgresql/9.3/main/postgresql.conf\n regexp=\"^listen_addresses\"\n line=\"listen_addresses = '*'\" state=presen...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1431, "all_permissive": false }
ansible_role
vivihuang/rails_example
705732381c9455517af21a54c342dc450cc53352
1
provisioning/roles/ruby
7,603
[ "no_license" ]
[ { "path": "provisioning/roles/ruby/tasks/main.yml", "content": "---\n- name: Add Ruby repository\n apt_repository: repo='ppa:brightbox/ruby-ng'\n\n- name: Install packages\n apt: name={{ item }} state=present\n with_items:\n - build-essential\n - ruby2.3\n - ruby2.3-dev\n - ruby-switch\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 747, "all_permissive": false }
ansible_role
vivihuang/rails_example
705732381c9455517af21a54c342dc450cc53352
1
provisioning/roles/system
7,603
[ "no_license" ]
[ { "path": "provisioning/roles/system/tasks/main.yml", "content": "---\n- name: Upgrade all packages to the latest version\n apt: update_cache=yes\n\n- name: Install essential packages\n apt: pkg={{ item }} state=present force=yes\n with_items:\n - git-core\n - git\n - curl\n - wget\n - zli...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1056, "all_permissive": false }
ansible_role
Soooozie/ansible_ssl
06ae07de1671ecea57a556450ab8cc660d2521e6
1
roles/lampserver
7,603
[ "no_license" ]
[ { "path": "roles/lampserver/templates/my.cnf.j2", "content": "[client]\nuser= {{ mysql_user }}\npassword= {{ <PASSWORD> }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/lampserver/tasks/lamp_packages.yml", "content": "---\n- name: Ins...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 4007, "all_permissive": false }
ansible_role
Soooozie/ansible_ssl
06ae07de1671ecea57a556450ab8cc660d2521e6
1
roles/post_restore_tasks
7,603
[ "no_license" ]
[ { "path": "roles/post_restore_tasks/tasks/upgrade_php.yml", "content": "---\n- name: remi-repo template \n template:\n src: templates/remi.repo.j2 \n dest: /etc/yum.repos.d/remi.repo \n mode: 0644\n\n- name: upgrade php \n shell: yum update php* -y \n\n- name: restart varnish\n service: \n na...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3298, "all_permissive": false }
ansible_role
Soooozie/ansible_ssl
06ae07de1671ecea57a556450ab8cc660d2521e6
1
roles/s3
7,603
[ "no_license" ]
[ { "path": "roles/s3/tasks/cron_backups_job.yml", "content": "---\n- name: crontab entry\n template: src=roles/s3/templates/crontab.j2 dest=/etc/crontab owner=root group=root mode=0644 \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "roles/s3/ta...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 4104, "all_permissive": false }
ansible_role
Soooozie/ansible_ssl
06ae07de1671ecea57a556450ab8cc660d2521e6
1
roles/ssl_restore
7,603
[ "no_license" ]
[ { "path": "roles/ssl_restore/tasks/move_nginx_files.yml", "content": "---\n- name: copy move_nginx_files script\n template:\n src: roles/ssl_restore/templates/move_nginx_files.sh.j2\n dest: ~/move_nginx_files.sh\n owner: root\n group: root\n mode: 0755\n\n#- stat: path=etc/\n# register: mvn...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 1540, "all_permissive": false }
ansible_role
Soooozie/ansible_ssl
06ae07de1671ecea57a556450ab8cc660d2521e6
1
roles/varnish
7,603
[ "no_license" ]
[ { "path": "roles/varnish/tasks/main.yml", "content": "---\n- import_tasks: install_varnish.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/varnish/tasks/install_varnish.yml", "content": "---\n- name: install varnish dependencies\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 250, "all_permissive": false }
ansible_role
Xetzer/ansible_lab
bbcb0cb99438a6521849bedf46317fef12d65c83
0
2/roles/java_test
7,603
[ "no_license" ]
[ { "path": "2/roles/java_test/tasks/main.yml", "content": "- name: Testing Java\n shell: java -version 2>&1 | grep version | awk '{print $3}' | sed 's/\"//g' \n changed_when: False\n register: java_v \n failed_when: \"java_version not in java_v.stdout\"\n\n- name: Printing Java version\n debug:\n msg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 278, "all_permissive": false }
ansible_role
Xetzer/ansible_lab
bbcb0cb99438a6521849bedf46317fef12d65c83
0
2/roles/nginx
7,603
[ "no_license" ]
[ { "path": "2/roles/nginx/handlers/main.yml", "content": "- name: Restarting nginx\n systemd:\n daemon-reload: yes\n name: nginx\n enabled: yes\n state: restarted\n become: true\n become_user: root\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 686, "all_permissive": false }
ansible_role
Xetzer/ansible_lab
bbcb0cb99438a6521849bedf46317fef12d65c83
0
exit-temp/roles/deploy
7,603
[ "no_license" ]
[ { "path": "exit-temp/roles/deploy/tasks/main.yml", "content": "- name: Copying context\n copy:\n src: context.xml\n dest: /opt/tomcat/{{ tomcat_v }}/webapps/manager/META-INF/context.xml\n owner: \"{{ tomcat_user }}\"\n group: \"{{ tomcat_group }}\"\n become: true\n become_method: sudo\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1320, "all_permissive": false }
ansible_role
Xetzer/ansible_lab
bbcb0cb99438a6521849bedf46317fef12d65c83
0
exit-temp/roles/nginx
7,603
[ "no_license" ]
[ { "path": "exit-temp/roles/nginx/tasks/main.yml", "content": "- name: Installing NGINX\n yum:\n name: nginx\n state: present\n become: true\n become_user: root\n\n- name: NGINX\n copy:\n src: nginx.conf\n dest: /etc/nginx/nginx.conf\n become: true\n become_method: sudo\n\n- name: restartin...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 512, "all_permissive": false }
ansible_role
Xetzer/ansible_lab
bbcb0cb99438a6521849bedf46317fef12d65c83
0
exit-temp/roles/tomcat
7,603
[ "no_license" ]
[ { "path": "exit-temp/roles/tomcat/templates/tomcat.service.j2", "content": "# Systemd unit file for tomcat\n[Unit]\nDescription=Apache Tomcat\nAfter=syslog.target network.target\n\n[Service]\nType=forking\n\nEnvironment=JAVA_HOME=/usr/lib/jvm/jre-1.8.0-openjdk\nEnvironment=CATALINA_PID=/opt/tomcat/{{ tomcat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2751, "all_permissive": false }
ansible_role
aaheiev/elasticsearch
f55914c18cff609535d3bf739fcf85a29057a970
0
roles/common
7,603
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n- name: \"set timezone to {{ timezone }}\"\n timezone:\n name: \"{{ timezone }}\"\n\n- name: \"update repositories cache and upgrade all packages\"\n apt:\n upgrade: \"yes\"\n update_cache: \"yes\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 527, "all_permissive": false }
ansible_role
aaheiev/elasticsearch
f55914c18cff609535d3bf739fcf85a29057a970
0
roles/elasticsearch
7,603
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/server-config.yml", "content": "---\n# http://ozzimpact.github.io/development/elasticsearch-configuration-tuning\n- name: kernel tuning\n sysctl:\n name: \"{{ item.name }}\"\n value: \"{{ item.value }}\"\n sysctl_set: \"yes\"\n with_items: ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2574, "all_permissive": false }
ansible_role
a-abella/homelab
e77dfcccf36babbec6f6a2ac306887b348862177
0
ansible/roles/directories
7,603
[ "permissive" ]
[ { "path": "ansible/roles/directories/tasks/main.yml", "content": "---\n\n- name: Etcd dirs\n when: inventory_hostname in groups.etcd\n block:\n - name: Create etcd config dir\n ansible.builtin.file:\n path: /etc/etcd\n state: directory\n mode: '0755'\n\n - name: Create etcd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 907, "all_permissive": true }
ansible_role
a-abella/homelab
e77dfcccf36babbec6f6a2ac306887b348862177
0
ansible/roles/etcd
7,603
[ "permissive" ]
[ { "path": "ansible/roles/etcd/vars/main.yml", "content": "etcd_base: /mnt/nfs/cluster/bin/etcd\netcd_bins:\n - etcd\n - etcdutl\n - etcdctl\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 81 }, { "path": "ansible/roles/etcd/tasks/main.ym...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4945, "all_permissive": true }
ansible_role
a-abella/homelab
e77dfcccf36babbec6f6a2ac306887b348862177
0
ansible/roles/kube-certs
7,603
[ "permissive" ]
[ { "path": "ansible/roles/kube-certs/tasks/main.yml", "content": "---\n\n- name: Etcd certs\n when: inventory_hostname in groups.etcd\n block:\n\n - name: Copy certs\n ansible.builtin.copy:\n src: \"{{ item.src }}\"\n dest: \"/etc/etcd/{{ item.dest }}\"\n mode: \"{{ item.mode }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2182, "all_permissive": true }
ansible_role
a-abella/homelab
e77dfcccf36babbec6f6a2ac306887b348862177
0
ansible/roles/kube-configs
7,603
[ "permissive" ]
[ { "path": "ansible/roles/kube-configs/tasks/main.yml", "content": "---\n\n- name: Kubelet kubeconfigs\n when: inventory_hostname in groups.controllers or\n inventory_hostname in groups.workers\n block:\n - name: Copy kubelet kubeconfigs\n ansible.builtin.copy:\n src: \"{{ item.src }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1106, "all_permissive": true }
ansible_role
a-abella/homelab
e77dfcccf36babbec6f6a2ac306887b348862177
0
ansible/roles/kube-controlplane
7,603
[ "permissive" ]
[ { "path": "ansible/roles/kube-controlplane/tasks/main.yml", "content": "---\n- name: Get target kube components version\n ansible.builtin.slurp:\n src: \"{{ kube_base }}/current_version\"\n register: slurp_kube_version\n\n- name: Set kube version fact\n ansible.builtin.set_fact:\n kube_target_versi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 12458, "all_permissive": true }
ansible_role
a-abella/homelab
e77dfcccf36babbec6f6a2ac306887b348862177
0
ansible/roles/kube-kubelet
7,603
[ "permissive" ]
[ { "path": "ansible/roles/kube-kubelet/templates/kubelet.service.j2", "content": "[Unit]\nDescription=Kubernetes Kubelet\nDocumentation=https://github.com/kubernetes/kubernetes\nAfter=containerd.service\nRequires=containerd.service\n\n[Service]\nExecStart=/usr/local/sbin/kubelet \\\n --config=/var/lib/kubel...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 15820, "all_permissive": true }
ansible_role
a-abella/homelab
e77dfcccf36babbec6f6a2ac306887b348862177
0
ansible/roles/misc-system
7,603
[ "permissive" ]
[ { "path": "ansible/roles/misc-system/files/set-nfs-readahead.sh", "content": "#!/bin/sh\n\n# this script sets the read_ahead_kb to Red Hat recommended 15360KB for\n# discovered nfs mounts in the kubelet pod directory \n\nfind /var/lib/kubelet/pods -type d -name '*nfs*' | while read -r nfs_mount; do\n if [ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1059, "all_permissive": true }
ansible_role
a-abella/homelab
e77dfcccf36babbec6f6a2ac306887b348862177
0
ansible/roles/nfs
7,603
[ "permissive" ]
[ { "path": "ansible/roles/nfs/tasks/main.yml", "content": "---\n\n- name: Install NFS client\n ansible.builtin.dnf:\n update_cache: true\n name: nfs-utils\n state: present\n notify: remount\n\n- name: Create NFS mount dir\n ansible.builtin.file:\n path: /mnt/nfs\n state: directory\n mode...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 704, "all_permissive": true }
ansible_role
a-abella/homelab
e77dfcccf36babbec6f6a2ac306887b348862177
0
ansible/roles/nfs-umount
7,603
[ "permissive" ]
[ { "path": "ansible/roles/nfs-umount/tasks/main.yml", "content": "---\n\n\n- name: Unmount NFS\n ansible.posix.mount:\n src: media.home.lan:/media\n path: /mnt/nfs\n opts: _netdev,nofail\n state: absent\n fstype: nfs\n notify: daemon-reload\n", "license_type": "permissive", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 335, "all_permissive": true }
ansible_role
a-abella/homelab
e77dfcccf36babbec6f6a2ac306887b348862177
0
ansible/roles/resolvconf
7,603
[ "permissive" ]
[ { "path": "ansible/roles/resolvconf/tasks/main.yml", "content": "---\n\n- name: Set resolv.conf\n ansible.builtin.copy:\n src: resolv.conf\n dest: /etc/resolv.conf\n owner: root\n group: root\n mode: '0644'\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 150, "all_permissive": true }
ansible_role
glorphindale/ansible-example
bb4a0650e0609f989322baafb5478fb75f4937c3
1
books/roles/common
7,603
[ "no_license" ]
[ { "path": "books/roles/common/tasks/main.yml", "content": "---\n# Use what is closer to to you\n- name: add closer repositories\n apt_repository: repo='deb http://mirror.yandex.ru/ubuntu lucid main' state=present\n\n- name: install common packages\n apt: pkg={{ item }} state=installed\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 280, "all_permissive": false }
ansible_role
glorphindale/ansible-example
bb4a0650e0609f989322baafb5478fb75f4937c3
1
books/roles/nginx
7,603
[ "no_license" ]
[ { "path": "books/roles/nginx/tasks/main.yml", "content": "---\n- name: install nginx\n apt: package=nginx state=installed update_cache=true\n notify:\n - start nginx\n\n- name: install custom site\n template: src=sample-site.conf dest=/etc/nginx/sites-available/sample-site.conf\n register: custom_sit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 515, "all_permissive": false }