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 | opencord/service-profile | 96f17e9906fb2918477b495267827a4034881d3e | 3 | cord-pod-ansible/roles/prereqs | 268 | [
"no_license"
] | [
{
"path": "cord-pod-ansible/roles/prereqs/tasks/main.yml",
"content": "---\n# tasks for prereqs\n\n- name: install httpie\n apt:\n pkg=httpie\n\n- name: install curl\n apt:\n pkg=curl\n\n- name: is docker installed\n command: which docker\n register: docker_installed\n\n- name: install docker\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 445,
"all_permissive": false
} |
ansible_role | opencord/service-profile | 96f17e9906fb2918477b495267827a4034881d3e | 3 | cord-pod-ansible/roles/rm | 268 | [
"no_license"
] | [
{
"path": "cord-pod-ansible/roles/rm/tasks/main.yml",
"content": "---\n\n- name: check to see if onboarding yaml is present\n stat: path=onboarding-docker-compose/docker-compose.yml\n register: onboarding_compose\n\n- name: stop onboarded containers\n shell: docker-compose -p {{ docker_project }} -f {{ d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 576,
"all_permissive": false
} |
ansible_role | ZsambokiDavid/ansible | b1ff6eb56ef7b78c1517f2a897ecbc32dacff868 | 0 | roles/dns | 268 | [
"no_license"
] | [
{
"path": "roles/dns/tasks/main.yml",
"content": "---\n- name: install dns\n apt:\n name: bind9\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 65,
"all_permissive": false
} |
ansible_role | ZsambokiDavid/ansible | b1ff6eb56ef7b78c1517f2a897ecbc32dacff868 | 0 | roles/docker_repo | 268 | [
"no_license"
] | [
{
"path": "roles/docker_repo/tasks/main.yml",
"content": "---\n- name: Add Docker gpg key\n become: yes\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add Docker Repository\n become: yes\n apt_repository:\n repo: \"deb https://download.docker.com/linu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 536,
"all_permissive": false
} |
ansible_role | ZsambokiDavid/ansible | b1ff6eb56ef7b78c1517f2a897ecbc32dacff868 | 0 | roles/httpWp80 | 268 | [
"no_license"
] | [
{
"path": "roles/httpWp80/tasks/main.yml",
"content": "---\n- name: install\n apt:\n name: apache2\n state: latest\n\n- name: open port on firewall\n ufw:\n service: http\n policy: allow\n state: reloaded\n\n- name: reload\n service:\n name: apache2\n state: reloaded\n\n- name: resta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 289,
"all_permissive": false
} |
ansible_role | ZsambokiDavid/ansible | b1ff6eb56ef7b78c1517f2a897ecbc32dacff868 | 0 | roles/install | 268 | [
"no_license"
] | [
{
"path": "roles/install/tasks/main.yml",
"content": "---\n- name: install\n apt:\n name: apache2\n state: latest\n\n- name: reload\n service:\n name: apache2\n state: reloaded\n\n- name: restart\n service:\n name: apache2\n state: restarted\n",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 195,
"all_permissive": false
} |
ansible_role | ZsambokiDavid/ansible | b1ff6eb56ef7b78c1517f2a897ecbc32dacff868 | 0 | roles/time | 268 | [
"no_license"
] | [
{
"path": "roles/time/tasks/main.yml",
"content": "---\n- name: time package\n apt:\n name: chrony\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 67,
"all_permissive": false
} |
ansible_role | openminted/install-tutorial | 2d8b03ab2c82f74ce3cf10e55688c32510be5195 | 1 | workflows/roles/editor | 268 | [
"no_license"
] | [
{
"path": "workflows/roles/editor/tasks/main.yaml",
"content": "- name: Install required packages\n apt:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - git\n - unzip\n\n- name: \"Clone component executor {{component_executor_repo}} repo\"\n git:\n repo: \"{{ component_e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1768,
"all_permissive": false
} |
ansible_role | openminted/install-tutorial | 2d8b03ab2c82f74ce3cf10e55688c32510be5195 | 1 | workflows/roles/executor | 268 | [
"no_license"
] | [
{
"path": "workflows/roles/executor/tasks/main.yaml",
"content": "- name: Install required packages\n apt:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - git\n - unzip\n - docker\n - docker.io\n\n- name: \"Clone component executor {{component_executor_repo}} repo\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2892,
"all_permissive": false
} |
ansible_role | iagoferreirati/monitoramento-metricbeat | 586b405445b40794ab24d4f3ec2ccf9048614035 | 0 | api_cep/ansible/roles/role-filebeat | 268 | [
"no_license"
] | [
{
"path": "api_cep/ansible/roles/role-filebeat/defaults/main.yml",
"content": "filebeat_version: 8.1.1\ninput_redis_host: \"192.168.1.11\"\ninput_redis_key: \"filebeat-hosts\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
},
{
"path": "api_cep/ansible/roles/ro... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 658,
"all_permissive": false
} |
ansible_role | iagoferreirati/monitoramento-metricbeat | 586b405445b40794ab24d4f3ec2ccf9048614035 | 0 | api_cep/ansible/roles/role-metricbeat | 268 | [
"no_license"
] | [
{
"path": "api_cep/ansible/roles/role-metricbeat/tasks/main.yml",
"content": "---\n- name: install the metricbeat rpm from a remote repo\n yum:\n name: https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-{{ metricbeat_version }}-x86_64.rpm\n state: present\n\n- name: Copy metricbeat.ym... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 557,
"all_permissive": false
} |
ansible_role | iagoferreirati/monitoramento-metricbeat | 586b405445b40794ab24d4f3ec2ccf9048614035 | 0 | logstash/ansible/roles/role-logstash | 268 | [
"no_license"
] | [
{
"path": "logstash/ansible/roles/role-logstash/files/pipeline.yml",
"content": "- pipeline.id: filebeat\n path.config: \"/etc/logstash/conf.d/filebeat.conf\"\n\n- pipeline.id: metricbeat\n path.config: \"/etc/logstash/conf.d/metricbeat.conf\" ",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 718,
"all_permissive": false
} |
ansible_role | dmitry-lyutenko/trytravis | 7044604b4d45ecdc3c62a43e5c8c1172d55d5fee | 0 | ansible/roles/app | 272 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/main.yml",
"content": "---\n# tasks file for app\n- name: Show info about the env this host belongs to\n debug:\n msg: \"This host is in {{ env }} environment!!!\"\n\n- name: debug db_host\n debug:\n msg: \"DB on hot {{ db_host }}\"\n\n- name: Coping config\n temp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 482,
"all_permissive": false
} |
ansible_role | martinmichalko/web-loadbalance | d3f9f0d9668a9ae2985e36b6b3cbcddab6ffe69d | 0 | roles/apache2-centos | 272 | [
"no_license"
] | [
{
"path": "roles/apache2-centos/tasks/main.yml",
"content": "---\n\n- include: t-01-install.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/apache2-centos/tasks/t-01-install.yml",
"content": "---\n\n- name: install apache\n yum:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 377,
"all_permissive": false
} |
ansible_role | martinmichalko/web-loadbalance | d3f9f0d9668a9ae2985e36b6b3cbcddab6ffe69d | 0 | roles/firewall-config | 272 | [
"no_license"
] | [
{
"path": "roles/firewall-config/tasks/t-01-firewall.yml",
"content": "---\n\n#- name: update firewall rules to accept the web traffic\n# firewalld:\n# port: 80/tcp\n# permanent: true\n# state: enabled\n# tags: firewall\n#\n## selinux dactivation or rights correction has to be performed before\n\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 363,
"all_permissive": false
} |
ansible_role | martinmichalko/web-loadbalance | d3f9f0d9668a9ae2985e36b6b3cbcddab6ffe69d | 0 | roles/haproxy | 272 | [
"no_license"
] | [
{
"path": "roles/haproxy/tasks/t-02-rsyslog.yml",
"content": "---\n\n- name: Install required packages for rsyslog and logrotate\n yum:\n name: '{{ item }}'\n state: 'present'\n with_items:\n - rsyslog\n - logrotate\n\n# replacement of 4 lines starting:\n# provides UDP syslog reception\n#$ModL... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 7366,
"all_permissive": false
} |
ansible_role | martinmichalko/web-loadbalance | d3f9f0d9668a9ae2985e36b6b3cbcddab6ffe69d | 0 | roles/packages-req | 272 | [
"no_license"
] | [
{
"path": "roles/packages-req/tasks/main.yml",
"content": "---\n- include: t-01-packages-req-debian.yml\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n\n- include: t-02-packages-req-centos.yml\n when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enter... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1700,
"all_permissive": false
} |
ansible_role | martinmichalko/web-loadbalance | d3f9f0d9668a9ae2985e36b6b3cbcddab6ffe69d | 0 | roles/provide-web-content | 272 | [
"no_license"
] | [
{
"path": "roles/provide-web-content/tasks/main.yml",
"content": "---\n\n- include: provide-web-content.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/provide-web-content/tasks/provide-web-content.yml",
"content": "---\n\n- name: p... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 204,
"all_permissive": false
} |
ansible_role | seaburr/WordPressOnDigitalOcean | e94f01ade0603feb3a46a3f90ead4a6e7f8907c9 | 0 | roles/centos-base | 272 | [
"no_license"
] | [
{
"path": "roles/centos-base/tasks/main.yml",
"content": "---\n# File: roles/centos-base/tasks/main.yml\n# Purpose: Ensures a standard base for all CentOS 8 machines.\n\n- name: Set hostname to {{ host_name }}\n hostname:\n name: '{{ host_name }}'\n\n- name: Create non-root user\n user:\n name: '{{ ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2339,
"all_permissive": false
} |
ansible_role | seaburr/WordPressOnDigitalOcean | e94f01ade0603feb3a46a3f90ead4a6e7f8907c9 | 0 | roles/configure-apache | 272 | [
"no_license"
] | [
{
"path": "roles/configure-apache/tasks/main.yml",
"content": "---\n# File: roles/configure-apache/tasks/main.yml\n# Purpose: Installs and configures Apache.\n\n- name: Ensure Apache is installed\n action: >\n {{ ansible_pkg_mgr }} name={{ item }} state=present update_cache=yes\n with_items:\n - htt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2075,
"all_permissive": false
} |
ansible_role | seaburr/WordPressOnDigitalOcean | e94f01ade0603feb3a46a3f90ead4a6e7f8907c9 | 0 | roles/configure-mounts | 272 | [
"no_license"
] | [
{
"path": "roles/configure-mounts/defaults/main.yml",
"content": "---\n# File: roles/configure-mounts/defaults/main.yml\n# Purpose: Default variables for configure-mounts role.\n\ndo_volume_disk_location: '/dev/disk/by-id/scsi-0DO_Volume_{{ do_volume_name }}'\ndo_volume_mount_location: '/mnt/data'\nweb_cont... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 834,
"all_permissive": false
} |
ansible_role | seaburr/WordPressOnDigitalOcean | e94f01ade0603feb3a46a3f90ead4a6e7f8907c9 | 0 | roles/create-droplet | 272 | [
"no_license"
] | [
{
"path": "roles/create-droplet/defaults/main.yml",
"content": "---\n# File: roles/create-droplet/defaults/main.yml\n# Purpose: Default variables for create-droplet role.\n\n# These variables need to be provided.\ndo_droplet_name: ~\ndo_droplet_ssh_key_id: ~\n\n# By default, a small ($10/mo.) CentOS 8 dropl... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 880,
"all_permissive": false
} |
ansible_role | seaburr/WordPressOnDigitalOcean | e94f01ade0603feb3a46a3f90ead4a6e7f8907c9 | 0 | roles/create-swap | 272 | [
"no_license"
] | [
{
"path": "roles/create-swap/defaults/main.yml",
"content": "---\n# File: roles/create-swap/defaults/main.yml\n# Purpose: Default variables for create-swap role.\n\n\nswap_location: '/swap'\nswap_size_in_gb: '2G'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
},
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1153,
"all_permissive": false
} |
ansible_role | seaburr/WordPressOnDigitalOcean | e94f01ade0603feb3a46a3f90ead4a6e7f8907c9 | 0 | roles/create-volume | 272 | [
"no_license"
] | [
{
"path": "roles/create-volume/tasks/main.yml",
"content": "---\n# File: roles/create-volume/tasks/main.yml\n# Purpose: Creates and attaches (optional) volume to a specified droplet.\n\n- name: 'Ensure storage volume {{ do_volume_name }} exists'\n digital_ocean_block_storage:\n state: present\n comma... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1204,
"all_permissive": false
} |
ansible_role | seaburr/WordPressOnDigitalOcean | e94f01ade0603feb3a46a3f90ead4a6e7f8907c9 | 0 | roles/database-server | 272 | [
"no_license"
] | [
{
"path": "roles/database-server/tasks/destroy.yml",
"content": "---\n# File: role/destroy-database-server/tasks/main.yml\n# Purpose: Destroy a DigitalOcean managed database server.\n\n- name: 'Ensure database server does not exist'\n command: 'python3 /tmp/digital_ocean_database.py -a destroy -t {{ do_api... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 12000,
"all_permissive": false
} |
ansible_role | seaburr/WordPressOnDigitalOcean | e94f01ade0603feb3a46a3f90ead4a6e7f8907c9 | 0 | roles/destroy-droplet | 272 | [
"no_license"
] | [
{
"path": "roles/destroy-droplet/defaults/main.yml",
"content": "---\n# File: roles/destroy-droplet/defaults/main.yml\n# Purpose: Default variables for destroy-droplet role.\n\ndo_droplet_name: ~\ndo_droplet_region: 'nyc1'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 510,
"all_permissive": false
} |
ansible_role | seaburr/WordPressOnDigitalOcean | e94f01ade0603feb3a46a3f90ead4a6e7f8907c9 | 0 | roles/destroy-volume | 272 | [
"no_license"
] | [
{
"path": "roles/destroy-volume/tasks/main.yml",
"content": "---\n# File: roles/destroy-volume/tasks/main.yml\n# Purpose: Destroys a specified volume. DESTROYS ALL DATA ON VOLUME!! You probably don't want to run this.\n\n- name: 'Ensure storage volume {{ do_volume_name }} DOES NOT exist'\n digital_ocean_bl... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 557,
"all_permissive": false
} |
ansible_role | seaburr/WordPressOnDigitalOcean | e94f01ade0603feb3a46a3f90ead4a6e7f8907c9 | 0 | roles/floating-ip | 272 | [
"no_license"
] | [
{
"path": "roles/floating-ip/tasks/main.yml",
"content": "---\n# File: roles/floating-ip/tasks/main.yml\n# Purpose: Managing DO floating IP resources\n\n- name: Get info about floating IPs\n digital_ocean_floating_ip_info:\n oauth_token: '{{ do_api_token }}'\n register: result\n",
"license_type": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 218,
"all_permissive": false
} |
ansible_role | seaburr/WordPressOnDigitalOcean | e94f01ade0603feb3a46a3f90ead4a6e7f8907c9 | 0 | roles/generate-inventory | 272 | [
"no_license"
] | [
{
"path": "roles/generate-inventory/tasks/main.yml",
"content": "---\n# File: roles/generate-inventory/tasks/main.yml\n# Purpose: Generate a basic inventory file.\n\n- name: Generate inventory file\n template:\n src: ../templates/inventory.j2\n dest: ../hosts\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 552,
"all_permissive": false
} |
ansible_role | seaburr/WordPressOnDigitalOcean | e94f01ade0603feb3a46a3f90ead4a6e7f8907c9 | 0 | roles/install-certbot | 272 | [
"no_license"
] | [
{
"path": "roles/install-certbot/tasks/main.yml",
"content": "---\n# File: roles/install-cerbot/tasks/main.yml\n# Purpose: Installs EFF's certbot tool for generating and managing SSL certificates.\n\n- name: Ensure EPEL repository is enabled\n action: >\n {{ ansible_pkg_mgr }} name={{ item }} state=pres... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 740,
"all_permissive": false
} |
ansible_role | seaburr/WordPressOnDigitalOcean | e94f01ade0603feb3a46a3f90ead4a6e7f8907c9 | 0 | roles/install-do-agent | 272 | [
"no_license"
] | [
{
"path": "roles/install-do-agent/tasks/main.yml",
"content": "---\n# File: roles/install-do-agent/tasks/main.yml\n# Purpose installs and/or updates DigitalOcean monitoring agent.\n\n- name: Download do-agent repo installation script\n get_url:\n url: 'https://repos.insights.digitalocean.com/install.sh'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 585,
"all_permissive": false
} |
ansible_role | seaburr/WordPressOnDigitalOcean | e94f01ade0603feb3a46a3f90ead4a6e7f8907c9 | 0 | roles/install-wordpress | 272 | [
"no_license"
] | [
{
"path": "roles/install-wordpress/defaults/main.yml",
"content": "---\n# File: roles/install-wordpress/defaults/main.yml\n# Purpose: Default variables for install-wordpress role.\n\nwp_download_url: 'https://wordpress.org/latest.tar.gz'\nwp_salt_gen_url: 'https://api.wordpress.org/secret-key/1.1/salt/'\nwp... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6858,
"all_permissive": false
} |
ansible_role | jclaveau/ansible-minimalistic-swarm-ha | 175dcb8400b24d6df87da82f7121c807f003981a | 0 | roles/certbot | 272 | [
"no_license"
] | [
{
"path": "roles/certbot/tasks/main.yml",
"content": "- name: Check if OVH plugin exists\n command: dpkg-query -l python3-certbot-dns-ovh\n register: plugin_check\n failed_when: false\n \n- include_tasks: certbot_admin-domain_debian.yml\n when: plugin_check.stderr.find('no packages found') == -1\n",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1353,
"all_permissive": false
} |
ansible_role | jclaveau/ansible-minimalistic-swarm-ha | 175dcb8400b24d6df87da82f7121c807f003981a | 0 | roles/gluster | 272 | [
"no_license"
] | [
{
"path": "roles/gluster/tasks/main.yml",
"content": "# - name: Check if OVH plugin exists\n # command: dpkg-query -l python3-certbot-dns-ovh\n # register: plugin_check\n # failed_when: false\n \n# - include_tasks: certbot_admin-domain_debian.yml\n # when: plugin_check.stderr.find('no packages found'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 10300,
"all_permissive": false
} |
ansible_role | ogajduse/dosgen | 0852997ae968530cd2bc1b2aa8966b0cddf24824 | 0 | dosgen-ansible/roles/ntp | 272 | [
"no_license"
] | [
{
"path": "dosgen-ansible/roles/ntp/defaults/main.yml",
"content": "---\n# defaults file for dosgen",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "dosgen-ansible/roles/ntp/vars/main.yml",
"content": "---\n# vars file for dosgen",
"license_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3327,
"all_permissive": false
} |
ansible_role | ogajduse/dosgen | 0852997ae968530cd2bc1b2aa8966b0cddf24824 | 0 | dosgen-ansible/roles/snmp | 272 | [
"no_license"
] | [
{
"path": "dosgen-ansible/roles/snmp/defaults/main.yml",
"content": "---\nsnmp_community_string: public\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "dosgen-ansible/roles/snmp/tasks/main.yml",
"content": "---\n- name: Install required snmp ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2184,
"all_permissive": false
} |
ansible_role | priyankapeelu/ansible-old | 323853942462110d854e721af9648dc67d92a136 | 0 | roles/common | 272 | [
"no_license"
] | [
{
"path": "roles/common/vars/main.yml",
"content": "CHECK_MODE: false",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 17
},
{
"path": "roles/common/tasks/nodejs.yml",
"content": "- name: Configure YUM repos.\n ansible.builtin.shell: curl -fsSL https://rpm.node... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3628,
"all_permissive": false
} |
ansible_role | priyankapeelu/ansible-old | 323853942462110d854e721af9648dc67d92a136 | 0 | roles/frontend | 272 | [
"no_license"
] | [
{
"path": "roles/frontend/vars/main.yml",
"content": "COMPONENT: frontend\nAPP_LOCATION: /usr/share/nginx/html\nAPP_USER: root\nCHECK_MODE: false",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
},
{
"path": "roles/frontend/handlers/main.yml",
"content": "#if... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1306,
"all_permissive": false
} |
ansible_role | priyankapeelu/ansible-old | 323853942462110d854e721af9648dc67d92a136 | 0 | roles/mongodb | 272 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "- name: print mongodb\n debug:\n msg: MongoDB\n\n- name: copy MongoDB repo file\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: Install MongoDB\n ansible.builtin.yum:\n name: mongodb-org\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 780,
"all_permissive": false
} |
ansible_role | priyankapeelu/ansible-old | 323853942462110d854e721af9648dc67d92a136 | 0 | roles/shipping | 272 | [
"no_license"
] | [
{
"path": "roles/shipping/tasks/main.yml",
"content": "- name: NodeJS App Setup\n include_role:\n name: common\n tasks_from: maven\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 80,
"all_permissive": false
} |
ansible_role | ymiyamae/ansible-rails | ed7975ff0c74e2d6a4ab91c5179982dfa5dae777 | 0 | roles/init | 272 | [
"no_license"
] | [
{
"path": "roles/init/tasks/main.yml",
"content": "- name: 初期設定\n yum: name=yum-fastestmirror state=present\n\n- name: アップグレード\n yum: name=* state=latest\n\n- name: epel インストール\n yum: name=epel-release state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 161
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 161,
"all_permissive": false
} |
ansible_role | ymiyamae/ansible-rails | ed7975ff0c74e2d6a4ab91c5179982dfa5dae777 | 0 | roles/yum | 272 | [
"no_license"
] | [
{
"path": "roles/yum/tasks/main.yml",
"content": "- name: パッケージインストール\n yum: name=\"{{ item }}\" state=present\n with_items:\n - \"{{ yum_packages }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "roles/yum/vars/main.yml",
"content":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 611,
"all_permissive": false
} |
ansible_role | crazybolillo/voipsible | 6826346a67ee6e2c568b6d1885cd23407e8c65cf | 1 | roles/asterisk | 272 | [
"no_license"
] | [
{
"path": "roles/asterisk/templates/odbc.ini.j2",
"content": "[asterisk]\nDriver = PostgreSQL\nDescription = PostgreSQL connection to ‘asterisk’ database\nServerName = {{ asterisk_db_host }}\nPort = {{ asterisk_db_port }}\nDatabase = {{ asterisk_db_name }}\nUserName = {{ asterisk_db_user }}\nPassword = {{ a... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 6804,
"all_permissive": false
} |
ansible_role | umlumpa/zabbix-ansible | 90fbb01f9879b7923bf99b82c6ef2b4ceda923bc | 0 | ansible/roles/k8s_update_nodes | 272 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s_update_nodes/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - k8s_update_nodes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "ansible/roles/k8s_update_nodes/handlers/main.yml",... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 830,
"all_permissive": false
} |
ansible_role | iliyastb/learn-ansible | b42bedf55c7365ccad40127674629c329da8ab3f | 0 | roles/demo | 272 | [
"no_license"
] | [
{
"path": "roles/demo/vars/main.yml",
"content": "url: \"demo.role.com\"\n\nenv: dev\ncomponent: frontend",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "roles/demo/tasks/main.yml",
"content": "#- name: role\n# ansible.builtin.debug:\n# msg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 281,
"all_permissive": false
} |
ansible_role | ne2c/is07-myh2o | 35fd2e8c9fcde2bdf5be24cb6dcd512c6f5bd91d | 0 | playbooks/roles/common | 257 | [
"no_license"
] | [
{
"path": "playbooks/roles/common/handlers/main.yml",
"content": "---\n- name: restart service (chronyd)\n service: name=chronyd state=restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "playbooks/roles/common/tasks/main.yml",
"content":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1074,
"all_permissive": false
} |
ansible_role | ne2c/is07-myh2o | 35fd2e8c9fcde2bdf5be24cb6dcd512c6f5bd91d | 0 | playbooks/roles/db | 257 | [
"no_license"
] | [
{
"path": "playbooks/roles/db/handlers/main.yml",
"content": "---\n- name: restart service (mariadb)\n service: name=mariadb state=restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "playbooks/roles/db/tasks/main.yml",
"content": "---\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1038,
"all_permissive": false
} |
ansible_role | ne2c/is07-myh2o | 35fd2e8c9fcde2bdf5be24cb6dcd512c6f5bd91d | 0 | playbooks/roles/rails | 257 | [
"no_license"
] | [
{
"path": "playbooks/roles/rails/tasks/main.yml",
"content": "---\n- name: build environment (nokogiri)\n yum: name={{ item }} state=present\n with_items:\n - libxml2\n - libxslt-devel\n- name: build environment (therubyracer)\n yum: name=gcc-c++ state=present\n- name: build environment (rmagick)\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | ne2c/is07-myh2o | 35fd2e8c9fcde2bdf5be24cb6dcd512c6f5bd91d | 0 | playbooks/roles/ruby | 257 | [
"no_license"
] | [
{
"path": "playbooks/roles/ruby/tasks/main.yml",
"content": "---\n- name: build environment\n yum: name={{ item }} state=present\n # http://vault.centos.org/7.0.1406/os/Source/SPackages/\n with_items:\n - autoconf\n - gdbm-devel\n - ncurses-devel\n - libdb-devel\n - libffi-devel\n - ope... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 429,
"all_permissive": false
} |
ansible_role | markpitchless/home | 8062d6721e64355902518cc278c2620230d59fde | 1 | ansible/roles/aws_developer | 257 | [
"no_license"
] | [
{
"path": "ansible/roles/aws_developer/tasks/main.yml",
"content": "---\n#\n# Sets up tool for command line 2FA access to AWS\n# See: https://github.com/cdodd/aws-2fa-access-keys\n#\n\n- name: Install packages\n apt: name={{item}}\n sudo: yes\n with_items:\n - awscli\n\n- name: User ~/usr/ folder\n f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1348,
"all_permissive": false
} |
ansible_role | markpitchless/home | 8062d6721e64355902518cc278c2620230d59fde | 1 | ansible/roles/desktop | 257 | [
"no_license"
] | [
{
"path": "ansible/roles/desktop/vars/main.yml",
"content": "---\npackages:\n - tree\n - htop\n - terminator\n - xtail\n # name on older ubuntu and debian. Before 17.10\n #- ack-grep\n # Missing on 17.10\n # https://bugs.launchpad.net/ubuntu/+source/ack/+bug/1707979\n # Installed:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 652,
"all_permissive": false
} |
ansible_role | markpitchless/home | 8062d6721e64355902518cc278c2620230d59fde | 1 | ansible/roles/display_link | 257 | [
"no_license"
] | [
{
"path": "ansible/roles/display_link/tasks/main.yml",
"content": "---\n# http://www.displaylink.com/downloads/ubuntu\n\n- name: Install DKMS\n apt: name=dkms\n sudo: yes\n\n- name: Grab installer\n get_url: url=http://www.displaylink.com/downloads/file?id=123 dest=/tmp/DisplayLink.zip\n\n- file: path=/t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 505,
"all_permissive": false
} |
ansible_role | markpitchless/home | 8062d6721e64355902518cc278c2620230d59fde | 1 | ansible/roles/vim | 257 | [
"no_license"
] | [
{
"path": "ansible/roles/vim/tasks/main.yml",
"content": "---\n- name: Install packages\n apt: name={{ item }}\n sudo: yes\n with_items:\n - vim\n - vim-gtk\n\n- name: Get Powerline fonts\n git:\n repo: https://github.com/powerline/fonts.git\n dest: /tmp/powerline-fonts\n\n- name: Install Powerl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 369,
"all_permissive": false
} |
ansible_role | JoaoPPinto/homelab-infra | c792ce2d03bf609a2b888718da5b731f2aec9a30 | 1 | ansible/roles/basic-configuration | 257 | [
"no_license"
] | [
{
"path": "ansible/roles/basic-configuration/tasks/main.yaml",
"content": "- name: Expand LVM to disk size\n become: true\n command: \"/usr/bin/expand_lvm_root\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 84,
"all_permissive": false
} |
ansible_role | JoaoPPinto/homelab-infra | c792ce2d03bf609a2b888718da5b731f2aec9a30 | 1 | ansible/roles/docker | 257 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/setup.yaml",
"content": "---\n- name: Ensure dependencies are installed.\n apt:\n name:\n - curl\n - ca-certificates\n state: present\n\n- name: Ensure additional dependencies are installed (on Ubuntu < 20.04 and any other systems).\n apt:\n name: g... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2283,
"all_permissive": false
} |
ansible_role | JoaoPPinto/homelab-infra | c792ce2d03bf609a2b888718da5b731f2aec9a30 | 1 | ansible/roles/firefly | 257 | [
"no_license"
] | [
{
"path": "ansible/roles/firefly/templates/docker-compose.yaml.j2",
"content": "version: '3.3'\n\nservices:\n app:\n image: fireflyiii/core:version-{{ firefly.version }}\n restart: always\n volumes:\n - firefly_iii_upload:/var/www/html/storage/upload\n env_file: .env\n ports:\n - {... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3498,
"all_permissive": false
} |
ansible_role | JoaoPPinto/homelab-infra | c792ce2d03bf609a2b888718da5b731f2aec9a30 | 1 | ansible/roles/flame | 257 | [
"no_license"
] | [
{
"path": "ansible/roles/flame/templates/docker-compose.yaml.j2",
"content": "version: '3.6'\n\nservices:\n flame:\n image: pawelmalak/flame:{{ flame.version }}\n container_name: flame\n volumes:\n - flame_data:/app/data\n ports:\n - {{ flame.port }}:{{ flame.port }}\n environment:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 885,
"all_permissive": false
} |
ansible_role | JoaoPPinto/homelab-infra | c792ce2d03bf609a2b888718da5b731f2aec9a30 | 1 | ansible/roles/lldap | 257 | [
"no_license"
] | [
{
"path": "ansible/roles/lldap/meta/main.yml",
"content": "---\ndependencies:\n - role: docker\n become: true\n\ncollections:\n - community.general\n - community.docker",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "ansible/roles/lldap/temp... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1064,
"all_permissive": false
} |
ansible_role | JoaoPPinto/homelab-infra | c792ce2d03bf609a2b888718da5b731f2aec9a30 | 1 | ansible/roles/minio | 257 | [
"no_license"
] | [
{
"path": "ansible/roles/minio/tasks/client.yaml",
"content": "---\n- name: Download the Minio client\n get_url:\n url: \"{{ minio_client_url }}/mc\"\n dest: \"{{ minio_client_bin }}\"\n owner: root\n group: root\n mode: 0755\n checksum: \"sha256:{{ lookup('url', minio_client_url + '/mc.s... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3388,
"all_permissive": false
} |
ansible_role | JoaoPPinto/homelab-infra | c792ce2d03bf609a2b888718da5b731f2aec9a30 | 1 | ansible/roles/proxy | 257 | [
"no_license"
] | [
{
"path": "ansible/roles/proxy/templates/minio.j2",
"content": "server {\n listen 443 ssl;\n listen [::]:443 ssl;\n server_name {{ minio_s3_domain }};\n\n ssl_certificate /etc/letsencrypt/live/{{ minio_s3_domain }}/fullchain.pem; # managed by Certbot\n ssl_certificate_key /etc/letsencrypt/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6596,
"all_permissive": false
} |
ansible_role | timurzn/T12 | 651eaa1dbee20c916307d2a05b61bc1957d49a16 | 0 | roles/install-haproxy | 257 | [
"no_license"
] | [
{
"path": "roles/install-haproxy/handlers/main.yml",
"content": "---\n- name: Start-haproxy\n become: true\n ansible.builtin.systemd: \n name: haproxy\n state: started\n \n\n- name: restart-haproxy\n become: true\n ansible.builtin.systemd: \n name: haproxy\n state: restarted\n daemon... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1512,
"all_permissive": false
} |
ansible_role | timurzn/T12 | 651eaa1dbee20c916307d2a05b61bc1957d49a16 | 0 | roles/install-keepalived | 257 | [
"no_license"
] | [
{
"path": "roles/install-keepalived/defaults/main.yml",
"content": "---\n# defaults file for install-keepalived\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/install-keepalived/tasks/main.yml",
"content": "---\n# tasks file for instal... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1172,
"all_permissive": false
} |
ansible_role | timurzn/T12 | 651eaa1dbee20c916307d2a05b61bc1957d49a16 | 0 | roles/install-nginx | 257 | [
"no_license"
] | [
{
"path": "roles/install-nginx/handlers/main.yml",
"content": "---\n# - name: Start-nginx\n# become: true\n# ansible.builtin.command: nginx\n# - name: Reload-nginx\n# become: true\n# ansible.builtin.command: nginx -s reload\n\n- name: Start-nginx\n become: true\n ansible.builtin.systemd: \n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1101,
"all_permissive": false
} |
ansible_role | nguyenthang98/ansible-example | 6632010019f26d3babd6deacf923242fa6537254 | 0 | roles/docker-add-labels | 257 | [
"no_license"
] | [
{
"path": "roles/docker-add-labels/tasks/main.yml",
"content": "---\n# - name: Debug some values\n# debug:\n# var: \n- name: Setting Labels for docker nodes (Configured in hosts.ini)\n when: inventory_hostname == \"swarm-manager\"\n shell: |\n for label in {{ hostvars[item][\"docker_labels\"] }}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 367,
"all_permissive": false
} |
ansible_role | nguyenthang98/ansible-example | 6632010019f26d3babd6deacf923242fa6537254 | 0 | roles/docker-swarm-add-manager | 257 | [
"no_license"
] | [
{
"path": "roles/docker-swarm-add-manager/tasks/main.yml",
"content": "---\n- name: Check if Swarm is Already Initialized\n # shell: docker node ls\n shell: docker info -f \"\\{\\{ json .Swarm.LocalNodeState \\}\\}\"\n register: swarm_status\n ignore_errors: true\n\n- name: Add Managers to the Swarm\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 479,
"all_permissive": false
} |
ansible_role | nguyenthang98/ansible-example | 6632010019f26d3babd6deacf923242fa6537254 | 0 | roles/docker-swarm-init | 257 | [
"no_license"
] | [
{
"path": "roles/docker-swarm-init/tasks/main.yml",
"content": "---\n- name: Check if Swarm has already been Initialized\n # shell: docker node ls\n shell: docker info -f \"\\{\\{json .Swarm.LocalNodeState \\}\\}\"\n register: swarm_status\n # ignore_errors: true\n\n- name: Initialize Docker Swarm\n sh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 781,
"all_permissive": false
} |
ansible_role | nguyenthang98/ansible-example | 6632010019f26d3babd6deacf923242fa6537254 | 0 | roles/setup-docker | 257 | [
"no_license"
] | [
{
"path": "roles/setup-docker/tasks/main.yml",
"content": "- include_tasks: setup-RedHat.yml\n when: ansible_os_family == 'RedHat'\n\n- include_tasks: setup-Debian.yml\n when: ansible_os_family == 'Debian'\n\n- name: Install Docker Engine\n package:\n name:\n - \"{{ docker_package }}\"\n - \... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3629,
"all_permissive": false
} |
ansible_role | gala27a/k8s-deploy-infra | 34e877378bdcffb1f30efbeff57ddd250f33a1b9 | 1 | roles/containerd | 257 | [
"no_license"
] | [
{
"path": "roles/containerd/tasks/main.yaml",
"content": "---\n\n- name: Check Continerd file exists\n ansible.builtin.stat:\n path: /usr/local/bin/containerd \n register: containerd_check\n\n- name: Check Continerd service exists\n ansible.builtin.stat:\n path: /etc/systemd/system/containerd.servi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2282,
"all_permissive": false
} |
ansible_role | gala27a/k8s-deploy-infra | 34e877378bdcffb1f30efbeff57ddd250f33a1b9 | 1 | roles/csi_nfs_driver | 257 | [
"no_license"
] | [
{
"path": "roles/csi_nfs_driver/tasks/main.yml",
"content": "---\n\n- name: Check Helm binary exists\n ansible.builtin.stat:\n path: /usr/bin/helm\n register: helm_check\n\n- name: Helm add repo csi-driver-nfs\n ansible.builtin.shell:\n cmd: |\n helm repo add csi-driver-nfs \\\n https://r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 907,
"all_permissive": false
} |
ansible_role | gala27a/k8s-deploy-infra | 34e877378bdcffb1f30efbeff57ddd250f33a1b9 | 1 | roles/helm | 257 | [
"no_license"
] | [
{
"path": "roles/helm/tasks/main.yml",
"content": "---\n\n# PGP public key block Public-Key (old) not convert new standard gpg > gpg --dearmor\n- name: Download the public signing key for the Helm package repositories.\n ansible.builtin.get_url:\n url: https://baltocdn.com/helm/signing.asc\n dest: /e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 925,
"all_permissive": false
} |
ansible_role | gala27a/k8s-deploy-infra | 34e877378bdcffb1f30efbeff57ddd250f33a1b9 | 1 | roles/ingress_nginx_controller | 257 | [
"no_license"
] | [
{
"path": "roles/ingress_nginx_controller/tasks/main.yml",
"content": "---\n\n- name: Ingress NGINX Controller apply in cluster\n ansible.builtin.shell:\n cmd: kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-{{ ingress_nginx_ver }}/deploy/static/provider/cloud/depl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 498,
"all_permissive": false
} |
ansible_role | gala27a/k8s-deploy-infra | 34e877378bdcffb1f30efbeff57ddd250f33a1b9 | 1 | roles/k8s-pre_requirements | 257 | [
"no_license"
] | [
{
"path": "roles/k8s-pre_requirements/tasks/main.yaml",
"content": "---\n\n- name: Check swap in fstab \n ansible.builtin.shell:\n cmd: grep swap /etc/fstab |grep -v ^# |awk '{print $1}' \n register: swap_path \n\n- name: Check swap file is enabled\n ansible.builtin.shell:\n cmd: swapon --show |a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1164,
"all_permissive": false
} |
ansible_role | gala27a/k8s-deploy-infra | 34e877378bdcffb1f30efbeff57ddd250f33a1b9 | 1 | roles/k8s-repository | 257 | [
"no_license"
] | [
{
"path": "roles/k8s-repository/tasks/main.yaml",
"content": "---\n\n- name: Install requirements packages for k8s.\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - gpg\n state: present\n update_cache: yes\n\n# PGP public ke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1278,
"all_permissive": false
} |
ansible_role | gala27a/k8s-deploy-infra | 34e877378bdcffb1f30efbeff57ddd250f33a1b9 | 1 | roles/lb_metallb | 257 | [
"no_license"
] | [
{
"path": "roles/lb_metallb/templates/metallb-ip_pool.yml.j2",
"content": "---\napiVersion: metallb.io/v1beta1\nkind: IPAddressPool\nmetadata:\n name: {{ metallb_pool_name }}\n namespace: metallb-system\nspec:\n addresses:\n - {{ metallb_ip_pool }}",
"license_type": "no_license",
"detected_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1470,
"all_permissive": false
} |
ansible_role | gala27a/k8s-deploy-infra | 34e877378bdcffb1f30efbeff57ddd250f33a1b9 | 1 | roles/os_base | 257 | [
"no_license"
] | [
{
"path": "roles/os_base/tasks/main.yaml",
"content": "---\n\n- name: Set hostname from inventory \n ansible.builtin.hostname:\n name: \"{{ inventory_hostname }}\"\n use: systemd\n\n- name: Add K8s Endpoint to hosts\n ansible.builtin.lineinfile:\n path: /etc/hosts\n line: \"{{ k8s_cp_endpoint_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1312,
"all_permissive": false
} |
ansible_role | talamudupula/frontend-project | dbbc599c474dae771c2720f747c82c8e32fa302c | 0 | roles/frontend | 257 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/setup.yml",
"content": "- name: install base packages\n apt:\n package: npm\n update_cache: yes\n- name: install nodejs\n unarchive:\n src: https://nodejs.org/dist/v4.8.6/node-v4.8.6-linux-x64.tar.xz\n dest: /usr/local\n remote_src: yes\n- name: Creates soft ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1082,
"all_permissive": false
} |
ansible_role | melkosoft/ansible | 4f478b5845bab3f4df715c4f12d5a8c138f40c2a | 0 | roles/devops | 257 | [
"no_license"
] | [
{
"path": "roles/devops/tasks/main.yml",
"content": "# devops/tasks/main.yml\n---\n- name: Create local user\n user:\n name: \"{{ local_user }}\"\n shell: \"/bin/bash\"\n home: \"/home/{{ local_user }}\"\n state: present\n- name: Check permissions on HOME directory\n file:\n path:... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6880,
"all_permissive": false
} |
ansible_role | akash66sheoran/ansible-nginx-lb | 360cfc6af992e910cd51c208e359997bf1802433 | 0 | roles/application | 257 | [
"no_license"
] | [
{
"path": "roles/application/templates/index.html.j2",
"content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Document</title>\n</head>\n<body>\n <h1>{{ ansible_facts['default_ipv4']... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1106,
"all_permissive": false
} |
ansible_role | akash66sheoran/ansible-nginx-lb | 360cfc6af992e910cd51c208e359997bf1802433 | 0 | roles/nginx | 257 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for roles/nginx\n- name: install nginx\n ansible.builtin.apt:\n name: nginx\n state: present\n \n- name: start nginx\n ansible.builtin.service:\n name: nginx\n state: started\n enabled: yes\n\n- name: copy nginx configur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 761,
"all_permissive": false
} |
ansible_role | pavelanni/ocp4-deployment-homework | c7a32d6a608070bacafdbf9bb0220d48a2b41bfd | 0 | roles/worker_to_infra | 257 | [
"no_license"
] | [
{
"path": "roles/worker_to_infra/tasks/main.yml",
"content": "---\n- name: Copy the machineset to file\n copy: \n content: \"{{ machineset | to_nice_json }}\"\n dest: files/machineset_worker.json\n\n- name: Add infra role\n lineinfile:\n path: files/machineset_worker.json\n insertafter: '^ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 754,
"all_permissive": false
} |
ansible_role | daveberja/CPE_MIDEXAM_BERJA | ce5fc939b12464209cd3b3b088298111c78ead83 | 0 | roles/igp_ubuntu | 257 | [
"no_license"
] | [
{
"path": "roles/igp_ubuntu/tasks/main.yml",
"content": "\n# ------- DEPENDENCIES --------\n- name: Installing dependencies \n apt:\n name: \n - apt-transport-https\n - software-properties-common \n - wget\n state: latest\n\n\n# ------- INFLUXDB --------\n\n- name: Adding Influxdb in ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2702,
"all_permissive": false
} |
ansible_role | jhonatanfelipet/DevOps90dias | 897a311be41ff189e86633c0440192bf6b73f838 | 0 | proyecto-ansible/roles/firewall | 257 | [
"no_license"
] | [
{
"path": "proyecto-ansible/roles/firewall/tasks/main.yml",
"content": "---\n- name: Instalar UFW\n apt:\n name: ufw\n state: present\n\n- name: Permitir SSH (puerto 22)\n ufw:\n rule: allow\n port: 22\n\n- name: Permitir HTTP (puerto 80)\n ufw:\n rule: allow\n port: 80\n\n- name: Permi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 347,
"all_permissive": false
} |
ansible_role | jhonatanfelipet/DevOps90dias | 897a311be41ff189e86633c0440192bf6b73f838 | 0 | proyecto-ansible/roles/nginx | 257 | [
"no_license"
] | [
{
"path": "proyecto-ansible/roles/nginx/tasks/main.yml",
"content": "---\n- name: Instalar Nginx\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Asegurar que Nginx esté habilitado y corriendo\n systemd:\n name: nginx\n enabled: yes\n state: started\n\n- name: Crear c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1805,
"all_permissive": false
} |
ansible_role | jhonatanfelipet/DevOps90dias | 897a311be41ff189e86633c0440192bf6b73f838 | 0 | proyecto-ansible/roles/usuario | 257 | [
"no_license"
] | [
{
"path": "proyecto-ansible/roles/usuario/tasks/main.yml",
"content": "---\n- name: Crear usuario devops\n user:\n name: devops\n state: present \n shell: /bin/bash\n groups: sudo\n append: yes\n create_home: yes\n\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 155,
"all_permissive": false
} |
ansible_role | abhiram-g/ansible_training_materials | 1b6b4510901f820df9fc4476ccc010ee7f01d6f7 | 0 | project4_venkat/roles/apache | 257 | [
"no_license"
] | [
{
"path": "project4_venkat/roles/apache/tasks/main.yml",
"content": "---\n# tasks file for roles/apache\n- name: Install {{ apache_webserver_pkg }}\n yum:\n name: \"{{ apache_webserver_pkg }}\"\n state: latest\n- name: install {{ apache_firewall_pkg }}\n yum:\n name: \"{{ apache_firewall_pkg }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 829,
"all_permissive": false
} |
ansible_role | dorandoran/lnq-alpha | 4da8d88c58caf8ce0ed76be911f8d570f6a208f2 | 0 | devops/ansible/roles/apollo-database | 263 | [
"no_license"
] | [
{
"path": "devops/ansible/roles/apollo-database/defaults/main.yml",
"content": "---\ndisk_name: 'apollo-database-disk'\ndisk_source_image: 'projects/debian-cloud/global/images/family/debian-10'\n\nnetwork_name: 'lnq-alpha-network'\nnetwork_ipv4_range: '10.0.0.0/16'\n\nsubnetwork_name: 'public'\nsubnetwork_c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2469,
"all_permissive": false
} |
ansible_role | rubo77/freifunk-ansible-autoupdater | 4d8ea9cab9b5b637040bf136e8d6dd3c2ba5fe0d | 0 | roles/autoupdater | 263 | [
"no_license"
] | [
{
"path": "roles/autoupdater/defaults/main.yml",
"content": "---\ngluon_file_base: http://1.updates.services.ffki/firmware/release-candidate/sysupgrade/gluon-ffki-2016.2.1-\ngluon_file_end: -sysupgrade.bin\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
},
{
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 622,
"all_permissive": false
} |
ansible_role | starsliao/ansible-playbook | cb0be351f277c01a6b867a64f7bfa04fda5b39cc | 5 | roles/common | 263 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: 安装epel源\n yum: name=epel-release state=present\n\n- name: 安装常用软件\n yum:\n name:\n - lrzsz\n - python2-pip\n - bash-completion\n - bash-completion-extras\n - telnet\n - wget\n - rsync\n - vim-enhanc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2952,
"all_permissive": false
} |
ansible_role | starsliao/ansible-playbook | cb0be351f277c01a6b867a64f7bfa04fda5b39cc | 5 | roles/confd | 263 | [
"no_license"
] | [
{
"path": "roles/confd/tasks/main.yml",
"content": "---\n- name: 下载confd\n get_url:\n url: https://github.com/kelseyhightower/confd/releases/download/v0.16.0/confd-0.16.0-linux-amd64\n dest: /usr/bin/confd\n mode: 0755\n checksum: sha256:255d2559f3824dd64df059bdc533fd6b697c070db603c76aaf8d1d5e6... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1119,
"all_permissive": false
} |
ansible_role | starsliao/ansible-playbook | cb0be351f277c01a6b867a64f7bfa04fda5b39cc | 5 | roles/docker | 263 | [
"no_license"
] | [
{
"path": "roles/docker/templates/daemon.json",
"content": "{\n \"registry-mirrors\": [\n \"https://registry.docker-cn.com\"\n ],\n \"dns\": [\n \"192.168.200.245\"\n ],\n \"bip\": \"172.16.17.32/24\"\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
},... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1726,
"all_permissive": false
} |
ansible_role | starsliao/ansible-playbook | cb0be351f277c01a6b867a64f7bfa04fda5b39cc | 5 | roles/mongod | 263 | [
"no_license"
] | [
{
"path": "roles/mongod/tasks/main.yml",
"content": "---\n- name: 配置mongod源\n copy: src=mongod.repo dest=/etc/yum.repos.d/\n\n- name: 安装依赖与mongodb-org\n yum:\n name:\n - libcurl\n - openssl\n - mongodb-org\n state: present\n\n- name: 配置mongod\n template: src=mongod.conf dest=/etc/mon... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 618,
"all_permissive": false
} |
ansible_role | starsliao/ansible-playbook | cb0be351f277c01a6b867a64f7bfa04fda5b39cc | 5 | roles/mysql | 263 | [
"no_license"
] | [
{
"path": "roles/mysql/handlers/main.yml",
"content": "---\n- name: restart mysqld\n service: name=mysqld state=restarted\n\n- name: Find temporary password\n shell: \"echo `grep 'temporary.*root@localhost' /var/log/mysqld.log | sed 's/.*root@localhost: //'`\"\n register: mysql_root_password_temp\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1620,
"all_permissive": false
} |
ansible_role | starsliao/ansible-playbook | cb0be351f277c01a6b867a64f7bfa04fda5b39cc | 5 | roles/nginx | 263 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: 配置nginx源\n copy: src=nginx.repo dest=/etc/yum.repos.d/\n\n- name: 安装nginx\n yum: name=nginx state=present \n\n- name: 配置nginx.conf\n template: src=nginx.conf dest=/etc/nginx/nginx.conf\n notify: restart nginx\n\n- name: 配置default.conf\n t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1315,
"all_permissive": false
} |
ansible_role | starsliao/ansible-playbook | cb0be351f277c01a6b867a64f7bfa04fda5b39cc | 5 | roles/nodejs | 263 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n- name: 配置nodejs源\n copy: src=nodesource-el7.repo dest=/etc/yum.repos.d/\n\n- name: 安装nodejs\n yum: name=nodejs state=present \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 129,
"all_permissive": false
} |
ansible_role | starsliao/ansible-playbook | cb0be351f277c01a6b867a64f7bfa04fda5b39cc | 5 | roles/php-fpm | 263 | [
"no_license"
] | [
{
"path": "roles/php-fpm/tasks/main.yml",
"content": "---\n- name: 安装REMI源\n copy: src=remi-php71.repo dest=/etc/yum.repos.d/\n\n- name: 安装PHP7.1与扩展\n yum: \n name:\n - php-bcmath.x86_64\n - php-common.x86_64\n - php-devel.x86_64\n - php-fpm\n - php\n - php-gd.x86_64\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 665,
"all_permissive": false
} |
ansible_role | starsliao/ansible-playbook | cb0be351f277c01a6b867a64f7bfa04fda5b39cc | 5 | roles/rabbitmq | 263 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "---\n- name: 下载安装erlang RPM源\n shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | sudo bash\n args:\n warn: False\n- name: 下载安装rabbitmq RPM源\n shell: curl -s https://packagecloud.io/install/repositories/rab... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1451,
"all_permissive": false
} |
ansible_role | starsliao/ansible-playbook | cb0be351f277c01a6b867a64f7bfa04fda5b39cc | 5 | roles/redis | 263 | [
"no_license"
] | [
{
"path": "roles/redis/handlers/main.yml",
"content": "---\n- name: restart redis\n service: name=redis_6379 state=restarted enabled=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "roles/redis/tasks/main.yml",
"content": "---\n- name: 安装... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1624,
"all_permissive": false
} |
ansible_role | starsliao/ansible-playbook | cb0be351f277c01a6b867a64f7bfa04fda5b39cc | 5 | roles/riak | 263 | [
"no_license"
] | [
{
"path": "roles/riak/handlers/main.yml",
"content": "---\n- name: restart riak\n service: name=riak state=restarted enabled=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/riak/templates/riak.conf.j2",
"content": "log.console = fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1897,
"all_permissive": false
} |
ansible_role | SmirnIL/ansible-barman-role | 2cb3eb0e197b4c7cb1ffaec3125af8090675c903 | 0 | roles/barman_backup | 263 | [
"no_license"
] | [
{
"path": "roles/barman_backup/templates/credentials.j2",
"content": "[default]\naws_access_key_id={{ ak }}\naws_secret_access_key={{ sk }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles/barman_backup/tasks/main.yml",
"content": "\n# - n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3442,
"all_permissive": false
} |
ansible_role | sa2018/oflaic-ansible | 5ad7c1aad463dcc62a610b47c55e6958976f601c | 0 | src/roles/nginx | 263 | [
"no_license"
] | [
{
"path": "src/roles/nginx/tasks/amazon.yml",
"content": "---\n- name: Install nginx\n command: amazon-linux-extras install nginx1.12=latest -y\n args:\n creates: /usr/sbin/nginx\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path": "src/roles/ngi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 514,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.