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 | oatakan/install-tower | bcc6bbaf1d2c7a9581b1375b6af4187291f82518 | 2 | roles/ec2_elb_remove_backup2 | 3,278 | [
"no_license"
] | [
{
"path": "roles/ec2_elb_remove_backup2/tasks/main.yml",
"content": "---\n- name: get record for router ELB DNS Entry\n route53:\n command: get\n zone: \"{{ hosted_zone_domain_name }}\"\n record: \"{{ subdomain }}.{{ ec2_name_prefix | lower }}.{{ hosted_zone_domain_name }}\"\n type: A\n regist... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1209,
"all_permissive": false
} |
ansible_role | oatakan/install-tower | bcc6bbaf1d2c7a9581b1375b6af4187291f82518 | 2 | roles/linux-common | 3,278 | [
"no_license"
] | [
{
"path": "roles/linux-common/tasks/main.yml",
"content": "---\n\n- name: Add EPEL repo\n yum_repository:\n name: epel\n description: EPEL for Enterprise Linux 7\n baseurl: https://dl.fedoraproject.org/pub/epel/7/x86_64/\n enabled: yes\n gpgcheck: no\n when: ansible_distribution_major_versi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 509,
"all_permissive": false
} |
ansible_role | oatakan/install-tower | bcc6bbaf1d2c7a9581b1375b6af4187291f82518 | 2 | roles/tower-post-install | 3,278 | [
"no_license"
] | [
{
"path": "roles/tower-post-install/tasks/main.yml",
"content": "---\n\n- include_tasks: pre_flight.yml\n\n- include_tasks: packages.yml\n\n- include_tasks: configure.yml\n when:\n - tower_username is defined\n - tower_password is defined\n",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 9402,
"all_permissive": false
} |
ansible_role | lilmoonly/Ansible-forgejo | eb9a76dda7db6178701b61cb270bbb17aaa560d4 | 0 | roles/forgejo | 3,278 | [
"no_license"
] | [
{
"path": "roles/forgejo/tasks/install.yml",
"content": "---\n- name: Install required utilities\n apt:\n name:\n - tar\n - unzip\n - git\n - postgresql\n - postgresql-contrib\n - python3\n - python3-pip\n state: present\n become: yes\n",
"license_type": "no_li... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5858,
"all_permissive": false
} |
ansible_role | lilmoonly/Ansible-forgejo | eb9a76dda7db6178701b61cb270bbb17aaa560d4 | 0 | roles/nginx | 3,278 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/remove_default.yml",
"content": "- name: Remove default Nginx configuration\n become: yes\n file:\n path: /etc/nginx/sites-enabled/default\n state: absent\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
},
{
"path": "roles... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1387,
"all_permissive": false
} |
ansible_role | lilmoonly/Ansible-forgejo | eb9a76dda7db6178701b61cb270bbb17aaa560d4 | 0 | roles/postgresql | 3,278 | [
"no_license"
] | [
{
"path": "roles/postgresql/defaults/main.yml",
"content": "---\n# PostgreSQL vars\n\npostgresql_version: 12\npostgresql_db_name: forgejo\npostgresql_db_user: forgejo\n\nlisten_addresses: '*'\npostgresql_network: 192.168.20.0/24\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4505,
"all_permissive": false
} |
ansible_role | GuilhermeCamposo/demo_camel_k | e28774b2b18e87c9be7862fef4fadc46cc13b7ee | 0 | ansible/roles/monitoring | 3,238 | [
"no_license"
] | [
{
"path": "ansible/roles/monitoring/tasks/main.yml",
"content": "- name: Provision User Monitoring\n ansible.builtin.include_tasks: provision_monitoring.yml\n when:\n - not delete_demo\n\n- name: Configure User Monitoring\n ansible.builtin.include_tasks: configure_monitoring.yml\n when:\n - not de... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5080,
"all_permissive": false
} |
ansible_role | ggillies/ansible-openstack-roles | b23a5c0e0d2cd75ed9d7c5dd6aca3efd7f555722 | 0 | roles/all_nodes | 3,238 | [
"no_license"
] | [
{
"path": "roles/all_nodes/tasks/main.yml",
"content": "---\n- name: install rdo repos\n yum: name=https://www.rdoproject.org/repos/rdo-release.rpm state=installed\n\n- name: disable selinux\n selinux: state=permissive policy=targeted\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 176,
"all_permissive": false
} |
ansible_role | ggillies/ansible-openstack-roles | b23a5c0e0d2cd75ed9d7c5dd6aca3efd7f555722 | 0 | roles/keystone | 3,238 | [
"no_license"
] | [
{
"path": "roles/keystone/tasks/database/create-and-sync-db.yaml",
"content": "---\n- include: database/create-db-and-users.yaml\n- include: database/sync-db.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "roles/keystone/tasks/main.yaml",
... | {
"task_files": 11,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 6263,
"all_permissive": false
} |
ansible_role | ggillies/ansible-openstack-roles | b23a5c0e0d2cd75ed9d7c5dd6aca3efd7f555722 | 0 | roles/mariadb | 3,238 | [
"no_license"
] | [
{
"path": "roles/mariadb/tasks/main.yml",
"content": "---\n- name: install mariadb from yum\n yum: name={{ item }} state=installed\n items:\n - mariadb-galera-server\n - MySQL-python\n\n- name: start mariadb\n service: name=mariadb state=started\n",
"license_type": "no_license",
"detected_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 193,
"all_permissive": false
} |
ansible_role | rondenzellgil/Installing-ELK-Stack-to-CentOS-and-Ubuntu-with-ansible-galaxy | c0b43af6cc5504cc783bd5e2fcb5e075fd9c798f | 0 | roles/elk_centos | 3,238 | [
"no_license"
] | [
{
"path": "roles/elk_centos/defaults/main.yml",
"content": "---\n# defaults file for elk_centos\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/elk_centos/handlers/main.yml",
"content": "---\n# handlers file for elk_centos\n",
"lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 575,
"all_permissive": false
} |
ansible_role | rondenzellgil/Installing-ELK-Stack-to-CentOS-and-Ubuntu-with-ansible-galaxy | c0b43af6cc5504cc783bd5e2fcb5e075fd9c798f | 0 | roles/elk_ubuntu | 3,238 | [
"no_license"
] | [
{
"path": "roles/elk_ubuntu/defaults/main.yml",
"content": "---\n# defaults file for elk_ubuntu\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/elk_ubuntu/tasks/main.yml",
"content": "---\n\n- name: Installation of Elasticsearch for Ubu... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 567,
"all_permissive": false
} |
ansible_role | rondenzellgil/Installing-ELK-Stack-to-CentOS-and-Ubuntu-with-ansible-galaxy | c0b43af6cc5504cc783bd5e2fcb5e075fd9c798f | 0 | roles/pre_tasks | 3,238 | [
"no_license"
] | [
{
"path": "roles/pre_tasks/tasks/main.yml",
"content": "---\n\n- name: ELK Pre-Requisites for Ubuntu\n apt:\n name:\n - openjdk-11-jdk\n - wget\n - apt-transport-https\n - curl\n - gnupg2\n - snapd\n state: latest\n update_cache: yes\n when: ansible_distribution == \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 542,
"all_permissive": false
} |
ansible_role | oathilkar/my9am_playbooks | 387f06c34399424a2765b392b93a0bfc68955dac | 0 | playbook/roles/testrole | 3,238 | [
"no_license"
] | [
{
"path": "playbook/roles/testrole/tasks/main.yml",
"content": "- name: installing httpd software\n action: yum name=httpd state=installed\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 76,
"all_permissive": false
} |
ansible_role | Lodakins/udacity-cicd-project | 7d4211620d808aee6008c77e4f61152b972a4319 | 0 | .circleci/ansible/roles/deploy | 3,238 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n# - name: \"update apt packages.\"\n# become: yes\n# apt:\n# update_cache: yes\n\n# - name: \"upgrade packages\"\n# become: yes\n# apt:\n# upgrade: yes\n\n# - name: remove dependencies that are no longer required\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1027,
"all_permissive": false
} |
ansible_role | MozkaGit/NetDevOps | e93090d9ebfd8e4fa557d3bbce68ce9b883ff4c7 | 1 | roles/ansible_network_routing | 3,238 | [
"no_license"
] | [
{
"path": "roles/ansible_network_routing/tasks/main.yml",
"content": "---\n# tasks file for ansible-network-routing-role\n- name: Include network configuration task\n ansible.legacy.include_tasks: \"routers-config.yml\"\n\n- name: Include display configuration task\n ansible.legacy.include_tasks: \"get-co... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 7217,
"all_permissive": false
} |
ansible_role | peedo/ansible | beff2e527e525e6fa31fd57c07e3cda8295b5348 | 0 | roles/manage-lvm | 3,238 | [
"no_license"
] | [
{
"path": "roles/manage-lvm/README.md",
"content": "# ** HOW DO I RUN \"MANAGE-LVM\" PLAY(S)? **\n\n**Table of Contents**\n\n[TOC]\n\n[========]\n\n## Intro\n\n The master playbook is ~/Work/uros-service-setup/Scripts/Ansible/manage-lvm.yaml. It uses the role \"manage-lvm\".\n\n Dynamic inventory group... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 27158,
"all_permissive": false
} |
ansible_role | peedo/ansible | beff2e527e525e6fa31fd57c07e3cda8295b5348 | 0 | roles/sftp-node-setup | 3,238 | [
"no_license"
] | [
{
"path": "roles/sftp-node-setup/handlers/main.yml",
"content": "---\n# handlers file for sftp\n\n- name: start ssh\n service:\n name: sshd\n enabled: yes\n state: started\n\n- name: reload ssh\n service:\n name: sshd\n state: reloaded\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 403,
"all_permissive": false
} |
ansible_role | dtoporin/awesome_project | bc2d8a0372b724dccd6685fa3011af6cbfd9f4fa | 0 | roles/cpu_management | 3,238 | [
"no_license"
] | [
{
"path": "roles/cpu_management/handlers/main.yml",
"content": "---\n# handlers file for cpu_management\n- name: Reboot host\n ansible.builtin.reboot:\n connect_timeout: 15\n when: allow_reboot\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
},
{
"path... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2320,
"all_permissive": false
} |
ansible_role | dtoporin/awesome_project | bc2d8a0372b724dccd6685fa3011af6cbfd9f4fa | 0 | roles/disk_encryption | 3,238 | [
"no_license"
] | [
{
"path": "roles/disk_encryption/README.md",
"content": "disk_encryption\n=========\n\nAnsible role for encrypting the disk in the system (partition name should be specified in the inventory).\n>[!CAUTION]\n>This role has destructive tasks. \n>Passphrase in role used in plaintext for testing and educational... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2126,
"all_permissive": false
} |
ansible_role | dtoporin/awesome_project | bc2d8a0372b724dccd6685fa3011af6cbfd9f4fa | 0 | roles/network_management | 3,238 | [
"no_license"
] | [
{
"path": "roles/network_management/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - network_management\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "roles/network_management/defaults/main.yml",
"co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 2074,
"all_permissive": false
} |
ansible_role | dtoporin/awesome_project | bc2d8a0372b724dccd6685fa3011af6cbfd9f4fa | 0 | roles/partition_encryption | 3,238 | [
"no_license"
] | [
{
"path": "roles/partition_encryption/tasks/main.yml",
"content": "---\n# tasks file for disk_encryption\n- name: Make sure that cryptsetup utils is installed\n ansible.builtin.apt:\n name: cryptsetup\n state: present\n\n- name: Check if partition exists\n ansible.builtin.stat:\n path: \"{{ luks.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 846,
"all_permissive": false
} |
ansible_role | rusov63/devops-junior-test-task | 3f7c0ce5ace64ada7c902837cf4729e736ef19d3 | 0 | Task_№1_ansible/roles/copy | 3,238 | [
"no_license"
] | [
{
"path": "Task_№1_ansible/roles/copy/tasks/main.yml",
"content": "---\n- name: Обновить кэш apt\n apt:\n update_cache: yes\n\n- name: Создать целевую директорию\n file:\n path: \"{{ target_dir }}\"\n state: directory\n mode: '0755'\n\n- name: Копирование файлов на server\n copy:\n src: \"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 434,
"all_permissive": false
} |
ansible_role | abraham2512/generic-workload-emulator | e007f236c694ecce1626128cbd8de2be3e540ef5 | 0 | automation/roles/setup_edu | 3,238 | [
"no_license"
] | [
{
"path": "automation/roles/setup_edu/tasks/main.yml",
"content": "---\n- name: Create Namespace\n ansible.builtin.k8s:\n kubeconfig: \"{{ kubeconfig_path }}\"\n state: present\n src: \"{{ files_path }}/{{ ns }}\"\n loop: \"{{ namespaces }}\"\n loop_control:\n loop_var: ns\n\n- name: Change s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 18090,
"all_permissive": false
} |
ansible_role | abraham2512/generic-workload-emulator | e007f236c694ecce1626128cbd8de2be3e540ef5 | 0 | automation/roles/setup_lvs | 3,238 | [
"no_license"
] | [
{
"path": "automation/roles/setup_lvs/tasks/main.yml",
"content": "---\n- name: Apply logical volume configuration\n include_tasks: \"{{ role_path }}/tasks/apply_lvg.yml\"\n loop: \"{{ lvgs }}\"\n loop_control:\n loop_var: lvg\n",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1027,
"all_permissive": false
} |
ansible_role | abraham2512/generic-workload-emulator | e007f236c694ecce1626128cbd8de2be3e540ef5 | 0 | automation/roles/teardown_edu | 3,238 | [
"no_license"
] | [
{
"path": "automation/roles/teardown_edu/defaults/main.yml",
"content": "namespace: edu-namespace-0\nfootprint: test\nstop_execution_only: false\nremove_pods_only: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "automation/roles/teardown_ed... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2040,
"all_permissive": false
} |
ansible_role | Incanus3/ansible-playground | b88923c1e9fec83b798728251cc61c58c11ac8ef | 0 | roles/basic_setup | 3,238 | [
"no_license"
] | [
{
"path": "roles/basic_setup/tasks/main.yml",
"content": "---\n- block:\n - name: update apt cache\n apt: update_cache=yes cache_valid_time=3600\n - name: install base packages\n apt: name=ack,tree,htop,net-tools,psmisc,vim-nox state=present\n\n - name: uninstall other ntp implementations\n apt:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6686,
"all_permissive": false
} |
ansible_role | Incanus3/ansible-playground | b88923c1e9fec83b798728251cc61c58c11ac8ef | 0 | roles/db_tester | 3,238 | [
"no_license"
] | [
{
"path": "roles/db_tester/tasks/main.yml",
"content": "---\n- name: install postgres client library dev files\n apt: name=libpq-dev\n become: true\n\n- name: copy db-tester sources to deploy dir\n copy: src=db-tester dest=~/deploy/ mode=0750\n- name: install dependencies\n command:\n cmd: bundle --p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1384,
"all_permissive": false
} |
ansible_role | Incanus3/ansible-playground | b88923c1e9fec83b798728251cc61c58c11ac8ef | 0 | roles/deploy_backend | 3,238 | [
"no_license"
] | [
{
"path": "roles/deploy_backend/tasks/main.yml",
"content": "- block:\n - apt: update_cache=yes cache_valid_time=3600\n - apt: name=libpq-dev state=present\n become: yes\n become_user: root\n\n- block:\n - shell: . ~/.bashrc && pyenv install {{ python_version }}\n creates={{ pyenv_dir }}/versi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3444,
"all_permissive": false
} |
ansible_role | Incanus3/ansible-playground | b88923c1e9fec83b798728251cc61c58c11ac8ef | 0 | roles/deploy_frontend | 3,238 | [
"no_license"
] | [
{
"path": "roles/deploy_frontend/tasks/deploy.yml",
"content": "- copy:\n src: \"{{ frontend_build_path }}/\"\n dest: \"{{ deploy_to }}/releases/{{ timestamp }}\"\n- file:\n state: link\n src: \"{{ deploy_to }}/releases/{{ timestamp }}\"\n dest: \"{{ deploy_to }}/current\"\n- shell: \"ls -t... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2588,
"all_permissive": false
} |
ansible_role | Incanus3/ansible-playground | b88923c1e9fec83b798728251cc61c58c11ac8ef | 0 | roles/deploy_nginx | 3,238 | [
"no_license"
] | [
{
"path": "roles/deploy_nginx/tasks/main.yml",
"content": "- block:\n - template:\n src: vhost.j2\n dest: /etc/nginx/sites-available/{{ vhost_name }}\n - file:\n state: link\n src: /etc/nginx/sites-available/{{ vhost_name }}\n dest: /etc/nginx/sites-enabled/{{ vhost_name }}\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1661,
"all_permissive": false
} |
ansible_role | Incanus3/ansible-playground | b88923c1e9fec83b798728251cc61c58c11ac8ef | 0 | roles/glusterfs | 3,238 | [
"no_license"
] | [
{
"path": "roles/glusterfs/tasks/main.yml",
"content": "---\n- block:\n - include_role:\n name: geerlingguy.glusterfs\n\n - name: ensure gluster brick and mount directories exist\n file: path=\"{{ item }}\" state=directory mode=0775\n with_items:\n - \"{{ gluster_brick_dir }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1483,
"all_permissive": false
} |
ansible_role | Incanus3/ansible-playground | b88923c1e9fec83b798728251cc61c58c11ac8ef | 0 | roles/nginx_setup | 3,238 | [
"no_license"
] | [
{
"path": "roles/nginx_setup/tasks/main.yml",
"content": "- block:\n - name: update apt cache\n apt: update_cache=yes cache_valid_time=3600\n - name: install packages\n apt: name=nginx,dirmngr,gnupg,apt-transport-https,ca-certificates,python3-apt state=present\n - name: add passenger gpg key\n a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2556,
"all_permissive": false
} |
ansible_role | Incanus3/ansible-playground | b88923c1e9fec83b798728251cc61c58c11ac8ef | 0 | roles/pacemaker | 3,238 | [
"no_license"
] | [
{
"path": "roles/pacemaker/tasks/set_up_fence.yml",
"content": "---\n- name: set fence device variables\n set_fact:\n defaults: \"{{ cluster_with_fencing.fencing_defaults | default({}) }}\"\n fence_name: \"{{ fence.name | default('fence-' ~ fence.host) }}\"\n\n- name: set port prefix\n set_fact:\n... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 19960,
"all_permissive": false
} |
ansible_role | Incanus3/ansible-playground | b88923c1e9fec83b798728251cc61c58c11ac8ef | 0 | roles/postgres_setup | 3,238 | [
"no_license"
] | [
{
"path": "roles/postgres_setup/filter_plugins/pg_hba.py",
"content": "defaults = { 'type': 'host', 'database': 'all', 'user': 'all', 'auth_method': 'md5' }\n\ndef hba(**values):\n return { **defaults, **values }\n\ndef ipv4_to_hba(ipv4, **kwargs):\n return hba(ip_address = ipv4['address'], ip_mask = ipv4... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6236,
"all_permissive": false
} |
ansible_role | Incanus3/ansible-playground | b88923c1e9fec83b798728251cc61c58c11ac8ef | 0 | roles/python_setup | 3,238 | [
"no_license"
] | [
{
"path": "roles/python_setup/defaults/main.yml",
"content": "pyenv_dir: ~/.pyenv\nlocal_bin_dir: ~/.local/bin\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "roles/python_setup/tasks/main.yml",
"content": "---\n- block:\n - file: pat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 808,
"all_permissive": false
} |
ansible_role | Incanus3/ansible-playground | b88923c1e9fec83b798728251cc61c58c11ac8ef | 0 | roles/sshd | 3,238 | [
"no_license"
] | [
{
"path": "roles/sshd/tasks/main.yml",
"content": "- name: configure sshd\n template:\n src=sshd_config dest=/etc/ssh/sshd_config validate=\"/usr/sbin/sshd -T -f %s\"\n notify: restart sshd\n\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 154
},
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 943,
"all_permissive": false
} |
ansible_role | hokum83/diplom | 293596eaf17c2be961268fb15464d616030bb353 | 0 | playbooks/roles/app | 3,238 | [
"no_license"
] | [
{
"path": "playbooks/roles/app/tasks/main.yml",
"content": "---\n# tasks file for app\n- name: Install\n become: true\n ansible.builtin.apt:\n update_cache: true\n name: \"{{ app_pkg }}\"\n state: present\n notify: Enable and start service\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 348,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/argo | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/argo/tasks/main.yml",
"content": "---\n- delegate_to: localhost\n environment:\n KUBECONFIG: \"{{ lookup('env', 'KUBECONFIG') }}\"\n block:\n - name: create the argo namespace\n kubernetes.core.k8s:\n state: present\n definition:\n apiVersion: v1\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3697,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/argo_resources | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/argo_resources/tasks/main.yml",
"content": "---\n- delegate_to: localhost\n environment:\n KUBECONFIG: \"{{ lookup('env', 'KUBECONFIG') }}\"\n block:\n - ansible.builtin.set_fact:\n repo_dir: \"{{ inventory_dir | dirname }}\"\n - ansible.builtin.set_fact:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 17365,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/cert-manager | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/cert-manager/tasks/main.yml",
"content": "---\n- name: install the cert-manager helm repo\n delegate_to: localhost\n environment:\n KUBECONFIG: \"{{ lookup('env', 'KUBECONFIG') }}\"\n kubernetes.core.helm_repository:\n name: jetstack\n repo_url: \"https://charts.jetstack... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2508,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/condor-worker-docker-registries | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/condor-worker-docker-registries/tasks/main.yml",
"content": "---\n- community.docker.docker_login:\n registry_url: \"{{item.host}}\"\n username: \"{{item.user}}\"\n password: \"{{<PASSWORD> | quote}}\"\n config_path: \"~condor/.docker/config.json\"\n loop: \"{{docker_re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 389,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/condor_configuration | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/condor_configuration/tasks/main.yml",
"content": "---\n- name: template the 02-partitionable-slots.config file\n ansible.builtin.template:\n src: \"02-partitionable-slots.config.j2\"\n dest: \"/etc/condor/config.d/02-partitionable-slots.config\"\n mode: \"0644\"\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 839,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/condor_launcher | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/condor_launcher/tasks/main.yml",
"content": "---\n- ansible.builtin.shell: \"curl -s https://api.github.com/repos/cyverse-de/condor-launcher/releases/latest | jq -r '.tag_name'\"\n register: tag_name\n delegate_to: 127.0.0.1\n become: false\n\n- ansible.builtin.shell: \"echo http... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1402,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/cronjobs | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/cronjobs/tasks/main.yml",
"content": "---\n- name: add pod-cleaner service account\n delegate_to: localhost\n environment:\n KUBECONFIG: \"{{ lookup('env', 'KUBECONFIG') }}\"\n kubernetes.core.k8s:\n state: present\n definition:\n apiVersion: v1\n kind: Service... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2303,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/db_copy_prod | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/db_copy_prod/tasks/de.yml",
"content": "---\n- delegate_to: localhost\n become: false\n block:\n - set_fact:\n dump_file: \"./{{ de_db_name }}_dump.sql\"\n\n - name: dump the prod database to a file\n environment:\n PGPASSWORD: \"{{ prod_db_pass | default(... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 14370,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/db_staging | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/db_staging/tasks/cleanup.yml",
"content": "---\n- delegate_to: localhost\n block:\n - name: init db | remove staging directory\n ansible.builtin.file:\n path: \"{{ dbs_dir.path }}\"\n state: absent\n when: dbs_dir.path is defined and cleanup is defined an... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1015,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/de-docker-logging-plugin | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/de-docker-logging-plugin/defaults/main.yml",
"content": "---\nde_docker_logging_plugin_tag: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "ansible/roles/de-docker-logging-plugin/tasks/main.yml",
"content": "--... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1047,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/de-image-janitor | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/de-image-janitor/tasks/main.yml",
"content": "---\n- name: build the release URL\n ansible.builtin.set_fact:\n release_url: \"https://github.com/cyverse-de/image-janitor/releases/download/{{image_janitor_version}}\"\n\n- name: create /opt/image-janitor directory\n ansible.built... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1276,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/de-network-pruner | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/de-network-pruner/tasks/main.yml",
"content": "---\n- name: build the release URL\n ansible.builtin.set_fact:\n release_url: \"https://github.com/cyverse-de/network-pruner/releases/download/{{network_pruner_version}}\"\n\n- name: download the binary\n ansible.builtin.get_url:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 771,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/de-road-runner | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/de-road-runner/tasks/main.yml",
"content": "---\n- name: build the release URL\n ansible.builtin.set_fact:\n release_url: \"https://github.com/cyverse-de/road-runner/releases/download/{{road_runner_version}}\"\n\n- name: download the binary\n ansible.builtin.get_url:\n url: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 366,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/de-slapd | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/de-slapd/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Installs the OpenLDAP Server for the CyVerse Discovery Environment\n company: CyVerse\n license: BSD\n\n min_ansible_version: 2.6\n\n platforms:\n - name: Ubuntu\n versions:\n - 20.04\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7320,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/gocd_agent | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/gocd_agent/tasks/redhat_install.yml",
"content": "---\n- name: install yum repo\n ansible.builtin.get_url:\n url: https://download.gocd.org/gocd.repo\n dest: /etc/yum.repos.d/gocd.repo\n\n- name: install the go-agent package\n ansible.builtin.package:\n name: go-agent\n ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 6734,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/gocd_agent_kubeconfig | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/gocd_agent_kubeconfig/tasks/main.yml",
"content": "---\n- environment:\n SSH_KNOWN_HOSTS: /dev/null\n delegate_to: localhost\n become: false\n block:\n - ansible.builtin.set_fact:\n yaml_path: \"{{ [inventory_dir | dirname, 'k0sctl.yaml'] | path_join }}\"\n\n - de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 461,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/gocd_kubeconfig_xfer | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/gocd_kubeconfig_xfer/tasks/main.yml",
"content": "---\n- name: copy k8s kubeconfig to agent\n ansible.builtin.copy:\n src: \"./{{ns}}.kubeconfig\"\n dest: \"/var/go/k8s_{{ns}}.yml\"\n owner: go\n mode: \"0644\"\n",
"license_type": "no_license",
"detected_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 162,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/gocd_server | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/gocd_server/tasks/main.yml",
"content": "---\n- name: install on ubuntu/deb\n ansible.builtin.include_tasks:\n file: debian_install.yml\n when: ansible_os_family == 'Debian'\n\n- name: install on Red Hat systems\n block:\n - ansible.builtin.include_tasks:\n file: red... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2010,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/haproxy | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/haproxy/tasks/main.yml",
"content": "---\n- name: check if haproxy is installed manually\n ansible.builtin.stat:\n path: /usr/local/sbin/haproxy\n register: h\n\n- name: debug | haproxy_installed\n ansible.builtin.debug:\n var: h\n\n- name: install | install haproxy\n ansi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3262,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/harbor | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/harbor/tasks/main.yml",
"content": "---\n- name: Add the harbor helm repository\n delegate_to: localhost\n environment:\n KUBECONFIG: \"{{ lookup('env', 'KUBECONFIG') }}\"\n kubernetes.core.helm_repository:\n name: harbor\n repo_url: \"{{ harbor_repo }}\"\n state: pre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2233,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/image_cache | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/image_cache/tasks/main.yml",
"content": "---\n- delegate_to: localhost\n environment:\n KUBECONFIG: \"{{ lookup('env', 'KUBECONFIG') }}\"\n block:\n - name: add the kube-fledged helm repo\n kubernetes.core.helm_repository:\n name: kubefledged-charts\n repo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2488,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/jaeger | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/jaeger/tasks/main.yml",
"content": "---\n- name: create the jaeger namespace\n delegate_to: localhost\n environment:\n KUBECONFIG: \"{{ lookup('env', 'KUBECONFIG') }}\"\n kubernetes.core.k8s:\n state: present\n definition:\n apiVersion: v1\n kind: Namespace\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5302,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/k8s_cluster | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s_cluster/tasks/main.yml",
"content": "---\n- environment:\n KUBECONFIG: \"{{ lookup('env', 'KUBECONFIG') }}\"\n SSH_KNOWN_HOSTS: /dev/null # Needed for some reason due to how we configure our connection to the hosts.\n block:\n - ansible.builtin.set_fact:\n yaml_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 787,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/k8s_de_reqs | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s_de_reqs/tasks/main.yml",
"content": "---\n- delegate_to: localhost\n environment:\n KUBECONFIG: \"{{ lookup('env', 'KUBECONFIG') }}\"\n block:\n - name: install ingress-nginx repo\n kubernetes.core.helm_repository:\n name: ingress-nginx\n repo_url: htt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 14488,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/k8s_firewalld | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s_firewalld/tasks/main.yml",
"content": "---\n- name: start and enable firewalld\n ansible.builtin.service:\n name: firewalld\n state: started\n enabled: true\n when: ansible_os_family == \"RedHat\"\n\n- name: open the ports\n ansible.posix.firewalld:\n permanent: t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1923,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/k8s_haproxy | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s_haproxy/tasks/main.yml",
"content": "---\n- name: Open the API Port\n become: true\n community.general.ufw:\n rule: allow\n port: \"{{ item }}\"\n proto: tcp\n with_items:\n - \"{{ k8s_api_port }}\" # k0s api\n - \"9443\" # join api\n - \"8132\" # konnectivi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2252,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/k8s_nodes | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s_nodes/templates/storage_fix.sh.j2",
"content": "# Adapted from https://github.com/k3s-io/k3s/issues/2068#issuecomment-1374672584\n\nMNT_DIR=\"{{ k3s_storage_mount }}\"\n\n# nodefs\n#\nKUBELET_DIR=\"${MNT_DIR}/kubelet\"\nmkdir -p \"${KUBELET_DIR}\"\n\n# imagefs: containerd has a ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 11215,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/keycloak_install | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/keycloak_install/tasks/main.yml",
"content": "---\n- name: create the keycloak namespace\n delegate_to: localhost\n environment:\n KUBECONFIG: \"{{ lookup('env', 'KUBECONFIG') }}\"\n kubernetes.core.k8s:\n name: \"{{ keycloak_namespace }}\"\n state: present\n kind: na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 12134,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/kubernetes_gpu_workers | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes_gpu_workers/tasks/main.yml",
"content": "---\n- ansible.builtin.stat: path=/usr/local/bin/k3s\n register: k3s_installed_gpu\n\n- name: install k3s\n environment:\n INSTALL_K3S_EXEC: \"agent\"\n INSTALL_K3S_VERSION: \"{{ k3s_version }}\"\n K3S_TOKEN: \"{{ k3s_to... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 591,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/kubernetes_ingresses | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes_ingresses/tasks/main.yml",
"content": "---\n- name: Add CORS ingresses\n delegate_to: localhost\n environment:\n KUBECONFIG: \"{{ lookup('env', 'KUBECONFIG') }}\"\n kubernetes.core.k8s:\n state: present\n definition:\n apiVersion: networking.k8s.io/v1\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3121,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/kubernetes_irods_csi_driver | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes_irods_csi_driver/tasks/main.yml",
"content": "---\n- name: install the irods CSI driver\n delegate_to: localhost\n kubernetes.core.helm:\n create_namespace: true\n release_namespace: \"{{ irods_csi_driver_namespace }}\"\n release_name: irods-csi-driver\n cha... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1699,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/kubernetes_networking | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes_networking/tasks/main.yml",
"content": "---\n- name: add a kifshare nodeport\n delegate_to: localhost\n environment:\n KUBECONFIG: \"{{ lookup('env', 'KUBECONFIG') }}\"\n kubernetes.core.k8s:\n state: present\n definition:\n apiVersion: v1\n kind: Se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1617,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/kubernetes_node_feature_discovery | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes_node_feature_discovery/tasks/main.yml",
"content": "---\n- delegate_to: localhost\n environment:\n KUBECONFIG: \"{{ lookup('env', 'KUBECONFIG') }}\"\n block:\n - name: install the node-feature-discovery helm repo\n kubernetes.core.helm_repository:\n na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1443,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/nats | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/nats/tasks/main.yml",
"content": "---\n- name: Add nats helm repository\n delegate_to: localhost\n environment:\n KUBECONFIG: \"{{ lookup('env', 'KUBECONFIG') }}\"\n kubernetes.core.helm_repository:\n name: nats\n repo_url: https://nats-io.github.io/k8s/helm/charts/\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 8757,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/nvidia_container_toolkit | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/nvidia_container_toolkit/handlers/main.yml",
"content": "---\n- name: reboot host\n ansible.builtin.reboot:\n reboot_timeout: 600\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "ansible/roles/nvidia_container_toolkit/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 993,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/nvidia_drivers | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/nvidia_drivers/tasks/main.yml",
"content": "---\n- name: check for NVIDIA GPUs\n ansible.builtin.shell:\n cmd: \"lspci | grep -e NVIDIA\"\n changed_when: false\n\n- name: install system updates\n ansible.builtin.package:\n name: \"*\"\n state: latest\n notify: reboot ho... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2543,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/portal | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/portal/tasks/main.yml",
"content": "---\n- delegate_to: localhost\n environment:\n KUBECONFIG: \"{{ lookup('env', 'KUBECONFIG') }}\"\n block:\n - name: create the portal namespace\n kubernetes.core.k8s:\n name: \"{{ portal_namespace }}\"\n state: present\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4055,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/postgresql | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/postgresql/tasks/main.yml",
"content": "---\n- name: Install on Debian family systems\n block:\n - name: open port 5432\n community.general.ufw:\n rule: allow\n port: 5432\n proto: tcp\n\n - apt:\n update_cache: true\n pkg:\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1694,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/postgresql_access | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/postgresql_access/handlers/main.yml",
"content": "---\n- name: restart postgres\n ansible.builtin.service:\n name: postgresql\n state: restarted\n\n- name: reload postgres\n ansible.builtin.service:\n name: postgresql\n state: reloaded",
"license_type": "no_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1303,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/postgresql_init | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/postgresql_init/tasks/de.yml",
"content": "---\n- delegate_to: localhost\n block:\n - name: create discovery environment databases\n when: create_dbs is defined and create_dbs\n community.postgresql.postgresql_db:\n login_host: \"{{ groups['dbms'][0] }}\"\n ... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 19321,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/rabbitmq | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/rabbitmq/tasks/install.yml",
"content": "---\n- name: install role dependencies\n apt:\n pkg:\n - curl\n - gnupg\n - apt-transport-https\n become: true\n\n- name: grab com.rabbitmq.team.gpg\n shell: curl -1sLf \"https://keys.openpgp.org/vks/v1/by-fingerprint/0A9AF2115... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2764,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/rabbitmq-configure | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/rabbitmq-configure/tasks/configure.yml",
"content": "---\n- name: \"create the {{ vhost.vhost }} vhost\"\n rabbitmq_vhost:\n name: \"{{ vhost.vhost }}\"\n state: present\n\n- name: \"configure the admin user for the {{ vhost.vhost }} vhost\"\n rabbitmq_user:\n user: \"{{ ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 491,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/secret_loader | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/secret_loader/tasks/main.yml",
"content": "---\n- delegate_to: localhost\n environment:\n KUBECONFIG: \"{{ lookup('env', 'KUBECONFIG') }}\"\n block:\n - ansible.builtin.set_fact:\n repo_dir: \"{{ inventory_dir | dirname }}\"\n - ansible.builtin.set_fact:\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4025,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/service_configurations | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/service_configurations/tasks/main.yml",
"content": "---\n- delegate_to: localhost\n environment:\n KUBECONFIG: \"{{ lookup('env', 'KUBECONFIG') }}\"\n block:\n - name: get the list of templates from the template directory\n ansible.builtin.find:\n paths: \"{{ de_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4591,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/services | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/services/tasks/main.yml",
"content": "---\n- block:\n - name: builds dir\n delegate_to: localhost\n ansible.builtin.debug:\n msg: \"{{ build_json_dir }}\"\n\n - name: read the build JSON file\n delegate_to: localhost\n set_fact:\n build_json: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 809,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/timezone | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/timezone/tasks/main.yaml",
"content": "- name: ensure that tzdata is installed via package manager\n become: true\n package:\n name: \n - tzdata\n state: latest\n# tzdata-java hasn't been available in ubuntu since 16.04 https://askubuntu.com/questions/795901/what-happen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 633,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/ui_haproxy | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/ui_haproxy/tasks/main.yml",
"content": "---\n- name: Open the HTTP/S Port\n become: true\n community.general.ufw:\n rule: allow\n port: \"{{ item.port }}\"\n proto: \"{{ item.proto }}\"\n with_items:\n - port: 80\n proto: tcp\n - port: 443\n proto: tcp\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3358,
"all_permissive": false
} |
ansible_role | cyverse-de/deployments | 97825f7f7d6d50c63a2165936a28bbaf179a45b6 | 3 | ansible/roles/vice-cache | 3,198 | [
"no_license"
] | [
{
"path": "ansible/roles/vice-cache/tasks/main.yml",
"content": "---\n- name: add vice-cache deployment\n delegate_to: localhost\n environment:\n KUBECONFIG: \"{{ lookup('env', 'KUBECONFIG') }}\"\n kubernetes.core.k8s:\n state: present\n definition:\n apiVersion: batch/v1\n kind: Job\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1098,
"all_permissive": false
} |
ansible_role | vit0r/ansible-bacula-sd-server | cfb00235b08dc9145a8e16aef9a68ca72918ed42 | 0 | roles/bacula-sd-pkgs | 3,198 | [
"no_license"
] | [
{
"path": "roles/bacula-sd-pkgs/tasks/main.yaml",
"content": "---\n- name: install bacula-sd\n apt:\n force_apt_get: yes\n state: latest\n name: \"{{ item }}\"\n loop:\n - bacula-common-pgsql\n - bacula-sd",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 150,
"all_permissive": false
} |
ansible_role | cyverse/chatur-api | 29f5f68a897fb7b1f50d78a323c950adbe1d4e8e | 0 | deploy/ansible/roles/deploy | 3,198 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/deploy/tasks/main.yaml",
"content": "---\n\n- name: APT ; install pip\n ansible.builtin.apt:\n name: python3-pip\n update_cache: yes\n\n- name: PIP ; install kubernetes\n ansible.builtin.pip:\n name: kubernetes\n executable: pip3\n\n- name: COPY ; copy manifests... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3302,
"all_permissive": false
} |
ansible_role | HIKO1021024/osp-create-three-tier-app | bbe7d386591a41ec20575e5ff7a33110f8705d5c | 0 | roles/haproxy | 3,198 | [
"no_license"
] | [
{
"path": "roles/haproxy/tasks/main.yml",
"content": "---\n\n- name: Install haproxy\n import_tasks: install.yml\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "roles/haproxy/tasks/install.yml",
"content": "---\n\n- name: install package... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 329,
"all_permissive": false
} |
ansible_role | HIKO1021024/osp-create-three-tier-app | bbe7d386591a41ec20575e5ff7a33110f8705d5c | 0 | roles/osp-flavor | 3,198 | [
"no_license"
] | [
{
"path": "roles/osp-flavor/vars/main.yml",
"content": "---\n# vars file for roles/osp-flavor\nos_cloud_name: ospcloud\nos_flavors:\n - { name: \"m2.small\", ram: 2048, vcpus: 1, disk: 10 }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
},
{
"path": "roles/o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 408,
"all_permissive": false
} |
ansible_role | HIKO1021024/osp-create-three-tier-app | bbe7d386591a41ec20575e5ff7a33110f8705d5c | 0 | roles/osp-instances | 3,198 | [
"no_license"
] | [
{
"path": "roles/osp-instances/tasks/main.yml",
"content": "---\n - name: Create a server instance\n os_server:\n cloud: ospcloud\n name: \"{{ item.instance_name }}\"\n image: rhel-guest\n meta: \"group={{ item.group }},deployment_name={{ item.deployment }}\"\n flavor: m2.small\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1410,
"all_permissive": false
} |
ansible_role | HIKO1021024/osp-create-three-tier-app | bbe7d386591a41ec20575e5ff7a33110f8705d5c | 0 | roles/tomcat | 3,198 | [
"no_license"
] | [
{
"path": "roles/tomcat/tasks/main.yml",
"content": "- name: deploy tomcat\n import_tasks: tomcat.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "roles/tomcat/tasks/tomcat.yml",
"content": "---\n - name: install tomcat\n package:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 602,
"all_permissive": false
} |
ansible_role | taraka1996/roboshop-ansible | 085bc41f54997b1b559c303d2d412a82e5fe1d0f | 0 | roles/prometheus | 3,198 | [
"no_license"
] | [
{
"path": "roles/prometheus/templates/alertmanager.yml",
"content": "route:\n group_by: ['alertname']\n group_wait: 30s\n group_interval: 5m\n repeat_interval: 1h\n receiver: \"email\"\nreceivers:\n - name: \"email\"\n email_configs:\n - to: <EMAIL> # <EMAIL>\n from: <EMAIL> # <EM... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 662,
"all_permissive": false
} |
ansible_role | taraka1996/roboshop-ansible | 085bc41f54997b1b559c303d2d412a82e5fe1d0f | 0 | roles/rabbitmq | 3,198 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "- name: Setup ErLang Repo\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | bash\n\n- name: Install RabbitMQ Repos\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositorie... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 749,
"all_permissive": false
} |
ansible_role | ryanbarrett/ansible-tshark-listener | 9456e66074bce97b685e724e5de6df7a7dca08c7 | 1 | roles/tshark-listener | 3,198 | [
"no_license"
] | [
{
"path": "roles/tshark-listener/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - tshark-listener",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "roles/tshark-listener/templates/rc.local.j2",
"content":... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2697,
"all_permissive": false
} |
ansible_role | satishbandi201/AWS_practice | 73188a78dd9ec6d88211fdfd78b35157c664fad9 | 0 | ansible-roles/roles/common | 3,198 | [
"no_license"
] | [
{
"path": "ansible-roles/roles/common/tasks/app-setup.yaml",
"content": "- name: create app directory\n ansible.builtin.file:\n path: /app\n state: directory\n\n- name: create roboshop system user\n ansible.builtin.user:\n name: roboshop\n home: /app\n shell: /sbin/nologin/\n system: tru... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1456,
"all_permissive": false
} |
ansible_role | satishbandi201/AWS_practice | 73188a78dd9ec6d88211fdfd78b35157c664fad9 | 0 | ansible-roles/roles/frontend | 3,198 | [
"no_license"
] | [
{
"path": "ansible-roles/roles/frontend/tasks/main.yaml",
"content": "- name: disable default nginx\n ansible.builtin.command: dnf module disable nginx -y\n\n- name: enable required nginx\n ansible.builtin.command: dnf module enable nginx:1.24 -y\n\n- name: install nginx\n ansible.builtin.dnf:\n name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1419,
"all_permissive": false
} |
ansible_role | satishbandi201/AWS_practice | 73188a78dd9ec6d88211fdfd78b35157c664fad9 | 0 | ansible-roles/roles/mysql | 3,198 | [
"no_license"
] | [
{
"path": "ansible-roles/roles/mysql/tasks/main.yaml",
"content": "- name: install mysql server\n ansible.builtin.dnf:\n name: mysql-server\n state: present\n \n- name: start and enable mysql\n ansible.builtin.service:\n name: mysqld\n state: started\n enabled: yes\n\n#- name: install boto... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 577,
"all_permissive": false
} |
ansible_role | satishbandi201/AWS_practice | 73188a78dd9ec6d88211fdfd78b35157c664fad9 | 0 | ansible-roles/roles/redis | 3,198 | [
"no_license"
] | [
{
"path": "ansible-roles/roles/redis/tasks/main.yaml",
"content": "- name: disable default redis\n ansible.builtin.command: dnf module disable redis -y\n\n- name: enable requires redis\n ansible.builtin.command: dnf module enable redis:7 -y\n\n- name: install redis\n ansible.builtin.dnf:\n name: redis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 651,
"all_permissive": false
} |
ansible_role | stelligent/zap | 51e7f18a15c5c195f16d999f42ff21e2d233975d | 7 | packer/roles/zap | 3,198 | [
"no_license"
] | [
{
"path": "packer/roles/zap/files/zap-init.sh",
"content": "#!/bin/bash -e\n\n### BEGIN INIT INFO\n# Provides: zap\n# Required-Start: $remote_fs $syslog\n# Required-Stop: $remote_fs $syslog\n# Default-Start: 2 3 4 5\n# Default-Stop: \n# Short-Description: OWASP ZAP... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2947,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.