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 | jmarhee/infrastructure | 9e0f281d3f697f2c2a20780c3f19c031698126dc | 1 | roles/sudoers | 4,517 | [
"no_license"
] | [
{
"path": "roles/sudoers/tasks/main.yml",
"content": "---\r\n- name: Adding user {{ nonroot_super_user }} \r\n user: \r\n name: \"{{ nonroot_super_user }}\"\r\n groups: \"sudo\"\r\n append: \"yes\"\r\n- name: Copy default /etc/sudoers\r\n copy:\r\n src: sudoers\r\n dest: /etc/sudoers",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 224,
"all_permissive": false
} |
ansible_role | jmarhee/infrastructure | 9e0f281d3f697f2c2a20780c3f19c031698126dc | 1 | roles/vim-setup | 4,517 | [
"no_license"
] | [
{
"path": "roles/vim-setup/tasks/main.yml",
"content": "- name: \"Creating {{ item }} directory\"\n file:\n path: \"{{ item }}\"\n state: directory\n with_items: \n - \"{{ home }}/.vim\"\n - \"{{ home }}/.vim/bundle\"\n - \"{{ home }}/.vim/autoload\"\n\n- name: Create .vimrc\n command: \"t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1014,
"all_permissive": false
} |
ansible_role | Ashay-jain/ansible | c78fdcb972251d02e7610dcf40d419a2784d833d | 0 | task1/roles/apache2 | 4,517 | [
"no_license"
] | [
{
"path": "task1/roles/apache2/tasks/main.yml",
"content": "--- # apache playbook\n- name: 1. install Apache\n yum: name=httpd state=present\n\n- name: 2. install php module for apache\n yum: name=php-5.4.16-46.amzn2.0.2.x86_64 state=present\n\n- name: starting apache\n service: name=httpd state=started... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 370,
"all_permissive": false
} |
ansible_role | Ashay-jain/ansible | c78fdcb972251d02e7610dcf40d419a2784d833d | 0 | task1/roles/mariadb | 4,517 | [
"no_license"
] | [
{
"path": "task1/roles/mariadb/tasks/main.yml",
"content": "--- # playbook for mariadb \n- name: 1 installing mariadb server\n yum: name=mariadb-server state=installed\n \n- name: 2 starting mysql services\n service: name=mariadb.service 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": 190,
"all_permissive": false
} |
ansible_role | thiago733/4LinuxDevOps | a3457dbf2102f0d89a0f85365d5df8a933666468 | 0 | Ansible/roles/docker | 4,517 | [
"no_license"
] | [
{
"path": "Ansible/roles/docker/README.md",
"content": "# Role Name: docker\n\nEsta role instala o Docker em sistemas baseados em Ubuntu.\n\n## Requisitos\n- Sistema operacional baseado em Ubuntu\n- Acesso root\n\n## Variáveis\nNenhuma variável customizável por padrão.\n\n## Dependências\nNenhuma.\n\n## Exe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2367,
"all_permissive": false
} |
ansible_role | thiago733/4LinuxDevOps | a3457dbf2102f0d89a0f85365d5df8a933666468 | 0 | Ansible/roles/jenkins | 4,517 | [
"no_license"
] | [
{
"path": "Ansible/roles/jenkins/README.md",
"content": "# Role Name: jenkins\n\nEsta role instala o Jenkins em sistemas baseados em RedHat/CentOS.\n\n## Requisitos\n- Sistema operacional baseado em RedHat/CentOS\n- Acesso root\n\n## Variáveis\nNenhuma variável customizável por padrão.\n\n## Dependências\nN... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 763,
"all_permissive": false
} |
ansible_role | thiago733/4LinuxDevOps | a3457dbf2102f0d89a0f85365d5df8a933666468 | 0 | Ansible/roles/ntp | 4,517 | [
"no_license"
] | [
{
"path": "Ansible/roles/ntp/tasks/main.yml",
"content": "---\n# tasks file for ntp\n# Instalação do NTP para Debian/Ubuntu\n\n- name: Instalacao do pacote NTP para Debian/Ubuntu\n apt:\n name: ntp\n update_cache: yes\n when: ansible_os_family == \"Debian\"\n\n- name: Instalacao do pacote NTP para R... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 921,
"all_permissive": false
} |
ansible_role | thiago733/4LinuxDevOps | a3457dbf2102f0d89a0f85365d5df8a933666468 | 0 | Ansible/roles/puppet | 4,517 | [
"no_license"
] | [
{
"path": "Ansible/roles/puppet/README.md",
"content": "# Role Name: puppet\n\nEsta role instala o Puppet e o puppet-lint em sistemas baseados em Debian.\n\n## Requisitos\n- Sistema operacional baseado em Debian\n- Acesso root\n\n## Variáveis\nNenhuma variável customizável por padrão.\n\n## Dependências\nNe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 959,
"all_permissive": false
} |
ansible_role | dgcantero/awx_labo_linux | 77c88e79c23df1ac90fd3acc0037bb2f642d3a69 | 0 | playbooks/roles/apache | 4,517 | [
"no_license"
] | [
{
"path": "playbooks/roles/apache/handlers/main.yml",
"content": "---\n# handlers file for apache\n- name: restart appache service\n service:\n name: \"{{ apache_service }}\"\n state: restarted\n listen: \"restart httpd service handler\"\n ",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 744,
"all_permissive": false
} |
ansible_role | dgcantero/awx_labo_linux | 77c88e79c23df1ac90fd3acc0037bb2f642d3a69 | 0 | playbooks/roles/mysql | 4,517 | [
"no_license"
] | [
{
"path": "playbooks/roles/mysql/handlers/main.yml",
"content": "---\n# handlers file for mysql\n- name: restart mysql service\n service: \n name: \"{{ mysql_service }}\" \n state: restarted\n listen: \"restart mysql service handler\"",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 309,
"all_permissive": false
} |
ansible_role | tbo2/Cisco-Delawarepj | 21fd035dacd9630b70a48e9b23c133eda62744a6 | 0 | py/playbooks/ping/roles/network_checkpoint | 4,058 | [
"no_license"
] | [
{
"path": "py/playbooks/ping/roles/network_checkpoint/tasks/ios-checkpoint.yml",
"content": "---\n- name: enable config archive\n ios_config:\n lines:\n - path flash:archive_config\n - maximum 14\n # - time-period 10\n parents: archive\n\n- name: archive config\n ios_command:\n comm... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 455,
"all_permissive": false
} |
ansible_role | tbo2/Cisco-Delawarepj | 21fd035dacd9630b70a48e9b23c133eda62744a6 | 0 | py/playbooks/ping/roles/network_rollback | 4,058 | [
"no_license"
] | [
{
"path": "py/playbooks/ping/roles/network_rollback/tasks/ios-rollback.yml",
"content": "---\n- name: grab archives\n ios_command:\n commands:\n - show archive | i Most Recent\n register: archive\n\n- debug:\n msg: \"{{archive.stdout[0]}}\"\n\n- name: grab archive config name\n set_fact:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 511,
"all_permissive": false
} |
ansible_role | tbo2/Cisco-Delawarepj | 21fd035dacd9630b70a48e9b23c133eda62744a6 | 0 | py/playbooks/term/roles/gather_facts | 4,058 | [
"no_license"
] | [
{
"path": "py/playbooks/term/roles/gather_facts/handlers/main.yml",
"content": "---\n# handlers file for gather_facts",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "py/playbooks/term/roles/gather_facts/tasks/main.yml",
"content": "---\n# tasks... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 367,
"all_permissive": false
} |
ansible_role | tbo2/Cisco-Delawarepj | 21fd035dacd9630b70a48e9b23c133eda62744a6 | 0 | py/playbooks/term/roles/network_rollback | 4,058 | [
"no_license"
] | [
{
"path": "py/playbooks/term/roles/network_rollback/tasks/main.yml",
"content": "---\n- include_tasks: \"{{ ansible_network_os }}-rollback.yml\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "py/playbooks/term/roles/network_rollback/defaults/mai... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 251,
"all_permissive": false
} |
ansible_role | SterhLight/monitoring_swarm_v02 | 59a984ec724319b8dcad9abaabe7a4c147d32e19 | 0 | roles/add_labels | 4,058 | [
"no_license"
] | [
{
"path": "roles/add_labels/tasks/main.yml",
"content": "---\r\n- name: Add a label to the server\r\n community.docker.docker_node:\r\n hostname: sv1 #server1\r\n labels:\r\n key1: monitoring\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 138,
"all_permissive": false
} |
ansible_role | SterhLight/monitoring_swarm_v02 | 59a984ec724319b8dcad9abaabe7a4c147d32e19 | 0 | roles/alertmanager | 4,058 | [
"no_license"
] | [
{
"path": "roles/alertmanager/tasks/main.yml",
"content": "---\r\n- name: Alertmanager\r\n ansible.builtin.include_tasks: base.yml\r\n tags:\r\n - alertmanager\r\n vars:\r\n tag: alertmanager\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
},
{
"pa... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2217,
"all_permissive": false
} |
ansible_role | SterhLight/monitoring_swarm_v02 | 59a984ec724319b8dcad9abaabe7a4c147d32e19 | 0 | roles/backup | 4,058 | [
"no_license"
] | [
{
"path": "roles/backup/tasks/main.yml",
"content": "---\n- name: Work with the archive\n block:\n - name: Remote old file\n ansible.builtin.file:\n path: /tmp/backup.tgz\n state: absent\n\n - name: Compress directory \"{{ backup_src_folder }}\" into /tmp/backup.tgz\n communit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1072,
"all_permissive": false
} |
ansible_role | SterhLight/monitoring_swarm_v02 | 59a984ec724319b8dcad9abaabe7a4c147d32e19 | 0 | roles/cadvisor | 4,058 | [
"no_license"
] | [
{
"path": "roles/cadvisor/tasks/base.yml",
"content": "---\r\n- name: Remove service\r\n community.docker.docker_swarm_service:\r\n name: \"{{ tag }}\"\r\n state: absent\r\n\r\n- name: Create a network\r\n community.docker.docker_network:\r\n name: \"{{ network_name }}\"\r\n driver: overlay\r\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1009,
"all_permissive": false
} |
ansible_role | SterhLight/monitoring_swarm_v02 | 59a984ec724319b8dcad9abaabe7a4c147d32e19 | 0 | roles/del_folder | 4,058 | [
"no_license"
] | [
{
"path": "roles/del_folder/tasks/main.yml",
"content": "---\n- name: Recursively remove directorys\n become: true\n ansible.builtin.file:\n path: \"{{ monitoring_folder }}/{{ item }}\"\n state: absent\n loop: \"{{ folders }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 258,
"all_permissive": false
} |
ansible_role | SterhLight/monitoring_swarm_v02 | 59a984ec724319b8dcad9abaabe7a4c147d32e19 | 0 | roles/grafana | 4,058 | [
"no_license"
] | [
{
"path": "roles/grafana/tasks/main.yml",
"content": "---\r\n- name: Grafana\r\n ansible.builtin.include_tasks: base.yml\r\n tags:\r\n - grafana\r\n vars:\r\n tag: grafana\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
},
{
"path": "roles/grafana/... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2831,
"all_permissive": false
} |
ansible_role | SterhLight/monitoring_swarm_v02 | 59a984ec724319b8dcad9abaabe7a4c147d32e19 | 0 | roles/node_exporter | 4,058 | [
"no_license"
] | [
{
"path": "roles/node_exporter/tasks/main.yml",
"content": "---\r\n- name: Node-exporter\r\n ansible.builtin.include_tasks: base.yml\r\n tags:\r\n - node-exporter\r\n vars:\r\n tag: node-exporter\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
},
{
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 915,
"all_permissive": false
} |
ansible_role | SterhLight/monitoring_swarm_v02 | 59a984ec724319b8dcad9abaabe7a4c147d32e19 | 0 | roles/prometheus | 4,058 | [
"no_license"
] | [
{
"path": "roles/prometheus/tasks/base.yml",
"content": "---\r\n- name: Remove service\r\n community.docker.docker_swarm_service:\r\n name: \"{{ tag }}\"\r\n state: absent\r\n\r\n- name: Create a network\r\n community.docker.docker_network:\r\n name: \"{{ network_name }}\"\r\n driver: overlay\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2445,
"all_permissive": false
} |
ansible_role | SterhLight/monitoring_swarm_v02 | 59a984ec724319b8dcad9abaabe7a4c147d32e19 | 0 | roles/recovery | 4,058 | [
"no_license"
] | [
{
"path": "roles/recovery/tasks/main.yml",
"content": "---\n- name: Remote old file\n become: true\n ansible.builtin.file:\n path: /tmp/backup.tgz\n state: absent\n\n- name: Copy backup file backup.tgz\n ansible.builtin.copy:\n src: \"{{ backup_dst_folder }}/{{ bp_folder }}/{{ bp_server }}/tmp/b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 455,
"all_permissive": false
} |
ansible_role | AdamGoldsmith/docker-awx | eff3dd370c1331c421e2609e144c42b7a66b6f4d | 1 | roles/ansible_role_docker_install | 4,058 | [
"no_license"
] | [
{
"path": "roles/ansible_role_docker_install/defaults/main.yml",
"content": "---\n\ndocker_edition: ce\ndocker_version: \"\"\n\ndocker_pip_packages:\n - docker\n - docker-compose\n\ndocker_repo_data:\n url: https://download.docker.com/linux/centos/docker-{{ docker_edition }}.repo\n gpg_key: https://down... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2303,
"all_permissive": false
} |
ansible_role | redhat-openstack/tripleo-example-integration | a44647fde924fcf8e98dd17f3ab47b6555f504e8 | 2 | ansible/roles/example_service | 4,058 | [
"permissive"
] | [
{
"path": "ansible/roles/example_service/tasks/external_update.yml",
"content": "---\n#\n# This file can contain any ansible or commands that may be wanted to run\n# from the undercloud.\n#\n- name: Run External Update Step Tasks\n debug:\n msg: >-\n This is an example of an external update task ex... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 2627,
"all_permissive": true
} |
ansible_role | delphix/appliance-build | 8d7c7ca31c220a8e04d09e1cd70bd6de3e87dbd6 | 19 | bootstrap/roles/appliance-build.bootstrap | 4,058 | [
"permissive"
] | [
{
"path": "bootstrap/roles/appliance-build.bootstrap/tasks/main.yml",
"content": "#\n# Copyright 2018-2025 Delphix\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2895,
"all_permissive": true
} |
ansible_role | ramadasmr/ops-playbooks | 04f3059d0a81faff2da907ca5498cb6bb501e06e | 0 | roles/docker | 4,058 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/docker-ubuntu.yml",
"content": "---\n- name: Install docker dependenices via apt\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-common\n state: present\n- name: Add official docker gpg ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2168,
"all_permissive": false
} |
ansible_role | ramadasmr/ops-playbooks | 04f3059d0a81faff2da907ca5498cb6bb501e06e | 0 | roles/kubernetes | 4,058 | [
"no_license"
] | [
{
"path": "roles/kubernetes/tasks/main.yml",
"content": "---\n- name: Installing kubernetes for Ubuntu\n import_tasks: kubernetes-ubuntu.yml\n when: ansible_facts['distribution'] | lower == \"ubuntu\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141
},
{
"pa... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 882,
"all_permissive": false
} |
ansible_role | ramadasmr/ops-playbooks | 04f3059d0a81faff2da907ca5498cb6bb501e06e | 0 | roles/vagrant | 4,058 | [
"no_license"
] | [
{
"path": "roles/vagrant/tasks/main.yml",
"content": "---\n- name: Installing Vagrant for Ubuntu\n import_tasks: vagrant-ubuntu.yml\n when: ansible_facts['distribution'] == \"Ubuntu\"\n- name: Installing Vagrant for CentOS\n import_tasks: vagrant-centos.yml\n when: ansible_facts['distribution'] == \"Cen... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 959,
"all_permissive": false
} |
ansible_role | bendraabdelali/Deploy-a-Java-Application-to-a-Kubernetes-cluster-on-Azure-Using-Jenkins | 25206faca80fc3b6b31c42f3bbcf7c2ea949763b | 2 | JenkinsDeployment/Ansible/roles/JenkinsCentos | 4,058 | [
"no_license"
] | [
{
"path": "JenkinsDeployment/Ansible/roles/JenkinsCentos/tasks/main.yml",
"content": "\n---\n- name: yum update\n yum:\n name: '*'\n state: latest\n\n- name: Check if Java is already installed\n command: java -version\n ignore_errors: true\n register: java_version\n\n- name: Install Java 11 using ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3350,
"all_permissive": false
} |
ansible_role | bendraabdelali/Deploy-a-Java-Application-to-a-Kubernetes-cluster-on-Azure-Using-Jenkins | 25206faca80fc3b6b31c42f3bbcf7c2ea949763b | 2 | JenkinsDeployment/Ansible/roles/JenkinsDocker | 4,058 | [
"no_license"
] | [
{
"path": "JenkinsDeployment/Ansible/roles/JenkinsDocker/vars/main.yml",
"content": "---\n# user to add to Docker group\nsystem_user: azureuser\ndir_dest : \"/home/azureuser/\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "JenkinsDeployment/Ansib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3375,
"all_permissive": false
} |
ansible_role | bendraabdelali/Deploy-a-Java-Application-to-a-Kubernetes-cluster-on-Azure-Using-Jenkins | 25206faca80fc3b6b31c42f3bbcf7c2ea949763b | 2 | JenkinsDeployment/Ansible/roles/JenkinsUbuntu | 4,058 | [
"no_license"
] | [
{
"path": "JenkinsDeployment/Ansible/roles/JenkinsUbuntu/tasks/main.yml",
"content": "---\n- name: Update apt-get repo and cache\n apt:\n update_cache: yes\n force_apt_get: yes\n cache_valid_time: 3600\n\n- name: Jenkins repository\n apt_key:\n url: \"{{jenkins_repo}}\"\n state: present\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3651,
"all_permissive": false
} |
ansible_role | sititou70/sage2-on-raspberry | 74cce2845eea15f922396813cc039d432f506e45 | 0 | roles/apt | 4,058 | [
"no_license"
] | [
{
"path": "roles/apt/tasks/main.yml",
"content": "---\n- name: update all packages\n apt:\n upgrade: dist\n when: apt.all_update_flag\n\n- name: upgrade all packages\n apt:\n name: '*'\n state: latest\n when: apt.all_upgrade_flag \n\n- name: install apt packages\n apt:\n name: '{{ item.name... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 711,
"all_permissive": false
} |
ansible_role | sititou70/sage2-on-raspberry | 74cce2845eea15f922396813cc039d432f506e45 | 0 | roles/nodejs | 4,058 | [
"no_license"
] | [
{
"path": "roles/nodejs/meta/main.yml",
"content": "---\ndependencies:\n - sys\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n- name: remove old nodejs\n shell: \"apt remove {{ item }} -y\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 759,
"all_permissive": false
} |
ansible_role | sititou70/sage2-on-raspberry | 74cce2845eea15f922396813cc039d432f506e45 | 0 | roles/sage2 | 4,058 | [
"no_license"
] | [
{
"path": "roles/sage2/tasks/main.yml",
"content": "---\n- name: clone sage2 code\n git:\n repo: 'https://bitbucket.org/sage2/sage2.git'\n dest: /home/pi/sage2\n version: master\n\n- name: copy GO-linux\n copy:\n src: \"{{ role_path }}/files/GO-linux\"\n dest: /home/pi/sage2/keys/GO-linux\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 771,
"all_permissive": false
} |
ansible_role | morristai/ansible-dev-playbook | 3bc73e2e5e324619e2c8cd81509c7a997d7a9364 | 2 | roles/macos | 4,058 | [
"no_license"
] | [
{
"path": "roles/macos/var/default.yml",
"content": "install_terminal_tools: true\nansible_user_id: \"{{ ansible_user_id | default(ansible_env.USER) }}\"\n\nbrew_packages:\n - zsh\n - git\n - gh\n - ripgrep\n - fd\n - fzf\n - zoxide\n - bat",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2401,
"all_permissive": false
} |
ansible_role | morristai/ansible-dev-playbook | 3bc73e2e5e324619e2c8cd81509c7a997d7a9364 | 2 | roles/windows | 4,058 | [
"no_license"
] | [
{
"path": "roles/windows/tasks/remote_desktop.yml",
"content": "---\n- name: Configure Remote Desktop Services.\n ansible.windows.win_regedit:\n path: \"{{ item }}\"\n name: fDenyTSConnections\n data: 00000000\n type: dword\n state: \"{{ 'present' if remote_desktop_enabled else 'absent' }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5477,
"all_permissive": false
} |
ansible_role | sptmru/asterisk-ansible-playbook | f3f29f0ebf932528dce113e7f810f8d0b4ca7392 | 1 | roles/asterisk-configure | 4,058 | [
"no_license"
] | [
{
"path": "roles/asterisk-configure/tasks/main.yaml",
"content": "- name: Add Asterisk user\n remote_user: root\n shell: adduser --system --group --home /var/lib/asterisk --no-create-home --gecos \"Asterisk PBX\" asterisk\n args:\n executable: /bin/bash\n tags:\n - asterisk\n - system\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1588,
"all_permissive": false
} |
ansible_role | sptmru/asterisk-ansible-playbook | f3f29f0ebf932528dce113e7f810f8d0b4ca7392 | 1 | roles/asterisk-install | 4,058 | [
"no_license"
] | [
{
"path": "roles/asterisk-install/tasks/main.yaml",
"content": "- name: Run ./configure\n remote_user: root\n shell: ./configure --with-jansson-bundled --with-pjproject-bundled\n args:\n chdir: \"/usr/local/src/asterisk-{{ asterisk_version }}\"\n executable: /bin/bash\n tags:\n - asterisk\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1445,
"all_permissive": false
} |
ansible_role | sptmru/asterisk-ansible-playbook | f3f29f0ebf932528dce113e7f810f8d0b4ca7392 | 1 | roles/asterisk-prepare | 4,058 | [
"no_license"
] | [
{
"path": "roles/asterisk-prepare/tasks/main.yaml",
"content": "- name: Check if Asterisk sources directory exists\n remote_user: root\n stat:\n path: \"/usr/local/src/asterisk-{{ asterisk_version }}\"\n register: asterisk_sources_check\n tags:\n - asterisk\n- name: Download Asterisk source code\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1992,
"all_permissive": false
} |
ansible_role | sptmru/asterisk-ansible-playbook | f3f29f0ebf932528dce113e7f810f8d0b4ca7392 | 1 | roles/asterisk-start | 4,058 | [
"no_license"
] | [
{
"path": "roles/asterisk-start/tasks/main.yaml",
"content": "- name: Start Asterisk service\n remote_user: root\n ansible.builtin.systemd:\n state: started\n name: asterisk\n tags:\n - asterisk\n - system\n- name: Enable Asterisk service\n remote_user: root\n ansible.builtin.systemd:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 303,
"all_permissive": false
} |
ansible_role | sptmru/asterisk-ansible-playbook | f3f29f0ebf932528dce113e7f810f8d0b4ca7392 | 1 | roles/fail2ban-configure | 4,058 | [
"no_license"
] | [
{
"path": "roles/fail2ban-configure/tasks/main.yaml",
"content": "- name: Add Asterisk logfile for Fail2Ban\n remote_user: root\n lineinfile:\n path: /etc/asterisk/logger.conf\n line: 'fail2ban => notice'\n tags:\n - asterisk\n - fail2ban\n- name: Update Fail2Ban config\n remote_user: root\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 568,
"all_permissive": false
} |
ansible_role | sptmru/asterisk-ansible-playbook | f3f29f0ebf932528dce113e7f810f8d0b4ca7392 | 1 | roles/fail2ban-install | 4,058 | [
"no_license"
] | [
{
"path": "roles/fail2ban-install/tasks/main.yaml",
"content": "- name: Install Fail2Ban\n remote_user: root\n apt:\n pkg:\n - fail2ban\n state: latest\n update_cache: true\n tags:\n - fail2ban\n - system",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 154,
"all_permissive": false
} |
ansible_role | sptmru/asterisk-ansible-playbook | f3f29f0ebf932528dce113e7f810f8d0b4ca7392 | 1 | roles/fail2ban-start | 4,058 | [
"no_license"
] | [
{
"path": "roles/fail2ban-start/tasks/main.yaml",
"content": "- name: Start Fail2Ban service\n remote_user: root\n ansible.builtin.systemd:\n state: started\n name: asterisk\n tags:\n - fail2ban\n - system\n- name: Enable Fail2Ban service\n remote_user: root\n ansible.builtin.systemd:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 303,
"all_permissive": false
} |
ansible_role | sptmru/asterisk-ansible-playbook | f3f29f0ebf932528dce113e7f810f8d0b4ca7392 | 1 | roles/freepbx-install | 4,058 | [
"no_license"
] | [
{
"path": "roles/freepbx-install/tasks/main.yaml",
"content": "- name: Install software-properties-common\n remote_user: root\n apt:\n pkg:\n - software-properties-common\n state: latest\n update_cache: true\n tags:\n - system\n - apt\n- name: Add <NAME>'s PHP PPA\n remote_user: root... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2717,
"all_permissive": false
} |
ansible_role | sptmru/asterisk-ansible-playbook | f3f29f0ebf932528dce113e7f810f8d0b4ca7392 | 1 | roles/initial | 4,058 | [
"no_license"
] | [
{
"path": "roles/initial/tasks/main.yaml",
"content": "- name: Update APT cache and install available updates\n remote_user: root\n apt:\n upgrade: yes\n update_cache: yes\n tags:\n - system\n - apt\n- name: Install build tools\n remote_user: root\n apt:\n pkg:\n - autoconf\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 651,
"all_permissive": false
} |
ansible_role | iyedb/ansible-install | 9491a395fa31400427efd9c2fb4ace4c23e05d5a | 0 | roles/base | 4,058 | [
"no_license"
] | [
{
"path": "roles/base/tasks/macos.yml",
"content": "---\n\n- name: running darwin task\n debug:\n msg: running darwin tasks\n\n- name: 'Update homebrew'\n homebrew:\n update_homebrew: yes\n\n- name: 'Install git'\n homebrew:\n name: git\n state: latest\n",
"license_type": "no_license",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2112,
"all_permissive": false
} |
ansible_role | iyedb/ansible-install | 9491a395fa31400427efd9c2fb4ace4c23e05d5a | 0 | roles/golang | 4,058 | [
"no_license"
] | [
{
"path": "roles/golang/vars/main.yml",
"content": "---\n\ngo_version: \"1.11\"\ngo_install_path: \"/usr/local/go\"\ngo_default_install_parentdir: \"/usr/local\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "roles/golang/tasks/ubuntu.yml",
"c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 844,
"all_permissive": false
} |
ansible_role | iyedb/ansible-install | 9491a395fa31400427efd9c2fb4ace4c23e05d5a | 0 | roles/vscode | 4,058 | [
"no_license"
] | [
{
"path": "roles/vscode/tasks/main.yml",
"content": "\n- name: 'Add vscode apt signing key'\n apt_key:\n url: '{{ key_url }}'\n state: present\n become: yes\n\n- name: 'Add vscode apt repo'\n apt_repository:\n repo: '{{ deb_repo }}'\n state: present\n become: yes\n\n\n- name: 'Install vscode... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 452,
"all_permissive": false
} |
ansible_role | ethereum/tests | c67e485ff8b5be9abc8ad15345ec21aa22e290d9 | 603 | ansible/roles/common | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: install package dependencies\n sudo: true\n apt: name={{ item }}\n with_items:\n - parallel\n - htop\n\n- name: checkout test repo\n git:\n repo: https://github.com/ethereum/tests.git \n version: develop\n dest: git... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 311,
"all_permissive": false
} |
ansible_role | ethereum/tests | c67e485ff8b5be9abc8ad15345ec21aa22e290d9 | 603 | ansible/roles/docker | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: update package list\n sudo: true\n apt: update_cache=true\n\n- name: install docker dependencies\n sudo: true\n apt: name={{ item }} install_recommends=false\n with_items:\n # Docker has serious problems on EC2: http://www.dan... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1059,
"all_permissive": false
} |
ansible_role | ethereum/tests | c67e485ff8b5be9abc8ad15345ec21aa22e290d9 | 603 | ansible/roles/ec2 | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/ec2/vars/main.yml",
"content": "---\n# default config for ec2 instances\n\ninstance_type: c4.8xlarge \nsecurity_group: client-tests\n\nimage: ami-9eaa1cf6\nregion: us-east-1\nkeypair: christoph\n\n# limit access to AWS to these clients i... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1315,
"all_permissive": false
} |
ansible_role | ethereum/tests | c67e485ff8b5be9abc8ad15345ec21aa22e290d9 | 603 | ansible/roles/testrunner | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/testrunner/tasks/main.yml",
"content": "---\n- name: update C++ client\n docker_image:\n path: /home/{{ ansible_ssh_user }}/git/ansible/test-files/docker-cppjit\n name: ethereum/cppjit-testrunner\n state: build\n async: 1200\n poll: 5\n\n- name: update Go client\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 946,
"all_permissive": false
} |
ansible_role | jorcalle11/ansible-cloud-setup | d37bf70f1e3d31d6dd17bcd567a41c79c781bc5e | 0 | roles/nvm | 4,058 | [
"no_license"
] | [
{
"path": "roles/nvm/tasks/uninstall.yml",
"content": "---\n- name: Uninstall nvm\n file:\n path: '{{ item }}'\n state: absent\n with_items:\n - ~/.pm2\n - ~/.npm\n - ~/.nvm\n\n- name: Delete lines to load nvm\n blockinfile:\n path: '{{ nvm_profile }}'\n block: |\n export NVM_DI... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3425,
"all_permissive": false
} |
ansible_role | opnmind/vagrant-kubernetes-cluster | 7d70ebcab2e94ba989d99ca6a2311fb1bc8d4993 | 0 | ansible/roles/dns | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/dns/defaults/main.yaml",
"content": "# vim: tabstop=8 expandtab shiftwidth=2 softtabstop=2\n---\ndns_servers:\n - 8.8.8.8\n - 1.1.1.1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "ansible/roles/dns/handlers/main.yaml"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 880,
"all_permissive": false
} |
ansible_role | opnmind/vagrant-kubernetes-cluster | 7d70ebcab2e94ba989d99ca6a2311fb1bc8d4993 | 0 | ansible/roles/haproxy | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/haproxy/handlers/main.yaml",
"content": "# vim: tabstop=8 expandtab shiftwidth=2 softtabstop=2\n---\n- name: Restart haproxy\n ansible.builtin.service:\n name: haproxy\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1938,
"all_permissive": false
} |
ansible_role | opnmind/vagrant-kubernetes-cluster | 7d70ebcab2e94ba989d99ca6a2311fb1bc8d4993 | 0 | ansible/roles/helm | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/helm/meta/main.yaml",
"content": "# vim: tabstop=8 expandtab shiftwidth=2 softtabstop=2\n---\ngalaxy_info:\n role_name: helm\n author: opnmind\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "ansible/roles/helm/tasks/ma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1198,
"all_permissive": false
} |
ansible_role | opnmind/vagrant-kubernetes-cluster | 7d70ebcab2e94ba989d99ca6a2311fb1bc8d4993 | 0 | ansible/roles/hosts | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/hosts/templates/hosts.j2",
"content": "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n\n# Add host entries for the cluster machines\n{% for item in hosts_entries %}\n{{ i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 622,
"all_permissive": false
} |
ansible_role | opnmind/vagrant-kubernetes-cluster | 7d70ebcab2e94ba989d99ca6a2311fb1bc8d4993 | 0 | ansible/roles/kubernetes-basics | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes-basics/meta/main.yaml",
"content": "# vim: tabstop=8 expandtab shiftwidth=2 softtabstop=2\n---\n# description: Install Kubernetes basics.\ngalaxy_info:\n role_name: kubernetes-basic\n author: opnmind\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5605,
"all_permissive": false
} |
ansible_role | opnmind/vagrant-kubernetes-cluster | 7d70ebcab2e94ba989d99ca6a2311fb1bc8d4993 | 0 | ansible/roles/kubernetes-dashboard | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes-dashboard/meta/main.yaml",
"content": "# vim: tabstop=8 expandtab shiftwidth=2 softtabstop=2\n---\ngalaxy_info:\n role_name: kubernetes-dashboard\n author: opnmind\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
{
"pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2792,
"all_permissive": false
} |
ansible_role | opnmind/vagrant-kubernetes-cluster | 7d70ebcab2e94ba989d99ca6a2311fb1bc8d4993 | 0 | ansible/roles/kubernetes-master | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes-master/tasks/main.yaml",
"content": "# vim: tabstop=8 expandtab shiftwidth=2 softtabstop=2\n---\n- name: Delete config_path if new install.\n when: master_type == \"single\" or node == 1\n ansible.builtin.file:\n path: \"{{ config_path }}\"\n state: absent\n\n- na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7030,
"all_permissive": false
} |
ansible_role | opnmind/vagrant-kubernetes-cluster | 7d70ebcab2e94ba989d99ca6a2311fb1bc8d4993 | 0 | ansible/roles/kubernetes-worker | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes-worker/defaults/main.yaml",
"content": "---\nconfig_path: /vagrant/configs\nlog_path: /vagrant/logs\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
},
{
"path": "ansible/roles/kubernetes-worker/meta/main.yaml",
"content"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1088,
"all_permissive": false
} |
ansible_role | opnmind/vagrant-kubernetes-cluster | 7d70ebcab2e94ba989d99ca6a2311fb1bc8d4993 | 0 | ansible/roles/kubernetes-workstation | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes-workstation/defaults/main.yaml",
"content": "---\nconfig_path: /vagrant/configs\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "ansible/roles/kubernetes-workstation/meta/main.yaml",
"content": "# vim: tabst... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1975,
"all_permissive": false
} |
ansible_role | opnmind/vagrant-kubernetes-cluster | 7d70ebcab2e94ba989d99ca6a2311fb1bc8d4993 | 0 | ansible/roles/swap | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/swap/tasks/main.yaml",
"content": "# vim: tabstop=8 expandtab shiftwidth=2 softtabstop=2\n---\n- name: Disable SWAP since kubernetes can't work with swap enabled.\n ansible.builtin.shell: |\n swapoff -a\n when: ansible_facts.swaptotal_mb > 0\n\n- name: Disable SWAP in fstab sin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 502,
"all_permissive": false
} |
ansible_role | Jakub-A-DO/petclinic-provisioning-classic | 28098e8b8a5d45d4930a51d095b3392b9138e440 | 0 | ansible/roles/apt_upgrade | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/apt_upgrade/tasks/main.yml",
"content": "---\n- name: Full apt upgrade\n apt:\n upgrade: full\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 54,
"all_permissive": false
} |
ansible_role | Jakub-A-DO/petclinic-provisioning-classic | 28098e8b8a5d45d4930a51d095b3392b9138e440 | 0 | ansible/roles/download_petclinic_repo | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/download_petclinic_repo/tasks/main.yml",
"content": "---\n- name: Download petclinic repo\n git:\n repo: https://github.com/spring-projects/spring-petclinic.git\n dest: /home/bsc-node/petclinic\n ignore_errors: yes\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 165,
"all_permissive": false
} |
ansible_role | Jakub-A-DO/petclinic-provisioning-classic | 28098e8b8a5d45d4930a51d095b3392b9138e440 | 0 | ansible/roles/install_java_and_maven | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/install_java_and_maven/tasks/main.yml",
"content": "---\n- name: Install packages\n become: true\n package:\n name:\n - maven\n - openjdk-17-jdk\n - openjdk-17-jre\n - git\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 156,
"all_permissive": false
} |
ansible_role | Jakub-A-DO/petclinic-provisioning-classic | 28098e8b8a5d45d4930a51d095b3392b9138e440 | 0 | ansible/roles/install_monitoring_on_db | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/install_monitoring_on_db/tasks/main.yml",
"content": "---\n- name: Ensure directory exists\n file:\n path: \"{{ docker_compose_monitoring_file_dir }}\"\n state: directory\n mode: \"0755\"\n\n- name: Template docker-compose file\n template:\n src: templates/docker-compo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1571,
"all_permissive": false
} |
ansible_role | Jakub-A-DO/petclinic-provisioning-classic | 28098e8b8a5d45d4930a51d095b3392b9138e440 | 0 | ansible/roles/prepare_and_start_monitoring | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/prepare_and_start_monitoring/files/promtail.yaml",
"content": "server:\n http_listen_port: 9080\n grpc_listen_port: 9095\n\npositions:\n filename: /tmp/positions.yaml\n\nclients:\n - url: http://loki:3100/loki/api/v1/push\n\nscrape_configs:\n - job_name: \"docker-logs\"\n st... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 7079,
"all_permissive": false
} |
ansible_role | Jakub-A-DO/petclinic-provisioning-classic | 28098e8b8a5d45d4930a51d095b3392b9138e440 | 0 | ansible/roles/prepare_and_start_petclinic_docker_compose | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/prepare_and_start_petclinic_docker_compose/defaults/main.yml",
"content": "docker_compose_network_name: \"clinic\"\n\ndocker_compose_petclinic_image_name: \"petclinic-ansible\"\ndocker_compose_petclinic_image_version: \"v1\"\ndocker_compose_petclinic_external_port: \"80\"\ndocker_co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1742,
"all_permissive": false
} |
ansible_role | Jakub-A-DO/petclinic-provisioning-classic | 28098e8b8a5d45d4930a51d095b3392b9138e440 | 0 | ansible/roles/prepare_and_start_postgres_master_docker_compose | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/prepare_and_start_postgres_master_docker_compose/templates/docker-compose-db-primary.yml.j2",
"content": "services:\n postgres:\n image: {{ docker_compose_postgres_image }}\n container_name: postgres-primary\n ports:\n - \"{{ docker_compose_postgres_external_port }}:{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3005,
"all_permissive": false
} |
ansible_role | Jakub-A-DO/petclinic-provisioning-classic | 28098e8b8a5d45d4930a51d095b3392b9138e440 | 0 | ansible/roles/prepare_and_start_postgres_standby_docker_compose | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/prepare_and_start_postgres_standby_docker_compose/templates/standby-entrypoint.sh.j2",
"content": "#!/bin/bash\nset -e\n\nPRIMARY_HOST=${PRIMARY_HOST:-\"{{ db_master_ip }}\"}\nPRIMARY_PORT=${PRIMARY_PORT:-5432}\nREPLICATOR_USER=\"replicator\"\nREPLICATOR_PASSWORD=\"<PASSWORD>\"\n\ni... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2521,
"all_permissive": false
} |
ansible_role | Jakub-A-DO/petclinic-provisioning-classic | 28098e8b8a5d45d4930a51d095b3392b9138e440 | 0 | ansible/roles/prepare_docker | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/prepare_docker/tasks/main.yml",
"content": "---\n- name: Preparing GPG key in APT\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Adding docker's repo\n apt_repository:\n repo: \"deb [arch=amd64] https://download.docker.com/linux... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 791,
"all_permissive": false
} |
ansible_role | Jakub-A-DO/petclinic-provisioning-classic | 28098e8b8a5d45d4930a51d095b3392b9138e440 | 0 | ansible/roles/prepare_docker_compose_file | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/prepare_docker_compose_file/templates/docker-compose.yml.j2",
"content": "services:\n nginx:\n image: {{ docker_compose_nginx_image }}\n ports:\n - 80:80\n - 443:443\n volumes:\n - {{ nginx_config_file_name }}:/etc/nginx/default.conf\n networks:\n - ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1522,
"all_permissive": false
} |
ansible_role | Jakub-A-DO/petclinic-provisioning-classic | 28098e8b8a5d45d4930a51d095b3392b9138e440 | 0 | ansible/roles/prepare_docker_services | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/prepare_docker_services/defaults/main.yml",
"content": "nginx_container_docker_options: \"--rm --network=host\"\nnginx_container_name: \"nginx\"\nnginx_docker_image: \"nginx:1.24\"\n\nnode_exporter_docker_image: \"prom/node-exporter:v1.8.2\"\nnode_exporter_container_name: \"node-exp... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2195,
"all_permissive": false
} |
ansible_role | Jakub-A-DO/petclinic-provisioning-classic | 28098e8b8a5d45d4930a51d095b3392b9138e440 | 0 | ansible/roles/prepare_petclinic_image | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/prepare_petclinic_image/defaults/main.yml",
"content": "petclinic_image_version: v1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "ansible/roles/prepare_petclinic_image/tasks/main.yml",
"content": "---\n- name: Downl... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 340,
"all_permissive": false
} |
ansible_role | niklaushirt/cp4waiops-test | 9a3fa6741f88f515e6642adb2b9c4137bf97fa6d | 0 | ansible/roles/21_addons-gitlab | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/21_addons-gitlab/tasks/main.yml",
"content": "\n# *************************************************************************************************************************************************\n# ------------------------------------------------------------------------------------... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4858,
"all_permissive": false
} |
ansible_role | niklaushirt/cp4waiops-test | 9a3fa6741f88f515e6642adb2b9c4137bf97fa6d | 0 | ansible/roles/39_aimanager-patch-topology | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/39_aimanager-patch-topology/tasks/main.yml",
"content": "\n# *************************************************************************************************************************************************\n# -------------------------------------------------------------------------... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 8135,
"all_permissive": false
} |
ansible_role | niklaushirt/cp4waiops-test | 9a3fa6741f88f515e6642adb2b9c4137bf97fa6d | 0 | ansible/roles/99_open-aimanager-policies | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/99_open-aimanager-policies/tasks/main.yml",
"content": "\n\n# *************************************************************************************************************************************************\n# ------------------------------------------------------------------------... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1267,
"all_permissive": false
} |
ansible_role | niklaushirt/cp4waiops-test | 9a3fa6741f88f515e6642adb2b9c4137bf97fa6d | 0 | ansible/roles/99_open-aimanager-runbook | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/99_open-aimanager-runbook/tasks/main.yml",
"content": "\n\n# *************************************************************************************************************************************************\n# -------------------------------------------------------------------------... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1270,
"all_permissive": false
} |
ansible_role | niklaushirt/cp4waiops-test | 9a3fa6741f88f515e6642adb2b9c4137bf97fa6d | 0 | ansible/roles/99_open-aimanager-slack | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/99_open-aimanager-slack/tasks/main.yml",
"content": "\n\n# *************************************************************************************************************************************************\n# ---------------------------------------------------------------------------... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1269,
"all_permissive": false
} |
ansible_role | niklaushirt/cp4waiops-test | 9a3fa6741f88f515e6642adb2b9c4137bf97fa6d | 0 | ansible/roles/99_open-aimanager-usermgt | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/99_open-aimanager-usermgt/tasks/main.yml",
"content": "\n\n# *************************************************************************************************************************************************\n# -------------------------------------------------------------------------... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1253,
"all_permissive": false
} |
ansible_role | niklaushirt/cp4waiops-test | 9a3fa6741f88f515e6642adb2b9c4137bf97fa6d | 0 | ansible/roles/99_open-robotshop | 4,058 | [
"no_license"
] | [
{
"path": "ansible/roles/99_open-robotshop/tasks/main.yml",
"content": "\n\n# *************************************************************************************************************************************************\n# ---------------------------------------------------------------------------------... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1150,
"all_permissive": false
} |
ansible_role | rmb938/ansible_step-ca | 03cf02d571ca7eeb5d3cc0075d5804052ede0f9a | 2 | roles/step-ca | 4,537 | [
"no_license"
] | [
{
"path": "roles/step-ca/templates/etc/step-ca/ras/config/ca.json",
"content": "{\n \"ansible_managed\": \"{{ ansible_managed }}\",\n \"address\": \":{{ item.value.port }}\",\n \"commonName\": \"{{ ansible_fqdn }}\",\n \"dnsNames\": [\n \"{{ ansible_fqdn }}\",\n \"{{ inventory_hostname }}\"\n ],\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 11729,
"all_permissive": false
} |
ansible_role | liupeng69/ec2-lamp | 9d15849479e8c0d5ba464ac6dab7c6b3b5bd76c8 | 0 | roles/php | 4,537 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n# tasks file for php\n- name: Install PHP 7 with the most common packages\n yum:\n name: ['php70', 'php70-gd', 'php70-imap', 'php70-mbstring', 'php70-mysqlnd', \n 'php70-opcache', 'php70-pdo', 'php70-pecl-apcu']\n state: present\n noti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 418,
"all_permissive": false
} |
ansible_role | kirill-aleksandrov/homelab | 244ae158be197f43c74677a2563206b5e7b55881 | 0 | dns/deploy/bind9-alpine-playbook/roles/bind | 4,537 | [
"no_license"
] | [
{
"path": "dns/deploy/bind9-alpine-playbook/roles/bind/tasks/main.yml",
"content": "- name: Install bind\n community.general.apk:\n name: bind\n state: present\n\n- name: Render named.conf\n ansible.builtin.template:\n src: named.conf.j2\n dest: /etc/bind/named.conf\n mode: '644'\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2344,
"all_permissive": false
} |
ansible_role | kirill-aleksandrov/homelab | 244ae158be197f43c74677a2563206b5e7b55881 | 0 | packer/ubuntu-server-jammy-proxmox-experiment/playbook/roles/apt_cleanup | 4,537 | [
"no_license"
] | [
{
"path": "packer/ubuntu-server-jammy-proxmox-experiment/playbook/roles/apt_cleanup/tasks/main.yml",
"content": "- name: Remove dependencies that are no longer required and purge their configuration files\n ansible.builtin.apt:\n autoremove: true\n purge: true\n\n- name: Clean apt cache\n ansible.bu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 216,
"all_permissive": false
} |
ansible_role | kirill-aleksandrov/homelab | 244ae158be197f43c74677a2563206b5e7b55881 | 0 | packer/ubuntu-server-jammy-proxmox-experiment/playbook/roles/prepare_cloud_init | 4,537 | [
"no_license"
] | [
{
"path": "packer/ubuntu-server-jammy-proxmox-experiment/playbook/roles/prepare_cloud_init/tasks/main.yml",
"content": "- name: Truncate machine-id\n community.general.filesize:\n path: /etc/machine-id\n size: 0\n\n- name: Remove logs and artifacts so cloud-init can re-run\n ansible.builtin.command:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 369,
"all_permissive": false
} |
ansible_role | kirill-aleksandrov/homelab | 244ae158be197f43c74677a2563206b5e7b55881 | 0 | packer/ubuntu-server-jammy-proxmox-experiment/playbook/roles/remove_ssh_host_keys | 4,537 | [
"no_license"
] | [
{
"path": "packer/ubuntu-server-jammy-proxmox-experiment/playbook/roles/remove_ssh_host_keys/tasks/main.yml",
"content": "- name: Find ssh host keys to remove\n ansible.builtin.find:\n paths: /etc/ssh/\n patterns: \"ssh_host_*\"\n use_regex: true\n register: ssh_host_keys_to_delete\n\n- name: Rem... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 317,
"all_permissive": false
} |
ansible_role | kirill-aleksandrov/homelab | 244ae158be197f43c74677a2563206b5e7b55881 | 0 | playbooks/install-root-ca/roles/install_ca | 4,537 | [
"no_license"
] | [
{
"path": "playbooks/install-root-ca/roles/install_ca/tasks/main.yml",
"content": "- name: Copy certificates to the local CA certificates directory\n ansible.builtin.copy:\n src: \"{{ item }}\"\n dest: /usr/local/share/ca-certificates\n owner: root\n group: root\n mode: \"0644\"\n with_file... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 362,
"all_permissive": false
} |
ansible_role | kirill-aleksandrov/homelab | 244ae158be197f43c74677a2563206b5e7b55881 | 0 | vault/deploy/playbook/roles/configure_vault | 4,537 | [
"no_license"
] | [
{
"path": "vault/deploy/playbook/roles/configure_vault/tasks/main.yml",
"content": "- name: Copy certs\n ansible.builtin.copy:\n src: '{{ inventory_dir }}/certs/{{ item }}'\n dest: '/opt/vault/tls/{{ item }}'\n owner: vault\n group: vault\n mode: '0600'\n with_items:\n - ca.crt\n - ra... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1328,
"all_permissive": false
} |
ansible_role | kirill-aleksandrov/homelab | 244ae158be197f43c74677a2563206b5e7b55881 | 0 | vault/deploy/playbook/roles/install_vault | 4,537 | [
"no_license"
] | [
{
"path": "vault/deploy/playbook/roles/install_vault/tasks/main.yml",
"content": "- name: Check that the keyring exists\n ansible.builtin.stat:\n path: /usr/share/keyrings/hashicorp-archive-keyring.gpg\n register: keyring_stat\n\n- name: Get the armored keyring\n ansible.builtin.uri:\n url: https:/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 950,
"all_permissive": false
} |
ansible_role | kirill-aleksandrov/homelab | 244ae158be197f43c74677a2563206b5e7b55881 | 0 | vault/deploy/playbook/roles/setup_haproxy | 4,537 | [
"no_license"
] | [
{
"path": "vault/deploy/playbook/roles/setup_haproxy/tasks/main.yml",
"content": "- name: Install HAProxy\n ansible.builtin.apt:\n name: haproxy\n update_cache: true\n\n- name: Render HAProxy config\n ansible.builtin.template:\n src: haproxy.cfg.j2\n dest: /etc/haproxy/haproxy.cfg\n mode: '... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1582,
"all_permissive": false
} |
ansible_role | kirill-aleksandrov/homelab | 244ae158be197f43c74677a2563206b5e7b55881 | 0 | vault/deploy/playbook/roles/setup_keepalived | 4,537 | [
"no_license"
] | [
{
"path": "vault/deploy/playbook/roles/setup_keepalived/tasks/main.yml",
"content": "- name: Install keepalived\n ansible.builtin.apt:\n name: keepalived\n update_cache: true\n\n- name: Generate keepalived password\n ansible.builtin.set_fact:\n keepalived_password: \"{{ lookup('ansible.builtin.pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1028,
"all_permissive": false
} |
ansible_role | kirill-aleksandrov/homelab | 244ae158be197f43c74677a2563206b5e7b55881 | 0 | vault/deploy/playbook/roles/start_vault_service | 4,537 | [
"no_license"
] | [
{
"path": "vault/deploy/playbook/roles/start_vault_service/tasks/main.yml",
"content": "- name: Start and enable Vault service\n ansible.builtin.service:\n name: vault\n state: restarted\n enabled: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 121,
"all_permissive": false
} |
ansible_role | luudinhmac/Ansible | 02207192a9d07bc03c7c1f7e15339696bea3d42b | 0 | nginx_setup/roles/nginx | 4,537 | [
"no_license"
] | [
{
"path": "nginx_setup/roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for roles/nginx\n - name: Update apt cache\n apt:\n update_cache: yes\n\n - name: Install Nginx\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n - name: Ensure Nginx ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1034,
"all_permissive": false
} |
ansible_role | luudinhmac/Ansible | 02207192a9d07bc03c7c1f7e15339696bea3d42b | 0 | nginx_setup/roles/ssl | 4,537 | [
"no_license"
] | [
{
"path": "nginx_setup/roles/ssl/tasks/main.yml",
"content": "- name: Install openssl\n apt:\n name: openssl\n state: present\n- name: Create SSL directory\n file:\n path: /etc/nginx/ssl\n state: directory\n owner: root\n group: root\n mode: '0700'\n- name: Generate self-signed SSL c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1633,
"all_permissive": false
} |
ansible_role | luudinhmac/Ansible | 02207192a9d07bc03c7c1f7e15339696bea3d42b | 0 | projects/roles/postgresql | 4,537 | [
"no_license"
] | [
{
"path": "projects/roles/postgresql/defaults/main.yml",
"content": "---\n# defaults file for roles/postgresql\npostgres_version: \"14\"\npostgres_user: \"postgres\"\npostgres_password: \"<PASSWORD>\"\npostgres_database: \"initdb\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2284,
"all_permissive": false
} |
ansible_role | javahometech/ansible19dec23 | 5d2d67b708f24e8f38e850527b606bdc13ab5bef | 0 | roles/nginx | 4,537 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx\n- name: Install nginx server\n dnf:\n name: \"nginx\"\n state: \"present\"\n- name: start and enable nginx\n service:\n name: nginx\n state: started\n enabled: True\n- name: copy nginx.conf file to the nginx se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 523,
"all_permissive": false
} |
ansible_role | mtarking/BRKDCN-2946 | 959bc41483436f694f3d0c78617cf6a85a694043 | 3 | nd/roles/deploy | 4,537 | [
"no_license"
] | [
{
"path": "nd/roles/deploy/handlers/main.yml",
"content": "---\n# handlers file for roles/deploy\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "nd/roles/deploy/tasks/main.yml",
"content": "---\n# tasks file for roles/deploy\n\n\n- name: Role... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1047,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.