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 | JackKrasn/ansible-oracle-sw | 26f6dea821f65dd27e929550c9386051380599db | 0 | roles/dbca_templates | 7,368 | [
"no_license"
] | [
{
"path": "roles/dbca_templates/meta/main.yml",
"content": "---\ndependencies:\n - { role: get_ora_inventory }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "roles/dbca_templates/tasks/main.yml",
"content": "---\n- name: Copy dbca templates... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 366,
"all_permissive": false
} |
ansible_role | JackKrasn/ansible-oracle-sw | 26f6dea821f65dd27e929550c9386051380599db | 0 | roles/get_ora_inventory | 7,368 | [
"no_license"
] | [
{
"path": "roles/get_ora_inventory/tasks/main.yml",
"content": "---\n- name: include common db variables\n include_vars:\n file: ../../vars/common_db_vars_all.yml\n\n- name: include common db variables for any update operations\n include_vars:\n file: ../../vars/common_db_vars_update.yml\n \n- sl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 8905,
"all_permissive": false
} |
ansible_role | JackKrasn/ansible-oracle-sw | 26f6dea821f65dd27e929550c9386051380599db | 0 | roles/limit_homes | 7,368 | [
"no_license"
] | [
{
"path": "roles/limit_homes/tasks/main.yml",
"content": "---\n- name: Limit homes seeing list apply_only_versions, apply_only_homepaths\n set_fact:\n homes_overide: \"{{ homes_overide | default({}) | combine({item.1: homes[item.1] }, recursive=True ) }}\"\n when: homes[item.1]['version'] == item.0\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 554,
"all_permissive": false
} |
ansible_role | JackKrasn/ansible-oracle-sw | 26f6dea821f65dd27e929550c9386051380599db | 0 | roles/orasw-install | 7,368 | [
"no_license"
] | [
{
"path": "roles/orasw-install/tasks/main.yml",
"content": "---\n- name: include common db variables\n include_vars:\n file: ../../vars/common_db_vars_all.yml\n\n- name: Check if DB-server is already installed\n shell: perl -ne 'exit 1 if m#^<HOME.+\\sLOC=\\x22{{ item.value.oracle_home }}\\x22(?!.+REMO... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 11706,
"all_permissive": false
} |
ansible_role | JackKrasn/ansible-oracle-sw | 26f6dea821f65dd27e929550c9386051380599db | 0 | roles/oratab | 7,368 | [
"no_license"
] | [
{
"path": "roles/oratab/tasks/main.yml",
"content": "---\n- name: oratab\n remote_user: root\n template:\n src: oratab.j2\n dest: /etc/oratab\n backup: no\n force: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path": "roles/oratab/te... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 976,
"all_permissive": false
} |
ansible_role | JackKrasn/ansible-oracle-sw | 26f6dea821f65dd27e929550c9386051380599db | 0 | roles/psu-apply | 7,368 | [
"no_license"
] | [
{
"path": "roles/psu-apply/templates/dst_list.j2",
"content": "{% for i in dst[oracle_version][sys_arch] %}\n{{ patch_dir }}/{{ oracle_version }}/dst/{{ i }}\n{% endfor %}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "roles/psu-apply/files/man... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 80179,
"all_permissive": false
} |
ansible_role | JackKrasn/ansible-oracle-sw | 26f6dea821f65dd27e929550c9386051380599db | 0 | roles/sqlnet | 7,368 | [
"no_license"
] | [
{
"path": "roles/sqlnet/templates/listener.ora.j2",
"content": "# {{ ansible_managed }}\nORALIST{{ short_version }} =\n (DESCRIPTION_LIST =\n (DESCRIPTION =\n (ADDRESS = (PROTOCOL = TCP)(HOST = {{ ansible_fqdn }})(PORT = {{ lis_port }}))\n )\n )\n\nORALIST{{ short_version }}N =\n (DESCRIPTION_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 5633,
"all_permissive": false
} |
ansible_role | redhat-partner-tech/partner-tech-days-sept2020 | 2dff74673024925758b0393d372f312fb0084a06 | 9 | automate-everything/lab-setup-v3/workshops/provisioner/roles/aws_check_setup | 7,368 | [
"no_license"
] | [
{
"path": "automate-everything/lab-setup-v3/workshops/provisioner/roles/aws_check_setup/tasks/main.yml",
"content": "---\n- name: grab boto version\n command: \"{{ansible_python['executable']}} -c 'import boto3; print(boto3.__version__)'\"\n register: py_cmd\n\n- name: make sure we are running correct bot... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1565,
"all_permissive": false
} |
ansible_role | redhat-partner-tech/partner-tech-days-sept2020 | 2dff74673024925758b0393d372f312fb0084a06 | 9 | automate-everything/lab-setup-v3/workshops/provisioner/roles/aws_dns | 7,368 | [
"no_license"
] | [
{
"path": "automate-everything/lab-setup-v3/workshops/provisioner/roles/aws_dns/tasks/teardown.yml",
"content": "---\n- name: GRAB ZONE ID\n route53_zone:\n zone: \"{{workshop_dns_zone}}\"\n register: AWSINFO\n\n- name: GRAB ROUTE53 INFORMATION\n route53_info:\n type: A\n query: record_sets\n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4069,
"all_permissive": false
} |
ansible_role | redhat-partner-tech/partner-tech-days-sept2020 | 2dff74673024925758b0393d372f312fb0084a06 | 9 | automate-everything/lab-setup-v3/workshops/provisioner/roles/aws_workshop_login_page | 7,368 | [
"no_license"
] | [
{
"path": "automate-everything/lab-setup-v3/workshops/provisioner/roles/aws_workshop_login_page/tasks/main.yml",
"content": "---\n- name: website creation and deletion block\n block:\n - name: CREATE STUDENT WEBPAGE\n template:\n src: ./templates/index.html.j2\n dest: \"{{ playbook_di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 18075,
"all_permissive": false
} |
ansible_role | redhat-partner-tech/partner-tech-days-sept2020 | 2dff74673024925758b0393d372f312fb0084a06 | 9 | automate-everything/lab-setup-v3/workshops/provisioner/roles/code_server | 7,368 | [
"no_license"
] | [
{
"path": "automate-everything/lab-setup-v3/workshops/provisioner/roles/code_server/tasks/main.yml",
"content": "---\n- name: remove dns entries for each vs code instance\n include_tasks: teardown.yml\n when: teardown|bool\n\n- name: check to see if SSL cert already applied\n become: false\n get_certifi... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6860,
"all_permissive": false
} |
ansible_role | redhat-partner-tech/partner-tech-days-sept2020 | 2dff74673024925758b0393d372f312fb0084a06 | 9 | automate-everything/lab-setup-v3/workshops/provisioner/roles/common | 7,368 | [
"no_license"
] | [
{
"path": "automate-everything/lab-setup-v3/workshops/provisioner/roles/common/tasks/main.yml",
"content": "---\n- name: Configure sshd and sudoers\n lineinfile:\n dest: \"{{ item.dest }}\"\n regexp: \"{{ item.regexp }}\"\n line: \"{{ item.line }}\"\n state: \"{{ item.state | default('present')... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1121,
"all_permissive": false
} |
ansible_role | redhat-partner-tech/partner-tech-days-sept2020 | 2dff74673024925758b0393d372f312fb0084a06 | 9 | automate-everything/lab-setup-v3/workshops/provisioner/roles/community_grid | 7,368 | [
"no_license"
] | [
{
"path": "automate-everything/lab-setup-v3/workshops/provisioner/roles/community_grid/tasks/main.yml",
"content": "---\n- name: initiation boinc-client installation and registration\n block:\n - name: Install EPEL\n dnf:\n name: \"https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1686,
"all_permissive": false
} |
ansible_role | redhat-partner-tech/partner-tech-days-sept2020 | 2dff74673024925758b0393d372f312fb0084a06 | 9 | automate-everything/lab-setup-v3/workshops/provisioner/roles/configure_routers | 7,368 | [
"no_license"
] | [
{
"path": "automate-everything/lab-setup-v3/workshops/provisioner/roles/configure_routers/tasks/main.yml",
"content": "---\n- name: apply network device template\n vars:\n ansible_connection: network_cli\n ansible_become: true\n ansible_become_method: enable\n cli_config:\n config: \"{{ lookup... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 661,
"all_permissive": false
} |
ansible_role | redhat-partner-tech/partner-tech-days-sept2020 | 2dff74673024925758b0393d372f312fb0084a06 | 9 | automate-everything/lab-setup-v3/workshops/provisioner/roles/cp_fix_mgmt | 7,368 | [
"no_license"
] | [
{
"path": "automate-everything/lab-setup-v3/workshops/provisioner/roles/cp_fix_mgmt/tasks/main.yml",
"content": "---\n- name: ensure API settings\n command: mgmt_cli -r true set api-settings accepted-api-calls-from \"All IP addresses\" --domain 'System Data'\n\n- name: api restart\n command: api restart\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 187,
"all_permissive": false
} |
ansible_role | redhat-partner-tech/partner-tech-days-sept2020 | 2dff74673024925758b0393d372f312fb0084a06 | 9 | automate-everything/lab-setup-v3/workshops/provisioner/roles/f5_setup | 7,368 | [
"no_license"
] | [
{
"path": "automate-everything/lab-setup-v3/workshops/provisioner/roles/f5_setup/tasks/main.yml",
"content": "---\n- name: Wait for BIG-IP to boot up completely\n wait_for:\n host: \"{{ ansible_host }}\"\n port: 8443\n state: present\n\n- name: Change BIG-IP F5 mgmt password\n bigip_command:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1226,
"all_permissive": false
} |
ansible_role | redhat-partner-tech/partner-tech-days-sept2020 | 2dff74673024925758b0393d372f312fb0084a06 | 9 | automate-everything/lab-setup-v3/workshops/provisioner/roles/gather_router_facts | 7,368 | [
"no_license"
] | [
{
"path": "automate-everything/lab-setup-v3/workshops/provisioner/roles/gather_router_facts/tasks/main.yml",
"content": "---\n- name: grab facts for rtr1\n ec2_instance_info:\n region: \"{{ ec2_region }}\"\n filters:\n instance-state-name: running\n \"tag:Name\": \"{{ec2_name_prefix}}-{{use... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 963,
"all_permissive": false
} |
ansible_role | redhat-partner-tech/partner-tech-days-sept2020 | 2dff74673024925758b0393d372f312fb0084a06 | 9 | automate-everything/lab-setup-v3/workshops/provisioner/roles/gitlab-server | 7,368 | [
"no_license"
] | [
{
"path": "automate-everything/lab-setup-v3/workshops/provisioner/roles/gitlab-server/tasks/dns.yml",
"content": "---\n- name: GitLab post | Create DNS record\n become: false\n route53:\n state: \"{{ s3_state }}\"\n zone: \"{{workshop_dns_zone}}\"\n record: \"gitlab.{{ec2_name_prefix|lower}}.{{wo... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3606,
"all_permissive": false
} |
ansible_role | redhat-partner-tech/partner-tech-days-sept2020 | 2dff74673024925758b0393d372f312fb0084a06 | 9 | automate-everything/lab-setup-v3/workshops/provisioner/roles/populate_tower | 7,368 | [
"no_license"
] | [
{
"path": "automate-everything/lab-setup-v3/workshops/provisioner/roles/populate_tower/tasks/unsupported_workshop.yml",
"content": "---\n- name: unsupported workshop for populate_tower role\n debug:\n msg: \"no more setup for populate_tower role the {{workshop_type}} does not have any specific setup spe... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 25677,
"all_permissive": false
} |
ansible_role | redhat-partner-tech/partner-tech-days-sept2020 | 2dff74673024925758b0393d372f312fb0084a06 | 9 | automate-everything/lab-setup-v3/workshops/provisioner/roles/qradar | 7,368 | [
"no_license"
] | [
{
"path": "automate-everything/lab-setup-v3/workshops/provisioner/roles/qradar/tasks/main.yml",
"content": "---\n\n- name: Apply network alias to work around QRadar issues\n template:\n src: \"ifcfg-eth0:1.j2\"\n dest: \"/etc/sysconfig/network-scripts/ifcfg-eth0:1\"\n notify:\n - \"restart networ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 191,
"all_permissive": false
} |
ansible_role | redhat-partner-tech/partner-tech-days-sept2020 | 2dff74673024925758b0393d372f312fb0084a06 | 9 | automate-everything/lab-setup-v3/workshops/provisioner/roles/user_accounts | 7,368 | [
"no_license"
] | [
{
"path": "automate-everything/lab-setup-v3/workshops/provisioner/roles/user_accounts/tasks/main.yml",
"content": "---\n- name: Create User Group\n group:\n name: \"{{ username }}\"\n state: present\n tags:\n - user_accounts\n - users\n\n- name: Create User Account\n user:\n createhome: tr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 351,
"all_permissive": false
} |
ansible_role | redhat-partner-tech/partner-tech-days-sept2020 | 2dff74673024925758b0393d372f312fb0084a06 | 9 | automate-everything/lab-setup-v3/workshops/provisioner/roles/webservers | 7,368 | [
"no_license"
] | [
{
"path": "automate-everything/lab-setup-v3/workshops/provisioner/roles/webservers/tasks/main.yml",
"content": "---\n- name: configure hostname\n hostname:\n name: \"{{short_name}}\"\n\n- name: setup workshop specific webserver information\n include_tasks: \"{{item}}\"\n with_first_found:\n - \"{{r... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 674,
"all_permissive": false
} |
ansible_role | redhat-partner-tech/partner-tech-days-sept2020 | 2dff74673024925758b0393d372f312fb0084a06 | 9 | automate-everything/lab-setup-v3/workshops/provisioner/roles/windows_ws_setup | 7,368 | [
"no_license"
] | [
{
"path": "automate-everything/lab-setup-v3/workshops/provisioner/roles/windows_ws_setup/tasks/myrtille.yml",
"content": "---\n- name: Install IIS and .Net 4.5 on Server\n win_feature:\n name:\n - Web-Server\n - NET-Framework-Core\n - Web-Asp-Net45\n include_management_tools: true\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4164,
"all_permissive": false
} |
ansible_role | redhat-partner-tech/partner-tech-days-sept2020 | 2dff74673024925758b0393d372f312fb0084a06 | 9 | automate-everything/lab-setup-v3/workshops/provisioner/roles/workshop_attendance | 7,368 | [
"no_license"
] | [
{
"path": "automate-everything/lab-setup-v3/workshops/provisioner/roles/workshop_attendance/tasks/attendance.yml",
"content": "---\n- name: Install MySQL, PHP, Git\n yum:\n name:\n - mariadb-server\n - php\n - php-fpm\n - php-mysqlnd\n - php-pdo\n - python36\n - git\n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 18964,
"all_permissive": false
} |
ansible_role | redhat-partner-tech/partner-tech-days-sept2020 | 2dff74673024925758b0393d372f312fb0084a06 | 9 | automate-everything/lab-setup-v3/workshops/provisioner/roles/workshop_attendance_nginx | 7,368 | [
"no_license"
] | [
{
"path": "automate-everything/lab-setup-v3/workshops/provisioner/roles/workshop_attendance_nginx/defaults/main.yml",
"content": "---\nuser: nginx\nconfigs: []\nhttp_params: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "automate-everything/l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2399,
"all_permissive": false
} |
ansible_role | redhat-partner-tech/partner-tech-days-sept2020 | 2dff74673024925758b0393d372f312fb0084a06 | 9 | automate-everything/lab-setup-v3/workshops/provisioner/roles/workshop_check_setup | 7,368 | [
"no_license"
] | [
{
"path": "automate-everything/lab-setup-v3/workshops/provisioner/roles/workshop_check_setup/tasks/security.yml",
"content": "---\n- name: make sure security workshop has password set is set to a correct value\n assert:\n that:\n - windows_password is defined\n msg: \"windows_password must be se... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4448,
"all_permissive": false
} |
ansible_role | hiromzn/study-serverspec | 80374dce58eb6ec52f46533756755822befd0a95 | 0 | ansible_spec/simple/roles/checkfile | 7,368 | [
"no_license"
] | [
{
"path": "ansible_spec/simple/roles/checkfile/tasks/main.yml",
"content": "---\n# Nginx\n\n- name: check file information\n shell: grep \"{{ fcont }}\" {{ myfname }} /dev/null\n register: raw_result\n\n- name: stdout of file info.\n debug: var=raw_result.stdout_lines\n\n#- name: do rake -AT\n# shell: r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 575,
"all_permissive": false
} |
ansible_role | hiromzn/study-serverspec | 80374dce58eb6ec52f46533756755822befd0a95 | 0 | ansible_spec/simple_tower/roles/checkfile | 7,368 | [
"no_license"
] | [
{
"path": "ansible_spec/simple_tower/roles/checkfile/tasks/main.yml",
"content": "---\n# Nginx\n\n- name: check file information\n #shell: grep \"{{ fcont }}\" {{ myfname }} /dev/null\n shell: echo \"$PATH\"\n register: raw_result\n\n- name: stdout of file info.\n debug: var=raw_result.stdout_lines\n\n#... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 579,
"all_permissive": false
} |
ansible_role | rikongha/iac-exercise | 8269a0a4ea52ff28603aae8733cd6de020014315 | 1 | roles/setup | 7,368 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yml",
"content": "---\n- name: \"Update apt packages\"\n become: yes\n apt:\n update_cache: yes\n\n- name: \"upgrade packages\"\n become: yes\n apt:\n upgrade: yes\n\n- name: \"install build essentials\"\n become: yes\n apt:\n name: build-essential\n updat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 803,
"all_permissive": false
} |
ansible_role | ilaev/ansible-ubuntu | 5657b72ef5e7ed657662c8e46ef4d0402ee544f7 | 0 | roles/gantsign.visual-studio-code-extensions | 7,368 | [
"no_license"
] | [
{
"path": "roles/gantsign.visual-studio-code-extensions/molecule/fedora/molecule.yml",
"content": "---\ndependency:\n name: galaxy\n\ndriver:\n name: docker\n\nlint: |\n set -e\n yamllint .\n ansible-lint\n flake8\n\nplatforms:\n - name: ansible-role-visual-studio-code-extensions-fedora\n image: f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 3808,
"all_permissive": false
} |
ansible_role | robertusnegoro/kube-ansible | 497653d96ca54da97245ea8ce34d393657a04b25 | 0 | roles/common | 7,368 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# Common tasks for all nodes\n\n- name: Update apt cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Install required packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2810,
"all_permissive": false
} |
ansible_role | robertusnegoro/kube-ansible | 497653d96ca54da97245ea8ce34d393657a04b25 | 0 | roles/docker | 7,368 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Add Docker GPG key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add Docker repository\n apt_repository:\n repo: deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ ansible_dist... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1296,
"all_permissive": false
} |
ansible_role | robertusnegoro/kube-ansible | 497653d96ca54da97245ea8ce34d393657a04b25 | 0 | roles/etcd | 7,368 | [
"no_license"
] | [
{
"path": "roles/etcd/templates/etcd.service.j2",
"content": "[Unit]\nDescription=etcd service\nDocumentation=https://github.com/coreos/etcd\nAfter=network.target\n\n[Service]\nType=notify\nExecStart=/usr/bin/etcd\nRestart=always\nRestartSec=10s\nLimitNOFILE=40000\nTimeoutStartSec=0\n\n[Install]\nWantedBy=m... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4391,
"all_permissive": false
} |
ansible_role | robertusnegoro/kube-ansible | 497653d96ca54da97245ea8ce34d393657a04b25 | 0 | roles/kubernetes | 7,368 | [
"no_license"
] | [
{
"path": "roles/kubernetes/tasks/main.yml",
"content": "---\n- name: Add Kubernetes GPG key\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n\n- name: Add Kubernetes repository\n apt_repository:\n repo: deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1096,
"all_permissive": false
} |
ansible_role | robertusnegoro/kube-ansible | 497653d96ca54da97245ea8ce34d393657a04b25 | 0 | roles/loadbalancer | 7,368 | [
"no_license"
] | [
{
"path": "roles/loadbalancer/tasks/main.yml",
"content": "---\n- name: Install HAProxy\n apt:\n name: haproxy\n state: present\n update_cache: yes\n\n- name: Configure HAProxy\n template:\n src: haproxy.cfg.j2\n dest: /etc/haproxy/haproxy.cfg\n mode: '0644'\n notify: restart haproxy\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1169,
"all_permissive": false
} |
ansible_role | robertusnegoro/kube-ansible | 497653d96ca54da97245ea8ce34d393657a04b25 | 0 | roles/master | 7,368 | [
"no_license"
] | [
{
"path": "roles/master/templates/kubeadm-config.yaml.j2",
"content": "apiVersion: kubeadm.k8s.io/v1beta3\nkind: InitConfiguration\nbootstrapTokens:\n- groups:\n - system:bootstrappers:kubeadm:default-node-token\n token: abcdef.0123456789abcdef\n ttl: 24h0m0s\n usages:\n - signing\n - authentication\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2860,
"all_permissive": false
} |
ansible_role | robertusnegoro/kube-ansible | 497653d96ca54da97245ea8ce34d393657a04b25 | 0 | roles/network | 7,368 | [
"no_license"
] | [
{
"path": "roles/network/tasks/main.yml",
"content": "---\n- name: Install Calico operator\n command: kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v{{ calico_version }}/manifests/tigera-operator.yaml\n register: calico_operator\n changed_when: calico_operator.rc == 0\n failed... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1518,
"all_permissive": false
} |
ansible_role | robertusnegoro/kube-ansible | 497653d96ca54da97245ea8ce34d393657a04b25 | 0 | roles/worker | 7,368 | [
"no_license"
] | [
{
"path": "roles/worker/tasks/main.yml",
"content": "---\n- name: Join worker nodes to cluster\n command: \"{{ hostvars[groups['masters'][0]]['join_command'] }}\"\n register: join_result\n changed_when: join_result.rc == 0\n failed_when: join_result.rc != 0 and 'This node has joined the cluster' not in ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 267,
"all_permissive": false
} |
ansible_role | AnMakar/vagrant-ansible | 51357b17dfebf667b2d91ad8787bcf5ef20bf23e | 0 | provisioning/roles/install_docker | 7,368 | [
"no_license"
] | [
{
"path": "provisioning/roles/install_docker/tasks/main.yaml",
"content": "---\n- name: add docker repo\n get_url:\n url: https://download.docker.com/linux/centos/docker-ce.repo\n dest: /etc/yum.repos.d/docker-ce.repo\n\n- name: install python and etc\n become: yes\n yum:\n name: \n - python3... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 431,
"all_permissive": false
} |
ansible_role | AnMakar/vagrant-ansible | 51357b17dfebf667b2d91ad8787bcf5ef20bf23e | 0 | provisioning/roles/install_foreman | 7,368 | [
"no_license"
] | [
{
"path": "provisioning/roles/install_foreman/tasks/main.yml",
"content": "---\n - name: install freeipa client\n include_role:\n name: install_freeipa_client\n\n - name: \"Disable SELinux, Configure FirewallD ports to ACCEPT [RHEL/CentOS]\"\n block:\n - name: Disable SELinux\n seli... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1725,
"all_permissive": false
} |
ansible_role | AnMakar/vagrant-ansible | 51357b17dfebf667b2d91ad8787bcf5ef20bf23e | 0 | provisioning/roles/install_freeipa | 7,368 | [
"no_license"
] | [
{
"path": "provisioning/roles/install_freeipa/tasks/main.yaml",
"content": "---\n - name: Set timezone to Europe/Moscow\n timezone:\n name: Europe/Moscow\n\n - name: make sure chronyd is installed\n yum:\n name: chrony\n state: latest\n update_cache: yes\n\n - name: Restart chro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3249,
"all_permissive": false
} |
ansible_role | AnMakar/vagrant-ansible | 51357b17dfebf667b2d91ad8787bcf5ef20bf23e | 0 | provisioning/roles/install_freeipa_client | 7,368 | [
"no_license"
] | [
{
"path": "provisioning/roles/install_freeipa_client/tasks/main.yaml",
"content": "---\n - name: Set timezone to Europe/Moscow\n timezone:\n name: Europe/Moscow\n become: true\n\n - name: make sure chronyd is installed\n yum:\n name: chrony\n state: latest\n update_cache: yes\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2255,
"all_permissive": false
} |
ansible_role | AnMakar/vagrant-ansible | 51357b17dfebf667b2d91ad8787bcf5ef20bf23e | 0 | provisioning/roles/install_zabbix | 7,368 | [
"no_license"
] | [
{
"path": "provisioning/roles/install_zabbix/tasks/main.yaml",
"content": "---\n- name: install docker\n include_role: \n name: install_docker\n\n- name: start docker container from docker hub\n docker_container:\n name: \"zabbix-appliance\"\n state: started\n image: zabbix/zabbix-appliance #h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 563,
"all_permissive": false
} |
ansible_role | Wutever/ANSIBLE_OS | 1f9a36199a3243011a0066b76463cd3f91b14945 | 0 | test-project/roles/setups | 7,368 | [
"no_license"
] | [
{
"path": "test-project/roles/setups/tasks/main.yaml",
"content": "- name: Reboot a slow machine that might have lots of updates to apply\n reboot:\n reboot_timeout: 3600\n# - name: Remove repository (and clean up left-over metadata)\n# yum_repository:\n# name: docker\n# state: absent\n# - nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1632,
"all_permissive": false
} |
ansible_role | sahina/devops | e9d550e709680b922670deba3c47695c023fc043 | 0 | ansible/roles/asdf | 7,368 | [
"no_license"
] | [
{
"path": "ansible/roles/asdf/tasks/main.yml",
"content": "- name: Install elixir\n include_role:\n name: cimon-io.asdf\n vars:\n asdf_plugins:\n - name: \"erlang\"\n versions: [\"22.3\"]\n global: \"22.3\"\n - name: \"elixir\"\n versions: [\"1.10.2\"]\n global:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 316,
"all_permissive": false
} |
ansible_role | sahina/devops | e9d550e709680b922670deba3c47695c023fc043 | 0 | ansible/roles/base | 7,368 | [
"no_license"
] | [
{
"path": "ansible/roles/base/vars/main.yml",
"content": "helper_packages: [\"curl\", \"vim\", \"git\", \"ufw\", \"direnv\"]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "ansible/roles/base/tasks/main.yml",
"content": "- name: Install aptit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 883,
"all_permissive": false
} |
ansible_role | sahina/devops | e9d550e709680b922670deba3c47695c023fc043 | 0 | ansible/roles/cimon-io.asdf | 7,368 | [
"no_license"
] | [
{
"path": "ansible/roles/cimon-io.asdf/tasks/install.yml",
"content": "---\n- name: \"include OS specific vars\"\n include_vars: \"{{ item }}\"\n with_first_found:\n - \"../vars/{{ ansible_os_family }}.yml\"\n - \"../vars/os_defaults.yml\"\n\n- name: \"get users HOME\"\n getent:\n database: pass... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3962,
"all_permissive": false
} |
ansible_role | sahina/devops | e9d550e709680b922670deba3c47695c023fc043 | 0 | ansible/roles/haproxy | 7,368 | [
"no_license"
] | [
{
"path": "ansible/roles/haproxy/tasks/main.yml",
"content": "- name: Download and install haproxy\n apt:\n name: haproxy\n state: present\n\n- name: Configure the haproxy cnf file with hosts\n template:\n src: haproxy.cfg.j2\n dest: /etc/haproxy/haproxy.cfg\n notify: restart_haproxy\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 636,
"all_permissive": false
} |
ansible_role | sahina/devops | e9d550e709680b922670deba3c47695c023fc043 | 0 | ansible/roles/users | 7,368 | [
"no_license"
] | [
{
"path": "ansible/roles/users/README.md",
"content": "# Users Role\n\n\n## Requried\n\n- Create ssh key pair for `devops` user and put the public key into `devops.auth_keys` file.",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "ansible/roles/user... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 850,
"all_permissive": false
} |
ansible_role | xk4r00t/docker-cheat-sheet | 2443342571edf1d094ec4ecbbd5966b36c82c693 | 0 | ansible/projects/ansible-deploy-test/roles/deploy-last-build | 7,368 | [
"no_license"
] | [
{
"path": "ansible/projects/ansible-deploy-test/roles/deploy-last-build/tasks/main.yml",
"content": "---\n\n- name: \"Get last directory struct\"\n become: yes\n shell: \"ls -lah\"\n register: cmd_output_1\n\n- debug: msg=\"{{cmd_output_1.stdout}}\"\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 139,
"all_permissive": false
} |
ansible_role | grahamethompson/lagoon_inventory | 532b210a80fcac5c67807f5c89e1377629a8bb4c | 2 | roles/lagoon | 7,368 | [
"no_license"
] | [
{
"path": "roles/lagoon/tasks/main.yml",
"content": "- name: Get lagoon graphql token\n shell:\n cmd: \"ssh -p {{ lagoon_port }} -t {{ lagoon_ssh }} token\"\n register: lagoon_token",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
},
{
"path": "roles/lagoon... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 360,
"all_permissive": false
} |
ansible_role | redhat-gpte-devopsautomation/nextgen_ansible_advanced_homework | 05183fff8688c765ef71df4031a9da6df859037c | 2 | roles/base-config | 7,365 | [
"no_license"
] | [
{
"path": "roles/base-config/tasks/main.yml",
"content": "---\n# Initial, common, system setup steps\n\n- name: enable sudo without tty for some ansible commands\n replace:\n path: /etc/sudoers\n regexp: '^Defaults\\s*requiretty'\n replace: 'Defaults !requiretty'\n backup: yes\n\n- name: enabl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 290,
"all_permissive": false
} |
ansible_role | redhat-gpte-devopsautomation/nextgen_ansible_advanced_homework | 05183fff8688c765ef71df4031a9da6df859037c | 2 | roles/osp-facts | 7,365 | [
"no_license"
] | [
{
"path": "roles/osp-facts/tasks/main.yml",
"content": "---\n# tasks file for osp-facts\n - name: Fetch Instance Info\n os_server_info:\n cloud: openstack\n register: result\n - name: Add host\n add_host:\n name: \"{{ item.public_v4 }}\"\n group: \"{{ item.metadata.group }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 654,
"all_permissive": false
} |
ansible_role | robshelly/ansible-lab | 67d293b68b83489657c7e2af0a1228e4a99f4d34 | 0 | roles/haproxy | 7,365 | [
"no_license"
] | [
{
"path": "roles/haproxy/tasks/main.yml",
"content": "---\n - name: Install HAProxy\n apt:\n pkg: haproxy\n state: installed\n update_cache: true\n notify:\n - Start HAProxy\n\n - name: Update HAProxy config\n template:\n src: templates/haproxy.cfg \n dest: /etc/haprox... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 324,
"all_permissive": false
} |
ansible_role | robshelly/ansible-lab | 67d293b68b83489657c7e2af0a1228e4a99f4d34 | 0 | roles/provision-ec2-instance | 7,365 | [
"no_license"
] | [
{
"path": "roles/provision-ec2-instance/tasks/main.yml",
"content": "---\n - name: Provision EC2 Box\n local_action:\n module: ec2\n profile: \"{{ aws_profile }}\"\n key_name: \"{{ ec2_keypair }}\"\n group_id: \"{{ ec2_security_group }}\"\n instance_type: \"{{ ec2_instance_type ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1345,
"all_permissive": false
} |
ansible_role | AgentWong/homelab-tf-ansible | 7c2690f318a531a8bf276d2abd26a07cb564e64b | 0 | ansible/roles/copy_root_certs | 7,365 | [
"no_license"
] | [
{
"path": "ansible/roles/copy_root_certs/tasks/main.yml",
"content": "- name: Copy root certs\n include_tasks: copy_root_certs.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "ansible/roles/copy_root_certs/tasks/copy_root_certs.yml",
"conte... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 433,
"all_permissive": false
} |
ansible_role | AgentWong/homelab-tf-ansible | 7c2690f318a531a8bf276d2abd26a07cb564e64b | 0 | ansible/roles/finish_config_sub_ca | 7,365 | [
"no_license"
] | [
{
"path": "ansible/roles/finish_config_sub_ca/tasks/main.yml",
"content": "- name: Finish Configuring Sub CA\n include_tasks: finish_config_sub_ca.yml",
"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 | AgentWong/homelab-tf-ansible | 7c2690f318a531a8bf276d2abd26a07cb564e64b | 0 | ansible/roles/gen_sub_ca_cert | 7,365 | [
"no_license"
] | [
{
"path": "ansible/roles/gen_sub_ca_cert/tasks/main.yml",
"content": "- name: Generate Sub CA certs\n include_tasks: gen_sub_ca_cert.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "ansible/roles/gen_sub_ca_cert/tasks/gen_sub_ca_cert.yml",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2048,
"all_permissive": false
} |
ansible_role | AgentWong/homelab-tf-ansible | 7c2690f318a531a8bf276d2abd26a07cb564e64b | 0 | ansible/roles/primary_domain_controller | 7,365 | [
"no_license"
] | [
{
"path": "ansible/roles/primary_domain_controller/tasks/main.yml",
"content": "- name: Install AD\r\n include_tasks: install_ad.yml\r\n- name: Config AD\r\n include_tasks: config_ad.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": "ansible/ro... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1910,
"all_permissive": false
} |
ansible_role | AgentWong/homelab-tf-ansible | 7c2690f318a531a8bf276d2abd26a07cb564e64b | 0 | ansible/roles/replica_domain_controller | 7,365 | [
"no_license"
] | [
{
"path": "ansible/roles/replica_domain_controller/tasks/main.yml",
"content": "---\r\n\r\n- name: Wait for system to become reachable over WinRM\r\n wait_for_connection:\r\n timeout: 900\r\n\r\n- name: install ad\r\n win_domain_controller:\r\n dns_domain_name: \"{{ domain }}\"\r\n domain_admin_u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 524,
"all_permissive": false
} |
ansible_role | AgentWong/homelab-tf-ansible | 7c2690f318a531a8bf276d2abd26a07cb564e64b | 0 | ansible/roles/root_certificate_authority | 7,365 | [
"no_license"
] | [
{
"path": "ansible/roles/root_certificate_authority/tasks/main.yml",
"content": "- name: Install Root CA\r\n include_tasks: install_root_ca.yml\r\n- name: Configure Root CA\r\n include_tasks: config_root_ca.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
},
{... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2596,
"all_permissive": false
} |
ansible_role | AgentWong/homelab-tf-ansible | 7c2690f318a531a8bf276d2abd26a07cb564e64b | 0 | ansible/roles/subordinate_certificate_authority | 7,365 | [
"no_license"
] | [
{
"path": "ansible/roles/subordinate_certificate_authority/tasks/gen_sub_ca_cert.yml",
"content": "---\r\n- name: Copy req file to Root CA\r\n win_copy:\r\n src: \"/tmp/{{ sub_ca_hostname }}.req\"\r\n dest: \"C:\\\\Windows\\\\System32\\\\CertSrv\\\\CertEnroll\\\\{{ sub_ca_hostname }}.req\"\r\n- n... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5157,
"all_permissive": false
} |
ansible_role | AgentWong/homelab-tf-ansible | 7c2690f318a531a8bf276d2abd26a07cb564e64b | 0 | ansible/roles/wsus | 7,365 | [
"no_license"
] | [
{
"path": "ansible/roles/wsus/tasks/main.yml",
"content": "---\r\n\r\n- Name: Placeholder\r\n include_tasks: install.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "ansible/roles/wsus/tasks/install.yml",
"content": "---\r\n\r\n- name: Crea... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1192,
"all_permissive": false
} |
ansible_role | ycao2011/ansible | 540ad6ed7df4e15e0c2c9fa855f7fc4db3d509a9 | 0 | roles/show_bgp | 7,365 | [
"no_license"
] | [
{
"path": "roles/show_bgp/tasks/main.yml",
"content": "- name: run show bgp summary\n ios_command:\n commands: \n - show bgp summary\n register: result\n- debug: var=result\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 | ycao2011/ansible | 540ad6ed7df4e15e0c2c9fa855f7fc4db3d509a9 | 0 | roles/show_version | 7,365 | [
"no_license"
] | [
{
"path": "roles/show_version/tasks/main.yml",
"content": " - name: run show version\n ios_command:\n commands: \n - show version\n register: result\n - debug: var=result\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 139,
"all_permissive": false
} |
ansible_role | ycao2011/ansible | 540ad6ed7df4e15e0c2c9fa855f7fc4db3d509a9 | 0 | roles/turnup_interfaces | 7,365 | [
"no_license"
] | [
{
"path": "roles/turnup_interfaces/tasks/main.yml",
"content": "- name: turn up interface\n iosxr_config:\n lines: \n - no shut\n parents: interface {{ item }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 111,
"all_permissive": false
} |
ansible_role | BendinRS/homework_elk_rsyslog | 8ddd535d057de2fcf5f822f6da47afce18fdf93b | 0 | roles/elk | 7,365 | [
"no_license"
] | [
{
"path": "roles/elk/tasks/main.yml",
"content": "---\n# tasks file for elk_rsyslog\n - name: elk | install epel-release\n yum:\n state: present\n name:\n - epel-release\n\n - name: elk | sinc time-zone\n template:\n src: /usr/share/zoneinfo/Europe/Moscow\n dest: /etc/lo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 482,
"all_permissive": false
} |
ansible_role | BendinRS/homework_elk_rsyslog | 8ddd535d057de2fcf5f822f6da47afce18fdf93b | 0 | roles/log | 7,365 | [
"no_license"
] | [
{
"path": "roles/log/tests/test.yml",
"content": "---\n- hosts: log_group\n become: true\n roles:\n - log",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "roles/log/tasks/main.yml",
"content": "---\n# tasks file for log\n\n - name: log | s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 644,
"all_permissive": false
} |
ansible_role | BendinRS/homework_elk_rsyslog | 8ddd535d057de2fcf5f822f6da47afce18fdf93b | 0 | roles/web | 7,365 | [
"no_license"
] | [
{
"path": "roles/web/vars/main.yml",
"content": "---\n# vars file for web\n\nserver_log: 192.168.50.15\nserver_port: 514\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/web/tests/test.yml",
"content": "---\n- hosts: web_group\n become:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1597,
"all_permissive": false
} |
ansible_role | lukassup/libvirt-istiolab-tf | 42a48ab4c7cffffacb56ed7a232391ebb944f578 | 0 | ansible/roles/common | 7,365 | [
"no_license"
] | [
{
"path": "ansible/roles/common/handlers/main.yml",
"content": "---\n- name: Restart systemd-resolved\n become: true\n ansible.builtin.systemd:\n name: systemd-resolved.service\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
},
{
"p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1819,
"all_permissive": false
} |
ansible_role | lukassup/libvirt-istiolab-tf | 42a48ab4c7cffffacb56ed7a232391ebb944f578 | 0 | ansible/roles/istio_ingress | 7,365 | [
"no_license"
] | [
{
"path": "ansible/roles/istio_ingress/handlers/main.yml",
"content": "---\n- name: Reload kernel modules\n become: true\n ansible.builtin.systemd:\n name: systemd-modules-load.service\n state: restarted\n\n- name: Reload sysctls\n become: true\n ansible.builtin.systemd:\n name: systemd-sysctl.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5355,
"all_permissive": false
} |
ansible_role | lukassup/libvirt-istiolab-tf | 42a48ab4c7cffffacb56ed7a232391ebb944f578 | 0 | ansible/roles/kube_common | 7,365 | [
"no_license"
] | [
{
"path": "ansible/roles/kube_common/tasks/main.yml",
"content": "---\n- name: Apt repo kubernetes\n block:\n - name: Apt repo kubernetes | Key\n become: true\n ansible.builtin.get_url:\n url: \"{{ kube_common_gpg_key_url }}\"\n dest: \"{{ kube_common_gpg_key_file }}\"\n c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4019,
"all_permissive": false
} |
ansible_role | lukassup/libvirt-istiolab-tf | 42a48ab4c7cffffacb56ed7a232391ebb944f578 | 0 | ansible/roles/kube_ctrl | 7,365 | [
"no_license"
] | [
{
"path": "ansible/roles/kube_ctrl/templates/kubeadm-join-ctrl.yml.j2",
"content": "---\napiVersion: kubeadm.k8s.io/v1beta3\nkind: JoinConfiguration\ncaCertPath: /etc/kubernetes/pki/ca.crt\ncontrolPlane:\n localAPIEndpoint:\n advertiseAddress: \"{{ kube_common_kubelet_address }}\"\n bindPort: 6443\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6529,
"all_permissive": false
} |
ansible_role | lukassup/libvirt-istiolab-tf | 42a48ab4c7cffffacb56ed7a232391ebb944f578 | 0 | ansible/roles/kube_docker | 7,365 | [
"no_license"
] | [
{
"path": "ansible/roles/kube_docker/tasks/main.yml",
"content": "---\n- name: Apt repo docker\n block:\n - name: Apt repo docker | Key\n become: true\n ansible.builtin.get_url:\n url: \"{{ kube_docker_gpg_key_url }}\"\n dest: \"{{ kube_docker_gpg_key_file }}\"\n checksum:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2808,
"all_permissive": false
} |
ansible_role | lukassup/libvirt-istiolab-tf | 42a48ab4c7cffffacb56ed7a232391ebb944f578 | 0 | ansible/roles/kube_istio | 7,365 | [
"no_license"
] | [
{
"path": "ansible/roles/kube_istio/handlers/main.yml",
"content": "---\n- name: Reload kernel modules\n become: true\n ansible.builtin.systemd:\n name: systemd-modules-load.service\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
},
{
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2146,
"all_permissive": false
} |
ansible_role | lukassup/libvirt-istiolab-tf | 42a48ab4c7cffffacb56ed7a232391ebb944f578 | 0 | ansible/roles/kube_node | 7,365 | [
"no_license"
] | [
{
"path": "ansible/roles/kube_node/templates/kubeadm-join.yml.j2",
"content": "---\napiVersion: kubeadm.k8s.io/v1beta3\nkind: JoinConfiguration\ncaCertPath: /etc/kubernetes/pki/ca.crt\ndiscovery:\n bootstrapToken:\n apiServerEndpoint: \"{{ kube_common_master_ip }}:6443\"\n token: \"{{ kube_common_boo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1112,
"all_permissive": false
} |
ansible_role | lukassup/libvirt-istiolab-tf | 42a48ab4c7cffffacb56ed7a232391ebb944f578 | 0 | ansible/roles/net_common | 7,365 | [
"no_license"
] | [
{
"path": "ansible/roles/net_common/tasks/main.yml",
"content": "---\n- name: Install lldpd\n become: true\n ansible.builtin.apt:\n name: lldpd\n\n- name: Service lldpd\n become: true\n ansible.builtin.systemd:\n name: lldpd.service\n state: started\n enabled: true\n\n- name: Sysctl net\n b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 829,
"all_permissive": false
} |
ansible_role | lukassup/libvirt-istiolab-tf | 42a48ab4c7cffffacb56ed7a232391ebb944f578 | 0 | ansible/roles/net_frr | 7,365 | [
"no_license"
] | [
{
"path": "ansible/roles/net_frr/templates/frr.anycast.conf.j2",
"content": "# {{ ansible_managed }}\nlog syslog informational\n\nip prefix-list PERMIT_ANY seq 5 permit any\n\nip prefix-list DENY_ANY seq 5 deny any\n\nroute-map REDISTRIBUTE permit 10\n match interface lo\n\nroute-map UCMP_ENABLE permit 10\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3597,
"all_permissive": false
} |
ansible_role | lukassup/libvirt-istiolab-tf | 42a48ab4c7cffffacb56ed7a232391ebb944f578 | 0 | ansible/roles/net_interfaces | 7,365 | [
"no_license"
] | [
{
"path": "ansible/roles/net_interfaces/templates/eth1.network.j2",
"content": "# MANAGED BY ANSIBLE\n\n[Match]\nName=eth1\n\n[Network]\nDHCP=no\nLinkLocalAddressing=ipv6\nAddress={{ net_interfaces_eth1_address }}\n\n[Route]\nGateway={{ net_interfaces_eth1_gateway }}\nDestination=10.0.0.0/8\n",
"license... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 3525,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2023-03/pr0l_infra | 66aa07c51328fa2974e153f4ec765da0c8d8a071 | 0 | ansible/roles/app | 7,365 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/ruby.yml",
"content": "---\n- name: Install ruby and rubygems and required packages\n apt:\n name:\n - ruby-full\n - ruby-bundler\n - build-essential\n update_cache: yes\n state: present\n tags: [ruby]\n",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 196,
"all_permissive": false
} |
ansible_role | JaStDL/ansible-collection-devlab | 26d7079a7b9d7a91cf2bd22b4092606a57dd2d79 | 0 | roles/lxd | 7,365 | [
"no_license"
] | [
{
"path": "roles/lxd/templates/subid.j2",
"content": "root:{{ lxd_subid_offset }}:{{ lxd_subid_range }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "roles/lxd/templates/lxd_config.yml.j2",
"content": "config:\n core.https_address: '[::]:8... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2725,
"all_permissive": false
} |
ansible_role | govcloud/ansible-playbook-kubernetes | 4485dafa32d43a3ffbcb371647d55dd5e87d871a | 0 | roles/local-storage | 7,365 | [
"no_license"
] | [
{
"path": "roles/local-storage/tasks/main.yml",
"content": "---\n- shell: \"mkdir -p /mnt/disks/{{ item }}\"\n become: true\n with_items:\n - \"vol1\"\n - \"vol2\"\n - \"vol3\"\n - \"vol4\"\n - \"vol5\"\n register: pvc_mnt\n\n- name: assign docker permission to user\n become: true\n shel... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 297,
"all_permissive": false
} |
ansible_role | ladisson/challenge_exp | dca927724d2891b6f1cfa08e84dce569324ce0cb | 0 | roles/ansible-roles-delivery-app | 7,365 | [
"no_license"
] | [
{
"path": "roles/ansible-roles-delivery-app/tasks/install_go_exp.yml",
"content": "---\n- git: \n repo: \"{{ go_exp_repo }}\"\n dest: /root/go_exp_app\n\n- name: \"Unarchive go_exp\"\n unarchive:\n src: \"go_exp_app.tar.gz\"\n dest: \"/root\"\n\n- name: Installing go_exp\n shell: \"make && mak... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2511,
"all_permissive": false
} |
ansible_role | airqo-platform/AirQo-api | 5d9414f9eed161fbfe2f02c63c7ec994e968c331 | 24 | infra/ansible/roles/k8s | 7,365 | [
"no_license"
] | [
{
"path": "infra/ansible/roles/k8s/templates/disk_cleanup.sh.j2",
"content": "#!/bin/bash\nsystemctl stop docker.service\nsystemctl stop docker.socket\nsystemctl stop kubelet.service\nrm -r /var/lib/docker/*\nrm -r /run/log/*\nsystemctl start docker.service\nsystemctl start docker.socket\nsystemctl start ku... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 6995,
"all_permissive": false
} |
ansible_role | ungkairt/learn-ansible-bootcamp | 8fa390ccb401559f019d0424398a326837470d95 | 0 | roles/ruby | 7,365 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/main.yml",
"content": "---\n- name: Install dependencies for Ruby\n apt:\n name:\n - build-essential\n - libssl-dev\n - libreadline-dev\n - zlib1g-dev\n - libyaml-dev\n - libxml2-dev\n - libxslt1-dev\n - libcurl4-openssl-dev\n - li... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3291,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2022-05/dsapozhnikov76_infra | 77cbb7dbdc8be790945aaf72b35fd4594ce4eb96 | 0 | ansible/roles/app | 7,365 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/ruby.yml",
"content": "\n- name: Install ruby and rubygems and required packages\n apt: \"name={{ item }} state=present update_cache=yes\"\n with_items:\n - ruby-full\n - ruby-bundler\n - build-essential\n - git\n tags: ruby\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 384,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2022-05/dsapozhnikov76_infra | 77cbb7dbdc8be790945aaf72b35fd4594ce4eb96 | 0 | ansible/roles/db | 7,365 | [
"no_license"
] | [
{
"path": "ansible/roles/db/tasks/install_mongo.yml",
"content": "- name: Install mongodb\n apt:\n name: mongodb\n state: present\n update_cache: yes\n notify: start mongodb\n tags: install\n\n- name: Enable mongodb\n systemd: name=mongodb enabled=yes\n notify: restart mongodb\n tags: install... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1152,
"all_permissive": false
} |
ansible_role | remitaffin/base-ansible-terraform | a057076e6b638c7c0bec0714f9d2092d84954f6b | 0 | ansible/roles/base | 7,365 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/setup_unattended_upgrades.yml",
"content": "---\n\n- name: Ensure unattended-upgrades is the latest version\n apt: name=unattended-upgrades update_cache=yes state=latest\n\n- name: Configure unattended-upgrades and disable automatic upgrades\n template: src=\"{{ item }}... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3712,
"all_permissive": false
} |
ansible_role | remitaffin/base-ansible-terraform | a057076e6b638c7c0bec0714f9d2092d84954f6b | 0 | ansible/roles/cloudwatch-extra-metrics | 7,365 | [
"no_license"
] | [
{
"path": "ansible/roles/cloudwatch-extra-metrics/tasks/main.yml",
"content": "---\n\n- name: Install perl and dependencies\n apt: name={{ item }} update_cache=yes state=present\n with_items:\n - libwww-perl\n - libdatetime-perl\n - unzip\n tags:\n - packages\n\n- name: Create configuration d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1086,
"all_permissive": false
} |
ansible_role | remitaffin/base-ansible-terraform | a057076e6b638c7c0bec0714f9d2092d84954f6b | 0 | ansible/roles/cloudwatch-logs | 7,365 | [
"no_license"
] | [
{
"path": "ansible/roles/cloudwatch-logs/tasks/main.yml",
"content": "---\n\n- name: Download CloudWatch logs Agent setup script\n get_url: url=https://s3.amazonaws.com/aws-cloudwatch/downloads/latest/awslogs-agent-setup.py\n dest=/tmp/awslogs-agent-setup.py\n mode=775\n timeo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 946,
"all_permissive": false
} |
ansible_role | remitaffin/base-ansible-terraform | a057076e6b638c7c0bec0714f9d2092d84954f6b | 0 | ansible/roles/jenkins | 7,365 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins/tasks/install_packer_and_terraform.yml",
"content": "---\n\n- name: Install packer\n unarchive:\n src=https://releases.hashicorp.com/packer/{{ packer_version }}/packer_{{ packer_version }}_linux_amd64.zip\n dest=/usr/local/bin\n remote_src=yes\n creates=/usr/loc... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2101,
"all_permissive": false
} |
ansible_role | remitaffin/base-ansible-terraform | a057076e6b638c7c0bec0714f9d2092d84954f6b | 0 | ansible/roles/myapp | 7,365 | [
"no_license"
] | [
{
"path": "ansible/roles/myapp/tasks/setup_supervisor.yml",
"content": "---\n\n- name: Install supervisor\n apt: name=supervisor state=present\n\n- name: Ensure supervisor service is started\n service: name=supervisor state=started enabled=yes\n\n- name: Create the Supervisor config file for {{ applicatio... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7808,
"all_permissive": false
} |
ansible_role | remitaffin/base-ansible-terraform | a057076e6b638c7c0bec0714f9d2092d84954f6b | 0 | ansible/roles/nginx | 7,365 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/templates/jenkins.j2",
"content": "upstream jenkins {\n server 127.0.0.1:8080 fail_timeout=0;\n}\n\nserver {\n listen 80;\n server_name {{ nginx_server_name }};\n\n client_max_body_size 4G;\n\n access_log /var/log/nginx/jenkins_access.log;\n error_log /var/log/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3775,
"all_permissive": false
} |
ansible_role | kmasuhr/100-jokes | fc2098b6cc5ca7bd11cc6c9e0a4c179c52ebcb5d | 0 | ansible/roles/docker | 7,374 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yaml",
"content": "---\n- name: Install docker dependencies\n apt:\n name:\n - apt-transport-https\n - gnupg2\n - ca-certificates\n state: present\n\n- name: Add Docker apt key\n apt_key:\n url: \"{{ docker_apt_gpg_key }}\"\n id: <KEY>\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 745,
"all_permissive": false
} |
ansible_role | kmasuhr/100-jokes | fc2098b6cc5ca7bd11cc6c9e0a4c179c52ebcb5d | 0 | ansible/roles/jenkins | 7,374 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins/tasks/main.yaml",
"content": "---\n- name: Clone git repository with Jenkins config\n git:\n repo: https://github.com/kazurrr/100-jokes.git\n dest: /var/opt/100-jokes\n\n- name: Run Jenkins in Docker container\n docker_compose:\n project_src: /var/opt/100-jokes/je... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 262,
"all_permissive": false
} |
ansible_role | kmasuhr/100-jokes | fc2098b6cc5ca7bd11cc6c9e0a4c179c52ebcb5d | 0 | ansible/roles/main | 7,374 | [
"no_license"
] | [
{
"path": "ansible/roles/main/tasks/main.yaml",
"content": "---\n- name: Upgrade all installed packages\n apt:\n name: \"*\"\n state: latest\n update_cache: yes\n force_apt_get: yes\n\n- name: Install Java runtime\n apt:\n name: \"default-jre\"\n state: present\n\n- name: Install pip\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 257,
"all_permissive": false
} |
ansible_role | isopy/advanced-automation-bootcamp | d6a18512b2ddd960b6e846dad1d6c7b3f6bf4202 | 0 | roles/apache | 7,374 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n- name: install httpd and httpie\n yum:\n name: \"{{ item }}\"\n state: latest\n loop:\n - httpd\n - httpie\n\n- name: enable apache at boot\n service:\n name: httpd\n enabled: yes\n\n- name: start apache\n service:\n name: h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 261,
"all_permissive": false
} |
ansible_role | isopy/advanced-automation-bootcamp | d6a18512b2ddd960b6e846dad1d6c7b3f6bf4202 | 0 | roles/common | 7,374 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: configure open_three-tier-app yum repo\n copy:\n src: open_three_tier_app.repo\n dest: /etc/yum.repos.d/open_three-tier-app.repo\n mode: 0644\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 160
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 160,
"all_permissive": false
} |
ansible_role | isopy/advanced-automation-bootcamp | d6a18512b2ddd960b6e846dad1d6c7b3f6bf4202 | 0 | roles/haproxy | 7,374 | [
"no_license"
] | [
{
"path": "roles/haproxy/tasks/main.yml",
"content": "---\n- name: install haproxy\n yum:\n name: haproxy\n state: latest\n\n- name: start haproxy\n service:\n name: haproxy\n state: started\n\n- name: configure haproxy\n template:\n src: haproxy.cfg.j2\n dest: /etc/haproxy/haproxy.cfg\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 266,
"all_permissive": false
} |
ansible_role | isopy/advanced-automation-bootcamp | d6a18512b2ddd960b6e846dad1d6c7b3f6bf4202 | 0 | roles/osp-flavor | 7,374 | [
"no_license"
] | [
{
"path": "roles/osp-flavor/tasks/main.yml",
"content": "---\n- name: create custom flavor\n os_nova_flavor:\n cloud: \"{{ cloud_name }}\"\n state: present\n name: m2.small\n ram: 2048\n vcpus: 1\n disk: 10\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 159,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.