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 | prankurjain/HelloWorldPipeline | adfde74a3476d22ccd96426f4990b54a0b5cbf28 | 0 | HelloWorld/ansible-code/roles/helloworld | 7,637 | [
"no_license"
] | [
{
"path": "HelloWorld/ansible-code/roles/helloworld/tasks/main.yml",
"content": "---\n# tasks file for helloworld\n\n- name: Wildfly Home Dir\n file: path={{doc_wildfly}}/wildfly-23.0.0.Final state=directory\n\n- name: Install Default JDK 1.8\n apt: name=default-jdk state=present\n\n- name: Download wildf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 997,
"all_permissive": false
} |
ansible_role | reshmi-nair/uprh_sb-learning-platform | d735774a0be2d91d851d0577a4bc95e1eb15d697 | 0 | ansible/roles/azure-cli | 7,637 | [
"no_license"
] | [
{
"path": "ansible/roles/azure-cli/tasks/main.yml",
"content": "- name: Import Azure signing key\n become: yes\n become_user: root\n shell: curl -L https://packages.microsoft.com/keys/microsoft.asc | apt-key add -\n\n- name: Add Azure apt repository\n become: yes\n become_user: root\n apt_repository: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1031,
"all_permissive": false
} |
ansible_role | grizotti/fred-hands-on | 12945ef6961bd5451704d727e0b4790bfdded438 | 0 | deployment/roles/stop_port_forward | 7,637 | [
"no_license"
] | [
{
"path": "deployment/roles/stop_port_forward/tasks/main.yml",
"content": "---\n- name: register socat pid\n shell: ps -ef | grep socat | grep -v grep | tr -s \" \" | cut -d \" \" -f 2\n register: my_pid\n tags:\n - stop_port_forward\n\n- name: stop socat pid\n shell: \"kill -9 {{ my_pid.stdout }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 252,
"all_permissive": false
} |
ansible_role | umeshpandey994/ansible-deployment | ed9bae102af7fbe75fe66a2fd45618df01cc90c7 | 0 | roles/example | 7,637 | [
"no_license"
] | [
{
"path": "roles/example/README.md",
"content": "## Linux already comes with python 2.7 installed, and in this tutorial we will update it to version 3.5.0, it is easy you just need to follow this steps:\n\n# Check python version on Terminal ( Ctrl + Alt + T open terminal)\npython -V\n\n#Installing the pyenv... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 6700,
"all_permissive": false
} |
ansible_role | harshad007/ansible_mongodb-installation | adbe1765e2ea7c23523c2a0eef7380f0b878a1b2 | 0 | roles/installmongo | 7,637 | [
"no_license"
] | [
{
"path": "roles/installmongo/handlers/main.yml",
"content": "# handler file when mongodb is installed; to start mongosb service\n\n---\n- name: start mongodb service\n service: name=mongodb state=started\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 493,
"all_permissive": false
} |
ansible_role | functional-swiss/leihs-sync | e95ef0adc99089ccd086c92fcf4aa06c64ce7f1b | 0 | deploy/roles/deploy | 7,637 | [
"no_license"
] | [
{
"path": "deploy/roles/deploy/templates/functional_sync-config.yml",
"content": "core:\n group-create-defaults:\n admin_protected: true\n system_admin_protected: true\n group-filter-blacklist-regexes: []\n group-filter-whitelist-regex: .*\n group-update-defaults:\n admin_protected: true\n s... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 5296,
"all_permissive": false
} |
ansible_role | lumaxis/raspberry-pi-config | 624c4dc0922ffc9c3b1f5768ae272049c6b86313 | 0 | roles/alsa | 7,637 | [
"no_license"
] | [
{
"path": "roles/alsa/tasks/main.yml",
"content": "- name: Set defaults.ctl.card\n become: yes\n ansible.builtin.lineinfile:\n path: /usr/share/alsa/alsa.conf\n regexp: '(defaults\\.ctl\\.card)\\s+\\d'\n backrefs: yes\n line: '\\1 1'\n notify: Reboot for ALSA\n\n- name: Set defaults.pcm.card\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 897,
"all_permissive": false
} |
ansible_role | lumaxis/raspberry-pi-config | 624c4dc0922ffc9c3b1f5768ae272049c6b86313 | 0 | roles/homebridge | 7,637 | [
"no_license"
] | [
{
"path": "roles/homebridge/handlers/main.yml",
"content": "- name: Restart Homebridge\n ansible.builtin.command: hb-service restart\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/homebridge/tasks/packages.yml",
"conten... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1778,
"all_permissive": false
} |
ansible_role | lumaxis/raspberry-pi-config | 624c4dc0922ffc9c3b1f5768ae272049c6b86313 | 0 | roles/nodejs | 7,637 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "- name: Install Node.js\n become: yes\n block:\n - name: Add nodesource key\n ansible.builtin.apt_key:\n url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n id: 1655A0AB68576280\n\n - name: Add NodeSource repository\n ansible.b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 506,
"all_permissive": false
} |
ansible_role | lumaxis/raspberry-pi-config | 624c4dc0922ffc9c3b1f5768ae272049c6b86313 | 0 | roles/raspotify | 7,637 | [
"no_license"
] | [
{
"path": "roles/raspotify/defaults/main.yml",
"content": "device_name: '\"raspotify\"'\ndevice_type: '\"avr\"'\nbitrate: '\"160\"'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "roles/raspotify/handlers/main.yml",
"content": "- name: Restar... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1313,
"all_permissive": false
} |
ansible_role | RedHatDemos/SecurityDemos | ca70803923ceda6b5f8c40b77382c99eaa9010e2 | 185 | 2018Labs/ProactiveSecurityCompliance/cloudforms/ansible/openstack/roles/osp_basic_provision | 7,637 | [
"no_license"
] | [
{
"path": "2018Labs/ProactiveSecurityCompliance/cloudforms/ansible/openstack/roles/osp_basic_provision/tasks/main.yml",
"content": "---\n- name: Provision instances\n os_server:\n auth: \"{{ osp_auth }}\"\n name: \"{{ vm_name }}\"\n image: \"{{ template }}\"\n key_name: \"{{ key_name }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 791,
"all_permissive": false
} |
ansible_role | RedHatDemos/SecurityDemos | ca70803923ceda6b5f8c40b77382c99eaa9010e2 | 185 | 2018Labs/ProactiveSecurityCompliance/cloudforms/ansible/openstack/roles/osp_postprovision | 7,637 | [
"no_license"
] | [
{
"path": "2018Labs/ProactiveSecurityCompliance/cloudforms/ansible/openstack/roles/osp_postprovision/tasks/main.yml",
"content": "---\n- name: Set the provider URL\n set_fact:\n provider_url: \"{{ manageiq.api_url }}/api/providers/{{ provider_id }}\"\n\n- name: Refresh provider\n uri:\n url: \"{{ pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5024,
"all_permissive": false
} |
ansible_role | RedHatDemos/SecurityDemos | ca70803923ceda6b5f8c40b77382c99eaa9010e2 | 185 | 2018Labs/ProactiveSecurityCompliance/cloudforms/ansible/openstack/roles/osp_vmname | 7,637 | [
"no_license"
] | [
{
"path": "2018Labs/ProactiveSecurityCompliance/cloudforms/ansible/openstack/roles/osp_vmname/defaults/main.yml",
"content": "---\nvm_names: []\nvm_prefix: cfme\nos_prefix: r\ncount: 1\nname_format: \"{{ vm_prefix }}{{ os_prefix }}%02x\"\n\n# enable extra debugging\nverbose: false\n",
"license_type": "n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 369,
"all_permissive": false
} |
ansible_role | RedHatDemos/SecurityDemos | ca70803923ceda6b5f8c40b77382c99eaa9010e2 | 185 | 2018Labs/ProactiveSecurityCompliance/cloudforms/ansible/rhvm/roles/rhv_basic_provision | 7,637 | [
"no_license"
] | [
{
"path": "2018Labs/ProactiveSecurityCompliance/cloudforms/ansible/rhvm/roles/rhv_basic_provision/defaults/main.yml",
"content": "---\n# For a full list of ovirt_vms parameters, visit:\n# http://docs.ansible.com/ansible/latest/ovirt_vms_module.html\n\n# RHV Auth parameters\n# engine_url: \"{{ lookup('env', ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6033,
"all_permissive": false
} |
ansible_role | RedHatDemos/SecurityDemos | ca70803923ceda6b5f8c40b77382c99eaa9010e2 | 185 | 2018Labs/ProactiveSecurityCompliance/cloudforms/ansible/rhvm/roles/rhv_postprovision | 7,637 | [
"no_license"
] | [
{
"path": "2018Labs/ProactiveSecurityCompliance/cloudforms/ansible/rhvm/roles/rhv_postprovision/tasks/main.yml",
"content": "---\n- name: Lookup vms via uid_ems\n uri:\n url: \"{{ manageiq.api_url }}/api/vms?filter[]=uid_ems={{ item.id }}&expand=resources\"\n method: GET\n body:\n action: ref... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4041,
"all_permissive": false
} |
ansible_role | RedHatDemos/SecurityDemos | ca70803923ceda6b5f8c40b77382c99eaa9010e2 | 185 | 2018Labs/ProactiveSecurityCompliance/cloudforms/ansible/rhvm/roles/rhv_preprovision | 7,637 | [
"no_license"
] | [
{
"path": "2018Labs/ProactiveSecurityCompliance/cloudforms/ansible/rhvm/roles/rhv_preprovision/tasks/main.yml",
"content": "---\n- name: logging manageiq object\n debug:\n var: manageiq\n when: manageiq is defined\n\n# Add your own plays here\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 118,
"all_permissive": false
} |
ansible_role | RedHatDemos/SecurityDemos | ca70803923ceda6b5f8c40b77382c99eaa9010e2 | 185 | 2018Labs/ProactiveSecurityCompliance/cloudforms/ansible/rhvm/roles/sat6register | 7,637 | [
"no_license"
] | [
{
"path": "2018Labs/ProactiveSecurityCompliance/cloudforms/ansible/rhvm/roles/sat6register/tasks/main.yml",
"content": "---\n# tasks register to satellite6 with or without puppet\n#\n- name: Download bootstrap.py from the {{ satellite_hostname }}\n get_url:\n url: \"http://{{ satellite_hostname }}/pub/b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1773,
"all_permissive": false
} |
ansible_role | RedHatDemos/SecurityDemos | ca70803923ceda6b5f8c40b77382c99eaa9010e2 | 185 | 2018Labs/ProactiveSecurityCompliance/cloudforms/ansible/satellite/roles/satellite_scan_results | 7,637 | [
"no_license"
] | [
{
"path": "2018Labs/ProactiveSecurityCompliance/cloudforms/ansible/satellite/roles/satellite_scan_results/tasks/main.yml",
"content": "---\n- name: Lookup Compliance Policy Name\n uri:\n url: \"https://{{ satellite_hostname }}/api/v2/compliance/policies/{{ policy_id }}\"\n method: GET\n force_basi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1517,
"all_permissive": false
} |
ansible_role | RedHatDemos/SecurityDemos | ca70803923ceda6b5f8c40b77382c99eaa9010e2 | 185 | 2019Labs/ProactiveSecurityCompliance/Ansible/ProvisioningCallback/roles/GoKEV-dummy-role | 7,637 | [
"no_license"
] | [
{
"path": "2019Labs/ProactiveSecurityCompliance/Ansible/ProvisioningCallback/roles/GoKEV-dummy-role/defaults/main.yml",
"content": "---\n# defaults file for GoKEV-dummy-role",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "2019Labs/ProactiveSecurity... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 1877,
"all_permissive": false
} |
ansible_role | RedHatDemos/SecurityDemos | ca70803923ceda6b5f8c40b77382c99eaa9010e2 | 185 | 2019Labs/ProactiveSecurityCompliance/Ansible/WebAppLAMPLab/roles/force-reg | 7,637 | [
"no_license"
] | [
{
"path": "2019Labs/ProactiveSecurityCompliance/Ansible/WebAppLAMPLab/roles/force-reg/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - force-reg",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "2019Labs/Proa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 337,
"all_permissive": false
} |
ansible_role | RedHatDemos/SecurityDemos | ca70803923ceda6b5f8c40b77382c99eaa9010e2 | 185 | 2019Labs/ProactiveSecurityCompliance/Ansible/patching-playbooks/roles/ansible-role-scap-client | 7,637 | [
"no_license"
] | [
{
"path": "2019Labs/ProactiveSecurityCompliance/Ansible/patching-playbooks/roles/ansible-role-scap-client/tasks/main.yaml",
"content": "---\n- name: Install openscap client packages\n yum:\n name:\n - openscap-scanner\n - rubygem-foreman_scap_client\n state: present\n\n- name: Get Policy para... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2736,
"all_permissive": false
} |
ansible_role | RedHatDemos/SecurityDemos | ca70803923ceda6b5f8c40b77382c99eaa9010e2 | 185 | 2019Labs/ProactiveSecurityCompliance/Ansible/patching-playbooks/roles/cvmanager | 7,637 | [
"no_license"
] | [
{
"path": "2019Labs/ProactiveSecurityCompliance/Ansible/patching-playbooks/roles/cvmanager/defaults/main.yml",
"content": "---\n# defaults file for katello-cvmanager\nsat_uri: \"https://{{inventory_hostname}}\"\nsat_user: ''\nsat_pass: ''\nsat_timeout: 300\nsat_org: 1\nsat_lifecycle: 1\nsat_cv_keep_count: 2... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2535,
"all_permissive": false
} |
ansible_role | RedHatDemos/SecurityDemos | ca70803923ceda6b5f8c40b77382c99eaa9010e2 | 185 | 2019Labs/ProactiveSecurityCompliance/Ansible/patching-playbooks/roles/hardening | 7,637 | [
"no_license"
] | [
{
"path": "2019Labs/ProactiveSecurityCompliance/Ansible/patching-playbooks/roles/hardening/defaults/main.yml",
"content": "---\nharden_password_complexity: yes\nharden_selinux: yes\n\npass_max_attempts: 3\npass_unlock_time: 600",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1464,
"all_permissive": false
} |
ansible_role | RedHatDemos/SecurityDemos | ca70803923ceda6b5f8c40b77382c99eaa9010e2 | 185 | 2019Labs/ProactiveSecurityCompliance/Ansible/patching-playbooks/roles/motd-splash | 7,637 | [
"no_license"
] | [
{
"path": "2019Labs/ProactiveSecurityCompliance/Ansible/patching-playbooks/roles/motd-splash/tasks/main.yml",
"content": "---\n- name: Define the custom MOTD file if this is a CentOS system\n set_fact:\n motd_template_file: templates/motd_centos\n when: ansible_distribution == \"CentOS\"\n\n- name: Def... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3074,
"all_permissive": false
} |
ansible_role | RedHatDemos/SecurityDemos | ca70803923ceda6b5f8c40b77382c99eaa9010e2 | 185 | 2019Labs/ProactiveSecurityCompliance/cloudforms/ansible/openstack/roles/osp_runonce | 7,637 | [
"no_license"
] | [
{
"path": "2019Labs/ProactiveSecurityCompliance/cloudforms/ansible/openstack/roles/osp_runonce/tasks/main.yml",
"content": "---\n- name: Set Up Repos\n shell: \"{{ item }}\"\n register: sat_repos_output\n with_items:\n - subscription-manager repos --enable rhel-7-server-extras-beta-rpms\n\n- name: Log... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1290,
"all_permissive": false
} |
ansible_role | RedHatDemos/SecurityDemos | ca70803923ceda6b5f8c40b77382c99eaa9010e2 | 185 | 2019Labs/ProactiveSecurityCompliance/cloudforms/ansible/openstack/roles/sat6register | 7,637 | [
"no_license"
] | [
{
"path": "2019Labs/ProactiveSecurityCompliance/cloudforms/ansible/openstack/roles/sat6register/tasks/main.yml",
"content": "---\n# tasks register to satellite6 with or without puppet\n#\n- name: Download bootstrap.py from the {{ satellite_hostname }}\n get_url:\n url: \"http://{{ satellite_hostname }}/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1006,
"all_permissive": false
} |
ansible_role | RedHatDemos/SecurityDemos | ca70803923ceda6b5f8c40b77382c99eaa9010e2 | 185 | 2019Labs/ProactiveSecurityCompliance/cloudforms/ansible/rhvm/roles/rhv_vmname | 7,637 | [
"no_license"
] | [
{
"path": "2019Labs/ProactiveSecurityCompliance/cloudforms/ansible/rhvm/roles/rhv_vmname/tasks/main.yml",
"content": "---\n- name: Generating VM name(s)\n set_fact:\n vm_names: \"{{ vm_names + [ vm_name ] }}\"\n when: vm_name is defined\n\n- name: Log vm_names\n debug:\n var: vm_names\n when: vm_n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 221,
"all_permissive": false
} |
ansible_role | RedHatDemos/SecurityDemos | ca70803923ceda6b5f8c40b77382c99eaa9010e2 | 185 | 2019Labs/ProactiveSecurityCompliance/cloudforms/ansible/satellite/roles/cloudforms_tagging | 7,637 | [
"no_license"
] | [
{
"path": "2019Labs/ProactiveSecurityCompliance/cloudforms/ansible/satellite/roles/cloudforms_tagging/tasks/main.yml",
"content": "---\n- name: \"Creating category with {{ manageiq.api_url }}/api/categories\"\n uri:\n url: \"{{ manageiq.api_url }}/api/categories\"\n method: POST\n body:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2577,
"all_permissive": false
} |
ansible_role | RedHatDemos/SecurityDemos | ca70803923ceda6b5f8c40b77382c99eaa9010e2 | 185 | 2019Labs/ProactiveSecurityCompliance/cloudforms/ansible/satellite/roles/foreman_scap_scan | 7,637 | [
"no_license"
] | [
{
"path": "2019Labs/ProactiveSecurityCompliance/cloudforms/ansible/satellite/roles/foreman_scap_scan/defaults/main.yml",
"content": "---\npolicy_id: \nverbose: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "2019Labs/ProactiveSecurityCompli... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 468,
"all_permissive": false
} |
ansible_role | ratuljain/fsp-deployment-guide | 3936d2690a32f4db9e80804577da3307300661f8 | 0 | prod/roles/common | 7,637 | [
"no_license"
] | [
{
"path": "prod/roles/common/tasks/main.yml",
"content": "###\n# configures the server and installs the web application\n#\n- include: ubuntu.yml\n#\n# - include: nginx_ssl.yml\n# when: deploy_ssl\n#\n- include: git.yml\n#\n# - include: postgresql.yml\n\n- include: dependencies.yml\n\n- include: wsgi.yml\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2030,
"all_permissive": false
} |
ansible_role | kameshyuva/ansible | 3718ef7c7826c4afcf998e69afaa65db996cc70a | 0 | docker/roles/swarm-worker | 7,639 | [
"no_license"
] | [
{
"path": "docker/roles/swarm-worker/vars/main.yml",
"content": "swarm_port: 2377\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 17
},
{
"path": "docker/roles/swarm-worker/tasks/main.yml",
"content": "---\n- name: join workers to swarm\n shell: >\n doc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 484,
"all_permissive": false
} |
ansible_role | kameshyuva/ansible | 3718ef7c7826c4afcf998e69afaa65db996cc70a | 0 | wildfly/roles/httpd | 7,639 | [
"no_license"
] | [
{
"path": "wildfly/roles/httpd/tasks/main.yml",
"content": "---\n- name: check httpd status\n shell: ps -ef|grep [h]ttpd\n tags: \n - shell\n register: shellstatus\n\n- debug:\n msg: \"{{ shellstatus.stdout_lines }}\"\n tags: shell\n\n- name: ensure httpd started\n service: name=httpd state=start... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 343,
"all_permissive": false
} |
ansible_role | kameshyuva/ansible | 3718ef7c7826c4afcf998e69afaa65db996cc70a | 0 | wildfly/roles/wildfly | 7,639 | [
"no_license"
] | [
{
"path": "wildfly/roles/wildfly/tasks/main.yml",
"content": "---\n- name: start rolling restart of wildfly instances\n include_tasks: rollingRestart.yml\n with_items:\n - wildfly1:8080\n - wildfly2:8081\n loop_control:\n loop_var: instance \n",
"license_type": "no_license",
"detected_li... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1860,
"all_permissive": false
} |
ansible_role | daplab/devopsexercise | a66b50c999353ad355a543413808111e8010da29 | 0 | roles/bamboo | 7,639 | [
"no_license"
] | [
{
"path": "roles/bamboo/tasks/main.yml",
"content": "---\n- name: copy bamboo app\n copy: src=bamboo-app dest=/tmp/ owner=root group=root mode=755\n\n- name: npm install\n npm: path=/tmp/bamboo-app\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
},
{
"path"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 858,
"all_permissive": false
} |
ansible_role | daplab/devopsexercise | a66b50c999353ad355a543413808111e8010da29 | 0 | roles/nodejs | 7,639 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n- name: Install dependencies\n sudo: true\n apt: pkg={{item}} state=installed\n with_items:\n - nodejs\n - npm\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 120,
"all_permissive": false
} |
ansible_role | tharptimothy/ansible | 57fbd36e1b3681aee8c0efd083892f1e0bb9cffd | 0 | roles/iis | 7,639 | [
"no_license"
] | [
{
"path": "roles/iis/tasks/main.yaml",
"content": "---\n- name: Install IIS Web-Server with sub features and management tools\n win_feature:\n name: Web-Server\n state: present\n include_sub_features: True\n include_management_tools: True\n register: win_feature\n- name: Remove Default Web Sit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 444,
"all_permissive": false
} |
ansible_role | TechnoStrife/ansible-nodes | ba15cd5456426c369b2d9e6800216ad542e91e20 | 0 | roles/cysic | 7,639 | [
"no_license"
] | [
{
"path": "roles/cysic/templates/cysic.service.j2",
"content": "[Unit]\nDescription=Cysic node\nAfter=network.target nss-lookup.target\n\n[Service]\nWorkingDirectory=/root/cysic-verifier/\nExecStart=bash start.sh\nEnvironment=\"HOME=/root/\"\nRestart=on-failure\nLimitNPROC=10000\n\n[Install]\nWantedBy=multi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2348,
"all_permissive": false
} |
ansible_role | TechnoStrife/ansible-nodes | ba15cd5456426c369b2d9e6800216ad542e91e20 | 0 | roles/fiammad | 7,639 | [
"no_license"
] | [
{
"path": "roles/fiammad/tasks/main.yaml",
"content": "---\n\n- name: test go\n shell: go version\n changed_when: false\n\n- name: Update and upgrade apt packages\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400 #One day\n\n- name: Install packages\n apt:\n name: \"{{ item... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4650,
"all_permissive": false
} |
ansible_role | TechnoStrife/ansible-nodes | ba15cd5456426c369b2d9e6800216ad542e91e20 | 0 | roles/log_guard | 7,639 | [
"no_license"
] | [
{
"path": "roles/log_guard/tasks/validate.yaml",
"content": "---\n- name: Load argument specifications\n include_vars:\n file: \"argument_spec.yml\"\n name: arg_spec\n\n- name: Validate arguments\n validate_argument_spec:\n argument_spec: \"{{ arg_spec.role_args }}\"\n provided_arguments:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2072,
"all_permissive": false
} |
ansible_role | TechnoStrife/ansible-nodes | ba15cd5456426c369b2d9e6800216ad542e91e20 | 0 | roles/nodejs | 7,639 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yaml",
"content": "---\n\n- name: Install nvm\n shell: >\n curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash\n args:\n creates: \"{{ ansible_env.HOME }}/.nvm/nvm.sh\"\n\n- name: Gather installed nvm version\n shell: \". ~/.nvm/nvm.sh ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 592,
"all_permissive": false
} |
ansible_role | TechnoStrife/ansible-nodes | ba15cd5456426c369b2d9e6800216ad542e91e20 | 0 | roles/rivalz | 7,639 | [
"no_license"
] | [
{
"path": "roles/rivalz/tasks/main.yaml",
"content": "---\n- name: Install rivalz cli\n ansible.builtin.include_tasks: install.yaml\n\n- name: Create log guard\n include_role:\n name: log_guard\n vars:\n service_name: rivalz\n line_rules:\n - name: connection_lost\n match: \"Transpor... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1685,
"all_permissive": false
} |
ansible_role | TechnoStrife/ansible-nodes | ba15cd5456426c369b2d9e6800216ad542e91e20 | 0 | roles/rivalz_rm | 7,639 | [
"no_license"
] | [
{
"path": "roles/rivalz_rm/tasks/main.yaml",
"content": "---\n- name: Discover npm binaries directory\n shell: \". ~/.nvm/nvm.sh && nvm exec --silent default npm config get prefix\"\n args:\n executable: /bin/bash\n register: npm_prefix\n changed_when: false\n\n- name: Uninstall npm packages\n shell... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 834,
"all_permissive": false
} |
ansible_role | TechnoStrife/ansible-nodes | ba15cd5456426c369b2d9e6800216ad542e91e20 | 0 | roles/source_env | 7,639 | [
"no_license"
] | [
{
"path": "roles/source_env/tasks/main.yml",
"content": "---\n- name: Get env\n shell: \". ~/.profile && env\"\n changed_when: false\n no_log: true\n register: env_output\n\n- name: Set sourced_env\n set_fact:\n sourced_env: \"{{ ('{' + env_output.stdout.split('\\n') | select | map('regex_replace', ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 310,
"all_permissive": false
} |
ansible_role | asmalahmer/form-builder | 1381900607d71316e440e64e38ca4d3cbf842091 | 1 | ansible/roles/apache-fpm | 7,639 | [
"no_license"
] | [
{
"path": "ansible/roles/apache-fpm/tasks/main.yml",
"content": "---\n- name: Install Apache\n sudo: yes\n apt: pkg=apache2 state=latest\n\n- name: Install Apache Modules\n sudo: yes\n apache2_module: state=present name={{ item }}\n notify: restart apache\n with_items:\n - rewrite\n - vhost_alia... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1643,
"all_permissive": false
} |
ansible_role | asmalahmer/form-builder | 1381900607d71316e440e64e38ca4d3cbf842091 | 1 | ansible/roles/app | 7,639 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/main.yml",
"content": "---\n# application tasks to be customized and to run after the main provision\n- name: Setup watcher nfs cache clearing\n sudo: yes\n shell: watch -n16 \"sysctl -w vm.drop_caches=3\" > /dev/null &\n when: inventory_hostname == \"192.168.56.128\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 842,
"all_permissive": false
} |
ansible_role | asmalahmer/form-builder | 1381900607d71316e440e64e38ca4d3cbf842091 | 1 | ansible/roles/composer | 7,639 | [
"no_license"
] | [
{
"path": "ansible/roles/composer/tasks/main.yml",
"content": "- name: Install Composer\n sudo: yes\n shell: curl -sS https://getcomposer.org/installer | php && mv composer.phar /usr/local/bin/composer creates=/usr/local/bin/composer\n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 171,
"all_permissive": false
} |
ansible_role | asmalahmer/form-builder | 1381900607d71316e440e64e38ca4d3cbf842091 | 1 | ansible/roles/dotfiles | 7,639 | [
"no_license"
] | [
{
"path": "ansible/roles/dotfiles/templates/bashrc.tpl",
"content": "# Start\n# #############\n\n# if we're not an interactive shell, do nothing\nif [ -z \"$PS1\" ]; then\n return\nfi\n\n# Shell Options\n# #############\n\n# Use case-insensitive filename globbing\nshopt -s nocaseglob\n\n# Make bash appen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4189,
"all_permissive": false
} |
ansible_role | asmalahmer/form-builder | 1381900607d71316e440e64e38ca4d3cbf842091 | 1 | ansible/roles/init | 7,639 | [
"no_license"
] | [
{
"path": "ansible/roles/init/tasks/main.yml",
"content": "---\n\n- name: Add ppa Repository\n sudo: yes\n apt_repository: repo=ppa:ondrej/php\n\n- name: Add multiverse Repositories\n sudo: yes\n apt_repository: repo='deb http://archive.ubuntu.com/ubuntu trusty multiverse' state=present\n\n- name: Add m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1495,
"all_permissive": false
} |
ansible_role | asmalahmer/form-builder | 1381900607d71316e440e64e38ca4d3cbf842091 | 1 | ansible/roles/mailhog | 7,639 | [
"no_license"
] | [
{
"path": "ansible/roles/mailhog/tasks/main.yml",
"content": "---\n- name: Download MailHog\n sudo: yes\n get_url: url=https://github.com/mailhog/MailHog/releases/download/v0.1.8/MailHog_linux_amd64 dest=/usr/local/bin/mailhog mode=0775\n\n- name: Start MailHog\n sudo: yes\n shell: nohup /usr/local/bin/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 324,
"all_permissive": false
} |
ansible_role | asmalahmer/form-builder | 1381900607d71316e440e64e38ca4d3cbf842091 | 1 | ansible/roles/mysql | 7,639 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/main.yml",
"content": "---\n- name: mysql | Install MySQL Packages\n sudo: yes\n apt: pkg={{ item }} state=latest\n with_items:\n - mysql-server-5.6\n - mysql-client-5.6\n - python-mysqldb\n\n- name: Update root password for all root accounts\n sudo: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 699,
"all_permissive": false
} |
ansible_role | asmalahmer/form-builder | 1381900607d71316e440e64e38ca4d3cbf842091 | 1 | ansible/roles/nginx | 7,639 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/templates/fastcgi-php.conf.tpl",
"content": "fastcgi_split_path_info ^(.+\\.php)(/.+)$;\n# A handy function that became available in 0.7.31 that breaks down\n# The path information based on the provided regex expression\n# This is handy for requests such as file.php/some/paths... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5708,
"all_permissive": false
} |
ansible_role | asmalahmer/form-builder | 1381900607d71316e440e64e38ca4d3cbf842091 | 1 | ansible/roles/ngrok | 7,639 | [
"no_license"
] | [
{
"path": "ansible/roles/ngrok/tasks/main.yml",
"content": "---\r\n- name: Download ngrok\r\n get_url: url=https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip dest=/home/vagrant/ngrok.zip mode=0775\r\n\r\n- name: Unarchive ngrok\r\n sudo: yes\r\n shell: unzip -o /home/vagrant/ngrok.zip -d /... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 979,
"all_permissive": false
} |
ansible_role | asmalahmer/form-builder | 1381900607d71316e440e64e38ca4d3cbf842091 | 1 | ansible/roles/nodejs | 7,639 | [
"no_license"
] | [
{
"path": "ansible/roles/nodejs/tasks/main.yml",
"content": "---\n- name: Add ppa Repository (nodejs)\n sudo: yes\n apt_repository: repo=ppa:chris-lea/node.js update_cache=yes\n\n- name: Install nodejs Packages\n sudo: yes\n apt: pkg=nodejs state=present\n\n- name: Update nodejs\n sudo: yes\n shell: n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 286,
"all_permissive": false
} |
ansible_role | asmalahmer/form-builder | 1381900607d71316e440e64e38ca4d3cbf842091 | 1 | ansible/roles/php5.6-fpm | 7,639 | [
"no_license"
] | [
{
"path": "ansible/roles/php5.6-fpm/tasks/main.yml",
"content": "---\n- name: Add ppa Repository (php)\n sudo: yes\n apt_repository: repo=ppa:ondrej/php update_cache=yes\n\n- name: Install PHP Packages\n sudo: yes\n apt: pkg={{ item }} state=latest\n with_items:\n - libapache2-mod-fastcgi\n - php... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5320,
"all_permissive": false
} |
ansible_role | asmalahmer/form-builder | 1381900607d71316e440e64e38ca4d3cbf842091 | 1 | ansible/roles/php7.0-fpm | 7,639 | [
"no_license"
] | [
{
"path": "ansible/roles/php7.0-fpm/tasks/main.yml",
"content": "---\n- name: Add ppa Repository (php)\n sudo: yes\n apt_repository: repo=ppa:ondrej/php update_cache=yes\n\n- name: Install PHP Packages\n sudo: yes\n apt: pkg={{ item }} state=latest\n with_items:\n - libapache2-mod-fastcgi\n - php... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5320,
"all_permissive": false
} |
ansible_role | asmalahmer/form-builder | 1381900607d71316e440e64e38ca4d3cbf842091 | 1 | ansible/roles/php7.1-fpm | 7,639 | [
"no_license"
] | [
{
"path": "ansible/roles/php7.1-fpm/handlers/main.yml",
"content": "---\n- name: restart php7.1-fpm\n service: name=php7.1-fpm enabled=yes state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "ansible/roles/php7.1-fpm/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5406,
"all_permissive": false
} |
ansible_role | asmalahmer/form-builder | 1381900607d71316e440e64e38ca4d3cbf842091 | 1 | ansible/roles/ruby | 7,639 | [
"no_license"
] | [
{
"path": "ansible/roles/ruby/tasks/main.yml",
"content": "---\n- name: Add ppa Repository (ruby)\n sudo: yes\n apt_repository: repo=ppa:brightbox/ruby-ng update_cache=yes\n\n- name: Install Ruby Packages\n sudo: yes\n apt: pkg={{ item }} state=latest\n with_items:\n - ruby2.2\n - libsqlite3-dev\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 689,
"all_permissive": false
} |
ansible_role | tamiltutera/example-ansible-roles-web-server | 1463a7480decfd2a5410f6ca2f15e8f80180e513 | 0 | roles/apache | 7,639 | [
"no_license"
] | [
{
"path": "roles/apache/templates/index.html.j2",
"content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<title>{{ inventory_hostname }}</title>\n<meta charset=\"utf-8\"/>\n</script>\n<style>\nbody{\n\tbackground-color: #fff;\n}\nh1 {\n color: green;\n width: 200px;\n}\n</style>\n</head>\n<body>\n<h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1868,
"all_permissive": false
} |
ansible_role | tamiltutera/example-ansible-roles-web-server | 1463a7480decfd2a5410f6ca2f15e8f80180e513 | 0 | roles/firewall | 7,639 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "- name: enable and start firewalld\n service: name=firewalld enabled=yes state=started\n tags:\n - firewall \n\n- name: set port policy\n firewalld: port=80/tcp permanent=true state=enabled immediate=yes \n tags:\n - firewall \n notify: fire... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 257,
"all_permissive": false
} |
ansible_role | airman604/kalinka | 12452db8643149d8395f8af1442354f45217b21a | 0 | roles/common | 7,639 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- include: packages.yml tags=common,packages\n- include: shell.yml tags=common,shell\n- include: golang.yml tags=common,golang\n- include: docker.yml tags=common,docker\n- include: tmux.yml tags=common,tmux\n- include: jupyterlab.yml tags=common,jupy... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 4292,
"all_permissive": false
} |
ansible_role | airman604/kalinka | 12452db8643149d8395f8af1442354f45217b21a | 0 | roles/desktop | 7,639 | [
"no_license"
] | [
{
"path": "roles/desktop/tasks/tweaks.yml",
"content": "---\n- block:\n\n - name: 'tweaks : turn off display sleep (xfconf)'\n xfconf:\n channel: \"xfce4-power-manager\"\n property: \"/xfce4-power-manager/dpms-enabled\"\n value_type: \"bool\"\n value: \"false\"\n\n - name: 'tweaks :... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 5867,
"all_permissive": false
} |
ansible_role | airman604/kalinka | 12452db8643149d8395f8af1442354f45217b21a | 0 | roles/more-tools | 7,639 | [
"no_license"
] | [
{
"path": "roles/more-tools/tasks/xortool.yml",
"content": "---\n- block:\n\n - name: 'xortool : install for user'\n pip:\n name: xortool\n extra_args: --user\n\n tags:\n - crypto\n - xortool\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
},
... | {
"task_files": 23,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 30,
"total_bytes": 12660,
"all_permissive": false
} |
ansible_role | ucs-compute-solutions/FlashStack_IMM_M7 | 4eae4a410c27b9391951c920e1f259171c484e4f | 1 | roles/cisco_intersight_common | 7,639 | [
"no_license"
] | [
{
"path": "roles/cisco_intersight_common/tasks/main.yml",
"content": "---\n# Configuration Role for common Intersight functions\n#\n- name: Update server inventory\n ansible.builtin.include_tasks: 31_intersight_update_inventory.yml\n- name: Create Resource Group\n ansible.builtin.include_tasks: 32_intersi... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 9210,
"all_permissive": false
} |
ansible_role | ucs-compute-solutions/FlashStack_IMM_M7 | 4eae4a410c27b9391951c920e1f259171c484e4f | 1 | roles/cisco_network_mds | 7,639 | [
"no_license"
] | [
{
"path": "roles/cisco_network_mds/tasks/main.yml",
"content": "---\n# Configuration Role for MDS.\n#\n- name: Configure Features\n ansible.builtin.include_tasks: configure_mds_features.yml\n- name: Configure NTP Servers\n ansible.builtin.include_tasks: configure_mds_ntp.yml\n- name: Configure Interface, ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 761,
"all_permissive": false
} |
ansible_role | ucs-compute-solutions/FlashStack_IMM_M7 | 4eae4a410c27b9391951c920e1f259171c484e4f | 1 | roles/cisco_network_nxos | 7,639 | [
"no_license"
] | [
{
"path": "roles/cisco_network_nxos/tasks/configure_nxos_vlans.yml",
"content": "---\n\n# NEW\n- name: Create VLANs\n # vars:\n # - VLANS: \"{{ all_vlans | ansible.builtin.combine(storage_vlans, infra_vlans, vm_network_vlans) }}\"\n cisco.nxos.nxos_vlans:\n config:\n - vlan_id: \"{{ item.value.... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2330,
"all_permissive": false
} |
ansible_role | ucs-compute-solutions/FlashStack_IMM_M7 | 4eae4a410c27b9391951c920e1f259171c484e4f | 1 | roles/cisco_ucs_imm | 7,639 | [
"no_license"
] | [
{
"path": "roles/cisco_ucs_imm/tasks/main.yml",
"content": "---\n- name: Create server pools in Intersight\n ansible.builtin.include_role:\n name: create_pools\n- name: Create server policies in Intersight\n ansible.builtin.include_role:\n name: create_server_policies\n- name: Create server profile ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 337,
"all_permissive": false
} |
ansible_role | ucs-compute-solutions/FlashStack_IMM_M7 | 4eae4a410c27b9391951c920e1f259171c484e4f | 1 | roles/create_pools | 7,639 | [
"no_license"
] | [
{
"path": "roles/create_pools/tasks/create_mac_pools.yml",
"content": "---\n - name: \"Create MAC Address Pool for FI-A\"\n vars:\n api_info: &api_info_fi_a\n api_private_key: \"{{ intersight_api_private_key }}\"\n api_key_id: \"{{ intersight_api_key_id }}\"\n api_uri: \"{{ api... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 11135,
"all_permissive": false
} |
ansible_role | ucs-compute-solutions/FlashStack_IMM_M7 | 4eae4a410c27b9391951c920e1f259171c484e4f | 1 | roles/create_server_policies | 7,639 | [
"no_license"
] | [
{
"path": "roles/create_server_policies/tasks/gather_policy_info.yml",
"content": "---\n# Gather various policy details to evaluate for existence of Boot Order policy, LAN \n# Connectivty Policy, and SAN Connectivity Policy.\n#\n- name: \"Get FC Boot Order Policy Details\"\n vars:\n api_info: &api_info_... | {
"task_files": 17,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 17,
"total_bytes": 34998,
"all_permissive": false
} |
ansible_role | ucs-compute-solutions/FlashStack_IMM_M7 | 4eae4a410c27b9391951c920e1f259171c484e4f | 1 | roles/create_server_profile_template | 7,639 | [
"no_license"
] | [
{
"path": "roles/create_server_profile_template/tasks/main.yml",
"content": "---\n\n- name: \"Create IMM Server Profile Template\"\n vars:\n api_info: &api_info_org_moid\n api_private_key: \"{{ intersight_api_private_key }}\"\n api_key_id: \"{{ intersight_api_key_id }}\"\n api_uri: \"{{ a... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 13684,
"all_permissive": false
} |
ansible_role | ucs-compute-solutions/FlashStack_IMM_M7 | 4eae4a410c27b9391951c920e1f259171c484e4f | 1 | roles/pure_storage_fa | 7,639 | [
"no_license"
] | [
{
"path": "roles/pure_storage_fa/vars/main.yaml",
"content": "---\narray_name: \"AC09-FA-X50R3\"\ninterfaces_fc:\n - port: ct0.fc0\n - port: ct0.fc1\n\ninterfaces_fc_nvme:\n - port: ct0.fc2\n - port: ct0.fc3\n\ninterfaces_iscsi:\n - ip: 192.168.10.1/24\n port: ct0.eth4\n - ip: 192.168.20.1/24\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 13316,
"all_permissive": false
} |
ansible_role | ucs-compute-solutions/FlashStack_IMM_M7 | 4eae4a410c27b9391951c920e1f259171c484e4f | 1 | roles/vmware_esxi_hosts | 7,639 | [
"no_license"
] | [
{
"path": "roles/vmware_esxi_hosts/tasks/main.yml",
"content": "---\n# Configure various ESXi host settings\n#\n# ESXi must have been installed and IP/Password/DNS/DNS Domain configured for mgmt access\n# SSH must be enabled on the ESXi host\n#\n- name: Add the NTP Server(s) to the ESXi Hosts\n ansible.bui... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1826,
"all_permissive": false
} |
ansible_role | ucs-compute-solutions/FlashStack_IMM_M7 | 4eae4a410c27b9391951c920e1f259171c484e4f | 1 | roles/vmware_esxi_iscsi | 7,639 | [
"no_license"
] | [
{
"path": "roles/vmware_esxi_iscsi/tasks/add_esxi_iscsi_targets.yml",
"content": "---\n#\n# SSH connection may fail for esxcli if previous ssh known_host key has been acquired\n#\n\n\n- name: Add a dynamic target to iSCSI config of ESXi\n community.vmware.vmware_host_iscsi:\n hostname: \"{{ vcenter_host... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3162,
"all_permissive": false
} |
ansible_role | ucs-compute-solutions/FlashStack_IMM_M7 | 4eae4a410c27b9391951c920e1f259171c484e4f | 1 | roles/vmware_esxi_post_vcenter | 7,639 | [
"no_license"
] | [
{
"path": "roles/vmware_esxi_post_vcenter/tasks/main.yml",
"content": "---\n# Add ESXi hosts to the vCenter Cluster and the vSphere Distributed Switch\n#\n- name: Add the ESXi hosts to the vCenter\n ansible.builtin.include_tasks: add_esxi_hosts_to_VC.yml\n\n- name: Add the ESXi hosts to VDS\n ansible.buil... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 841,
"all_permissive": false
} |
ansible_role | ucs-compute-solutions/FlashStack_IMM_M7 | 4eae4a410c27b9391951c920e1f259171c484e4f | 1 | roles/vmware_vcenter | 7,639 | [
"no_license"
] | [
{
"path": "roles/vmware_vcenter/tasks/create_vds_pg.yml",
"content": "---\n- name: vCenter vDS Portgroup Creation\n community.vmware.vmware_dvs_portgroup:\n hostname: '{{ vcenter_hostname }}'\n username: '{{ vcenter_username }}'\n password: '{{ <PASSWORD> }}'\n validate_certs: false\n switch... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1543,
"all_permissive": false
} |
ansible_role | aleingmar/wordpress_ansible | 8dd1e7012f18aa40f272f0f12f316e7dce043b49 | 1 | provision/roles/apache | 7,639 | [
"no_license"
] | [
{
"path": "provision/roles/apache/tasks/main.yml",
"content": "# Instala y configura Apache.\n- name: Actualizar lista de paquetes\n apt: \n update_cache: yes # <- apt: Utiliza el gestor de paquetes APT para actualizar la caché de paquetes disponibles.\n\n- name: Instalar Apache\n apt:\n name: apa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1716,
"all_permissive": false
} |
ansible_role | aleingmar/wordpress_ansible | 8dd1e7012f18aa40f272f0f12f316e7dce043b49 | 1 | provision/roles/mysql | 7,639 | [
"no_license"
] | [
{
"path": "provision/roles/mysql/tasks/main.yml",
"content": "# Instala MySQL y configura la base de datos.\n# Definimos el manifiesto principal del módulo de MySQL. Con este manifiesto se configura e instala MySQL en la MV.\n# Se asegura de que el servicio de MySQL esté en ejecución y se configura la base ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2361,
"all_permissive": false
} |
ansible_role | aleingmar/wordpress_ansible | 8dd1e7012f18aa40f272f0f12f316e7dce043b49 | 1 | provision/roles/nginx | 7,639 | [
"no_license"
] | [
{
"path": "provision/roles/nginx/tasks/main.yml",
"content": "---\n# Aprovisiona la maquina de un nginx que actua como proxy inverso y bloquea trafico a ciertas url sensibles. Redirije el trafico permitido a apache\n- name: Instalar Nginx\n apt:\n name: nginx\n state: present # <- state: present Ase... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3261,
"all_permissive": false
} |
ansible_role | aleingmar/wordpress_ansible | 8dd1e7012f18aa40f272f0f12f316e7dce043b49 | 1 | provision/roles/wordpress | 7,639 | [
"no_license"
] | [
{
"path": "provision/roles/wordpress/templates/wp-config.php.j2",
"content": "<?php \ndefine('DB_NAME', '{{ mysql_db_name }}');\ndefine('DB_USER', '{{ mysql_db_user }}');\ndefine('DB_PASSWORD', '{{ mysql_db_password }}');\ndefine('DB_HOST', 'localhost');\ndefine('DB_CHARSET', 'utf8mb4');\ndefine('DB_COLLATE... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6836,
"all_permissive": false
} |
ansible_role | stefanomartins/curso-ansible | 910b590fc938467c8f16604cc701460e390d9c89 | 0 | day-02/ansible/roles/fogo-nos-fascistas | 7,639 | [
"no_license"
] | [
{
"path": "day-02/ansible/roles/fogo-nos-fascistas/tasks/main.yml",
"content": "---\n- name: Adiciona repositório do Nginx\n apt_repository:\n repo: \"ppa:nginx/stable\"\n state: present\n update_cache: yes\n\n- name: Instala pacote do Nginx\n apt:\n name: nginx\n state: present\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1712,
"all_permissive": false
} |
ansible_role | stefanomartins/curso-ansible | 910b590fc938467c8f16604cc701460e390d9c89 | 0 | day-03/ansible/roles/fogo-nos-fascistas | 7,639 | [
"no_license"
] | [
{
"path": "day-03/ansible/roles/fogo-nos-fascistas/templates/nginx-config.j2",
"content": "server {\n\tlisten 80;\n\tlisten [::]:80;\n\n\troot /srv/www/{{ domain_name }}/public_html;\n\n\taccess_log /srv/www/{{ domain_name }}/logs/access.log combined;\n\terror_log /srv/www/{{ domain_name }}/logs/error.log;\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1800,
"all_permissive": false
} |
ansible_role | stefanomartins/curso-ansible | 910b590fc938467c8f16604cc701460e390d9c89 | 0 | day-04/ansible/roles/wordpress-docker | 7,639 | [
"no_license"
] | [
{
"path": "day-04/ansible/roles/wordpress-docker/templates/docker-compose.yml.j2",
"content": "version: '3.1'\n\nservices:\n\n wordpress:\n image: wordpress\n restart: always\n ports:\n - \"{{ wp_port }}:80\"\n environment:\n WORDPRESS_DB_HOST: db\n WORDPRESS_DB_USER: \"{{ wp_mys... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3764,
"all_permissive": false
} |
ansible_role | stefanomartins/curso-ansible | 910b590fc938467c8f16604cc701460e390d9c89 | 0 | day-04/ansible/roles/wordpress-normal | 7,639 | [
"no_license"
] | [
{
"path": "day-04/ansible/roles/wordpress-normal/templates/nginx-config.j2",
"content": "server {\n listen 80;\n listen [::]:80;\n\n root /srv/www/{{ wp_domain }}/public_html;\n index index.php index.html index.htm index.nginx-debian.html;\n access_log /srv/www/{{ wp_domain }}/logs/access_log... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 5177,
"all_permissive": false
} |
ansible_role | retpolanne/infrastructure | 768fe64e7eb42eeff9bc54a0d0ce328c6e87cf70 | 0 | ansible/roles/gocd-agent | 7,640 | [
"no_license"
] | [
{
"path": "ansible/roles/gocd-agent/tasks/main.yml",
"content": "---\n# tasks file for gocd-agent\n\n- name: Get gocd repo\n apt_repository:\n repo: \"deb https://download.gocd.org /\"\n state: present\n become: true\n tags:\n - gocd-apt\n\n- name: Get gocd key\n apt_key:\n url: https://down... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1940,
"all_permissive": false
} |
ansible_role | retpolanne/infrastructure | 768fe64e7eb42eeff9bc54a0d0ce328c6e87cf70 | 0 | ansible/roles/gocd-server | 7,640 | [
"no_license"
] | [
{
"path": "ansible/roles/gocd-server/README.md",
"content": "Role Name\n=========\n\nA brief description of the role goes here.\n\nRequirements\n------------\n\nAny pre-requisites that may not be covered by Ansible itself or the role should\nbe mentioned here. For instance, if the role uses the EC2 module, ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4157,
"all_permissive": false
} |
ansible_role | DeepikaDevOpsstudent/ansibleplybook | d9acf3db3d2dbb4cb7e73632ddd0217d65c599e0 | 0 | roles/setup-apache-roles | 7,640 | [
"no_license"
] | [
{
"path": "roles/setup-apache-roles/tasks/main.yml",
"content": "---\n# tasks file for setup-apache-roles\n- name: install httpd \n yum:\n name: httpd\n state: installed\n notify: start httpd\n when: ansible_os_family == 'RedHat'\n\n- name: install apache2\n yum:\n name: apache2\n state: pre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 596,
"all_permissive": false
} |
ansible_role | Pypular/deployment | b4eca96e29631d310d005e862f62b660c98a6b14 | 0 | roles/base | 7,640 | [
"no_license"
] | [
{
"path": "roles/base/defaults/main.yml",
"content": "---\n\nserver_user: root\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 23
},
{
"path": "roles/base/tasks/main.yml",
"content": "---\n\n- include: create_swap_file.yml\n when: create_swap_file\n tags: s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1118,
"all_permissive": false
} |
ansible_role | Pypular/deployment | b4eca96e29631d310d005e862f62b660c98a6b14 | 0 | roles/db | 7,640 | [
"no_license"
] | [
{
"path": "roles/db/tasks/main.yml",
"content": "---\n\n- name: Add the PostgreSQL public GPG key to the apt repo\n apt_key: url=https://www.postgresql.org/media/keys/ACCC4CF8.asc\n state=present\n\n- name: Add PostgreSQL to the sources list\n apt_repository: repo='deb http://apt.postgresql.org/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1444,
"all_permissive": false
} |
ansible_role | Pypular/deployment | b4eca96e29631d310d005e862f62b660c98a6b14 | 0 | roles/web | 7,640 | [
"no_license"
] | [
{
"path": "roles/web/defaults/main.yml",
"content": "---\n\nvirtualenv_python_version: python3.5\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/web/templates/supervisor_config.j2",
"content": "[program:{{ application_name }}]\ncommand ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2947,
"all_permissive": false
} |
ansible_role | lx1036/code | ee254d7add4ccc976710226f5e7a51f36343e3e4 | 10 | go/k8s/install/k8s-hard-way/ansible-demo/demo-1/roles/calico | 7,640 | [
"no_license"
] | [
{
"path": "go/k8s/install/k8s-hard-way/ansible-demo/demo-1/roles/calico/templates/network-environment.j2",
"content": "\n\n# This host's IPv4 address (the source IP address used to reach other nodes\n# in the Kubernetes cluster).\nDEFAULT_IPV4={{ ansible_default_ipv4.address }}\n\n# IP and port of etcd inst... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2715,
"all_permissive": false
} |
ansible_role | lx1036/code | ee254d7add4ccc976710226f5e7a51f36343e3e4 | 10 | go/k8s/install/k8s-hard-way/ansible-demo/demo-1/roles/copy_files | 7,640 | [
"no_license"
] | [
{
"path": "go/k8s/install/k8s-hard-way/ansible-demo/demo-1/roles/copy_files/templates/config_a.ini.j2",
"content": "\n\nredis_ip: \"{{ redis_ip }}\"\nredis_port: \"{{ redis_port }}\"\nmysql_ip: \"{{ mysql_ip }}\"\nmysql_port: \"{{ mysql_port }}\"\n#server_a conf\nsvr_name: \"server_a\"\n",
"license_type... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 614,
"all_permissive": false
} |
ansible_role | lx1036/code | ee254d7add4ccc976710226f5e7a51f36343e3e4 | 10 | go/k8s/install/k8s-hard-way/ansible-demo/demo-1/roles/etcd | 7,640 | [
"no_license"
] | [
{
"path": "go/k8s/install/k8s-hard-way/ansible-demo/demo-1/roles/etcd/tasks/main.yml",
"content": "\n## https://github.com/vmware/ansible-etcd-cluster/blob/master/tasks/main.yml\n\n\n- name: main.yml | Checking for etcd processes\n shell: \"etcd --version | grep etcd | grep {{ etcd.version }}\"\n register... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1824,
"all_permissive": false
} |
ansible_role | lx1036/code | ee254d7add4ccc976710226f5e7a51f36343e3e4 | 10 | go/k8s/install/k8s-hard-way/ansible-demo/demo-1/roles/nginx | 7,640 | [
"no_license"
] | [
{
"path": "go/k8s/install/k8s-hard-way/ansible-demo/demo-1/roles/nginx/tasks/main.yml",
"content": "\n\n- name: Copy nginx configuration for wordpress\n template: src=default.conf dest=/tmp/default.conf\n# notify: restart nginx\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 127,
"all_permissive": false
} |
ansible_role | lx1036/code | ee254d7add4ccc976710226f5e7a51f36343e3e4 | 10 | go/k8s/install/k8s_init/roles/deploy | 7,640 | [
"no_license"
] | [
{
"path": "go/k8s/install/k8s_init/roles/deploy/tasks/create-kubectl-kubeconfig.yml",
"content": "\n- name: 删除原有kubeconfig\n file: path=/root/.kube/config state=absent\n ignore_errors: true\n\n- name: 准备kubectl使用的admin证书签名请求\n template: src=admin-csr.json.j2 dest={{ base_dir }}/.cluster/ssl/admin-csr.jso... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 10248,
"all_permissive": false
} |
ansible_role | lx1036/code | ee254d7add4ccc976710226f5e7a51f36343e3e4 | 10 | go/k8s/install/k8s_init/roles/prepare | 7,640 | [
"no_license"
] | [
{
"path": "go/k8s/install/k8s_init/roles/prepare/templates/10-k8s-modules.conf.j2",
"content": "\nbr_netfilter\nip_vs\nip_vs_rr\nip_vs_wrr\nip_vs_sh\n{{ NF_CONNTRACK }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "go/k8s/install/k8s_init/roles... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6433,
"all_permissive": false
} |
ansible_role | lx1036/code | ee254d7add4ccc976710226f5e7a51f36343e3e4 | 10 | go/k8s/install/k8s_init/roles/ssh | 7,640 | [
"no_license"
] | [
{
"path": "go/k8s/install/k8s_init/roles/ssh/tasks/main.yml",
"content": "\n\n# ansible-playbook -i inventory/hosts main.yaml -e \"group=all\"\n- hosts: \"{{ group }}\"\n tasks:\n - name: 批量ssh-copy-id\n authorized_key: user=liuxiang3 state=present key=\"{{ lookup('file', lookup('env','HOME') + '/.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 244,
"all_permissive": false
} |
ansible_role | lx1036/code | ee254d7add4ccc976710226f5e7a51f36343e3e4 | 10 | go/k8s/install/k8s_init/roles/zsh | 7,640 | [
"no_license"
] | [
{
"path": "go/k8s/install/k8s_init/roles/zsh/tasks/main.yaml",
"content": "\n\n\n# ansible-playbook -i inventory/zsh.conf main.yaml -e \"group=zsh\"\n- hosts: \"{{ group }}\"\n tasks:\n - name: 批量ssh-copy-id\n authorized_key: user=liuxiang3 state=present key=\"{{ lookup('file', lookup('env','HOME')... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1035,
"all_permissive": false
} |
ansible_role | lx1036/code | ee254d7add4ccc976710226f5e7a51f36343e3e4 | 10 | go/k8s/storage/etcd/ansible/playbook/roles/calico | 7,640 | [
"no_license"
] | [
{
"path": "go/k8s/storage/etcd/ansible/playbook/roles/calico/templates/calico-bird.service.j2",
"content": "[Unit]\nDescription=Calico BIRD Internet Routing Daemon (IPv4)\nRequires=calico-confd.service\n\n[Service]\nEnvironmentFile=-/etc/sysconfig/calico\nExecStartPre={{ calico_home }}/calico/bin/bird -p -c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 9357,
"all_permissive": false
} |
ansible_role | lx1036/code | ee254d7add4ccc976710226f5e7a51f36343e3e4 | 10 | go/k8s/storage/etcd/ansible/playbook/roles/certs | 7,640 | [
"no_license"
] | [
{
"path": "go/k8s/storage/etcd/ansible/playbook/roles/certs/templates/master_etcd_csr.sh.j2",
"content": "\n# csr的hosts字段也应该添加三台机器的vip,两个vip\n# etcd可以为vip:2379,api-server可以为vip:6443\n\n#ip=$(dig +short {{ inventory_hostname }})\n\ncat > {{ ansible_nodename }}-csr.json <<EOF\n {\n \"CN\": \"{{ ansibl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2784,
"all_permissive": false
} |
ansible_role | lx1036/code | ee254d7add4ccc976710226f5e7a51f36343e3e4 | 10 | go/k8s/storage/etcd/ansible/playbook/roles/etcd | 7,640 | [
"no_license"
] | [
{
"path": "go/k8s/storage/etcd/ansible/playbook/roles/etcd/files/ca.sh",
"content": "# Docs: https://kubernetes.io/zh/docs/tasks/tls/managing-tls-in-a-cluster/\n\n# Certificate Authority\n## cfssl: https://github.com/cloudflare/cfssl\ncat > ca-config.json <<EOF\n{\n \"signing\": {\n \"default\": {\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6497,
"all_permissive": false
} |
ansible_role | lx1036/code | ee254d7add4ccc976710226f5e7a51f36343e3e4 | 10 | go/k8s/storage/etcd/ansible/playbook/roles/kubernetes | 7,640 | [
"no_license"
] | [
{
"path": "go/k8s/storage/etcd/ansible/playbook/roles/kubernetes/templates/kubelet.j2",
"content": "# --logtostderr=true: log to standard error instead of files\nKUBE_LOGTOSTDERR=\"--logtostderr=true\"\n\n# --v=0: log level for V logs\nKUBE_LOG_LEVEL=\"--v=4\"\n\n# --address=0.0.0.0: The IP address for the... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 10816,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.