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 | SamoySamoy/ansible_test | af94d5e015bfc53538646e3da874ad1dbd8a92d9 | 0 | roles/base | 7,916 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: add ssh key for simone\n authorized_key: \n user: simone\n key: \"<KEY>\"\n\n- name: generate sshd_config file from template\n tags: ssh\n template:\n src: \"{{ ssh_template_file }}\"\n dest: /etc/ssh/sshd_config\n owner: root\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 297,
"all_permissive": false
} |
ansible_role | satishglondhe/opennebula-ui-ansible | ce441c0f6ee93434a1857856830b511150e67ace | 0 | roles/configure_opennebula | 7,916 | [
"no_license"
] | [
{
"path": "roles/configure_opennebula/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - configure_opennebula\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "roles/configure_opennebula/handlers/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 628,
"all_permissive": false
} |
ansible_role | satishglondhe/opennebula-ui-ansible | ce441c0f6ee93434a1857856830b511150e67ace | 0 | roles/install_opennebula | 7,916 | [
"no_license"
] | [
{
"path": "roles/install_opennebula/vars/main.yml",
"content": "---\n# vars file for configure_repo\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/install_opennebula/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1287,
"all_permissive": false
} |
ansible_role | higaonline/ansible-nginx | 27aa654de61de4a42e9b9de33fb02a013dc0de9f | 0 | roles/nginx | 7,916 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/nginx.conf.j2",
"content": "user nobody nobody ;\nworker_processes 1;\n\nerror_log logs/error.log;\n#error_log logs/error.log notice;\n#error_log logs/error.log info;\n\n#pid logs/nginx.pid;\n\n\nevents {\n# worker_connections 1024;\n worker_connections ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3195,
"all_permissive": false
} |
ansible_role | bizflycloud/internship-0719 | 21828d2dd57c8593041f3c8ae097af93f6f5f10e | 1 | quanlm1999/ansible/Wordpress_HA/roles/Accept_wp_code | 7,916 | [
"no_license"
] | [
{
"path": "quanlm1999/ansible/Wordpress_HA/roles/Accept_wp_code/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - Accept_wp_code",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "quanlm1999/ansible/Wordpress_H... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 274,
"all_permissive": false
} |
ansible_role | bizflycloud/internship-0719 | 21828d2dd57c8593041f3c8ae097af93f6f5f10e | 1 | quanlm1999/ansible/Wordpress_HA/roles/HAproxy | 7,916 | [
"no_license"
] | [
{
"path": "quanlm1999/ansible/Wordpress_HA/roles/HAproxy/vars/main.yml",
"content": "---\n# vars file for HAproxy\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "quanlm1999/ansible/Wordpress_HA/roles/HAproxy/tasks/main.yml",
"content": "---\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 567,
"all_permissive": false
} |
ansible_role | bizflycloud/internship-0719 | 21828d2dd57c8593041f3c8ae097af93f6f5f10e | 1 | quanlm1999/ansible/Wordpress_HA/roles/Move_wp_code | 7,916 | [
"no_license"
] | [
{
"path": "quanlm1999/ansible/Wordpress_HA/roles/Move_wp_code/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - Move_wp_code",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "quanlm1999/ansible/Wordpress_HA/ro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 393,
"all_permissive": false
} |
ansible_role | bizflycloud/internship-0719 | 21828d2dd57c8593041f3c8ae097af93f6f5f10e | 1 | quanlm1999/ansible/Wordpress_HA/roles/glusterFS | 7,916 | [
"no_license"
] | [
{
"path": "quanlm1999/ansible/Wordpress_HA/roles/glusterFS/tasks/main.yml",
"content": "---\n# tasks file for glusterFS\n- name: update apt cache\n apt: update_cache=yes cache_valid_time=3600\n become: yes\n\n- name: install GlusterFS\n apt: name=glusterfs-server state=present\n \n- name: start glusterFS... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1127,
"all_permissive": false
} |
ansible_role | bizflycloud/internship-0719 | 21828d2dd57c8593041f3c8ae097af93f6f5f10e | 1 | quanlm1999/ansible/Wordpress_HA/roles/heartbeat | 7,916 | [
"no_license"
] | [
{
"path": "quanlm1999/ansible/Wordpress_HA/roles/heartbeat/templates/haresources.j2",
"content": "{{ load_hostname }} {{ VIP }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "quanlm1999/ansible/Wordpress_HA/roles/heartbeat/templates/ha.cf.j2",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2047,
"all_permissive": false
} |
ansible_role | bizflycloud/internship-0719 | 21828d2dd57c8593041f3c8ae097af93f6f5f10e | 1 | quanlm1999/ansible/Wordpress_HA/roles/mysql | 7,916 | [
"no_license"
] | [
{
"path": "quanlm1999/ansible/Wordpress_HA/roles/mysql/templates/my.cnf.j2",
"content": "\n# --print-defaults to see which it would actually understand and use.\n#\n# For explanations see\n# http://dev.mysql.com/doc/mysql/en/server-system-variables.html\n\n#\n# * IMPORTANT: Additional settings that can over... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2181,
"all_permissive": false
} |
ansible_role | bizflycloud/internship-0719 | 21828d2dd57c8593041f3c8ae097af93f6f5f10e | 1 | quanlm1999/ansible/Wordpress_HA/roles/php | 7,916 | [
"no_license"
] | [
{
"path": "quanlm1999/ansible/Wordpress_HA/roles/php/tasks/main.yml",
"content": "---\n# tasks file for php\n- name: Install php extensions\n apt: name={{ item }} state=present\n become: yes\n with_items:\n - php7.2-gd\n - php7.2-ssh2\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 155,
"all_permissive": false
} |
ansible_role | bizflycloud/internship-0719 | 21828d2dd57c8593041f3c8ae097af93f6f5f10e | 1 | quanlm1999/ansible/Wordpress_HA/roles/server | 7,916 | [
"no_license"
] | [
{
"path": "quanlm1999/ansible/Wordpress_HA/roles/server/tasks/main.yml",
"content": "---\n# tasks file for server\n- name: Update apt cache\n apt: update_cache=yes cache_valid_time=3600\n become: yes\n\n- name: Install required software\n apt: name={{ item }} state=present\n become: yes\n with_items:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 308,
"all_permissive": false
} |
ansible_role | edwinsteele/setup-scripts | 20d5ef3913dd3140837f3e436e656076a0efb29d | 5 | ansible/roles/bootstrap | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/bootstrap/tasks/main.yml",
"content": "---\n# Check if we have python - avoid doing an unconditional pkg_add because\n# that will fail if DNS is not working. This allows us to proceed under\n# those circumstances if we have already installed all the packages\n- name: Check if a py... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1657,
"all_permissive": false
} |
ansible_role | edwinsteele/setup-scripts | 20d5ef3913dd3140837f3e436e656076a0efb29d | 5 | ansible/roles/common | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/common/handlers/main.yml",
"content": "---\n- name: Restart sshd\n service:\n name: sshd\n state: restarted\n\n- name: Reload pf\n command: pfctl -f /etc/pf.conf\n\n- name: Rebuild passwd database\n command: pwd_mkdb /etc/master.passwd\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2599,
"all_permissive": false
} |
ansible_role | edwinsteele/setup-scripts | 20d5ef3913dd3140837f3e436e656076a0efb29d | 5 | ansible/roles/esteele_acct | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/esteele_acct/tasks/main.yml",
"content": "---\n- name: create group - esteele\n group:\n name: esteele\n gid: 1003\n system: no\n\n# Users with no passwd set have 13 asterisks in their password\n# field in master.passwd. If this isn't set, security(8) complains.\n# Ansibl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 749,
"all_permissive": false
} |
ansible_role | edwinsteele/setup-scripts | 20d5ef3913dd3140837f3e436e656076a0efb29d | 5 | ansible/roles/esteele_contents | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/esteele_contents/tasks/main.yml",
"content": "---\n# Have this run after there's a task that runs as esteele so the\n# skeleton .profile is in place\n# OpenBSD data segment limits are too small to allow building of python lxml\n- name: Increase data segment ulimit\n lineinfile:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 640,
"all_permissive": false
} |
ansible_role | edwinsteele/setup-scripts | 20d5ef3913dd3140837f3e436e656076a0efb29d | 5 | ansible/roles/firewall | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/firewall/tasks/main.yml",
"content": "---\n- name: Create dhcpd.conf\n template:\n src: dhcpd_conf.j2\n dest: /etc/dhcpd.conf\n owner: root\n group: wheel\n mode: 0644\n validate: \"dhcpd -n -c %s\"\n notify: Restart dhcpd\n\n- name: Enable and start dhcpd\n ser... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6258,
"all_permissive": false
} |
ansible_role | edwinsteele/setup-scripts | 20d5ef3913dd3140837f3e436e656076a0efb29d | 5 | ansible/roles/frugalfuel_app | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/frugalfuel_app/tasks/main.yml",
"content": "---\n- name: Make frugalfuel base directory\n file:\n path: \"{{ frugalfuel_base_dir }}\"\n state: directory\n\n- name: Make data directories for loading\n file:\n path: \"{{ frugalfuel_base_dir }}/{{ item }}\"\n state: direc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2095,
"all_permissive": false
} |
ansible_role | edwinsteele/setup-scripts | 20d5ef3913dd3140837f3e436e656076a0efb29d | 5 | ansible/roles/mail_sender | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/mail_sender/handlers/main.yml",
"content": "---\n- name: Reload smtpd\n service:\n name: smtpd\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "ansible/roles/mail_sender/tasks/main.yml",
"cont... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 562,
"all_permissive": false
} |
ansible_role | edwinsteele/setup-scripts | 20d5ef3913dd3140837f3e436e656076a0efb29d | 5 | ansible/roles/network | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/network/tasks/main.yml",
"content": "---\n- name: Manage interface files\n template:\n src: \"{{ item }}\"\n dest: \"/etc/{{ item }}\"\n owner: root\n group: wheel\n mode: 0640\n with_items: \"{{ interface_definitions }}\"\n register: interface_management\n\n# This... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 690,
"all_permissive": false
} |
ansible_role | edwinsteele/setup-scripts | 20d5ef3913dd3140837f3e436e656076a0efb29d | 5 | ansible/roles/nginx_base | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx_base/tasks/main.yml",
"content": "---\n# Stop httpd first, so we don't have port clashes\n- name: Set openbsd httpd to not auto-start and stop if running\n service:\n name: httpd\n enabled: no\n state: stopped\n\n- name: Create base directory for random parameter\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6232,
"all_permissive": false
} |
ansible_role | edwinsteele/setup-scripts | 20d5ef3913dd3140837f3e436e656076a0efb29d | 5 | ansible/roles/nginx_frugalfuel.com | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx_frugalfuel.com/tasks/main.yml",
"content": "---\n- name: Create frugalfuel unix user to own content\n user:\n name: frugalfuel\n system: yes\n password: '*************'\n comment: Service account for frugalfuel web files\n\n- name: Create Let's Encrypt directories... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2360,
"all_permissive": false
} |
ansible_role | edwinsteele/setup-scripts | 20d5ef3913dd3140837f3e436e656076a0efb29d | 5 | ansible/roles/nginx_wordspeak.org | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx_wordspeak.org/tasks/main.yml",
"content": "---\n- name: Create Let's Encrypt directories\n file:\n path: \"{{ item.dir }}\"\n state: directory\n owner: root\n group: wheel\n mode: \"{{ item.mode }}\"\n with_items:\n - { dir: \"/etc/ssl/wordspeak.org\", mode... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 7852,
"all_permissive": false
} |
ansible_role | edwinsteele/setup-scripts | 20d5ef3913dd3140837f3e436e656076a0efb29d | 5 | ansible/roles/pf | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/pf/templates/firewall-pf_conf.j2",
"content": "\n# Interfaces\nint_if = \"{{ internal_physical_interface }}\"\next_if = \"{{ external_physical_interface }}\"\n\nicmp_types = \"{ echoreq, unreach }\"\nlimited_internet_access_ok_ports = \"{ domain ntp }\"\n# www.studyladder.com.au and... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3442,
"all_permissive": false
} |
ansible_role | edwinsteele/setup-scripts | 20d5ef3913dd3140837f3e436e656076a0efb29d | 5 | ansible/roles/wordspeak_site | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/wordspeak_site/meta/main.yml",
"content": "dependencies:\n - nginx_wordspeak.org\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "ansible/roles/wordspeak_site/tasks/main.yml",
"content": "---\n- name: Allow CI to push... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 918,
"all_permissive": false
} |
ansible_role | codegorilla/answer | 94c124329831d3db9b19d6c4fc7bd3fd12bea6ce | 0 | ansible/roles/audit_client | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/audit_client/handlers/main.yml",
"content": "---\n\n# The auditd service must be restarted using service, not systemd.\n# The service module does not work for this, because it automatically\n# switches to systemd; even when overridden by the 'use' parameter.\n\n- name: restart audit... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 902,
"all_permissive": false
} |
ansible_role | codegorilla/answer | 94c124329831d3db9b19d6c4fc7bd3fd12bea6ce | 0 | ansible/roles/audit_server | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/audit_server/tasks/main.yml",
"content": "---\n\n- name: Configure auditd\n template:\n src: auditd.conf.j2\n dest: /etc/audit/auditd.conf\n owner: root\n group: root\n mode: 0640\n notify:\n - restart auditd\n\n- name: Enable and start auditd (V-72079)\n system... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 285,
"all_permissive": false
} |
ansible_role | codegorilla/answer | 94c124329831d3db9b19d6c4fc7bd3fd12bea6ce | 0 | ansible/roles/basebox | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/basebox/tasks/main.yml",
"content": "---\n\n- name: Install needed packages\n package:\n name:\n - tree\n - unzip\n - vim\n - wget\n state: present\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 131,
"all_permissive": false
} |
ansible_role | codegorilla/answer | 94c124329831d3db9b19d6c4fc7bd3fd12bea6ce | 0 | ansible/roles/common | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/common/files/tmout.sh",
"content": "#!/bin/bash\n\n# V-72223\n\nTMOUT=600\nreadonly TMOUT\nexport TMOUT\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 995,
"all_permissive": false
} |
ansible_role | codegorilla/answer | 94c124329831d3db9b19d6c4fc7bd3fd12bea6ce | 0 | ansible/roles/dhcp | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/dhcp/templates/dhclient.conf.j2",
"content": "supersede domain-name-servers {{ dns_server }};\nsupersede domain-search \"test.lan\", \"ec2.internal\";\n\ntimeout 300;\nretry 60;\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
},
{
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 347,
"all_permissive": false
} |
ansible_role | codegorilla/answer | 94c124329831d3db9b19d6c4fc7bd3fd12bea6ce | 0 | ansible/roles/kdump | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/kdump/tasks/main.yml",
"content": "---\n\n- name: Disable kdump (V-72057)\n systemd:\n name: kdump\n enabled: \"{{ enable_kdump }}\"\n state: stopped\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
"path": "ansible/ro... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 141,
"all_permissive": false
} |
ansible_role | codegorilla/answer | 94c124329831d3db9b19d6c4fc7bd3fd12bea6ce | 0 | ansible/roles/ntp_server | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/ntp_server/tasks/main.yml",
"content": "---\n\n- name: Install chrony\n package:\n name: chrony\n state: present\n\n- name: Configure chrony.conf\n template:\n src: chrony.conf.j2\n dest: /etc/chrony.conf\n owner: root\n group: root\n mode: 0644\n notify:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 249,
"all_permissive": false
} |
ansible_role | codegorilla/answer | 94c124329831d3db9b19d6c4fc7bd3fd12bea6ce | 0 | ansible/roles/ssh_server | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/ssh_server/tasks/main.yml",
"content": "---\n\n- name: Copy issue.my file\n copy:\n src: issue.my\n dest: /etc/issue.my\n owner: root\n group: root\n mode: 0644\n\n- name: Configure sshd_config\n template:\n src: sshd_config.j2\n dest: /etc/ssh/sshd_config\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 304,
"all_permissive": false
} |
ansible_role | codegorilla/answer | 94c124329831d3db9b19d6c4fc7bd3fd12bea6ce | 0 | ansible/roles/syslog_client | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/syslog_client/tasks/main.yml",
"content": "---\n\n# The listen.conf file is not needed with the advanced syntax\n\n- name: Remove listen.conf file\n file:\n path: /etc/rsyslog.d/listen.conf\n state: absent\n notify:\n - restart rsyslog\n\n- name: Configure rsyslog\n temp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3155,
"all_permissive": false
} |
ansible_role | NVIDIA/ansible-collection-dpu-ops | ed16f85bea103b0229c3c17b9584a9f7cd133707 | 13 | roles/bf2_mode | 7,956 | [
"no_license"
] | [
{
"path": "roles/bf2_mode/tasks/security.yml",
"content": "###############################################################################\n#\n# SPDX-FileCopyrightText: Copyright (c) 2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved.\n# SPDX-License-Identifier: MIT\n#\n# Permission is hereby granted... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7789,
"all_permissive": false
} |
ansible_role | NVIDIA/ansible-collection-dpu-ops | ed16f85bea103b0229c3c17b9584a9f7cd133707 | 13 | roles/bf_bmc | 7,956 | [
"no_license"
] | [
{
"path": "roles/bf_bmc/README.md",
"content": "# BF BMC\nThis role is used to manage power state of x86 or DPU using IPMI protocol\n\n## Parameters\n\nThe `main.yaml` tasks requires following parameter to be specified:\n\n* `bmc_action` -- IPMI command to execute on BMC\n\n## Standalone tasks\n\n* `chassi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3081,
"all_permissive": false
} |
ansible_role | NVIDIA/ansible-collection-dpu-ops | ed16f85bea103b0229c3c17b9584a9f7cd133707 | 13 | roles/dpu_nvconfig | 7,956 | [
"no_license"
] | [
{
"path": "roles/dpu_nvconfig/README.md",
"content": "# Set nvconfig parameters of DPU\n\nThe `dpu_nvconfig` role use use to:\n* set link type (ETH or IB)\n* set NIC mode\n* set GPU owner \n\n## Parameters\n\n1. Set link type (ETH or IB)\n * `link_type_p1`\n * `link_type_p2`\n\n2. Set NIC mode:\n * `dpu... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 16115,
"all_permissive": false
} |
ansible_role | NVIDIA/ansible-collection-dpu-ops | ed16f85bea103b0229c3c17b9584a9f7cd133707 | 13 | roles/force_reboot_armos | 7,956 | [
"no_license"
] | [
{
"path": "roles/force_reboot_armos/README.md",
"content": "# Force reboot of ARM OS of DPU\nThe `force_reboot_armos` role is used to reboot \"ARM OS\" of DPU \nfrom x86 host side\n\n## Parameters\n\n## Playbook examples\n\n<details><summary markdown=\"span\">force_reboot_armos.yaml</summary>\n<pre><code>\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3146,
"all_permissive": false
} |
ansible_role | NVIDIA/ansible-collection-dpu-ops | ed16f85bea103b0229c3c17b9584a9f7cd133707 | 13 | roles/install_cuda | 7,956 | [
"no_license"
] | [
{
"path": "roles/install_cuda/README.md",
"content": "# Install CUDA on x86 or DPU\n\nThe `install_cuda` role is used to install Nvidia CUDA SDK\non x86 host or on DPU.\n\n## Parameters\n\n* `cuda_release` -- release of CUDA like `11.5.1`, `11.6.2`\n* `cuda_arch` -- CPU architecture to install. Allowed valu... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 9716,
"all_permissive": false
} |
ansible_role | NVIDIA/ansible-collection-dpu-ops | ed16f85bea103b0229c3c17b9584a9f7cd133707 | 13 | roles/install_doca | 7,956 | [
"no_license"
] | [
{
"path": "roles/install_doca/README.md",
"content": "# Install DOCA\n\nThe `install_doca` role is used to install [Nvidia DOCA SDK](https://developer.nvidia.com/networking/doca)\non x86 host.\n\n## Parameters\n\n* `doca.version` -- version of DOCA to install\n* `doca.package` -- name of RPM/DEB package wi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2603,
"all_permissive": false
} |
ansible_role | NVIDIA/ansible-collection-dpu-ops | ed16f85bea103b0229c3c17b9584a9f7cd133707 | 13 | roles/load_bfb | 7,956 | [
"no_license"
] | [
{
"path": "roles/load_bfb/README.md",
"content": "# Load BFB image into DPU over RSHIM \n\n## Parameters\n\n* `local_bfb` -- location of BFB image on local FS\n* `bfb_url` -- URL of BFB image to be downloaded on x86 host\n* `boot_mac` -- MAC-address of network interface to boot from\n\n## Playbook examples... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 10715,
"all_permissive": false
} |
ansible_role | NVIDIA/ansible-collection-dpu-ops | ed16f85bea103b0229c3c17b9584a9f7cd133707 | 13 | roles/manage_bf2_fw | 7,956 | [
"no_license"
] | [
{
"path": "roles/manage_bf2_fw/README.md",
"content": "# Update DPU NIC firmware\n\nThe `manage_bf2_fw` roles updates NIC firmware of DPU and power-cycle the x86 host\n\n## Playbook examples\n\n<details><summary markdown=\"span\">manage-bf2-fw.yaml</summary>\n<pre><code>\n---\n- hosts: bf2oob\n user: \"{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2940,
"all_permissive": false
} |
ansible_role | NVIDIA/ansible-collection-dpu-ops | ed16f85bea103b0229c3c17b9584a9f7cd133707 | 13 | roles/manage_bf2_nic_speed | 7,956 | [
"no_license"
] | [
{
"path": "roles/manage_bf2_nic_speed/templates/83-net-speed.rules.j2",
"content": "SUBSYSTEM==\"net\", ACTION==\"add\", NAME==\"p0\", RUN+=\"/sbin/ethtool -s p0 {{ p0_nic_speed_options }}\"\nSUBSYSTEM==\"net\", ACTION==\"add\", NAME==\"p1\", RUN+=\"/sbin/ethtool -s p1 {{ p1_nic_speed_options }}\"\n",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2449,
"all_permissive": false
} |
ansible_role | NVIDIA/ansible-collection-dpu-ops | ed16f85bea103b0229c3c17b9584a9f7cd133707 | 13 | roles/manage_rshim_owner | 7,956 | [
"no_license"
] | [
{
"path": "roles/manage_rshim_owner/README.md",
"content": "# Set RSHIM ownership\n\nThe `manage_rshim_owner` role allows to set owner of DPU RSHIM interface.\nIt could be either BMC or x86 host.\n\n## Parameters\n\n* `bf_target` -- who is the owner of RSHIM: `bmc` or `x86`\n\n## Playbook example\n\n<detail... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4923,
"all_permissive": false
} |
ansible_role | NVIDIA/ansible-collection-dpu-ops | ed16f85bea103b0229c3c17b9584a9f7cd133707 | 13 | roles/prepare_cuda_repo | 7,956 | [
"no_license"
] | [
{
"path": "roles/prepare_cuda_repo/README.md",
"content": "# Prepare CUDA local repository\n\nThe `prepare_cuda_repo` role is used to download CUDA \"DEB local\" installer,\nunpack it on the \"control plane\" host line Foreman and set up corresponding data.\n\nThis roles is used in conjunction with `install... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4037,
"all_permissive": false
} |
ansible_role | empovit/openshift-on-vmware-with-vgpu | e44d818cc02d70a02ec097993d47cfd62cbd4ffe | 2 | roles/esxi_connections | 7,956 | [
"permissive"
] | [
{
"path": "roles/esxi_connections/tasks/main.yml",
"content": "- name: Copy script for collecting ESXi host addresses\n ansible.builtin.copy:\n src: esxi_hosts.py\n dest: bootstrap/esxi_hosts.py\n mode: u=xwr,g=r,o=r",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 777,
"all_permissive": true
} |
ansible_role | empovit/openshift-on-vmware-with-vgpu | e44d818cc02d70a02ec097993d47cfd62cbd4ffe | 2 | roles/host_graphics | 7,956 | [
"permissive"
] | [
{
"path": "roles/host_graphics/meta/argument_specs.yml",
"content": "---\nargument_specs:\n main:\n options:\n\n vcenter_ip:\n type: \"str\"\n required: true\n description: \"Publicly accessible vCenter IP address or DNS name\"\n\n vcenter_username:\n type: \"str\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3388,
"all_permissive": true
} |
ansible_role | empovit/openshift-on-vmware-with-vgpu | e44d818cc02d70a02ec097993d47cfd62cbd4ffe | 2 | roles/vgpu_driver | 7,956 | [
"permissive"
] | [
{
"path": "roles/vgpu_driver/defaults/main.yml",
"content": "vib_filename: \"NVD-AIE_510.47.03-1OEM.702.0.0.17630552_19298122.zip\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 69
},
{
"path": "roles/vgpu_driver/templates/install_vgpu.p... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3153,
"all_permissive": true
} |
ansible_role | empovit/openshift-on-vmware-with-vgpu | e44d818cc02d70a02ec097993d47cfd62cbd4ffe | 2 | roles/vsphere | 7,956 | [
"permissive"
] | [
{
"path": "roles/vsphere/templates/terraform.tfvars.public-net.j2",
"content": "auth_token = \"{{ equinix_metal_api_key }}\"\n\n# use an existing Equinix Metal project\ncreate_project = false\n\n# used in name of a generated SSH key\nproject_name = \"equinix-vmware-vsphere-7\"\n\n# existing project when cre... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 8639,
"all_permissive": true
} |
ansible_role | MayorFaj/WK-ansible-project | 228df8610273ff2bc5c437d52be27d26c3e6f120 | 3 | roles/haproxy | 7,956 | [
"no_license"
] | [
{
"path": "roles/haproxy/tasks/main.yml",
"content": "---\n# ###-- Patching machines with latest stable versions\n- name: Install yum utils\n package:\n name:\n - yum-utils\n - \"@Development tools\"\n lock_timeout: 180\n\n- name: Update all packages to the latest version\n yum:\n name: '*'... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3906,
"all_permissive": false
} |
ansible_role | dmbrownlee/centiso | 23953bd95f026cfdb5da3dbd95c694464463ac83 | 1 | ansible/roles/all-pre-configuration | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/all-pre-configuration/tasks/pre-dns-hosts.yml",
"content": "---\n- name: Ensure /etc/hosts includes all hosts prior to configuring DNS\n lineinfile:\n path: /etc/hosts\n line: \"{{ item }}\"\n become: yes\n with_items:\n - \"10.1.1.254 router.example.com router pxeserver... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2712,
"all_permissive": false
} |
ansible_role | dmbrownlee/centiso | 23953bd95f026cfdb5da3dbd95c694464463ac83 | 1 | ansible/roles/bind | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/bind/tasks/install_packages.yml",
"content": "---\n- name: Ensure necessary packages are installed\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - bind\n - bind-utils\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2121,
"all_permissive": false
} |
ansible_role | dmbrownlee/centiso | 23953bd95f026cfdb5da3dbd95c694464463ac83 | 1 | ansible/roles/chefserver | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/chefserver/tasks/install_packages.yml",
"content": "---\n- name: Ensure chef server package is installed\n package:\n name: chef-server-core\n state: present\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
{
"... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4007,
"all_permissive": false
} |
ansible_role | dmbrownlee/centiso | 23953bd95f026cfdb5da3dbd95c694464463ac83 | 1 | ansible/roles/chefworkstation | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/chefworkstation/tasks/main.yml",
"content": "---\n- name: Ensure chefdk package is installed\n package:\n name: chefdk\n state: present\n become: yes\n- name: Check for playbook vars file\n stat:\n path: \"{{ ansible_user_dir }}/centiso/ansible/roles/chefworkstation/vars... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2332,
"all_permissive": false
} |
ansible_role | dmbrownlee/centiso | 23953bd95f026cfdb5da3dbd95c694464463ac83 | 1 | ansible/roles/dnsmasq | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/dnsmasq/vars/main.yml",
"content": "---\niface_int: enp0s3\ndnsdomain: example.com\ndhcp_range_bottom: 10.1.1.100\ndhcp_range_top: 10.1.1.200\ndhcp_range_mask: 255.255.255.0\ndhcp_lease_duration: 1h\nnameserver_address: 10.1.1.254\nnameserver2_address: 8.8.8.8\npxeserver_address: 10... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2259,
"all_permissive": false
} |
ansible_role | dmbrownlee/centiso | 23953bd95f026cfdb5da3dbd95c694464463ac83 | 1 | ansible/roles/gitserver | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/gitserver/handlers/main.yml",
"content": "---\n- name: httpd_restart\n service:\n name: httpd\n state: restarted\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
},
{
"path": "ansible/roles/gitserver/tasks/configur... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2194,
"all_permissive": false
} |
ansible_role | dmbrownlee/centiso | 23953bd95f026cfdb5da3dbd95c694464463ac83 | 1 | ansible/roles/isc-dhcp | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/isc-dhcp/vars/main.yml",
"content": "---\niface_int: enp0s3\niface_int_address: 10.1.1.2\niface_int_prefix: 24\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "ansible/roles/isc-dhcp/tasks/configure_interfaces.yml",
"c... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1723,
"all_permissive": false
} |
ansible_role | dmbrownlee/centiso | 23953bd95f026cfdb5da3dbd95c694464463ac83 | 1 | ansible/roles/natgw | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/natgw/vars/main.yml",
"content": "---\niface_int: enp0s3\niface_int_address: 10.1.1.254\niface_int_prefix: 24\niface_ext: enp0s8\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "ansible/roles/natgw/tasks/configure_firewall... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1368,
"all_permissive": false
} |
ansible_role | dmbrownlee/centiso | 23953bd95f026cfdb5da3dbd95c694464463ac83 | 1 | ansible/roles/pxeserver | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/pxeserver/vars/main.yml",
"content": "---\nrsync_mirror: rsync://centos.eecs.wsu.edu/centos\nrelease_full: 7.3.1611\ntftproot: /var/lib/tftpboot\ndocroot: /var/www/html\nworkspace: \"{{ ansible_user_dir }}/centiso\"\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2442,
"all_permissive": false
} |
ansible_role | dmbrownlee/centiso | 23953bd95f026cfdb5da3dbd95c694464463ac83 | 1 | ansible/roles/repomirror | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/repomirror/vars/main.yml",
"content": "---\ndocroot: /var/www/html\nmirror_base: rsync://centos.eecs.wsu.edu/centos\nrelease_major: 7\nrelease_full: 7.3.1611\nlocalpkgs: \"{{ docroot }}/centos/{{ release_full }}/localpkgs/x86_64\"\n",
"license_type": "no_license",
"detected... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1939,
"all_permissive": false
} |
ansible_role | dmbrownlee/centiso | 23953bd95f026cfdb5da3dbd95c694464463ac83 | 1 | ansible/roles/use-local-repo | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/use-local-repo/tasks/main.yml",
"content": "---\n- name: Ensure key for chef RPMs is installed\n rpm_key:\n key: https://packages.chef.io/chef.asc\n state: present\n- name: Ensure chef-stable repo has been added\n yum_repository:\n name: chef-stable\n description: Chef... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1091,
"all_permissive": false
} |
ansible_role | wilson-walrus/ansible-automation-platform-labs | 0cd1d01a6534faaefd794b7f02d8c2ae2fecc580 | 1 | roles/a_simple_webserver | 7,956 | [
"no_license"
] | [
{
"path": "roles/a_simple_webserver/tasks/configure.yml",
"content": "---\n\n- name: Copy in webpage\n template:\n src: \"{{ a_simple_webserver_index_file }}\"\n dest: \"{{ a_simple_webserver_home }}\"\n notify:\n - Reload_webserver\n...\n",
"license_type": "no_license",
"detected_license... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 3392,
"all_permissive": false
} |
ansible_role | redhat-gpte-devopsautomation/userquota-operator | fbb287b49658b2a6ebfdadc16ec3c08fb0b2faec | 2 | roles/userquota | 7,956 | [
"no_license"
] | [
{
"path": "roles/userquota/templates/cluster_resource_quota.j2",
"content": "apiVersion: quota.openshift.io/v1\nkind: ClusterResourceQuota\nmetadata:\n name: \"clusterquota-{{ item.metadata.name | regex_replace('(.+?)@.*', '\\\\1') }}\"\n labels:\n applied_userquota: \"{{ meta.name }}\"\nspec:\n selec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1354,
"all_permissive": false
} |
ansible_role | sonnailavenkatesham/Advance-ansible | a57334d6f8ef3229177d2eaddabd78caff6f1039 | 0 | roles/cart | 7,956 | [
"no_license"
] | [
{
"path": "roles/cart/tasks/main.yaml",
"content": "- name: nodejs setup\n import_role:\n name: common\n tasks_from: nodejs-setup\n\n- name: download and unzipping cart artifact\n unarchive:\n src: https://roboshop-builds.s3.amazonaws.com/cart.zip\n dest: /app\n remote_src: yes\n\n- name: n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 579,
"all_permissive": false
} |
ansible_role | sonnailavenkatesham/Advance-ansible | a57334d6f8ef3229177d2eaddabd78caff6f1039 | 0 | roles/catalogue | 7,956 | [
"no_license"
] | [
{
"path": "roles/catalogue/tasks/main.yaml",
"content": "- name: nodejs setup\n import_role:\n name: common\n tasks_from: nodejs-setup\n\n- name: download and unzipping catalogue artifact\n unarchive:\n src: https://roboshop-builds.s3.amazonaws.com/catalogue.zip\n dest: /app\n remote_src: y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 878,
"all_permissive": false
} |
ansible_role | sonnailavenkatesham/Advance-ansible | a57334d6f8ef3229177d2eaddabd78caff6f1039 | 0 | roles/common | 7,956 | [
"no_license"
] | [
{
"path": "roles/common/tasks/nodejs-setup.yaml",
"content": "- name: disable nodejs and enable 18 version\n shell: \"{{ item }}\"\n loop:\n - dnf module disable nodejs -y\n - dnf module enable nodejs:18 -y\n\n- name: installing nodejs\n yum:\n name: nodejs\n state: installed\n\n- name: adding us... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 408,
"all_permissive": false
} |
ansible_role | sonnailavenkatesham/Advance-ansible | a57334d6f8ef3229177d2eaddabd78caff6f1039 | 0 | roles/mongodb | 7,956 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yaml",
"content": "- name: copy mongo.repo\n copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name: installing mongodb-org\n yum:\n name: mongodb-org\n state: installed\n\n- name: address from 127.0.0.1 to 0.0.0.0 in /etc/mongod.conf\n repla... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 421,
"all_permissive": false
} |
ansible_role | sonnailavenkatesham/Advance-ansible | a57334d6f8ef3229177d2eaddabd78caff6f1039 | 0 | roles/mysql | 7,956 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yaml",
"content": "- name: application needs MySQL 5.7. So lets disable MySQL 8 version\n shell: yum module disable mysql -y \n\n- name: copying mysql repo\n copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: installing mysql-community-server\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 497,
"all_permissive": false
} |
ansible_role | sonnailavenkatesham/Advance-ansible | a57334d6f8ef3229177d2eaddabd78caff6f1039 | 0 | roles/redis | 7,956 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yaml",
"content": "- name: repo file as a rpm\n yum:\n name: https://rpms.remirepo.net/enterprise/remi-release-8.rpm\n state: present\n disable_gpg_check: true\n\n- name: Enable Redis 6.2 from package\n shell: dnf module enable redis:remi-6.2 -y\n\n- name: instal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 542,
"all_permissive": false
} |
ansible_role | sonnailavenkatesham/Advance-ansible | a57334d6f8ef3229177d2eaddabd78caff6f1039 | 0 | roles/shipping | 7,956 | [
"no_license"
] | [
{
"path": "roles/shipping/tasks/main.yaml",
"content": "- name: installing maven \n yum:\n name: maven\n state: installed\n\n- name: adding user roboshop\n user:\n name: roboshop\n\n- name: creating app directory\n file:\n path: /app\n state: directory\n\n- name: downloading and unzipping ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1099,
"all_permissive": false
} |
ansible_role | sonnailavenkatesham/Advance-ansible | a57334d6f8ef3229177d2eaddabd78caff6f1039 | 0 | roles/user | 7,956 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yaml",
"content": "- name: nodejs setup\n import_role:\n name: common\n tasks_from: nodejs-setup\n\n- name: download and unzipping user artifact\n unarchive:\n src: https://roboshop-builds.s3.amazonaws.com/user.zip\n dest: /app\n remote_src: yes\n\n- name: n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 847,
"all_permissive": false
} |
ansible_role | sonnailavenkatesham/Advance-ansible | a57334d6f8ef3229177d2eaddabd78caff6f1039 | 0 | roles/web | 7,956 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yaml",
"content": "- name: installing nginx\n yum:\n name: nginx\n state: installed\n\n- name: remove deafult html folder\n file:\n path: /usr/share/nginx/html/*\n state: absent\n\n- name: create deafult html folder\n file:\n path: /usr/share/nginx/html/\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 595,
"all_permissive": false
} |
ansible_role | ekpangmichael/packer-ansible-terraform | f3b2a62242f849e56b8bee526aaffee03e9b36b7 | 1 | packer/roles/clone_repo | 7,956 | [
"no_license"
] | [
{
"path": "packer/roles/clone_repo/tasks/main.yml",
"content": " - name: delete folder if exit\n file:\n path: selene-ah-frontend\n state: absent\n\n - name: Clone the application repo\n git:\n repo: \"{{REPO_URL}}\"\n dest: \"{{APP_DIR}}\"\n\n - name: Installing packages\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 431,
"all_permissive": false
} |
ansible_role | ekpangmichael/packer-ansible-terraform | f3b2a62242f849e56b8bee526aaffee03e9b36b7 | 1 | packer/roles/core | 7,956 | [
"no_license"
] | [
{
"path": "packer/roles/core/tasks/main.yml",
"content": " - name: Update caches respository\n apt:\n update_cache: yes\n\n - name: Updating and installing core packages\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - make \n - g++ \n - git\n - curl \n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 319,
"all_permissive": false
} |
ansible_role | ekpangmichael/packer-ansible-terraform | f3b2a62242f849e56b8bee526aaffee03e9b36b7 | 1 | packer/roles/setup_nginx | 7,956 | [
"no_license"
] | [
{
"path": "packer/roles/setup_nginx/tasks/main.yml",
"content": " - name: Installing nginx server\n apt:\n name: nginx\n state: latest\n\n - name: start nginx server\n service:\n name: nginx\n state: started\n\n - name: Remove default nginx configuration\"\n file:\n path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 944,
"all_permissive": false
} |
ansible_role | ekpangmichael/packer-ansible-terraform | f3b2a62242f849e56b8bee526aaffee03e9b36b7 | 1 | packer/roles/setup_node | 7,956 | [
"no_license"
] | [
{
"path": "packer/roles/setup_node/tasks/main.yml",
"content": " - name: Add gpg key for NodeJS LTS\n apt_key:\n url: \"https://deb.nodesource.com/gpgkey/nodesource.gpg.key\"\n state: present\n\n - name: Install the NodeJS LTS repo\n apt_repository:\n repo: \"deb https://deb.nodesourc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 429,
"all_permissive": false
} |
ansible_role | ekpangmichael/packer-ansible-terraform | f3b2a62242f849e56b8bee526aaffee03e9b36b7 | 1 | packer/roles/setup_pm2 | 7,956 | [
"no_license"
] | [
{
"path": "packer/roles/setup_pm2/tasks/main.yml",
"content": " - name: Install PM2\n command: npm install -g pm2\n \n - name: Start PM2 service\n shell: | \n cd {{APP_DIR}}\n sudo pm2 start server.js\n sleep 20\n sudo pm2 startup\n sudo env PATH={{PM2_PATH}}\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 255,
"all_permissive": false
} |
ansible_role | CJ1138/ansible-test | 9496950ca56ec5dd9faed91c7ba798eb756bc9e2 | 0 | ansible/roles/mysql | 7,956 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/setup_mysql.yml",
"content": "- name: Create my.cnf configuration file\n template: src=templates/my.cnf.j2 dest=/etc/mysql/conf.d/mysql.cnf\n notify: restart mysql\n\n- name: Create database user with name 'devops' and password '<PASSWORD>' with all database privileges... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1190,
"all_permissive": false
} |
ansible_role | louis-ducruet/MCO | 595d441c4edea6a11436e63592c572ad412232bb | 0 | roles/all | 7,956 | [
"no_license"
] | [
{
"path": "roles/all/tasks/main.yml",
"content": "---\n- name: copy my ssh key\n authorized_key:\n user: rogar\n state: present\n key: \"<KEY> rogar@rovagug\"\n\n- name: configure sshd\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '#PasswordAuthentication yes'\n line: 'PasswordAut... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 352,
"all_permissive": false
} |
ansible_role | louis-ducruet/MCO | 595d441c4edea6a11436e63592c572ad412232bb | 0 | roles/bdd | 7,956 | [
"no_license"
] | [
{
"path": "roles/bdd/tasks/main.yml",
"content": "---\n- name: Install Mariadb\n apt:\n pkg:\n - mariadb-server\n - mariadb-client\n - rsync\n state: latest\n update_cache: yes\n\n- name: modify mariadb conf\n lineinfile:\n path: /etc/mysql/mariadb.conf.d/50-server.cnf\n rege... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 435,
"all_permissive": false
} |
ansible_role | louis-ducruet/MCO | 595d441c4edea6a11436e63592c572ad412232bb | 0 | roles/nfs | 7,956 | [
"no_license"
] | [
{
"path": "roles/nfs/tasks/main.yml",
"content": "---\n- name: install nfs\n apt:\n name: nfs-kernel-server\n state: latest\n\n- name: create nfs directory\n file:\n path: /srv/nfs\n state: directory\n mode: 0755\n\n- name: configure nfs\n lineinfile:\n path: /etc/exports\n regexp: '... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 718,
"all_permissive": false
} |
ansible_role | louis-ducruet/MCO | 595d441c4edea6a11436e63592c572ad412232bb | 0 | roles/proxy | 7,956 | [
"no_license"
] | [
{
"path": "roles/proxy/tasks/main.yml",
"content": "---\n- name: make non local bind\n sysctl: \n name: net.ipv4.ip_nonlocal_bind\n value: \"1\"\n state: present\n reload: yes\n\n- name: install haproxy\n apt: \n name: haproxy\n update_cache: yes\n state: latest\n\n- name: install hat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2365,
"all_permissive": false
} |
ansible_role | louis-ducruet/MCO | 595d441c4edea6a11436e63592c572ad412232bb | 0 | roles/web | 7,956 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yml",
"content": "---\n- name: Install apache2 and php dep\n apt:\n update_cache: yes\n pkg:\n - apache2\n - libapache2-mod-php\n - php\n - php8.2-mysql\n - php8.2-gd\n - php8.2-imagick\n - nfs-common\n state: latest\n\n- name: Res... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1072,
"all_permissive": false
} |
ansible_role | SedlavJ/ansible | e0236dccecc5027cf98b77b7ca10c505832fce02 | 0 | roles/base | 7,956 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: Add SSH key for Jeanette\n authorized_key:\n user: jeanette\n key: \"<KEY>\" \n\n- name: generate sshd_config file from template\n tags: ssh\n template:\n src: \"{{ ssh_template_file }}\"\n dest: /etc/ssh/sshd_config\n owner: root\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 297,
"all_permissive": false
} |
ansible_role | SedlavJ/ansible | e0236dccecc5027cf98b77b7ca10c505832fce02 | 0 | roles/db_servers | 7,956 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yml",
"content": "- name: Install mariadb server package (Rocky)\n tags: rocky,db,mariadb\n dnf:\n name: mariadb\n state: latest\n when: ansible_distribution == \"Rocky\"\n\n- name: Install mariadb server package (Ubuntu)\n tags: db,mariadb,ubuntu\n apt: \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 322,
"all_permissive": false
} |
ansible_role | SedlavJ/ansible | e0236dccecc5027cf98b77b7ca10c505832fce02 | 0 | roles/workstations | 7,956 | [
"no_license"
] | [
{
"path": "roles/workstations/tasks/main.yml",
"content": "- name: Install unzip\n package:\n name: unzip\n\n- name: Install terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/1.3.6/terraform_1.3.6_linux_amd64.zip\n dest: /usr/local/bin\n remote_src: yes\n mode: 0755\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 269,
"all_permissive": false
} |
ansible_role | curtisbelt/my-workstation-playbook | 91a7b926116c9c0142b8daed5b6eac1d359ab66b | 0 | roles/common | 7,936 | [
"no_license"
] | [
{
"path": "roles/common/tasks/update.yml",
"content": "---\n- name: update - capture fedora version\n command: rpm -E %fedora\n register: fedora_version\n when: ansible_distribution == \"Fedora\"\n\n- name: update - install rpmfusion on fedora\n dnf:\n name:\n [\n \"https://download1.rpm... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4526,
"all_permissive": false
} |
ansible_role | ritwik12/ansible-playbook-ELK | 9e0ddb7a6cd8ec5e53fcbcc6eddf56b0b7bdadee | 1 | roles/elasticsearch | 7,936 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": "---\n#\n# Installing Elasticsearch\n#\n\n# Installing Elasticsearch\n\n- name: Install Elasticsearch\n yum:\n name: elasticsearch\n update_cache: yes\n \n# Update Elasticsearch config file to allow access (to secure Elasticsearch, bind to 'l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 747,
"all_permissive": false
} |
ansible_role | ritwik12/ansible-playbook-ELK | 9e0ddb7a6cd8ec5e53fcbcc6eddf56b0b7bdadee | 1 | roles/filebeat | 7,936 | [
"no_license"
] | [
{
"path": "roles/filebeat/tasks/main.yml",
"content": "---\n#\n# Installing Filebeat\n#\n\n- name: Download Filebeat RPM package\n uri:\n url: \"{{ filebeat_rpm_url | default('https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-6.3.1-x86_64.rpm') }}\"\n dest: \"{{ rpm_download_directory | ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 663,
"all_permissive": false
} |
ansible_role | ritwik12/ansible-playbook-ELK | 9e0ddb7a6cd8ec5e53fcbcc6eddf56b0b7bdadee | 1 | roles/filebeat-logzio | 7,936 | [
"no_license"
] | [
{
"path": "roles/filebeat-logzio/tasks/main.yml",
"content": "---\n#\n# Installing Filebeat\n#\n\n# Download SSL certificate:\n\n- name: Download certificate\n shell: wget https://raw.githubusercontent.com/logzio/public-certificates/master/COMODORSADomainValidationSecureServerCA.crt\n \n# Create directory... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1269,
"all_permissive": false
} |
ansible_role | ritwik12/ansible-playbook-ELK | 9e0ddb7a6cd8ec5e53fcbcc6eddf56b0b7bdadee | 1 | roles/java | 7,936 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": "---\n#\n# Installing Java 8\n#\n- name: Redhat | Check oracle jdk package\n stat:\n path: \"{{ rpm_download_directory | default('/var/cache/yum/x86_64/7/extras/packages') }}/{{ oracle_jdk_rpm_package | default('jdk-8u144-linux-x64.rpm') }}\"\n register... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1223,
"all_permissive": false
} |
ansible_role | ritwik12/ansible-playbook-ELK | 9e0ddb7a6cd8ec5e53fcbcc6eddf56b0b7bdadee | 1 | roles/logstash | 7,936 | [
"no_license"
] | [
{
"path": "roles/logstash/tasks/main.yml",
"content": "---\n\n- name: Download Logstash RPM package\n uri:\n url: \"{{ logstash_rpm_url | default('https://artifacts.elastic.co/downloads/logstash/logstash-5.3.3.rpm') }}\"\n dest: \"{{ rpm_download_directory | default('/var/cache/yum/x86_64/7/extras/pa... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 924,
"all_permissive": false
} |
ansible_role | iqram12/ansible_tutorial | 8043eeb98c6a9edee85a50c75665ce290e4a275b | 0 | roles/base | 7,936 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "# added the ssh key for that user simone\n# task book!\n - name: add ssh key for simone\n tags: always\n authorized_key:\n user: simone\n key: \"<KEY>\"\n\n - name: generate sshd_config file from template \n tags: ssh\n template: \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 391,
"all_permissive": false
} |
ansible_role | iqram12/ansible_tutorial | 8043eeb98c6a9edee85a50c75665ce290e4a275b | 0 | roles/db_servers | 7,936 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yml",
"content": "- name: install mariadb pacakge CentOS\n tags: centos,db,mariadb\n dnf:\n name: mariadb\n state: latest\n when: ansible_distribution == \"CentOS\"\n\n- name: install mariadb pacakage Ubuntu\n tags: db,mariadb,ubuntu\n apt:\n name: mariad... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 307,
"all_permissive": false
} |
ansible_role | iqram12/ansible_tutorial | 8043eeb98c6a9edee85a50c75665ce290e4a275b | 0 | roles/web_servers | 7,936 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main.yml",
"content": "- name: install apache and php for Ubuntu servers\n tags: apache, apache2, ubuntu\n apt:\n name:\n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 780,
"all_permissive": false
} |
ansible_role | teehammed/Ansible_Me | 076aa82f2ce3f1264bfb173f814874272dc11217 | 0 | roles/jenkins | 7,936 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "---\n - name: install java 8\n yum:\n name: \"{{ java }}\"\n state: present\n\n - name: download jenkins repo for REDHAT distributions\n get_url:\n url: \"{{ url }}\"\n dest: \"{{ dest }}\"\n \n - name: Import jenkins key\n rpm_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 714,
"all_permissive": false
} |
ansible_role | HPEATG/DeCore | 4b504491854d9ce0b6a781b6d57cdda5fe811ed4 | 1 | roles/dist-upgrade-to-testing | 7,936 | [
"no_license"
] | [
{
"path": "roles/dist-upgrade-to-testing/tasks/main.yml",
"content": "---\n- name: apt-get update \n apt: update_cache=yes cache_valid_time=3600 \n tags:\n - update_cache\n\n- name: Install GRUB since extlinux is nolonger used in testing\n apt: pkg={{ item }} state=latest\n with_items:\n - grub2\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3486,
"all_permissive": false
} |
ansible_role | HPEATG/DeCore | 4b504491854d9ce0b6a781b6d57cdda5fe811ed4 | 1 | roles/docker-verification | 7,936 | [
"no_license"
] | [
{
"path": "roles/docker-verification/tasks/main.yml",
"content": "- name: install python-setuptools\n apt: name=python-setuptools state=present\n\n- name: install pip\n easy_install: name=pip \n\n- name: upgrade six.py \n #command: pip install --upgrade six \n pip: name=six state=latest\n\n- name: ensur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 982,
"all_permissive": false
} |
ansible_role | HPEATG/DeCore | 4b504491854d9ce0b6a781b6d57cdda5fe811ed4 | 1 | roles/docker.io | 7,936 | [
"no_license"
] | [
{
"path": "roles/docker.io/tasks/main.yml",
"content": "---\n- name: ensure tools for fstypes are the latest version\n apt: pkg={{ item }} state=latest\n with_items:\n - btrfs-tools\n - aufs-tools\n\n- name: unmount \"{{ docker_mount | default('/dev/vdb') }}\" from /mnt\n mount:\n name: /mnt\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1982,
"all_permissive": false
} |
ansible_role | HPEATG/DeCore | 4b504491854d9ce0b6a781b6d57cdda5fe811ed4 | 1 | roles/etcd | 7,936 | [
"no_license"
] | [
{
"path": "roles/etcd/vars/main.yml",
"content": "---\netcd:\n repo: https://github.com/coreos/etcd.git\n clone: /srv/etcd-src\n discovery: https://discovery.etcd.io/new\n version: v0.4.6\n\netcdctl:\n repo: https://github.com/coreos/etcdctl.git\n clone: /srv/etcdctl-src\n version: v0.4.5\n",
"li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3897,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.