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 | avbuben/ansible | e2e34f3eb2d643137f4c66472abd1c998f62eef4 | 0 | roles/proftpd | 7,251 | [
"no_license"
] | [
{
"path": "roles/proftpd/tasks/main.yml",
"content": "---\n\n- name: Verify Ansible version\n assert:\n that:\n - ansible_distribution == 'Debian'\n - ansible_distribution_version >= '10'\n msg: >\n Your Linux distribution version not supported. Debian 10 only!\n\n- name: Install packa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4287,
"all_permissive": false
} |
ansible_role | avbuben/ansible | e2e34f3eb2d643137f4c66472abd1c998f62eef4 | 0 | roles/rabbit | 7,251 | [
"no_license"
] | [
{
"path": "roles/rabbit/tasks/manage.yml",
"content": "---\n\n\n- name: Add vhosts for RabbitMQ\n rabbitmq_vhost:\n name: \"{{ item }}\"\n state: present\n node: \"{{ rabbit_node_name }}\"\n with_items:\n \"{{ rabbitmq_vhosts }}\"\n\n\n- name: Add users for RabbitMQ\n rabbitmq_user:\n user... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5502,
"all_permissive": false
} |
ansible_role | avbuben/ansible | e2e34f3eb2d643137f4c66472abd1c998f62eef4 | 0 | roles/s3fuse | 7,251 | [
"no_license"
] | [
{
"path": "roles/s3fuse/tasks/main.yml",
"content": "---\n\n- name: Install packages\n become: yes\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n with_items:\n - s3fs\n\n- name: Copy credentional templates\n become: yes\n template:\n src: passwd-s3fs.j2\n dest: /root/.passwd-s3fs\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 969,
"all_permissive": false
} |
ansible_role | lokeshdangii/Ansible | 200b7e2b035b2c9ac644fe291fe5cb924a812463 | 0 | CMS/roles/cms_and_env_setup | 7,251 | [
"no_license"
] | [
{
"path": "CMS/roles/cms_and_env_setup/tasks/main.yml",
"content": "---\n# tasks file for cms_and_env_setup\n#\n - name: Create CMS directory\n ansible.builtin.file:\n path: \"{{ cms_dir_path }}\"\n state: directory\n\n - name: Clone a github repository\n ansible.builtin.git:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1389,
"all_permissive": false
} |
ansible_role | lokeshdangii/Ansible | 200b7e2b035b2c9ac644fe291fe5cb924a812463 | 0 | CMS/roles/database_setup | 7,251 | [
"no_license"
] | [
{
"path": "CMS/roles/database_setup/handlers/main.yml",
"content": "---\n# handlers file for database_setup\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "CMS/roles/database_setup/defaults/main.yml",
"content": "---\n# defaults file for data... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1409,
"all_permissive": false
} |
ansible_role | lokeshdangii/Ansible | 200b7e2b035b2c9ac644fe291fe5cb924a812463 | 0 | CMS/roles/nginx_setup | 7,251 | [
"no_license"
] | [
{
"path": "CMS/roles/nginx_setup/handlers/main.yml",
"content": "---\n# handlers file for nginx_setup\n\n - name: Restart Nginx\n ansible.builtin.systemd:\n name: nginx\n state: restarted\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1191,
"all_permissive": false
} |
ansible_role | lokeshdangii/Ansible | 200b7e2b035b2c9ac644fe291fe5cb924a812463 | 0 | CMS/roles/packages_setup | 7,251 | [
"no_license"
] | [
{
"path": "CMS/roles/packages_setup/defaults/main.yml",
"content": "---\n# defaults file for packages_setup\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "CMS/roles/packages_setup/handlers/main.yml",
"content": "---\n# handlers file for pack... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 786,
"all_permissive": false
} |
ansible_role | lokeshdangii/Ansible | 200b7e2b035b2c9ac644fe291fe5cb924a812463 | 0 | CMS/roles/service_setup | 7,251 | [
"no_license"
] | [
{
"path": "CMS/roles/service_setup/tasks/main.yml",
"content": "---\n# tasks file for service_setup\n#\n # Copy file wsgi.py to remote hosts CMS directory \n - name: Create the wsgi entry point\n ansible.builtin.copy:\n src: files/wsgi.py\n dest: \"{{ wsgi_file_dest }}\"\n beco... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2235,
"all_permissive": false
} |
ansible_role | Kelnaar/ansible-lemp | c984240e6e643ed8bb9b189d69a03614bbee42c2 | 0 | roles/common | 7,251 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# tasks file for common\n- name: Установка LEMP-стека\n become: yes\n apt: name={{ item }} update_cache=yes state=latest\n loop: [ 'nginx', 'mariadb-server','mariadb-client','php','php-fpm' ]\n \n\n \n\n\n\n\n \n\n \n\n",
"license_ty... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 220,
"all_permissive": false
} |
ansible_role | sendo111/Hello-Automation-World-Product | 4098d23f7575fe010a00b2694334e6fe81ed53fe | 0 | ansible/roles/ec2 | 7,251 | [
"no_license"
] | [
{
"path": "ansible/roles/ec2/defaults/main.yml",
"content": "---\naws:\n common:\n region: ap-northeast-1\n vpc:\n name: Hello_Auto_VPC\n cidr_block: 10.10.0.0/16\n tags:\n Name: Hello_Auto_VPC\n igw:\n tags:\n Name: Hallo_Auto_IGW\n subnet:\n subnet1:\n tags... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4060,
"all_permissive": false
} |
ansible_role | sendo111/Hello-Automation-World-Product | 4098d23f7575fe010a00b2694334e6fe81ed53fe | 0 | ansible/roles/middleware | 7,251 | [
"no_license"
] | [
{
"path": "ansible/roles/middleware/tasks/main.yml",
"content": "- name: Add docker GPG key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n become: yes\n\n- name: Add apt repository\n apt_repository:\n repo: \"deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ ansible_dis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 422,
"all_permissive": false
} |
ansible_role | sendo111/Hello-Automation-World-Product | 4098d23f7575fe010a00b2694334e6fe81ed53fe | 0 | ansible/roles/update | 7,251 | [
"no_license"
] | [
{
"path": "ansible/roles/update/tasks/main.yml",
"content": "- name: apt update\n apt:\n update_cache: yes\n\n- name: apt upgrade\n apt:\n upgrade: dist\n\n- name: apt autoremove\n apt:\n autoremove: yes\n\n- name: Install Pakage Clrea\n apt:\n autoclean: yes\n\n- name: TimeZone Settings\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 497,
"all_permissive": false
} |
ansible_role | gd-ikharlamov/gridu-jenkins | f53763d4cf91adc32aed2be2732f7dc127753c11 | 0 | ansible/roles/add-github-repo | 7,251 | [
"no_license"
] | [
{
"path": "ansible/roles/add-github-repo/defaults/main.yml",
"content": "github_api_url: https://api.github.com/orgs/gridu\ngithub_user: gd-ikharlamov\ngithub_api_key: !vault |\n $ANSIBLE_VAULT;1.1;AES256\n 38636463616331636464393165393736343763646461656165373161333537646239343533613733\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2423,
"all_permissive": false
} |
ansible_role | gd-ikharlamov/gridu-jenkins | f53763d4cf91adc32aed2be2732f7dc127753c11 | 0 | ansible/roles/add-scm-user | 7,251 | [
"no_license"
] | [
{
"path": "ansible/roles/add-scm-user/templates/user.json.j2",
"content": "{\n \"items\": [{\n \"name\": \"{{ user_name }}\",\n \"roles\": [\"{{ user_role }}\"],\n \"password\": \"{{ <PASSWORD> }}\",\n }]\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1507,
"all_permissive": false
} |
ansible_role | gd-ikharlamov/gridu-jenkins | f53763d4cf91adc32aed2be2732f7dc127753c11 | 0 | ansible/roles/add-ssh-user | 7,251 | [
"no_license"
] | [
{
"path": "ansible/roles/add-ssh-user/tasks/main.yml",
"content": "---\n- name: \"Generate ssh key for {{ user_name }}\"\n local_action: shell yes | ssh-keygen -b 2048 -t rsa -f ./{{ user_name }} -q -N ''\n become: no\n run_once: true\n\n- name: \"Add {{ user_name }}\"\n user:\n name: \"{{ user_name ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 433,
"all_permissive": false
} |
ansible_role | gd-ikharlamov/gridu-jenkins | f53763d4cf91adc32aed2be2732f7dc127753c11 | 0 | ansible/roles/cleanup | 7,251 | [
"no_license"
] | [
{
"path": "ansible/roles/cleanup/tasks/main.yml",
"content": "---\n- name: Delete temporary files\n file:\n path: \"{{ item }}\"\n state: absent\n with_items:\n - \"{{ tmp_dir }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "ansib... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 140,
"all_permissive": false
} |
ansible_role | gd-ikharlamov/gridu-jenkins | f53763d4cf91adc32aed2be2732f7dc127753c11 | 0 | ansible/roles/common | 7,251 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Install dependencies\n package:\n name: jq\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 75,
"all_permissive": false
} |
ansible_role | gd-ikharlamov/gridu-jenkins | f53763d4cf91adc32aed2be2732f7dc127753c11 | 0 | ansible/roles/get-litmos-users | 7,251 | [
"no_license"
] | [
{
"path": "ansible/roles/get-litmos-users/files/em-sync.jq",
"content": "# jq --slurpfile em_sync_pmo em_sync_pmo.json \\\n# --slurpfile litmos_users litmos_users.json \\\n# -n -f ~/repos/gridu-jenkins/ansible/roles/get-litmos-users/files/em-sync.jq\ndef hashJoin(a1; a2; field):\n # hash phase:\n (... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2499,
"all_permissive": false
} |
ansible_role | gd-ikharlamov/gridu-jenkins | f53763d4cf91adc32aed2be2732f7dc127753c11 | 0 | ansible/roles/get-pmo-data | 7,251 | [
"no_license"
] | [
{
"path": "ansible/roles/get-pmo-data/tasks/main.yml",
"content": "---\n- name: PMO auth\n uri:\n url: \"{{ pmo_auth_url }}\"\n method: POST\n status_code: 302\n body: \"j_username={{ pmo_api_user }}&j_password={{ pmo_api_pass }}\"\n headers:\n Content-Type: \"application/x-www-form-url... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4882,
"all_permissive": false
} |
ansible_role | gd-ikharlamov/gridu-jenkins | f53763d4cf91adc32aed2be2732f7dc127753c11 | 0 | ansible/roles/remove-scm-user | 7,251 | [
"no_license"
] | [
{
"path": "ansible/roles/remove-scm-user/tasks/main.yml",
"content": "---\n- name: Get Cloudera Manager API version\n uri:\n url: \"{{ cloudera_manager_url }}/api/version\"\n method: GET\n status_code: 200\n user: \"{{ scm_admin_user }}\"\n password: \"{{ <PASSWORD> }}\"\n force_basic_aut... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 644,
"all_permissive": false
} |
ansible_role | gd-ikharlamov/gridu-jenkins | f53763d4cf91adc32aed2be2732f7dc127753c11 | 0 | ansible/roles/remove-ssh-user | 7,251 | [
"no_license"
] | [
{
"path": "ansible/roles/remove-ssh-user/tasks/main.yml",
"content": "---\n- name: \"Remove {{ user_name }}\"\n user:\n name: \"{{ user_name }}\"\n state: absent\n remove: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 107,
"all_permissive": false
} |
ansible_role | gd-ikharlamov/gridu-jenkins | f53763d4cf91adc32aed2be2732f7dc127753c11 | 0 | ansible/roles/send-email | 7,251 | [
"no_license"
] | [
{
"path": "ansible/roles/send-email/templates/email.j2",
"content": "<!DOCTYPE html>\n<html>\n\n<head>\n <title>Cloudera cluster access</title>\n <style>\n ul {\n padding-left: 0;\n }\n\n ul li {\n list-style-type: none;\n }\n\n .code-block {\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3293,
"all_permissive": false
} |
ansible_role | s-oehding/ML-Vagrant-Ansible-Devbox-V2 | fdc86bd55fded3e2bd2385b098f673e17cb2d2dc | 0 | deploy/roles/apache | 7,251 | [
"no_license"
] | [
{
"path": "deploy/roles/apache/templates/index.php.j2",
"content": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n <meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">\n <meta charset=\"utf-8\">\n <title>::ML Default Index::</title>\n <meta name=\"viewport\" content=\"width=d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 15039,
"all_permissive": false
} |
ansible_role | s-oehding/ML-Vagrant-Ansible-Devbox-V2 | fdc86bd55fded3e2bd2385b098f673e17cb2d2dc | 0 | deploy/roles/mywebsql | 7,251 | [
"no_license"
] | [
{
"path": "deploy/roles/mywebsql/tasks/main.yml",
"content": "---\n- name: MyWebSql | download MyWebSql\n get_url: url=https://sourceforge.net/projects/mywebsql/files/stable/mywebsql-3.6.zip/download dest=/var/www mode=0755\n\n- unarchive: src=/var/www/mywebsql-3.6.zip dest=/var/www\n\n- name: MyWebSql | C... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 582,
"all_permissive": false
} |
ansible_role | s-oehding/ML-Vagrant-Ansible-Devbox-V2 | fdc86bd55fded3e2bd2385b098f673e17cb2d2dc | 0 | deploy/roles/php | 7,251 | [
"no_license"
] | [
{
"path": "deploy/roles/php/handlers/main.yml",
"content": "---\n- name: restart php-fpm\n service: name=php7.0-fpm enabled=yes state=restarted\n\n- name: restart apache\n action: service name=apache2 state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 154
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1756,
"all_permissive": false
} |
ansible_role | binayapuri/DMS-Data-Migration-Service-AWS | 5f13b2a81b038af6dfaa9ddeec30f9f415440feb | 0 | Ansible/roles/mysql | 7,251 | [
"no_license"
] | [
{
"path": "Ansible/roles/mysql/tasks/main.yaml",
"content": "\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install MySQL server and client\n apt:\n name:\n - mysql-server\n - mysql-client\n\n- name: Start MySQL service\n service:\n name: mysql\n state: started\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2073,
"all_permissive": false
} |
ansible_role | atzhit7/ansible-install-arcgis | c65ef1a6b0626eaa3ca18ed6162e4c4f72460d6e | 4 | roles/arcgisdatastore | 7,250 | [
"no_license"
] | [
{
"path": "roles/arcgisdatastore/tasks/main.yaml",
"content": "---\n- include_tasks: install.yaml\n when:\n - ansible_distribution == \"Debian\" or ansible_distribution == \"Ubuntu\" or ansible_distribution == \"Red Hat Enterprise Linux\"\n- include_tasks: win_install.yaml\n when:\n - ansible_os_fam... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2151,
"all_permissive": false
} |
ansible_role | atzhit7/ansible-install-arcgis | c65ef1a6b0626eaa3ca18ed6162e4c4f72460d6e | 4 | roles/arcgisportal | 7,250 | [
"no_license"
] | [
{
"path": "roles/arcgisportal/tasks/install_webstyle.yaml",
"content": "---\n- name: install arcgis\n shell: \"{{ setup_webstyle_command }}\"\n become_user: \"{{ arcgis_service_account }}\"\n args:\n chdir: \"{{ setup_command_location }}\"\n executable: /bin/bash",
"license_type": "no_license",... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2523,
"all_permissive": false
} |
ansible_role | atzhit7/ansible-install-arcgis | c65ef1a6b0626eaa3ca18ed6162e4c4f72460d6e | 4 | roles/arcgisserver | 7,250 | [
"no_license"
] | [
{
"path": "roles/arcgisserver/handlers/restart_sshd.yaml",
"content": "---\n- name: restart systemd sshd\n systemd:\n state: restarted\n daemon_reload: yes\n name: sshd\n\n- name: Reset SSH connection to allow user changes\n meta: reset_connection",
"license_type": "no_license",
"detected... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 6649,
"all_permissive": false
} |
ansible_role | atzhit7/ansible-install-arcgis | c65ef1a6b0626eaa3ca18ed6162e4c4f72460d6e | 4 | roles/common | 7,250 | [
"no_license"
] | [
{
"path": "roles/common/tasks/apply_limits.yaml",
"content": "# - name: limits conf apply\n# copy:\n# src: /mnt/d/work/dev/iac/arcgis-goldenimage/scripts/limits.conf\n# dest: /etc/security/limits.conf\n# mode: 0644\n# follow: yes\n- name: requirement for agent_ma current\n shell: ulimit -... | {
"task_files": 12,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 10783,
"all_permissive": false
} |
ansible_role | atzhit7/ansible-install-arcgis | c65ef1a6b0626eaa3ca18ed6162e4c4f72460d6e | 4 | roles/general | 7,250 | [
"no_license"
] | [
{
"path": "roles/general/tasks/win_install_chocolatey.yaml",
"content": "---\n# - name: install chocolatey\n# win_shell: \"iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))\"\n\n# - name: install python3\n# win_shell: choco install -y python3\n\n# - name: insta... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4531,
"all_permissive": false
} |
ansible_role | ibrahimmumgit/openshift-vmware | f8401e78cc9c516e1ec274a8cc9297dc53093bfa | 0 | roles/bastion_node | 7,250 | [
"no_license"
] | [
{
"path": "roles/bastion_node/tasks/main.yml",
"content": "---\n# tasks file for bastion node configuration\n- include_tasks: precheck.yml\n tags:\n - bastion_config\n \n- include_tasks: generate_ssh.yml\n tags:\n - bastion_config\n\n- include_tasks: download_binary.yml\n tags:\n - bastion_co... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6710,
"all_permissive": false
} |
ansible_role | ibrahimmumgit/openshift-vmware | f8401e78cc9c516e1ec274a8cc9297dc53093bfa | 0 | roles/master_worker_node | 7,250 | [
"no_license"
] | [
{
"path": "roles/master_worker_node/tasks/worker_node_provision.yml",
"content": "---\r\n- name: Get ignition_value file contents\r\n command: \"cat {{ worker_node.ignition_file_path }}\"\r\n register: ignition\r\n \r\n- name: set_fact the ignition_value\r\n set_fact:\r\n ignition_value: \"{{ ignitio... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 26621,
"all_permissive": false
} |
ansible_role | utf18/ansible-kubeadm | 60ab4f4868e7e96e3f82f9cff7964f3508fe1ce0 | 23 | roles/master | 7,250 | [
"no_license"
] | [
{
"path": "roles/master/tasks/build-cluster.yml",
"content": "# depending on this check, cluster init and following steps are skipped\n- name: check if kubernetes is already initialized\n stat: \n path: /etc/kubernetes/admin.conf\n register: k8s_is_installed\n\n# initialize cluster\n- name: initialize ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2322,
"all_permissive": false
} |
ansible_role | utf18/ansible-kubeadm | 60ab4f4868e7e96e3f82f9cff7964f3508fe1ce0 | 23 | roles/node-config | 7,250 | [
"no_license"
] | [
{
"path": "roles/node-config/tasks/main.yml",
"content": "# install tasks for all nodes in the cluster\n- import_tasks: required-packages.yml\n- import_tasks: hardening.yml\n- import_tasks: docker.yml\n- import_tasks: k8s-config.yml\n- import_tasks: user-config.yml",
"license_type": "no_license",
"d... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2732,
"all_permissive": false
} |
ansible_role | utf18/ansible-kubeadm | 60ab4f4868e7e96e3f82f9cff7964f3508fe1ce0 | 23 | roles/worker | 7,250 | [
"no_license"
] | [
{
"path": "roles/worker/tasks/join-cluster.yml",
"content": "# depending on this check, cluster join will be skipped\n- name: check if kubernetes is already initialized\n stat: \n path: /etc/kubernetes/kubelet.conf\n register: k8s_is_installed\n\n# output will be a list of master ips, which we will spl... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 652,
"all_permissive": false
} |
ansible_role | brotherlogic/bootstrap | 3c4633f78449a1e6c8d4483a6660b828df4d0250 | 0 | roles/bootstrap | 7,250 | [
"no_license"
] | [
{
"path": "roles/bootstrap/vars/main.yaml",
"content": "k8s_url_apt_key: \"https://pkgs.k8s.io/core:/stable:/v1.31/deb/Release.key\"\nk8s_gpgpath: /usr/share/keyrings/kubernetes-apt-keyring.gpg\nk8s_repository: \"https://pkgs.k8s.io/core:/stable:/v1.31/deb/\"\nk8s_packages:\n - kubectl",
"license_type"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1912,
"all_permissive": false
} |
ansible_role | brotherlogic/bootstrap | 3c4633f78449a1e6c8d4483a6660b828df4d0250 | 0 | roles/cluster | 7,250 | [
"no_license"
] | [
{
"path": "roles/cluster/tasks/main.yaml",
"content": "- name: Validate the sudoers file before saving\n become: true\n lineinfile:\n path: /etc/sudoers\n state: present\n regexp: '^%simon ALL='\n line: '%simon ALL=(ALL) NOPASSWD: ALL'\n validate: '/usr/sbin/visudo -cf %s'\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 404,
"all_permissive": false
} |
ansible_role | abu-automation-logic/Nginx-Loadbalancer | 1f050ee2b63168ce6a642c8451d7a458a3b47427 | 0 | ansible/roles/install_nginx | 7,250 | [
"no_license"
] | [
{
"path": "ansible/roles/install_nginx/tasks/main.yml",
"content": "---\r\n- name: Ensure Nginx latest version is installed\r\n apt: name=nginx state=latest\r\n#- name: Setup nginx default page\r\n# copy:\r\n# src: \"default_server.conf\"\r\n# dest: /etc/nginx/conf.d/default_server.conf \r\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 285,
"all_permissive": false
} |
ansible_role | abu-automation-logic/Nginx-Loadbalancer | 1f050ee2b63168ce6a642c8451d7a458a3b47427 | 0 | ansible/roles/loadbalancer | 7,250 | [
"no_license"
] | [
{
"path": "ansible/roles/loadbalancer/tasks/main.yml",
"content": "---\r\n- name: Update Nginx loadbalancer configuration\r\n template:\r\n src: \"templates/loadbalancer.j2\"\r\n dest: /etc/nginx/sites-available/default \r\n- name: restart nginx\r\n service:\r\n name: nginx\r\n state: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 609,
"all_permissive": false
} |
ansible_role | abu-automation-logic/Nginx-Loadbalancer | 1f050ee2b63168ce6a642c8451d7a458a3b47427 | 0 | ansible/roles/sudoers | 7,250 | [
"no_license"
] | [
{
"path": "ansible/roles/sudoers/vars/main.yml",
"content": "---\r\nsudoers_groups:\r\n - name: admin\r\n value: NOPASSWD\r\n - name: vagrant\r\n value: NOPASSWD",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
},
{
"path": "ansible/roles/sudoers/tasks/ma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 441,
"all_permissive": false
} |
ansible_role | abu-automation-logic/Nginx-Loadbalancer | 1f050ee2b63168ce6a642c8451d7a458a3b47427 | 0 | ansible/roles/web_server1 | 7,250 | [
"no_license"
] | [
{
"path": "ansible/roles/web_server1/templates/index.j2",
"content": "<html>\r\n <head>\r\n <title>Weather Application in Region 1</title>\r\n </head>\r\n <body bgcolor=#42dff4>\r\n <h2>Weather update in London</h2>\r\n <p>Temperature: <span ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1756,
"all_permissive": false
} |
ansible_role | abu-automation-logic/Nginx-Loadbalancer | 1f050ee2b63168ce6a642c8451d7a458a3b47427 | 0 | ansible/roles/web_server2 | 7,250 | [
"no_license"
] | [
{
"path": "ansible/roles/web_server2/tasks/main.yml",
"content": "---\r\n- name: Deploying Web application 2\r\n template:\r\n src: \"templates/index.j2\"\r\n dest: /var/www/html/index.html \r\n- name: restart nginx\r\n service:\r\n name: nginx\r\n state: restarted\r\n become: yes",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 217,
"all_permissive": false
} |
ansible_role | mertdogan12/dotfiles | c42072f11c5ad4e1c40e98d2613ccdfe452a107f | 0 | roles/feh | 7,250 | [
"no_license"
] | [
{
"path": "roles/feh/tasks/main.yml",
"content": "- name: Install feh\n package:\n name: feh\n state: latest\n use: pacman\n become: yes\n when: ansible_distribution == 'Archlinux'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 137,
"all_permissive": false
} |
ansible_role | mertdogan12/dotfiles | c42072f11c5ad4e1c40e98d2613ccdfe452a107f | 0 | roles/fonts | 7,250 | [
"no_license"
] | [
{
"path": "roles/fonts/tasks/main.yml",
"content": "---\n- name: Install fontconfig\n package:\n name: fontconfig\n state: latest\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 95,
"all_permissive": false
} |
ansible_role | mertdogan12/dotfiles | c42072f11c5ad4e1c40e98d2613ccdfe452a107f | 0 | roles/fzf | 7,250 | [
"no_license"
] | [
{
"path": "roles/fzf/tasks/main.yml",
"content": "---\n- name: Clone fzf\n git:\n clone: yes\n depth: 1\n dest: \"~/.fzf\"\n repo: https://github.com/junegunn/fzf.git\n update: yes\n version: \"master\"\n register: clone\n\n- name: Installation script\n shell: \n cmd: \"~/.fzf/instal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 271,
"all_permissive": false
} |
ansible_role | mertdogan12/dotfiles | c42072f11c5ad4e1c40e98d2613ccdfe452a107f | 0 | roles/gh | 7,250 | [
"no_license"
] | [
{
"path": "roles/gh/tasks/main.yml",
"content": "---\n- name: Get gh archive gpg key - Ubuntu\n get_url:\n url: \"https://cli.github.com/packages/githubcli-archive-keyring.gpg\"\n dest: \"/usr/share/keyrings/githubcli-archive-keyring.gpg\"\n become: yes\n when: ansible_distribution == 'Ubuntu'\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 848,
"all_permissive": false
} |
ansible_role | mertdogan12/dotfiles | c42072f11c5ad4e1c40e98d2613ccdfe452a107f | 0 | roles/golang | 7,250 | [
"no_license"
] | [
{
"path": "roles/golang/tasks/main.yml",
"content": "---\n- name: Download go archive\n get_url:\n url: \"https://go.dev/dl/go1.18.3.linux-amd64.tar.gz\"\n dest: \"~/.dotfiles/.data/go.tar.xz\"\n\n- name: Remove any previous Go installation\n file:\n state: absent\n path: \"/usr/local/go\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 821,
"all_permissive": false
} |
ansible_role | mertdogan12/dotfiles | c42072f11c5ad4e1c40e98d2613ccdfe452a107f | 0 | roles/hyprland | 7,250 | [
"no_license"
] | [
{
"path": "roles/hyprland/tasks/main.yml",
"content": "---\n- name: Sync conf. file\n synchronize:\n src: ../files/\n dest: ~/.config/hypr/\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 88,
"all_permissive": false
} |
ansible_role | mertdogan12/dotfiles | c42072f11c5ad4e1c40e98d2613ccdfe452a107f | 0 | roles/i3 | 7,250 | [
"no_license"
] | [
{
"path": "roles/i3/tasks/main.yml",
"content": "---\n- name: Install xinit\n package:\n name: xorg-xinit\n state: latest\n use: pacman\n become: yes\n when: ansible_distribution == 'Archlinux'\n\n- name: Copy .xinitrc\n copy:\n dest: \"~/\"\n mode: '744'\n src: \"../files/.xinitrc\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 578,
"all_permissive": false
} |
ansible_role | mertdogan12/dotfiles | c42072f11c5ad4e1c40e98d2613ccdfe452a107f | 0 | roles/kitty | 7,250 | [
"no_license"
] | [
{
"path": "roles/kitty/tasks/main.yml",
"content": "---\n- name: Install kitty\n package:\n name: kitty\n state: latest\n become: yes\n\n- name: Copy conf. files\n synchronize:\n src: ../files/\n dest: ~/.config/kitty/\n",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 172,
"all_permissive": false
} |
ansible_role | mertdogan12/dotfiles | c42072f11c5ad4e1c40e98d2613ccdfe452a107f | 0 | roles/lazygit | 7,250 | [
"no_license"
] | [
{
"path": "roles/lazygit/tasks/main.yml",
"content": "---\n- name: Install lazygit\n shell: go install github.com/jesseduffield/lazygit@latest\n environment:\n PATH: \"{{ ansible_env.PATH }}:/usr/local/go/bin\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 156
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 156,
"all_permissive": false
} |
ansible_role | mertdogan12/dotfiles | c42072f11c5ad4e1c40e98d2613ccdfe452a107f | 0 | roles/neovim | 7,250 | [
"no_license"
] | [
{
"path": "roles/neovim/tasks/arch-deps.yml",
"content": "---\n- name: Dependencies\n ansible.builtin.package:\n name:\n - base-devel\n - cmake \n - unzip \n - ninja \n - tree-sitter \n - curl\n state: latest\n become: yes\n",
"license_type": "no_license",
"dete... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 14,
"total_bytes": 8385,
"all_permissive": false
} |
ansible_role | mertdogan12/dotfiles | c42072f11c5ad4e1c40e98d2613ccdfe452a107f | 0 | roles/node | 7,250 | [
"no_license"
] | [
{
"path": "roles/node/tasks/main.yml",
"content": "---\n- name: Check if node is installed\n shell: which node\n ignore_errors: yes\n register: result\n\n- name: Download node\n get_url:\n url: \"https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz\"\n dest: \"~/node.tar.xz\"\n when: r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1115,
"all_permissive": false
} |
ansible_role | mertdogan12/dotfiles | c42072f11c5ad4e1c40e98d2613ccdfe452a107f | 0 | roles/picom | 7,250 | [
"no_license"
] | [
{
"path": "roles/picom/tasks/main.yml",
"content": "---\n- name: Install picom\n package:\n name: picom\n state: latest\n use: pacman\n become: yes\n when: ansible_distribution == 'Archlinux'\n\n- name: Copy conf. file\n copy:\n dest: \"~/.config/\"\n mode: '644'\n src: \"../files/pico... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 292,
"all_permissive": false
} |
ansible_role | mertdogan12/dotfiles | c42072f11c5ad4e1c40e98d2613ccdfe452a107f | 0 | roles/polybar | 7,250 | [
"no_license"
] | [
{
"path": "roles/polybar/tasks/main.yml",
"content": "---\n- name: Install polybar\n package:\n name: polybar\n state: latest\n use: pacman\n become: yes\n when: ansible_distribution == 'Archlinux'\n\n- name: Copy config files\n copy:\n dest: \"~/.config/polybar/\"\n mode: '744'\n src:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3878,
"all_permissive": false
} |
ansible_role | mertdogan12/dotfiles | c42072f11c5ad4e1c40e98d2613ccdfe452a107f | 0 | roles/python | 7,250 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "---\n- name: Ubuntu python name\n set_fact: pyName=\"python3\"\n when: ansible_distribution == 'Ubuntu'\n\n- name: Archlinux python name\n set_fact: pyName=\"python\"\n when: ansible_distribution == 'Archlinux'\n\n- name: Install pyhton and pip\n pac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 393,
"all_permissive": false
} |
ansible_role | mertdogan12/dotfiles | c42072f11c5ad4e1c40e98d2613ccdfe452a107f | 0 | roles/rsync | 7,250 | [
"no_license"
] | [
{
"path": "roles/rsync/tasks/main.yml",
"content": "---\n- name: Install rsync\n package:\n name: rsync\n state: latest\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 85,
"all_permissive": false
} |
ansible_role | mertdogan12/dotfiles | c42072f11c5ad4e1c40e98d2613ccdfe452a107f | 0 | roles/sync | 7,250 | [
"no_license"
] | [
{
"path": "roles/sync/tasks/main.yml",
"content": "---\n- name: Confs\n set_fact:\n zsh: { src: ~/.zshrc, dest: roles/zsh/files/.zshrc }\n neovim: { src: ~/.config/nvim/, dest: roles/neovim/files/ }\n hyprland: { src: ~/.config/hypr/, dest: roles/hyprland/files/ }\n kitty: { src: ~/.config/kitt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 563,
"all_permissive": false
} |
ansible_role | mertdogan12/dotfiles | c42072f11c5ad4e1c40e98d2613ccdfe452a107f | 0 | roles/tmux | 7,250 | [
"no_license"
] | [
{
"path": "roles/tmux/files/.tmux.conf",
"content": "# set shell\nset -g default-shell /bin/zsh\n\nunbind C-b\nset-option -g prefix C-a\nbind-key C-a send-prefix\n\nset-window-option -g mode-keys vi\nbind-key -T copy-mode-vi 'v' send -X begin-selection\nbind -T copy-mode-vi y send-keys -X copy-pipe-and-canc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 788,
"all_permissive": false
} |
ansible_role | mertdogan12/dotfiles | c42072f11c5ad4e1c40e98d2613ccdfe452a107f | 0 | roles/waybar | 7,250 | [
"no_license"
] | [
{
"path": "roles/waybar/tasks/main.yml",
"content": "---\n- name: Install waybar\n package:\n name: waybar\n state: latest\n become: yes\n\n- name: Sync. conf. files\n synchronize:\n src: ../files/\n dest: ~/.config/waybar/\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 176,
"all_permissive": false
} |
ansible_role | mertdogan12/dotfiles | c42072f11c5ad4e1c40e98d2613ccdfe452a107f | 0 | roles/wofi | 7,250 | [
"no_license"
] | [
{
"path": "roles/wofi/tasks/main.yml",
"content": "---\n- name: Install package (wofi)\n package:\n name: wofi\n state: latest\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 93,
"all_permissive": false
} |
ansible_role | mertdogan12/dotfiles | c42072f11c5ad4e1c40e98d2613ccdfe452a107f | 0 | roles/zsh | 7,250 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "---\n- name: Install zsh\n package:\n name: zsh\n state: latest\n become: yes\n\n- name: Check if ohmyzsh is already installed\n stat:\n path: ~/.oh-my-zsh\n register: ohmyzsh_dir\n\n- name: Fetch ohmyzsh installation script\n uri:\n url: ht... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1300,
"all_permissive": false
} |
ansible_role | MentalpowerADA/HOA13G6 | 86a37359aa26780c63247bb669f9b86e7044168b | 0 | roles/task1 | 7,250 | [
"no_license"
] | [
{
"path": "roles/task1/tasks/main.yml",
"content": "---\n- name: Make sure UFW is installed\n apt:\n name: ufw\n state: present\n\n- name: Curl for Validation\n apt:\n name: curl\n state: present\n\n- name: deny ssh access from controlnode\n ufw:\n rule: deny\n src: 192.168.56.107\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 405,
"all_permissive": false
} |
ansible_role | MentalpowerADA/HOA13G6 | 86a37359aa26780c63247bb669f9b86e7044168b | 0 | roles/task2 | 7,250 | [
"no_license"
] | [
{
"path": "roles/task2/tasks/main.yml",
"content": "---\n- name: make sure UfW is installed\n apt:\n name: ufw\n state: present\n\n- name: Curl for Validation\n apt:\n name: curl\n state: present\n\n- name: Deleting the rule that denies ssh access from Server1\n command: ufw delete deny from ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 455,
"all_permissive": false
} |
ansible_role | kinnarrk/kubernetes-gke | 0fa619c1a80c5d451ca6c3edcb666f63389ce49f | 2 | roles/cluster-autoscaler | 7,250 | [
"no_license"
] | [
{
"path": "roles/cluster-autoscaler/tasks/main.yml",
"content": "---\n# apply the IAM permissions to Autoscaling Group\n- name: Apply IAM permissions to Autoscaling Group\n shell: \"aws iam put-role-policy --role-name nodes.{{ kops_cluster_name }} --policy-name asg-nodes.{{ kops_cluster_name }} --policy-do... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 364,
"all_permissive": false
} |
ansible_role | kinnarrk/kubernetes-gke | 0fa619c1a80c5d451ca6c3edcb666f63389ce49f | 2 | roles/create-cluster | 7,250 | [
"no_license"
] | [
{
"path": "roles/create-cluster/tasks/main.yml",
"content": "---\n## Create GKE cluster\n\n- name: create a network\n gcp_compute_network:\n name: \"{{ network_name }}\"\n auto_create_subnetworks: 'false'\n project: \"{{ project_name }}\"\n auth_kind: \"{{ auth_kind }}\"\n service_account_fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 12716,
"all_permissive": false
} |
ansible_role | kinnarrk/kubernetes-gke | 0fa619c1a80c5d451ca6c3edcb666f63389ce49f | 2 | roles/create-kops-cluster | 7,250 | [
"no_license"
] | [
{
"path": "roles/create-kops-cluster/tasks/main.yml",
"content": "---\n## Create K8s cluster with Kops\n\n# - name: List availability zones\n# aws_az_info:\n# region: \"{{ aws_region }}\"\n# register: availability_zones\n \n# - debug: msg=\"{{ availability_zones.availability_zones.0.zone_name }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 5640,
"all_permissive": false
} |
ansible_role | kinnarrk/kubernetes-gke | 0fa619c1a80c5d451ca6c3edcb666f63389ce49f | 2 | roles/delete-cluster | 7,250 | [
"no_license"
] | [
{
"path": "roles/delete-cluster/tasks/main.yml",
"content": "---\n## Delete K8s cluster\n\n- name: Delete SQL instance \n shell: \"gcloud beta sql instances delete {{ db_identifier }} --async --quiet\"\n ignore_errors: yes\n\n- name: Delete SQL instance Poller\n shell: \"gcloud beta sql instances delete ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4515,
"all_permissive": false
} |
ansible_role | kinnarrk/kubernetes-gke | 0fa619c1a80c5d451ca6c3edcb666f63389ce49f | 2 | roles/delete-kops-cluster | 7,250 | [
"no_license"
] | [
{
"path": "roles/delete-kops-cluster/tasks/main.yml",
"content": "---\n## Delete K8s cluster with Kops\n\n- name: List clusters\n shell: \"kops get clusters --state {{ kops_state_store }}\"\n register: get_clusters\n ignore_errors: yes\n\n\n- name: Check and delete the clusters\n shell: \"kops delete cl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 371,
"all_permissive": false
} |
ansible_role | kinnarrk/kubernetes-gke | 0fa619c1a80c5d451ca6c3edcb666f63389ce49f | 2 | roles/generate-ssh-key-pair | 7,250 | [
"no_license"
] | [
{
"path": "roles/generate-ssh-key-pair/tasks/main.yml",
"content": "---\n## Generate SSH key pairs\n\n- name: Check if keys already exist\n stat:\n path: \"{{ ssh_private_key }}\"\n register: keys\n\n- name: Generates ssh key pair\n shell: ssh-keygen -t rsa -f {{ ssh_private_key }} -P \"\"\n delegate... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 452,
"all_permissive": false
} |
ansible_role | kinnarrk/kubernetes-gke | 0fa619c1a80c5d451ca6c3edcb666f63389ce49f | 2 | roles/ingress-controller-tls | 7,250 | [
"no_license"
] | [
{
"path": "roles/ingress-controller-tls/tasks/main.yml",
"content": "---\n- name: Add helm charts stable repo\n shell: \"helm repo add stable https://charts.helm.sh/stable\"\n ignore_errors: yes\n\n- name: Update helm repos\n shell: \"helm repo update\"\n ignore_errors: yes\n\n- name: Install nginx-ingr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3925,
"all_permissive": false
} |
ansible_role | kinnarrk/kubernetes-gke | 0fa619c1a80c5d451ca6c3edcb666f63389ce49f | 2 | roles/install-boto | 7,250 | [
"no_license"
] | [
{
"path": "roles/install-boto/tasks/main.yml",
"content": "---\n## Install boto for EC2 modules of Ansible\n\n- name: install python boto\n apt:\n name: python-boto\n state: present\n update_cache: no\n\n- name: install python boto3\n apt:\n name: python-boto3\n state: present\n update_c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 245,
"all_permissive": false
} |
ansible_role | kinnarrk/kubernetes-gke | 0fa619c1a80c5d451ca6c3edcb666f63389ce49f | 2 | roles/install-kops | 7,250 | [
"no_license"
] | [
{
"path": "roles/install-kops/tasks/main.yml",
"content": "---\n## Install Kops tasks\n\n- name: Check if kops already installed\n stat:\n path: /usr/local/bin/kops\n register: kops\n\n- name: Download Kops binary\n get_url:\n url: \"{{ kops_download_path }}\"\n dest: /usr/local/bin/kops\n ow... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 480,
"all_permissive": false
} |
ansible_role | kinnarrk/kubernetes-gke | 0fa619c1a80c5d451ca6c3edcb666f63389ce49f | 2 | roles/install-kubectl | 7,250 | [
"no_license"
] | [
{
"path": "roles/install-kubectl/tasks/main.yml",
"content": "---\n## Install Kubectl tasks\n\n- name: Check if kubectl already installed\n stat:\n path: /usr/local/bin/kubectl\n register: kubectl\n\n- name: Download and Install Kubectl\n get_url:\n url: \"{{ kubectl_download_path }}/{{ item }}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 553,
"all_permissive": false
} |
ansible_role | kinnarrk/kubernetes-gke | 0fa619c1a80c5d451ca6c3edcb666f63389ce49f | 2 | roles/metrics-server | 7,250 | [
"no_license"
] | [
{
"path": "roles/metrics-server/tasks/main.yml",
"content": "---\n# kubectl apply metrics server yaml\n- name: Apply metrics server yaml\n shell: \"kubectl apply -f {{ metrics_server_file_path }}\"\n # register: kops_clusters\n # ignore_errors: yes\n\n# kubectl top nodes\n# - name: Show top nodes\n# sh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 438,
"all_permissive": false
} |
ansible_role | kinnarrk/kubernetes-gke | 0fa619c1a80c5d451ca6c3edcb666f63389ce49f | 2 | roles/networking | 7,250 | [
"no_license"
] | [
{
"path": "roles/networking/vars/main.yml",
"content": "---\n# vars file for networking",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/networking/defaults/main.yml",
"content": "---\n# defaults file for networking\naws_region: us-east-1\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 12060,
"all_permissive": false
} |
ansible_role | kinnarrk/kubernetes-gke | 0fa619c1a80c5d451ca6c3edcb666f63389ce49f | 2 | roles/networking_teardown | 7,250 | [
"no_license"
] | [
{
"path": "roles/networking_teardown/tasks/main.yml",
"content": "---\n# tasks file for jenkins_teardown\n# - name: Check for running EC2 instances to Terminate\n# ec2_instance_info:\n# region: \"{{ aws_region }}\"\n# profile: \"{{ aws_profile }}\"\n# filters:\n# \"tag:Name\": \"{{ tag_v... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6085,
"all_permissive": false
} |
ansible_role | cccco/otus-project | 9cd1789446161d6570cd82daf42300c8fcbd9b60 | 0 | roles/backup_client | 7,250 | [
"no_license"
] | [
{
"path": "roles/backup_client/tasks/main.yml",
"content": "---\n\n - name: install bacula-client\n yum:\n name: bacula-client\n state: present\n\n - name: Place bacula-client configuration\n template:\n src: etc/bacula/bacula-fd.conf\n dest: /etc/bacula/bacula-fd.conf\n mode: 0640\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 502,
"all_permissive": false
} |
ansible_role | cccco/otus-project | 9cd1789446161d6570cd82daf42300c8fcbd9b60 | 0 | roles/backup_server | 7,250 | [
"no_license"
] | [
{
"path": "roles/backup_server/files/mysql.sh",
"content": "#!/bin/sh\n\n/usr/libexec/bacula/create_mysql_database -u root\n/usr/libexec/bacula/grant_mysql_privileges\n/usr/libexec/bacula/make_mysql_tables -u bacula\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 152
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4060,
"all_permissive": false
} |
ansible_role | cccco/otus-project | 9cd1789446161d6570cd82daf42300c8fcbd9b60 | 0 | roles/cluster | 7,250 | [
"no_license"
] | [
{
"path": "roles/cluster/files/set_passwd.sh",
"content": "#!/bin/bash\necho 'hacluster' | sudo passwd --stdin hacluster\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "roles/cluster/tasks/main.yml",
"content": "---\n\n - name: Install clus... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 903,
"all_permissive": false
} |
ansible_role | cccco/otus-project | 9cd1789446161d6570cd82daf42300c8fcbd9b60 | 0 | roles/common | 7,250 | [
"no_license"
] | [
{
"path": "roles/common/templates/etc/hosts",
"content": "192.168.1.1 proxy1 proxy1\n192.168.1.2 proxy2 proxy2\n192.168.1.11 web1 web1\n192.168.1.12 web2 web2\n192.168.1.21 db1 db1\n192.168.1.22 db2 db2\n192.168.1.31 mail1 mail1\n192.168.1.32 mail2 mail2\n127.0.0.1 localhost localhost.localdomain\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1544,
"all_permissive": false
} |
ansible_role | cccco/otus-project | 9cd1789446161d6570cd82daf42300c8fcbd9b60 | 0 | roles/db | 7,250 | [
"no_license"
] | [
{
"path": "roles/db/files/db1.mysql.sh",
"content": "#!/bin/sh\n\npass=`grep 'temporary password is generated' /var/log/mysqld.log | grep -oE '[^ ]+$'`\n\ncommand=\"mysql --connect-expired-password -uroot -p$pass -e \"\n$command \"alter user 'root'@'localhost' identified by '!Qaz2wsx';\"\n\npass=\"!<PASSWOR... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4905,
"all_permissive": false
} |
ansible_role | cccco/otus-project | 9cd1789446161d6570cd82daf42300c8fcbd9b60 | 0 | roles/logger | 7,250 | [
"no_license"
] | [
{
"path": "roles/logger/tasks/main.yml",
"content": "---\n\n - name: createcluster log folder\n file:\n path: /var/log/cluster_log\n state: directory\n owner: root\n group: root\n mode: 0755\n\n - name: Place rsyslog configuration\n template:\n src: etc/rsyslog.conf\n dest: /... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 494,
"all_permissive": false
} |
ansible_role | cccco/otus-project | 9cd1789446161d6570cd82daf42300c8fcbd9b60 | 0 | roles/proxy | 7,250 | [
"no_license"
] | [
{
"path": "roles/proxy/templates/etc/haproxy/haproxy.cfg",
"content": "global\n # to have these messages end up in /var/log/haproxy.log you will\n # need to:\n #\n # 1) configure syslog to accept network log events. This is done\n # by adding the '-r' option to the SYSLOGD_OPTIONS in\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2695,
"all_permissive": false
} |
ansible_role | cccco/otus-project | 9cd1789446161d6570cd82daf42300c8fcbd9b60 | 0 | roles/web | 7,250 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yml",
"content": "---\n\n - name: Install programms\n yum:\n name: \n - httpd\n - lsyncd\n - php\n - php-curl\n - php-mcrypt \n - php-cli \n - php-fpm\n - php-mysql\n - bacula-client\n state: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4529,
"all_permissive": false
} |
ansible_role | summit01/ansible-ready | 80f0301013cfdf4b4b30211ce753080811768eb2 | 0 | roles/Gjenkins | 7,250 | [
"no_license"
] | [
{
"path": "roles/Gjenkins/vars/Debian_vars.yml",
"content": "---\njenkins_repo_url: deb https://pkg.jenkins.io/debian binary/\njenkins_repo_key: https://pkg.jenkins.io/debian/jenkins.io.key\njenkins_pkg_url: https://pkg.jenkins.io/debian/binary\njenkins_init_file: /etc/default/jenkins\njenkins_http_port_par... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 7886,
"all_permissive": false
} |
ansible_role | summit01/ansible-ready | 80f0301013cfdf4b4b30211ce753080811768eb2 | 0 | roles/ant | 7,250 | [
"no_license"
] | [
{
"path": "roles/ant/vars/main.yml",
"content": "---\n# vars file for roles/ant",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/ant/defaults/main.yml",
"content": "---\n# Variables \ntools:\n - unzip \n - git\nant_version: ant-1.10.2 \n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2015,
"all_permissive": false
} |
ansible_role | summit01/ansible-ready | 80f0301013cfdf4b4b30211ce753080811768eb2 | 0 | roles/git | 7,250 | [
"no_license"
] | [
{
"path": "roles/git/tasks/Debian.yml",
"content": "---\n - name: Check if Git is already installed\n stat: path=/usr/local/bin/git\n register: git_installed\n\n - name: Check if download directory created\n stat: path={{d_dir}}\n register: download_dir\n\n - name: Update Cache\n apt:\n update... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4063,
"all_permissive": false
} |
ansible_role | summit01/ansible-ready | 80f0301013cfdf4b4b30211ce753080811768eb2 | 0 | roles/jenkins | 7,250 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "---\n# tasks file for roles/jenkins\n- name: Check if Java already installed\n stat: path=/usr/bin/java\n register: j_install\n\n- name: Check if j_install directory already exist\n stat: path=\"{{j_rpm_dir}}\"\n register: j_path\n- debug: var=j_path... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1749,
"all_permissive": false
} |
ansible_role | summit01/ansible-ready | 80f0301013cfdf4b4b30211ce753080811768eb2 | 0 | roles/manage_users | 7,250 | [
"no_license"
] | [
{
"path": "roles/manage_users/tasks/main.yml",
"content": "---\n # Example playbook that shows how to create users from the generated ansible variable file \n - name: Load passwords from vault\n include_vars: user_passwords.yml\n \n - name: Create Groups \n group:\n name... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2798,
"all_permissive": false
} |
ansible_role | summit01/ansible-ready | 80f0301013cfdf4b4b30211ce753080811768eb2 | 0 | roles/python | 7,250 | [
"no_license"
] | [
{
"path": "roles/python/vars/var_debian.yml",
"content": "---\ntools:\n - python3-pip\n - build-essential\n - libssl-dev\n - libffi-dev\n - python-dev\n - python3.4-venv\n\npip_tools:\n # - virtualenv\n\ncmd:\n - python3 --version\n - python3 -m venv my_env",
"license_type": "no_license",
"d... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2526,
"all_permissive": false
} |
ansible_role | summit01/ansible-ready | 80f0301013cfdf4b4b30211ce753080811768eb2 | 0 | roles/role_mysql | 7,250 | [
"no_license"
] | [
{
"path": "roles/role_mysql/vars/main.yml",
"content": "---\n# vars file for roles/role_mysql\n# Debian mysql Variables\ndeb_mysql_packages:\n - python-mysqldb\n - mysql-common\n - mysql-server\ndeb_mysql_daemon: mysql\ndeb_mysql_dir: /var/lib/mysql\n\n# RedHat mysql Variables \nrh_mysql_packages:\n - M... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2089,
"all_permissive": false
} |
ansible_role | summit01/ansible-ready | 80f0301013cfdf4b4b30211ce753080811768eb2 | 0 | roles/role_php | 7,250 | [
"no_license"
] | [
{
"path": "roles/role_php/tasks/main.yml",
"content": "---\n# Installation tasks.\n- include_tasks: Redhat.yml\n when: ansible_os_family == 'RedHat'\n static: no \n\n- include_tasks: Debian.yml\n when: ansible_os_family == 'Debian'\n static: no\n\n- name: Check if PHP were installed.\n set_fact:\n p... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2061,
"all_permissive": false
} |
ansible_role | tjheeta/ansible_ec2_example | 3194ff25935bcc9fb5a1b54523cbf752aadcf064 | 1 | ec2_tasks/roles/rabbit | 7,250 | [
"no_license"
] | [
{
"path": "ec2_tasks/roles/rabbit/tasks/main.yml",
"content": "- name: install required packages\n apt: name={{ item }} state=present update_cache=yes\n with_items:\n - vim\n - tmux\n - rabbitmq-server\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
}
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 146,
"all_permissive": false
} |
ansible_role | tjheeta/ansible_ec2_example | 3194ff25935bcc9fb5a1b54523cbf752aadcf064 | 1 | ec2_tasks/roles/worker | 7,250 | [
"no_license"
] | [
{
"path": "ec2_tasks/roles/worker/templates/rabbit_nodes.j2",
"content": "{% for host in groups['rabbit'] %}\n{{ hostvars[host]['ansible_default_ipv4']['address'] }}\n{% endfor %}\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "ec2_tasks/roles... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 311,
"all_permissive": false
} |
ansible_role | sgryczan/TridentInstaller | 00d7c40b61695b0e5a1add607f178a875fb4ec8d | 1 | roles/tridentinstallation | 7,250 | [
"no_license"
] | [
{
"path": "roles/tridentinstallation/tasks/main.yml",
"content": "---\n- name: Check for Existing Trident Deployments\n shell: \"kubectl get deployment trident-operator -n {{ meta.namespace }} --no-headers=1\"\n register: check_trident_ds\n failed_when: \"'6443' in check_trident_ds.stderr_lines\"\n\n- de... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3580,
"all_permissive": false
} |
ansible_role | Vista-Technology/yanq | 9025219cd3b4c527b2b701b200cbf97e2d768c29 | 1 | code/roles/backup | 7,250 | [
"permissive"
] | [
{
"path": "code/roles/backup/defaults/main.yml",
"content": "---\ntemp_directory_config: tmp\nrepo_name: arista\nrepo_url: ssh://git@192.168.127.12:222/andrea/arista.git\nrepo_user: andrea\nrepo_email: <EMAIL>\nrepo_token: demo\n",
"license_type": "permissive",
"detected_licenses": [
"CC0-1.0"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1175,
"all_permissive": true
} |
ansible_role | Vista-Technology/yanq | 9025219cd3b4c527b2b701b200cbf97e2d768c29 | 1 | code/roles/demo_reset | 7,250 | [
"permissive"
] | [
{
"path": "code/roles/demo_reset/tasks/main.yml",
"content": "---\n\n- name: Apply basic empty configurations\n arista.eos.eos_config:\n src: \"files/{{ inventory_hostname }}.cfg\"\n replace: config\n match: none\n\n- name: Remove consul service\n community.general.consul:\n service_name: \"Ar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 412,
"all_permissive": true
} |
ansible_role | Vista-Technology/yanq | 9025219cd3b4c527b2b701b200cbf97e2d768c29 | 1 | code/roles/restore | 7,250 | [
"permissive"
] | [
{
"path": "code/roles/restore/defaults/main.yml",
"content": "---\ntemp_directory_config: tmp\nrepo_name: arista\nrepo_url: http://192.168.127.12:3500/andrea/arista.git\n",
"license_type": "permissive",
"detected_licenses": [
"CC0-1.0"
],
"size_bytes": 104
},
{
"path": "code/ro... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 579,
"all_permissive": true
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.