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 | jcpowermac/ansible-atomic-k8s | 9056bd3c71ad67a79599ae81ccc5e543fcf3a7bc | 0 | roles/node | 32 | [
"permissive"
] | [
{
"path": "roles/node/tasks/main.yml",
"content": "---\n- name: k8s config\n template:\n src: config.j2\n dest: /etc/kubernetes/config\n\n- name: kubelet config\n template:\n src: kubelet.j2 \n dest: /etc/kubernetes/kubelet\n\n- name: Enable and start services\n service: \n name: \"{{ item... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 563,
"all_permissive": true
} |
ansible_role | jcpowermac/ansible-atomic-k8s | 9056bd3c71ad67a79599ae81ccc5e543fcf3a7bc | 0 | roles/overlay | 32 | [
"permissive"
] | [
{
"path": "roles/overlay/defaults/main.yml",
"content": "---\n# defaults file for overlay\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 32
},
{
"path": "roles/overlay/tasks/main.yml",
"content": "---\n- name: Stop Docker\n service: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 936,
"all_permissive": true
} |
ansible_role | ucs-compute-solutions/UCSM-VCF-MgmtDomain | 2b84dfbb10615d4361cb2967ee892d9955d892c9 | 0 | roles/UCSadmin | 32 | [
"no_license"
] | [
{
"path": "roles/UCSadmin/tasks/configure_dns.yml",
"content": "---\n # This Task Configures 1 or more DNS Servers in UCSM\n # Configure DNS Servers\n - name: Configure DNS server\n ucs_dns_server:\n hostname: \"{{ inventory_hostname }}\"\n username: \"{{ username }}\"\n password: \"{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 441,
"all_permissive": false
} |
ansible_role | ucs-compute-solutions/UCSM-VCF-MgmtDomain | 2b84dfbb10615d4361cb2967ee892d9955d892c9 | 0 | roles/UCSlan | 32 | [
"no_license"
] | [
{
"path": "roles/UCSlan/defaults/main.yml",
"content": "---\n# Variables for LAN configurations of UCSM\n# Adjust the variable values as per your requirements\n\n#lan_state should be set to 'present' to configure the objects and 'absent' to delete the object.\n# In this current framework, this feature is no... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4053,
"all_permissive": false
} |
ansible_role | ucs-compute-solutions/UCSM-VCF-MgmtDomain | 2b84dfbb10615d4361cb2967ee892d9955d892c9 | 0 | roles/UCSserver | 32 | [
"no_license"
] | [
{
"path": "roles/UCSserver/tasks/main.yml",
"content": "---\n# Server Tasks Configuration for UCSM\n# \n# Common variables that customers need to update can be foud in group_vars/all.yml\n# Not so common Variables should be modified under ../default/main.yml\n#\n # UUID Pool Configuration\n - include_task... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6142,
"all_permissive": false
} |
ansible_role | cledoux/workstation-setup | b7a9413739ff9659327d7e28b4e4e34a22e63299 | 0 | roles/athens | 35 | [
"no_license"
] | [
{
"path": "roles/athens/tasks/main.yml",
"content": "---\n- name: Get latest release info\n get_url:\n # Add /latest to the end to get the release tagged as \"latest\"\n # Curent URL will return most recent release.\n url: https://api.github.com/repos/athensresearch/athens/releases\n force: yes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1301,
"all_permissive": false
} |
ansible_role | cledoux/workstation-setup | b7a9413739ff9659327d7e28b4e4e34a22e63299 | 0 | roles/bootstrap | 35 | [
"no_license"
] | [
{
"path": "roles/bootstrap/tasks/main.yml",
"content": "---\n\n- name: \"Install common packages\"\n ansible.builtin.package:\n state: present\n name:\n - vim-gtk\n - tmux\n - git\n - silversearcher-ag\n - build-essential\n - gawk\n - stow\n - fasd\n - dir... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 772,
"all_permissive": false
} |
ansible_role | cledoux/workstation-setup | b7a9413739ff9659327d7e28b4e4e34a22e63299 | 0 | roles/etckeeper | 35 | [
"no_license"
] | [
{
"path": "roles/etckeeper/tasks/main.yml",
"content": "---\n- name: \"Install etckeeper packages\"\n ansible.builtin.package:\n state: present\n name:\n - etckeeper\n become: true\n\n- name: \"Init\"\n ansible.builtin.shell: etckeeper init\n args:\n chdir: /etc/\n creates: /etc/.etckee... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 704,
"all_permissive": false
} |
ansible_role | cledoux/workstation-setup | b7a9413739ff9659327d7e28b4e4e34a22e63299 | 0 | roles/logseq | 35 | [
"no_license"
] | [
{
"path": "roles/logseq/tasks/main.yml",
"content": "---\n- name: Get latest release info\n get_url:\n url: https://api.github.com/repos/logseq/logseq/releases/latest\n force: yes\n headers:\n Accept: \"application/vnd.github.v3+json\"\n dest: \"/tmp/logseq-release-info.json\"\n\n- name: G... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1176,
"all_permissive": false
} |
ansible_role | cledoux/workstation-setup | b7a9413739ff9659327d7e28b4e4e34a22e63299 | 0 | roles/restic | 35 | [
"no_license"
] | [
{
"path": "roles/restic/tasks/main.yml",
"content": "---\n\n- name: Install restic\n include: 'install.yml'\n\n- name: Configure Local Repo\n include: 'config-local.yml'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/restic/tasks/config... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 335,
"all_permissive": false
} |
ansible_role | cledoux/workstation-setup | b7a9413739ff9659327d7e28b4e4e34a22e63299 | 0 | roles/sysstat | 35 | [
"no_license"
] | [
{
"path": "roles/sysstat/tasks/main.yml",
"content": "---\n\n- name: \"Install\"\n ansible.builtin.package:\n state: present\n name:\n - sysstat\n become: true\n\n- name: \"Keep 28 days of history\"\n ansible.builtin.lineinfile:\n path: /etc/sysstat/sysstat\n regex: '^HISTORY='\n line... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 265,
"all_permissive": false
} |
ansible_role | TalBypasses/Pjct | 93ac186cadd6ff06bdc659d6f83572d3caec3bb6 | 0 | roles/flask_web | 35 | [
"no_license"
] | [
{
"path": "roles/flask_web/tasks/main.yml",
"content": "# Install Flask and its MySQL extension using pip\n- name: install python flask dependency\n pip:\n name: \"{{ item }}\"\n state: present\n with_items:\n - flask # Main web framework\n - flask-mysql # MySQL integration for Flask... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1090,
"all_permissive": false
} |
ansible_role | TalBypasses/Pjct | 93ac186cadd6ff06bdc659d6f83572d3caec3bb6 | 0 | roles/python | 35 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "# Install required system packages for Python development and MySQL integration\n- name: Install Python\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - python3 # Python 3 interpreter\n - python3-setuptools #... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 929,
"all_permissive": false
} |
ansible_role | tornado67/wyrm-vpn | 72d024a21579eb7e75af0c1fbc7d476fea2e6306 | 3 | ansible/roles/wyrm | 35 | [
"no_license"
] | [
{
"path": "ansible/roles/wyrm/handlers/main.yml",
"content": "---\n- name: Restart systemd-networkd\n ansible.builtin.systemd:\n name: systemd-networkd\n state: restarted\n become: yes\n\n- name: Restart hostapd\n ansible.builtin.systemd:\n name: hostapd\n state: restarted\n become: yes\n\n-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5618,
"all_permissive": false
} |
ansible_role | lin001234/nodejs_deployment | 71cf1f850eb7cff6bf93e4e645a6a6fca24a1031 | 0 | ansible/roles/app | 35 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/main.yml",
"content": "---\n# tasks file for app\n- name: Extract repo name from URL\n ansible.builtin.set_fact:\n repository_name: \"{{ repository_url.split('/')[-1].split('.')[0] }}\"\n user_dir: \"/home/{{ ansible_user }}\"\n\n- name: Ensure directory is empty\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1427,
"all_permissive": false
} |
ansible_role | lin001234/nodejs_deployment | 71cf1f850eb7cff6bf93e4e645a6a6fca24a1031 | 0 | ansible/roles/base | 35 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/main.yml",
"content": "---\n# tasks file for base\n\n- name: Add nodesource Apt repo for node.js 22\n ansible.builtin.apt_key:\n url: \"https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key\"\n state: present\n\n- name: Add Node.js 22 repository\n ansible.buil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 555,
"all_permissive": false
} |
ansible_role | danar1/opsschool-ansible-dana | 1fcee458416792bd9a4bb26fd7b1d5c79a5a8f1c | 0 | homework/hw2/roles/docker | 35 | [
"no_license"
] | [
{
"path": "homework/hw2/roles/docker/tasks/main.yml",
"content": "# To disable skipped hosts logs in stdout\n# In /etc/ansible/ansible.cfg, set display_skipped_hosts = no\n\n- include: install_centos.yml\n when: ansible_distribution == \"CentOS\" and ansible_distribution_major_version | int == 7\n\n- inclu... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5772,
"all_permissive": false
} |
ansible_role | aws-samples/aws-sap-on-ase-with-jenkins-terraform-ansible | 473d51c5b0fe0cc1b68a6f2914590667c716a6cd | 4 | ansible-playbooks/aws-sap-ascs-ers/roles/ansible-role-disks | 35 | [
"permissive"
] | [
{
"path": "ansible-playbooks/aws-sap-ascs-ers/roles/ansible-role-disks/tasks/check_disks_type.yml",
"content": "---\n\n# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: MIT-0\n\n- name: Check Ansible devices\n set_fact: system_type_for_mount_disks=\"{{ system_... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1961,
"all_permissive": true
} |
ansible_role | aws-samples/aws-sap-on-ase-with-jenkins-terraform-ansible | 473d51c5b0fe0cc1b68a6f2914590667c716a6cd | 4 | ansible-playbooks/aws-sap-ascs-ers/roles/ansible-role-download-and-install | 35 | [
"permissive"
] | [
{
"path": "ansible-playbooks/aws-sap-ascs-ers/roles/ansible-role-download-and-install/tasks/create_params_file.yml",
"content": "---\n\n# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: MIT-0\n\n- name: Search for SAPEXE file\n find:\n paths: \"{{ ascs_comp... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4822,
"all_permissive": true
} |
ansible_role | aws-samples/aws-sap-on-ase-with-jenkins-terraform-ansible | 473d51c5b0fe0cc1b68a6f2914590667c716a6cd | 4 | ansible-playbooks/aws-sap-ase/roles/ansible-role-disks | 35 | [
"permissive"
] | [
{
"path": "ansible-playbooks/aws-sap-ase/roles/ansible-role-disks/tasks/mount_disk_ase_logs.yml",
"content": "---\n\n# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: MIT-0\n\n- name: Get volume types to mount from file\n shell: grep {{ item }} {{ disk_mapping... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 11225,
"all_permissive": true
} |
ansible_role | aws-samples/aws-sap-on-ase-with-jenkins-terraform-ansible | 473d51c5b0fe0cc1b68a6f2914590667c716a6cd | 4 | ansible-playbooks/aws-sap-ase/roles/ansible-role-download-and-install | 35 | [
"permissive"
] | [
{
"path": "ansible-playbooks/aws-sap-ase/roles/ansible-role-download-and-install/tasks/main.yml",
"content": "---\n\n# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: MIT-0\n\n- name: Check if reboot is needed (RHEL)\n include_tasks: check_reboot_is_needed_red... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 8431,
"all_permissive": true
} |
ansible_role | aws-samples/aws-sap-on-ase-with-jenkins-terraform-ansible | 473d51c5b0fe0cc1b68a6f2914590667c716a6cd | 4 | ansible-playbooks/aws-sap-pas/roles/ansible-role-disks | 35 | [
"permissive"
] | [
{
"path": "ansible-playbooks/aws-sap-pas/roles/ansible-role-disks/tasks/check_all_disks_are_attached.yml",
"content": "---\n\n# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: MIT-0\n\n- name: Set the Variable for Xen\n set_fact: system_type_xen=\"{{ system_ty... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1001,
"all_permissive": true
} |
ansible_role | aws-samples/aws-sap-on-ase-with-jenkins-terraform-ansible | 473d51c5b0fe0cc1b68a6f2914590667c716a6cd | 4 | ansible-playbooks/aws-sap-pas/roles/ansible-role-download-and-install | 35 | [
"permissive"
] | [
{
"path": "ansible-playbooks/aws-sap-pas/roles/ansible-role-download-and-install/defaults/main.yml",
"content": "---\n\n# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n# SPDX-License-Identifier: MIT-0\n\npas_product_id_to_install : \"{{ GLOBAL_PAS_PRODUCT_ID | default('NW_ABAP_CI:NW750... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5861,
"all_permissive": true
} |
ansible_role | narasimhavrm/devops1 | 3270c2b8b81985a005f5c34433dfb2533e96dedd | 0 | learn-ansible/roles/sample | 35 | [
"no_license"
] | [
{
"path": "learn-ansible/roles/sample/tasks/main.yml",
"content": "- name: This is Sample role\n ansible.builtin.debug:\n msg: This msg from Sample role\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 | narasimhavrm/devops1 | 3270c2b8b81985a005f5c34433dfb2533e96dedd | 0 | roboshop-ansible/roles/common | 35 | [
"no_license"
] | [
{
"path": "roboshop-ansible/roles/common/tasks/nodejs.yml",
"content": "- name: Configuring NodeJS Repos\n ansible.builtin.shell: curl -sL https://rpm.nodesource.com/setup_lts.x | bash\n\n- name: Install NodeJS\n ansible.builtin.yum:\n name: nodejs\n state: installed\n\n- name: App Pre-requisite\n ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 7331,
"all_permissive": false
} |
ansible_role | narasimhavrm/devops1 | 3270c2b8b81985a005f5c34433dfb2533e96dedd | 0 | roboshop-ansible/roles/mysql | 35 | [
"no_license"
] | [
{
"path": "roboshop-ansible/roles/mysql/tasks/main.yml",
"content": "\n- name: Disable MySQL Default Version\n ansible.builtin.shell: yum module disable mysql -y\n\n- name: Copy MySQL repo file\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: Install MySQL Com... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1303,
"all_permissive": false
} |
ansible_role | narasimhavrm/devops1 | 3270c2b8b81985a005f5c34433dfb2533e96dedd | 0 | roboshop-ansible/roles/payment | 35 | [
"no_license"
] | [
{
"path": "roboshop-ansible/roles/payment/tasks/main.yml",
"content": "\n- name: Load python\n ansible.builtin.import_role:\n name: common\n tasks_from: python\n\n- name: Load Prometheus Node exporter\n ansible.builtin.import_role:\n name: prometheus\n tasks_from: node-exporter\n\n\n#source co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 419,
"all_permissive": false
} |
ansible_role | narasimhavrm/devops1 | 3270c2b8b81985a005f5c34433dfb2533e96dedd | 0 | roboshop-ansible/roles/redis | 35 | [
"no_license"
] | [
{
"path": "roboshop-ansible/roles/redis/tasks/main.yml",
"content": "- name: Install Redis Repos\n ansible.builtin.yum:\n name: https://rpms.remirepo.net/enterprise/remi-release-8.rpm\n state: installed\n disable_gpg_check: true\n\n- name: Enable Redis 6 version\n ansible.builtin.shell: yum modul... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1406,
"all_permissive": false
} |
ansible_role | narasimhavrm/devops1 | 3270c2b8b81985a005f5c34433dfb2533e96dedd | 0 | roboshop-ansible/roles/shipping | 35 | [
"no_license"
] | [
{
"path": "roboshop-ansible/roles/shipping/tasks/main.yml",
"content": "- name: Load Maven\n ansible.builtin.import_role:\n name: common\n tasks_from: maven\n\n- name: Load Prometheus Node exporter\n ansible.builtin.import_role:\n name: prometheus\n tasks_from: node-exporter\n\n\n#source commo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 430,
"all_permissive": false
} |
ansible_role | kubevirt/ansible-kubevirt-modules | 053c1a3364f814397baed3888f4d232d05405ebc | 7 | roles/app_deployment | 35 | [
"no_license"
] | [
{
"path": "roles/app_deployment/defaults/main.yml",
"content": "kubevirt_app_vms: []\nkubevirt_app_deployments: []\nkubevirt_app_services: []\nkubevirt_app_network_policies: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "roles/app_deployment... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 18483,
"all_permissive": false
} |
ansible_role | kubevirt/ansible-kubevirt-modules | 053c1a3364f814397baed3888f4d232d05405ebc | 7 | roles/vm_image | 35 | [
"no_license"
] | [
{
"path": "roles/vm_image/examples/example1.yml",
"content": "---\n- name: Create volumes 1\n hosts: localhost\n\n vars:\n kubevirt_image_volumes:\n - name: volume1\n namespace: default\n size: 100Mi\n source: \"https://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4477,
"all_permissive": false
} |
ansible_role | kgrvamsi/kubernetes-production-setup | 3cf38880b03f3700209773182fd5389e65db884a | 0 | roles/common | 35 | [
"no_license"
] | [
{
"path": "roles/common/molecule/default/tests/test_cfssl_installation.py",
"content": "import os\nimport pytest\n\nimport testinfra.utils.ansible_runner\n\ntestinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(\n os.environ['MOLECULE_INVENTORY_FILE']\n).get_hosts('all')\n\n\n@pytest.mark.parame... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4582,
"all_permissive": false
} |
ansible_role | kgrvamsi/kubernetes-production-setup | 3cf38880b03f3700209773182fd5389e65db884a | 0 | roles/etcd-standalone | 35 | [
"no_license"
] | [
{
"path": "roles/etcd-standalone/templates/kubernetes-csr.json.j2",
"content": "{\n \"CN\": \"kubernetes\",\n \"key\": {\n \"algo\": \"rsa\",\n \"size\": 2048\n },\n \"names\": [\n {\n \"C\": \"US\",\n \"ST\": \"Austin\",\n \"L\": \"TX\",\n \"O\": \"Kubernetes\",\n \"OU... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5116,
"all_permissive": false
} |
ansible_role | kgrvamsi/kubernetes-production-setup | 3cf38880b03f3700209773182fd5389e65db884a | 0 | roles/kube-api | 35 | [
"no_license"
] | [
{
"path": "roles/kube-api/templates/kube-apiserver.service.j2",
"content": "[Unit]\nDescription=Kubernetes API Server\nDocumentation=https://github.com/kubernetes/kubernetes\n\n[Service]\nExecStart=/usr/local/bin/kube-apiserver \\\n --advertise-address={{ ansible_enp0s8.ipv4.address }} \\\n --allow-privil... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5382,
"all_permissive": false
} |
ansible_role | kgrvamsi/kubernetes-production-setup | 3cf38880b03f3700209773182fd5389e65db884a | 0 | roles/kube-controller-manager | 35 | [
"no_license"
] | [
{
"path": "roles/kube-controller-manager/templates/kube-controller-manager.service.j2",
"content": "[Unit]\nDescription=Kubernetes Controller Manager\nDocumentation=https://github.com/kubernetes/kubernetes\n\n[Service]\nExecStart=/usr/local/bin/kube-controller-manager \\\n --bind-address=0.0.0.0 \\\n --cl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3811,
"all_permissive": false
} |
ansible_role | kgrvamsi/kubernetes-production-setup | 3cf38880b03f3700209773182fd5389e65db884a | 0 | roles/kube-proxy | 35 | [
"no_license"
] | [
{
"path": "roles/kube-proxy/molecule/default/molecule.yml",
"content": "---\ndependency:\n name: galaxy\ndriver:\n name: vagrant\n provider:\n name: virtualbox\nlint:\n name: yamllint\nplatforms:\n - name: instance\n box: ubuntu/xenial64\n memory: 1024\n cpus: 1\n interfaces:\n - au... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 765,
"all_permissive": false
} |
ansible_role | kgrvamsi/kubernetes-production-setup | 3cf38880b03f3700209773182fd5389e65db884a | 0 | roles/kube-scheduler | 35 | [
"no_license"
] | [
{
"path": "roles/kube-scheduler/vars/main.yml",
"content": "---\n# vars file for kube-scheduler\nK8_VER: \"v1.16.2\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "roles/kube-scheduler/templates/kube-scheduler.yaml.j2",
"content": "apiVersio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3397,
"all_permissive": false
} |
ansible_role | kgrvamsi/kubernetes-production-setup | 3cf38880b03f3700209773182fd5389e65db884a | 0 | roles/kubelet | 35 | [
"no_license"
] | [
{
"path": "roles/kubelet/tasks/main.yml",
"content": "---\n# tasks file for kubelet\n- name: Downloading Kubernetes {{K8_VER}} Packages - Kubelet\n become: yes\n get_url:\n url: https://storage.googleapis.com/kubernetes-release/release/{{K8_VER}}/bin/linux/amd64/kubelet\n dest: /usr/local/bin\n m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 635,
"all_permissive": false
} |
ansible_role | szlyunnan/ansible-k8s | 3018282515ba0cee0b6bb301a11b7a9138063cf3 | 0 | roles/base_packages | 35 | [
"no_license"
] | [
{
"path": "roles/base_packages/defaults/main.yaml",
"content": "---\n# base dependent package\n# 基础依赖包\n# DEPENDENT_PACKAGES: [ntp, vim, wget, gcc, gcc-c++, libselinux-python]\nDEPENDENT_PACKAGES: [ntp, vim, wget]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
},
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 262,
"all_permissive": false
} |
ansible_role | szlyunnan/ansible-k8s | 3018282515ba0cee0b6bb301a11b7a9138063cf3 | 0 | roles/ca | 35 | [
"no_license"
] | [
{
"path": "roles/ca/templates/kubernetes/bootstrap-kubeconfig.sh",
"content": "#!/usr/bin/env bash\n\nkubectl config set-cluster kubernetes \\\n --certificate-authority=ca-kube.pem \\\n --embed-certs=true \\\n {% if not KUBE_MASTER_CLUSTER %}\n {% if KUBE_APISERVER|default(false) %}\n --server=https:/... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 6397,
"all_permissive": false
} |
ansible_role | szlyunnan/ansible-k8s | 3018282515ba0cee0b6bb301a11b7a9138063cf3 | 0 | roles/ca_rsync | 35 | [
"no_license"
] | [
{
"path": "roles/ca_rsync/tasks/main.yaml",
"content": "---\n- name: clear etcd some directory\n file:\n path: \"{{ item }}\"\n state: absent\n force: yes\n with_items:\n - \"{{ ETCD_WORK }}\"\n - \"{{ APP_WORK }}/ssl/etcd\"\n - \"{{ APP_WORK }}/config/etcd\"\n when: ETCD_CLEAN\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1166,
"all_permissive": false
} |
ansible_role | szlyunnan/ansible-k8s | 3018282515ba0cee0b6bb301a11b7a9138063cf3 | 0 | roles/docker | 35 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yaml",
"content": "---\n- name: remove a list of packages remote for old docker package\n yum:\n name: \"{{ DOCKER_REMOVE_PACKAGES }}\"\n ignore_errors: True\n\n- name: mkdir docker data directory\n file:\n path: \"{{ DOCKER_WORK }}\"\n state: directory\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3165,
"all_permissive": false
} |
ansible_role | szlyunnan/ansible-k8s | 3018282515ba0cee0b6bb301a11b7a9138063cf3 | 0 | roles/domains | 35 | [
"no_license"
] | [
{
"path": "roles/domains/tasks/main.yaml",
"content": "---\n- name: create ansible domains directory\n file:\n path: \"{{ playbook_dir }}/domains\"\n state: directory\n\n- name: generate hosts file\n template:\n src: \"{{ playbook_dir }}/templates/domains/domains.j2\"\n dest: \"{{ play... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 268,
"all_permissive": false
} |
ansible_role | szlyunnan/ansible-k8s | 3018282515ba0cee0b6bb301a11b7a9138063cf3 | 0 | roles/etcd | 35 | [
"no_license"
] | [
{
"path": "roles/etcd/tasks/files.yaml",
"content": "---\n- name: rsync etcd config file\n template:\n src: \"etcd.conf\"\n dest: \"{{ APP_WORK }}/config/etcd/etcd.conf\"\n\n- name: rsync etcd services file\n template:\n src: \"etcd.service\"\n dest: \"{{ SYSTEM_SERVICE_WORK }}... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 632,
"all_permissive": false
} |
ansible_role | szlyunnan/ansible-k8s | 3018282515ba0cee0b6bb301a11b7a9138063cf3 | 0 | roles/filesystem | 35 | [
"no_license"
] | [
{
"path": "roles/filesystem/tasks/main.yaml",
"content": "---\n\n- name: partition\n parted:\n device: \"{{ DISK_NAME }}\"\n number: 1\n state: present\n\n- name: create filesystem \n filesystem:\n fstype: \"{{ FSTYPE }}\"\n dev: \"{{ DISK_NAME }}1\"\n\n- name: get disk UUID\n shell: \"/us... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 738,
"all_permissive": false
} |
ansible_role | szlyunnan/ansible-k8s | 3018282515ba0cee0b6bb301a11b7a9138063cf3 | 0 | roles/firewalld | 35 | [
"no_license"
] | [
{
"path": "roles/firewalld/tasks/main.yaml",
"content": "---\n- name: stop firewalld\n systemd:\n state: stopped\n name: firewalld\n enabled: no\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 99,
"all_permissive": false
} |
ansible_role | szlyunnan/ansible-k8s | 3018282515ba0cee0b6bb301a11b7a9138063cf3 | 0 | roles/flanneld | 35 | [
"no_license"
] | [
{
"path": "roles/flanneld/tasks/main.yaml",
"content": "---\n- name: clean flanneld log dir\n file:\n path: \"{{ FLANNEL_LOG }}\"\n state: absent\n\n- name: create flanneld dir\n file:\n path: \"{{ APP_WORK }}/config/flanneld\"\n state: directory\n\n- name: remove flannel bina... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 874,
"all_permissive": false
} |
ansible_role | szlyunnan/ansible-k8s | 3018282515ba0cee0b6bb301a11b7a9138063cf3 | 0 | roles/get_info | 35 | [
"no_license"
] | [
{
"path": "roles/get_info/tasks/main.yaml",
"content": "---\n- name: kube_addons_info.sh\n template:\n src: \"{{ playbook_dir }}/templates/addons/kube_addons_info.sh\"\n dest: \"{{ TOOLS_TMP_DIR }}/kube_addons_info.sh\"\n\n- shell: |\n bash kube_addons_info.sh\n args:\n chdir: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 389,
"all_permissive": false
} |
ansible_role | szlyunnan/ansible-k8s | 3018282515ba0cee0b6bb301a11b7a9138063cf3 | 0 | roles/haproxy | 35 | [
"no_license"
] | [
{
"path": "roles/haproxy/defaults/main.yaml",
"content": "---\n# haproxy work\nHAPROXY_WORK: \"/data/haproxy\"\n\n# haproxy run\nHAPROXY_RUN: \"/run\"\n\n# haproxy log\nHAPROXY_LOG: \"/var/log/haproxy\"\n\n# haproxy etc\nHAPROXY_ETC: \"/etc/haproxy\"\n",
"license_type": "no_license",
"detected_licen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1684,
"all_permissive": false
} |
ansible_role | szlyunnan/ansible-k8s | 3018282515ba0cee0b6bb301a11b7a9138063cf3 | 0 | roles/hosts | 35 | [
"no_license"
] | [
{
"path": "roles/hosts/tasks/main.yaml",
"content": "---\n- name: generate hosts file\n template:\n src: \"{{ playbook_dir }}/templates/hosts/hosts.j2\"\n dest: /etc/hosts\n backup: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 142,
"all_permissive": false
} |
ansible_role | szlyunnan/ansible-k8s | 3018282515ba0cee0b6bb301a11b7a9138063cf3 | 0 | roles/inventory_file | 35 | [
"no_license"
] | [
{
"path": "roles/inventory_file/tasks/main.discard.yaml",
"content": "---\n\n- name: clear default\n file: \n path: \"{{ playbook_dir }}/inventory/inventory.ini\"\n state: absent\n\n- name: run analysis\n include_tasks: analysis_para.yaml section=\"{{ outer_item.key }}\" value=\"{{ outer_item.value ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1542,
"all_permissive": false
} |
ansible_role | szlyunnan/ansible-k8s | 3018282515ba0cee0b6bb301a11b7a9138063cf3 | 0 | roles/ipvs | 35 | [
"no_license"
] | [
{
"path": "roles/ipvs/tasks/main.yaml",
"content": "---\n- name: install ipvs\n yum:\n name: ipvsadm\n state: present\n\n- name: ipvs modules file\n template:\n src: ipvs.modules\n dest: /etc/sysconfig/modules/ipvs.modules\n mode: 0755\n\n- name: execute modules file\n shell: |\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 289,
"all_permissive": false
} |
ansible_role | szlyunnan/ansible-k8s | 3018282515ba0cee0b6bb301a11b7a9138063cf3 | 0 | roles/keepalived_ingress | 35 | [
"no_license"
] | [
{
"path": "roles/keepalived_ingress/templates/CheckProxy.sh",
"content": "#!/usr/bin/env bash\n\nPROXY=`ps -C haproxy --no-header | wc -l`\nif [ ${PROXY} -eq 0 ];then\n systemctl restart {{ HA_SERVER }}\n sleep 3\n if [ `ps -C haproxy --no-header | wc -l ` -eq 0 ];then\n systemctl stop keepa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 582,
"all_permissive": false
} |
ansible_role | szlyunnan/ansible-k8s | 3018282515ba0cee0b6bb301a11b7a9138063cf3 | 0 | roles/kernel | 35 | [
"no_license"
] | [
{
"path": "roles/kernel/tasks/main.yaml",
"content": "---\n- name: import key\n shell: rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org\n\n- name: install kernel resource\n yum:\n name: http://www.elrepo.org/elrepo-release-7.0-3.el7.elrepo.noarch.rpm\n state: present\n\n # shell: rpm -Uvh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 553,
"all_permissive": false
} |
ansible_role | szlyunnan/ansible-k8s | 3018282515ba0cee0b6bb301a11b7a9138063cf3 | 0 | roles/kube_addons | 35 | [
"no_license"
] | [
{
"path": "roles/kube_addons/templates/efk/volume/es-glusterfs-pvc.yaml",
"content": "kind: PersistentVolumeClaim\napiVersion: v1\nmetadata:\n name: es-pvc\n namespace: kube-system\n annotations:\n volume.beta.kubernetes.io/storage-class: \"es-glusterfs-sc\"\nspec:\n # storageClassName: es-glusterfs-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 10702,
"all_permissive": false
} |
ansible_role | szlyunnan/ansible-k8s | 3018282515ba0cee0b6bb301a11b7a9138063cf3 | 0 | roles/kube_bootstrap | 35 | [
"no_license"
] | [
{
"path": "roles/kube_bootstrap/tasks/main.yaml",
"content": "---\n- name: rsync kube-ca-approve.sh\n template:\n src: \"kube-ca-approve.sh\"\n dest: \"{{ TOOLS_TMP_DIR }}/kube-ca-approve.sh\"\n mode: 0755\n\n- name: kubectl apply bootstrap\n shell: |\n bash \"{{ TOOLS_TMP_DIR ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1392,
"all_permissive": false
} |
ansible_role | szlyunnan/ansible-k8s | 3018282515ba0cee0b6bb301a11b7a9138063cf3 | 0 | roles/kube_master | 35 | [
"no_license"
] | [
{
"path": "roles/kube_master/tasks/files.yaml",
"content": "---\n- name: rsync kube-master config\n template:\n src: \"{{ item }}\"\n dest: \"{{ APP_WORK }}/config/kube/{{ item }}\"\n with_items:\n - apiserver\n - controller-manager\n - scheduler\n\n- name: deal kube-master service file\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1280,
"all_permissive": false
} |
ansible_role | szlyunnan/ansible-k8s | 3018282515ba0cee0b6bb301a11b7a9138063cf3 | 0 | roles/kube_work | 35 | [
"no_license"
] | [
{
"path": "roles/kube_work/defaults/main.yaml",
"content": "---\n\n# kubelet workdir\nKUBELET_WORK: \"/var/lib/kubelet\"\n\nKUBELET_CLEAN: true\n\n# proxy mode\n# 是否启用ipvs, 默认启用\nKUBE_IPVS_TAG: true\n\n# coredns cluster domain\n# kubernetes 服务发现使用内部查询域名\nCLUSTER_DOMAIN: \"cluster.local\"\n\n# pause image\nK... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1509,
"all_permissive": false
} |
ansible_role | szlyunnan/ansible-k8s | 3018282515ba0cee0b6bb301a11b7a9138063cf3 | 0 | roles/pam_limits | 35 | [
"no_license"
] | [
{
"path": "roles/pam_limits/tasks/main.yaml",
"content": "---\n\n- name: Add or modify hard nofile limits for wildcard domain\n pam_limits:\n domain: '*'\n limit_type: soft\n limit_item: nofile\n value: \"{{PAM_LIMITS}}\"\n\n- name: Add or modify hard nofile limits for wildcard domain\n pam_li... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1139,
"all_permissive": false
} |
ansible_role | szlyunnan/ansible-k8s | 3018282515ba0cee0b6bb301a11b7a9138063cf3 | 0 | roles/selinux | 35 | [
"no_license"
] | [
{
"path": "roles/selinux/tasks/main.yaml",
"content": "---\n- name: disabled selinux\n selinux:\n state: disabled\n\n- name: Temporary selinux\n shell: |\n /usr/sbin/setenforce 0\n ignore_errors: True\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 151
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 151,
"all_permissive": false
} |
ansible_role | szlyunnan/ansible-k8s | 3018282515ba0cee0b6bb301a11b7a9138063cf3 | 0 | roles/set_fact | 35 | [
"no_license"
] | [
{
"path": "roles/set_fact/tasks/main.yaml",
"content": "---\n- name: rsync set_fact.py to remote host\n template:\n src: set_fact.py.j2\n dest: \"{{ TOOLS_TMP_DIR }}/set_fact.py\"\n\n- name: register ETCD_CLUSTER_URL\n shell: \"python {{ TOOLS_TMP_DIR }}/set_fact.py ETCD_CLUSTER_URL\"\n registe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1864,
"all_permissive": false
} |
ansible_role | szlyunnan/ansible-k8s | 3018282515ba0cee0b6bb301a11b7a9138063cf3 | 0 | roles/set_hosts | 35 | [
"no_license"
] | [
{
"path": "roles/set_hosts/templates/set_hosts.sh.j2",
"content": "#!/usr/bin/env bash\n\n{% if KUBE_MASTER_CLUSTER %}\n{% if KUBE_PROXY == \"127.0.0.1\" or KUBE_PROXY == \"localhost\" %}\nlocal_domain=\"localhost.{{ DOMAIN }}\"\n{% endif %}\n{% endif %}\n\nfunction _get_info() {\n domain_info=$(awk -F\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 613,
"all_permissive": false
} |
ansible_role | szlyunnan/ansible-k8s | 3018282515ba0cee0b6bb301a11b7a9138063cf3 | 0 | roles/swap | 35 | [
"no_license"
] | [
{
"path": "roles/swap/tasks/main.yaml",
"content": "---\n- name: do something\n shell: |\n /usr/sbin/swapoff -a;\n /usr/bin/sed -i '/ swap / s/^\\(.*\\)$/#\\1/g' /etc/fstab\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 125,
"all_permissive": false
} |
ansible_role | szlyunnan/ansible-k8s | 3018282515ba0cee0b6bb301a11b7a9138063cf3 | 0 | roles/sysctl | 35 | [
"no_license"
] | [
{
"path": "roles/sysctl/tasks/main.yaml",
"content": "---\n- name: modprobe something\n shell: |\n /usr/sbin/modprobe br_netfilter\n\n- name: set linux forwarding and reload if necessary\n sysctl:\n name: \"{{ item }}\"\n value: 1\n sysctl_set: yes\n state: present\n reload: yes\n with_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 388,
"all_permissive": false
} |
ansible_role | szlyunnan/ansible-k8s | 3018282515ba0cee0b6bb301a11b7a9138063cf3 | 0 | roles/time | 35 | [
"no_license"
] | [
{
"path": "roles/time/tasks/main.yaml",
"content": "---\n- name: set system time zone\n shell: |\n /bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime;\n hwclock -w\n\n- name: set time for cron\n cron:\n name: update system time\n minute: \"*/1\"\n job: \"/usr/sbin/ntpdate {{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 298,
"all_permissive": false
} |
ansible_role | sakuffo/udc-lesson-4-exercises | 7c3a28b6b42177135448cf02ba5cab88a21ce6c3 | 0 | rem_crtl/roles/setup | 35 | [
"no_license"
] | [
{
"path": "rem_crtl/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 dependencies.\"\n become: yes\n apt:\n name: [\"nodejs\", \"npm\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 608,
"all_permissive": false
} |
ansible_role | prithviraj24/tasks | 7dd93e4fe09e4812beb6b0be3ecb337c749c2bb3 | 0 | roles/task1 | 35 | [
"no_license"
] | [
{
"path": "roles/task1/templates/inde.html.j2",
"content": "Welcome to the {{ ansible_fqdn }} or {{ ansible_default_ipv4.address }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/task1/tasks/main.yml",
"content": "---\n# tasks file for... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 476,
"all_permissive": false
} |
ansible_role | maartendq/ansible-bluzelle | f7ebf0570fb9eee6b894b5a16da28be7be14fb1c | 0 | roles/bluzelle | 35 | [
"no_license"
] | [
{
"path": "roles/bluzelle/files/genesis.json",
"content": "{\n \"genesis_time\": \"2020-07-04T19:39:29.941997658Z\",\n \"chain_id\": \"bluzelleTestPublic-1\",\n \"consensus_params\": {\n \"block\": {\n \"max_bytes\": \"22020096\",\n \"max_gas\": \"-1\",\n \"time_iota_ms\": \"1000\"\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 11658,
"all_permissive": false
} |
ansible_role | allanrogerr/ansible-scripts | 1e812c1dacca05cc1edb940ebbcd3ce5d83d9ba5 | 0 | ansible/roles/minio-cluster | 35 | [
"no_license"
] | [
{
"path": "ansible/roles/minio-cluster/tasks/main.yml",
"content": "---\n- include: minio-cluster.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "ansible/roles/minio-cluster/templates/create-cluster.sh.j2",
"content": "#!/bin/bash\n\necho \... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3605,
"all_permissive": false
} |
ansible_role | allanrogerr/ansible-scripts | 1e812c1dacca05cc1edb940ebbcd3ce5d83d9ba5 | 0 | ansible/roles/post-hook | 35 | [
"no_license"
] | [
{
"path": "ansible/roles/post-hook/tasks/main.yml",
"content": "---\n- name: Reboot\n reboot:\n tags: post-hook\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 47,
"all_permissive": false
} |
ansible_role | allanrogerr/ansible-scripts | 1e812c1dacca05cc1edb940ebbcd3ce5d83d9ba5 | 0 | ansible/roles/pre-hook | 35 | [
"no_license"
] | [
{
"path": "ansible/roles/pre-hook/tasks/main.yml",
"content": "- name: Enable linger (shell)\n shell: loginctl enable-linger {{ user }}\n become_user: \"{{ user }}\"\n tags: pre-hook",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 117,
"all_permissive": false
} |
ansible_role | dipeshrathore/sample_repo | 6b2233f2582b0c2b517ac11e0901d761edbb2543 | 0 | ansible/roles/nginx | 35 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/defaults/main.yml",
"content": "enable_nginx_service: true",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "- name: Update apt cache and Install Nginx\n apt:\n n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 234,
"all_permissive": false
} |
ansible_role | dipeshrathore/sample_repo | 6b2233f2582b0c2b517ac11e0901d761edbb2543 | 0 | ansible/roles/php | 35 | [
"no_license"
] | [
{
"path": "ansible/roles/php/defaults/main.yml",
"content": "php_modules:\n - \"php7.0-fpm\"\n\nphp_version: \"php7.0\" ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "ansible/roles/php/tasks/main.yml",
"content": "- name: Add dependencies f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 826,
"all_permissive": false
} |
ansible_role | ivan9311162024/elk_7.10.2 | c19686a43a50993a3f61953542cfd764858d44e7 | 0 | info-ansible_7.10.2/roles/logstash | 35 | [
"no_license"
] | [
{
"path": "info-ansible_7.10.2/roles/logstash/tasks/prepare.yml",
"content": "- name: Create dirs\n file:\n path: \"{{ item }}\"\n state: directory\n mode: '0755'\n recurse: false\n with_items:\n - /opt/syslog\n - /opt/syslog/packages\n - /opt/syslog/logstash\n\n- name: Configure sysc... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3988,
"all_permissive": false
} |
ansible_role | shazChaudhry/Riversafe_tech_test | f1f29f232a271deef50c810e813abd3c5e58fe17 | 0 | ansible/roles/deploy-nginx | 35 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy-nginx/molecule/default/playbook.yml",
"content": "---\n- name: Converge\n hosts: all\n roles:\n - role: deploy-nginx\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "ansible/roles/deploy-nginx/molecule/default/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3537,
"all_permissive": false
} |
ansible_role | shazChaudhry/Riversafe_tech_test | f1f29f232a271deef50c810e813abd3c5e58fe17 | 0 | ansible/roles/install-docker | 35 | [
"no_license"
] | [
{
"path": "ansible/roles/install-docker/tasks/main.yml",
"content": "---\n# Manual steps required to install docker on CentOS are documented at https://docs.docker.com/install/linux/docker-ce/centos/\n- name: Install required packages for docker-ce\n yum:\n name: \"{{ packages }}\"\n state: present\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1552,
"all_permissive": false
} |
ansible_role | AKSarav/VagrantWeblogicInfra-AnsibleRole | ec5e91562dab9af214e4c802386ea1a3458f55a7 | 9 | roles/setup-weblogic | 35 | [
"no_license"
] | [
{
"path": "roles/setup-weblogic/vars/main.yml",
"content": "# Paths\noracle_home: \"/opt/oracle\"\nwlshome: \"/opt/oracle/wlserver\"\ndomainroot: \"/opt/oracle/domains\"\n\n# Credentials\ndomain_name: \"mwidomain\"\ndomain_username: \"weblogic\"\ndomain_password: \"<PASSWORD>\"\n\n\n# Admin Server\nadmin_Li... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 14279,
"all_permissive": false
} |
ansible_role | kondareddy007/reddy-roboshop-ansible-roles | 14dbacb2fee83eba761f85da03ec4c679e04a434 | 1 | roles/cart | 36 | [
"no_license"
] | [
{
"path": "roles/cart/tasks/main.yaml",
"content": "- name: app-setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: nodejs\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n\n- name: systemctl service start\n ansible.builtin.import_role:\n na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 279,
"all_permissive": false
} |
ansible_role | kondareddy007/reddy-roboshop-ansible-roles | 14dbacb2fee83eba761f85da03ec4c679e04a434 | 1 | roles/common | 36 | [
"no_license"
] | [
{
"path": "roles/common/tasks/mysql-setup.yaml",
"content": "- name: Install mysql client\n dnf:\n name: mysql\n state: present\n- name: check cities schema exists or not\n command: mysql -h {{MYSQL_HOST}} -uroot -p{{mysql_password}} -sN -e \"SELECT COUNT(*) FROM INFORMATION_SCHEMA.SCHEMATA WHERE SC... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2955,
"all_permissive": false
} |
ansible_role | kondareddy007/reddy-roboshop-ansible-roles | 14dbacb2fee83eba761f85da03ec4c679e04a434 | 1 | roles/payment | 36 | [
"no_license"
] | [
{
"path": "roles/payment/tasks/main.yaml",
"content": "- name: app-setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: python\n ansible.builtin.import_role:\n name: common\n tasks_from: python\n\n- name: systemmd setup\n ansible.builtin.import_role:\n name: co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 270,
"all_permissive": false
} |
ansible_role | kondareddy007/reddy-roboshop-ansible-roles | 14dbacb2fee83eba761f85da03ec4c679e04a434 | 1 | roles/shipping | 36 | [
"no_license"
] | [
{
"path": "roles/shipping/tasks/main.yaml",
"content": "- name: app-setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: java\n ansible.builtin.import_role:\n name: common\n tasks_from: java\n\n- name: mysql setup\n ansible.builtin.import_role:\n name: common\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 362,
"all_permissive": false
} |
ansible_role | ysatii/ansible-hw3 | 70d70537ae7d4bec075711255d0d7e12a154e117 | 0 | playbook/roles/lighthouse | 36 | [
"no_license"
] | [
{
"path": "playbook/roles/lighthouse/templates/lighthouse_config.j2",
"content": "const CONFIG = {\n api: {\n server: \"http://{{ hostvars['clickhouse-01'].ansible_host }}\",\n port: \"8123\",\n user: \"default\",\n password: \"\",\n database: \"logs\"\n }\n};\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1785,
"all_permissive": false
} |
ansible_role | ysatii/ansible-hw3 | 70d70537ae7d4bec075711255d0d7e12a154e117 | 0 | playbook/roles/vector | 36 | [
"no_license"
] | [
{
"path": "playbook/roles/vector/templates/vector.toml.j2",
"content": "# Прием логов через сокет\n[sources.remote_logs]\ntype = \"socket\"\naddress = \"127.0.0.1:6000\"\n\n# Парсим логи\n[transforms.parse_logs]\ntype = \"remap\"\ninputs = [\"remote_logs\"]\nsource = '''\n. = parse_json!(string!(.message))\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3439,
"all_permissive": false
} |
ansible_role | FlorentMonnet/DevOps | 9c375357286d65c45736d954e92f1e8ce3573ff4 | 1 | ansible/roles/create-network | 36 | [
"no_license"
] | [
{
"path": "ansible/roles/create-network/tasks/main.yml",
"content": "---\n# tasks file for roles/create-network\n- name: Create a network\n docker_network:\n name: app-network",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 106,
"all_permissive": false
} |
ansible_role | FlorentMonnet/DevOps | 9c375357286d65c45736d954e92f1e8ce3573ff4 | 1 | ansible/roles/launch-app | 36 | [
"no_license"
] | [
{
"path": "ansible/roles/launch-app/tasks/main.yml",
"content": "---\n# tasks file for roles/launch-app\n- name: launch app container\n docker_container:\n name: java-api\n image: florentmonnet2/backendapi-image:1.1\n networks: \n - name: app-network",
"license_type": "no_license",
"d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 193,
"all_permissive": false
} |
ansible_role | FlorentMonnet/DevOps | 9c375357286d65c45736d954e92f1e8ce3573ff4 | 1 | ansible/roles/launch-database | 36 | [
"no_license"
] | [
{
"path": "ansible/roles/launch-database/tasks/main.yml",
"content": "---\n# tasks file for roles/launch-database\n- name: launch postgres container\n docker_container:\n name: postgres-app\n # on utilise l'image sur docker hub\n image: florentmonnet2/postgres-image:1.1\n #on monte notre volume... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 339,
"all_permissive": false
} |
ansible_role | FlorentMonnet/DevOps | 9c375357286d65c45736d954e92f1e8ce3573ff4 | 1 | ansible/roles/launch-front | 36 | [
"no_license"
] | [
{
"path": "ansible/roles/launch-front/tasks/main.yml",
"content": "---\n# tasks file for roles/launch-front\n- name: launch front container\n docker_container:\n name: front\n image: florentmonnet2/front-image:1.1\n networks: \n - name: app-network",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 189,
"all_permissive": false
} |
ansible_role | FlorentMonnet/DevOps | 9c375357286d65c45736d954e92f1e8ce3573ff4 | 1 | ansible/roles/launch-proxy | 36 | [
"no_license"
] | [
{
"path": "ansible/roles/launch-proxy/tasks/main.yml",
"content": "---\n# tasks file for roles/launch-proxy\n- name: Start apache container\n docker_container:\n name: apache\n image: florentmonnet2/apache-image:1.1\n networks: \n - name: app-network\n ports: \n - \"80:80\"",
"lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 219,
"all_permissive": false
} |
ansible_role | ixxeL2097/Ansible | eef705d50f0321b3501b9335f07c5605336a4bf0 | 0 | roles/GUI-utils | 36 | [
"no_license"
] | [
{
"path": "roles/GUI-utils/tasks/main.yml",
"content": "---\n- name: Main graphic packages installation\n package:\n name:\n - vlc\n - baobab\n - filezilla\n - terminator\n - gedit\n state: latest\n update_cache: yes\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 186,
"all_permissive": false
} |
ansible_role | ixxeL2097/Ansible | eef705d50f0321b3501b9335f07c5605336a4bf0 | 0 | roles/docker | 36 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Dependancies packages install for Docker\n yum:\n name: \n - yum-utils\n - device-mapper-persistent-data \n - lvm2\n - epel-release\n - yum-utils \n state: latest \n update_cache: yes\n\n- name: Adding Docker reposito... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3651,
"all_permissive": false
} |
ansible_role | ixxeL2097/Ansible | eef705d50f0321b3501b9335f07c5605336a4bf0 | 0 | roles/fish | 36 | [
"no_license"
] | [
{
"path": "roles/fish/tasks/fishDesktop.yml",
"content": "---\n\n- when: ansible_os_family == 'CentOS' or ansible_os_family == 'RedHat'\n name: Adding fish repository for CentOS\n get_url:\n url: https://download.opensuse.org/repositories/shells:fish:release:2/CentOS_7/shells:fish:release:2.repo\n d... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7188,
"all_permissive": false
} |
ansible_role | ixxeL2097/Ansible | eef705d50f0321b3501b9335f07c5605336a4bf0 | 0 | roles/gnome-desktop | 36 | [
"no_license"
] | [
{
"path": "roles/gnome-desktop/tasks/main.yml",
"content": "---\n\n- import_tasks: CentOS.yml\n when: ansible_os_family == 'RedHat' or ansible_os_family == 'CentOS'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
},
{
"path": "roles/gnome-desktop/tasks/CentO... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 679,
"all_permissive": false
} |
ansible_role | ixxeL2097/Ansible | eef705d50f0321b3501b9335f07c5605336a4bf0 | 0 | roles/open-vm-tools | 36 | [
"no_license"
] | [
{
"path": "roles/open-vm-tools/tasks/main.yml",
"content": "---\n - import_tasks: CentOS.yml\n when: ansible_os_family == 'RedHat' or ansible_os_family == 'CentOS' and ansible_virtualization_type == \"VMware\"\n\n - import_tasks: Debian.yml\n when: ansible_distribution == 'Ubuntu' or ansible_distrib... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 629,
"all_permissive": false
} |
ansible_role | ixxeL2097/Ansible | eef705d50f0321b3501b9335f07c5605336a4bf0 | 0 | roles/openVPN | 36 | [
"no_license"
] | [
{
"path": "roles/openVPN/tasks/debian.yml",
"content": "---\n\n#- name: Downloading openVPN server for Debian 9 x64\n# get_url:\n# url: https://openvpn.net/downloads/openvpn-as-latest-debian9.amd_64.deb\n# dest: /tmp/\n \n#- name: Install a .deb package\n# apt:\n# deb: /tmp/mypackage.deb\n\n#-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1145,
"all_permissive": false
} |
ansible_role | ixxeL2097/Ansible | eef705d50f0321b3501b9335f07c5605336a4bf0 | 0 | roles/plex | 36 | [
"no_license"
] | [
{
"path": "roles/plex/tasks/nfs.yml",
"content": "---\n- name: Creating NFS directory\n file: \n path: '/mnt/{{ nfs_dir }}'\n state: directory\n recurse: yes\n mode: 0775\n\n#- name: Map NFS share from Storage repo to server\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2018,
"all_permissive": false
} |
ansible_role | ixxeL2097/Ansible | eef705d50f0321b3501b9335f07c5605336a4bf0 | 0 | roles/sudoer | 36 | [
"no_license"
] | [
{
"path": "roles/sudoer/tasks/main.yml",
"content": "---\n- name: Adding user to SUDOERS\n template: \n src: templates/sudoers.j2 \n dest: /etc/sudoers.d/{{ item.key }}-sudoer \n validate: 'visudo -cf %s'\n mode: 0440\n with_dict: '{{ userlist }}'",
"license_type": "no_license",
"detec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 201,
"all_permissive": false
} |
ansible_role | ixxeL2097/Ansible | eef705d50f0321b3501b9335f07c5605336a4bf0 | 0 | roles/test-feature | 36 | [
"no_license"
] | [
{
"path": "roles/test-feature/tasks/main.yml",
"content": "---\n\n- when: ansible_os_family == 'CentOS' or ansible_os_family == 'RedHat'\n name: Add fish repository for CentOS\n get_url:\n url: https://download.opensuse.org/repositories/shells:fish:release:2/CentOS_7/shells:fish:release:2.repo\n des... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 279,
"all_permissive": false
} |
ansible_role | ixxeL2097/Ansible | eef705d50f0321b3501b9335f07c5605336a4bf0 | 0 | roles/update | 36 | [
"no_license"
] | [
{
"path": "roles/update/tasks/main.yaml",
"content": "---\n\n- when: ansible_os_family == 'CentOS' or ansible_os_family == 'RedHat'\n name: .rpm update\n yum:\n name: \"*\"\n update_cache: yes\n state: latest\n\n- when: ansible_os_family == 'Debian' or ansible_os_family == 'Ubuntu'\n block:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 451,
"all_permissive": false
} |
ansible_role | ixxeL2097/Ansible | eef705d50f0321b3501b9335f07c5605336a4bf0 | 0 | roles/utils | 36 | [
"no_license"
] | [
{
"path": "roles/utils/vars/main.yml",
"content": "git_version: 2.21.0\ngit_prefix: /usr/local\ngit_temp_dir: /tmp\ngit_binary_dir: \"{{ git_temp_dir }}/git-{{ git_version }}\"\ngit_url: \"https://www.kernel.org/pub/software/scm/git/git-{{ git_version }}.tar.gz\"",
"license_type": "no_license",
"det... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2230,
"all_permissive": false
} |
ansible_role | ixxeL2097/Ansible | eef705d50f0321b3501b9335f07c5605336a4bf0 | 0 | roles/vault | 36 | [
"no_license"
] | [
{
"path": "roles/vault/tasks/main.yml",
"content": "---\n- name: Creating vault group\n group: \n name: \"{{ vault_group }}\"\n\n- name: Creating vault user\n user:\n name: \"{{ vault_user }}\"\n group: \"{{ vault_group }}\"\n system: yes\n shell: \"/sbin/nologin\"\n comment: \"vault nol... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2227,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.