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 | RSA88/testGit | 96ca676658f81e25dda2de183845042628449081 | 0 | support/uninstall/ansible/playbooks/openshift/roles/uninstall_threescale | 7,815 | [
"no_license"
] | [
{
"path": "support/uninstall/ansible/playbooks/openshift/roles/uninstall_threescale/tasks/main.yml",
"content": "---\n- name: Delete tenants\n include_tasks: ./delete-tenants.yml\n with_sequence: start=1 end={{ usersno }} format=user%d\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1179,
"all_permissive": false
} |
ansible_role | sushilsuresh/ocp4-gcp-shared-vpc | 1fc9ea89e771e6a72313164e591921c43ee41a0c | 0 | roles/gcp-dm-templates | 7,815 | [
"no_license"
] | [
{
"path": "roles/gcp-dm-templates/templates/04_bootstrap_host_project.yaml.j2",
"content": "imports:\n- path: 04_bootstrap_host_project.py\n\nresources:\n- name: {{ INFRA_ID }}-bootstrap\n type: 04_bootstrap_host_project.py\n properties:\n infra_id: '{{ INFRA_ID }}'\n region: '{{ REGION }}'\n zon... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 21,
"total_bytes": 10835,
"all_permissive": false
} |
ansible_role | GPegel/Ansible-ZABBIX-SS | 8601db3eb9ca60132919f6d0e7ba6e450a7518b5 | 0 | roles/apache | 7,815 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n# tasks file for apache\n# Role: apache\n# File tasks/main.yml\n- name: install Apache\n become: true\n yum:\n name: \"httpd\"\n state: present\n tags:\n - httpd\n\n- name: install Apache SSL Module\n become: true\n yum:\n name: \"mo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 428,
"all_permissive": false
} |
ansible_role | GPegel/Ansible-ZABBIX-SS | 8601db3eb9ca60132919f6d0e7ba6e450a7518b5 | 0 | roles/common | 7,815 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# tasks file for common\n- name: be sure YUM is configured\n become: true\n copy: src=\"yum.conf\" dest=\"/etc/yum.conf\"\n owner=\"root\" group=\"root\" mode=0644\n tags:\n - repo\n - yum\n\n- name: be sure the server packages are up to ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 961,
"all_permissive": false
} |
ansible_role | GPegel/Ansible-ZABBIX-SS | 8601db3eb9ca60132919f6d0e7ba6e450a7518b5 | 0 | roles/zabbix-agent | 7,815 | [
"no_license"
] | [
{
"path": "roles/zabbix-agent/tasks/main.yml",
"content": "---\n# Role: zabbix-agent\n# File tasks/main.yml\n\n- name: be sure libselinux-python are installed\n become: true\n yum:\n name: \"libselinux-python\"\n state: present\n tags:\n - zabbix\n - zabbix-agent\n\n- name: install the Zabbix... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1445,
"all_permissive": false
} |
ansible_role | GPegel/Ansible-ZABBIX-SS | 8601db3eb9ca60132919f6d0e7ba6e450a7518b5 | 0 | roles/zabbix-database | 7,815 | [
"no_license"
] | [
{
"path": "roles/zabbix-database/tasks/main.yml",
"content": "---\n# Role: zabbix-database\n# File: tasks/main.yml\n- name: make sure mariadb-server is installed\n become: true\n yum:\n name: \"mariadb-server\"\n state: present\n tags:\n - zabbix\n - zabbix-database\n\n- name: be sure zabbix-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3605,
"all_permissive": false
} |
ansible_role | GPegel/Ansible-ZABBIX-SS | 8601db3eb9ca60132919f6d0e7ba6e450a7518b5 | 0 | roles/zabbix-repo | 7,815 | [
"no_license"
] | [
{
"path": "roles/zabbix-repo/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - zabbix-repo",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/zabbix-repo/tasks/main.yml",
"content": "---\n# Role: zabb... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 728,
"all_permissive": false
} |
ansible_role | GPegel/Ansible-ZABBIX-SS | 8601db3eb9ca60132919f6d0e7ba6e450a7518b5 | 0 | roles/zabbix-server | 7,815 | [
"no_license"
] | [
{
"path": "roles/zabbix-server/tasks/main.yml",
"content": "---\n# role: zabbix-server\n# file: tasks/main.yml\n- name: be sure zabbix-server is installed\n become: true\n yum:\n name: \"zabbix-server-mysql\"\n state: present\n tags:\n - zabbix\n - zabbix-server\n\n- name: be sure trousers pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 948,
"all_permissive": false
} |
ansible_role | GPegel/Ansible-ZABBIX-SS | 8601db3eb9ca60132919f6d0e7ba6e450a7518b5 | 0 | roles/zabbix-web | 7,815 | [
"no_license"
] | [
{
"path": "roles/zabbix-web/tasks/main.yml",
"content": "---\n# role: zabbix-web\n# file: tasks/main.yml\n- name: be sure httpd is installed\n become: true\n yum:\n name: \"httpd\"\n state: present\n tags:\n - zabbix\n - zabbix-web\n\n- name: be sure zabbix-web-mysql is installed\n become: t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2220,
"all_permissive": false
} |
ansible_role | kayandrew/deploy_ansible | 7fe95040ffbf26cc412da06866bc70a938931661 | 0 | practicing_ansible/roles/apache | 7,815 | [
"no_license"
] | [
{
"path": "practicing_ansible/roles/apache/tasks/main.yml",
"content": "---\n# tasks file for apache\n- name: install httpd\n yum:\n name: httpd\n state: present\n- name: start the service\n service:\n name: httpd\n state: started\n enabled: true\n tags:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1193,
"all_permissive": false
} |
ansible_role | kayandrew/deploy_ansible | 7fe95040ffbf26cc412da06866bc70a938931661 | 0 | practicing_ansible/roles/motd | 7,815 | [
"no_license"
] | [
{
"path": "practicing_ansible/roles/motd/templates/motd.j2",
"content": "This is the {{ ansible_facts['hostname'] }} system.\nToday's date is: {{ ansible_facts['date_time']['date'] }}.\nOnly use this ssytem {{ ansible_hostname }} with permission from {{ ansible_user_id }}.\n\n",
"license_type": "no_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 349,
"all_permissive": false
} |
ansible_role | kayandrew/deploy_ansible | 7fe95040ffbf26cc412da06866bc70a938931661 | 0 | roles/apache | 7,815 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n# tasks file for apache\n#\n- name: install apache\n yum:\n name: httpd\n state: present\n- name: enable and start the service\n service:\n name: httpd\n state: started\n enabled: true\n- name: start and... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 619,
"all_permissive": false
} |
ansible_role | kayandrew/deploy_ansible | 7fe95040ffbf26cc412da06866bc70a938931661 | 0 | roles/apacherole | 7,815 | [
"no_license"
] | [
{
"path": "roles/apacherole/tasks/main.yml",
"content": "---\n# tasks file for apacherole\n- name: install apache\n package:\n name: \"{{ webpkg }}\"\n state: latest\n- name: start and enable the service\n service:\n name: \"{{ websvc }}\"\n state: started\n en... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1682,
"all_permissive": false
} |
ansible_role | kayandrew/deploy_ansible | 7fe95040ffbf26cc412da06866bc70a938931661 | 0 | roles/ntprole | 7,815 | [
"no_license"
] | [
{
"path": "roles/ntprole/vars/main.yml",
"content": "---\n# vars file for ntprole",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "roles/ntprole/defaults/main.yml",
"content": "---\n# defaults file for ntprole",
"license_type": "no_license",... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2448,
"all_permissive": false
} |
ansible_role | kayandrew/deploy_ansible | 7fe95040ffbf26cc412da06866bc70a938931661 | 0 | roles/phpinfo | 7,815 | [
"no_license"
] | [
{
"path": "roles/phpinfo/vars/main.yml",
"content": "---\nweb_message: Hello PHP World\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/phpinfo/templates/hello.j2",
"content": " <?php\n echo \"{{ web_message }} from {{ ansible_fqdn }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 721,
"all_permissive": false
} |
ansible_role | kayandrew/deploy_ansible | 7fe95040ffbf26cc412da06866bc70a938931661 | 0 | roles/sample-apache | 7,815 | [
"no_license"
] | [
{
"path": "roles/sample-apache/tasks/main.yml",
"content": "---\n# tasks file for sample-apache\n- name: Install apache,mod_ssl,php\n yum:\n name: \"{{item}}\"\n state: latest\n loop:\n - httpd\n - mod_ssl\n - php\n - firewalld\n\n- name: start and ena... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 701,
"all_permissive": false
} |
ansible_role | kayandrew/deploy_ansible | 7fe95040ffbf26cc412da06866bc70a938931661 | 0 | roles/sample-mysql | 7,815 | [
"no_license"
] | [
{
"path": "roles/sample-mysql/vars/main.yml",
"content": "---\n# vars file for sample-mysql\n#\ndatabase_password: <PASSWORD>\nmy_pkgs:\n - mysql-server\n - mysql\n - python3-PyMySQL\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
},
{
"p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2228,
"all_permissive": false
} |
ansible_role | kayandrew/deploy_ansible | 7fe95040ffbf26cc412da06866bc70a938931661 | 0 | roles/secondapacherole | 7,815 | [
"no_license"
] | [
{
"path": "roles/secondapacherole/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - secondapacherole",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/secondapacherole/vars/main.yml",
"content": "---... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2643,
"all_permissive": false
} |
ansible_role | kayandrew/deploy_ansible | 7fe95040ffbf26cc412da06866bc70a938931661 | 0 | roles/third-apache-role | 7,815 | [
"no_license"
] | [
{
"path": "roles/third-apache-role/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - third-apache-role",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "roles/third-apache-role/defaults/main.yml",
"content... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1831,
"all_permissive": false
} |
ansible_role | Etheroscope/platform | 1d327dbb0130d299dfc3b739f76def5ca2fe5446 | 0 | ansible/roles/common | 7,815 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n - name: update apt packages\n become: True\n shell: apt-get update\n ignore_errors: yes\n\n - name: install basic apt packages\n become: True\n apt: pkg={{ item }} state=present\n with_items:\n - curl\n - git\n"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 234,
"all_permissive": false
} |
ansible_role | Etheroscope/platform | 1d327dbb0130d299dfc3b739f76def5ca2fe5446 | 0 | ansible/roles/nginx | 7,815 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n - name: add nginx ppa\n become: True\n apt_repository: repo='ppa:nginx/stable'\n\n - name: update apt-get\n become: True\n apt: update_cache=yes cache_valid_time=3600\n\n - name: install nginx\n become: True\n apt: pkg=ng... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 840,
"all_permissive": false
} |
ansible_role | Etheroscope/platform | 1d327dbb0130d299dfc3b739f76def5ca2fe5446 | 0 | ansible/roles/nodejs | 7,815 | [
"no_license"
] | [
{
"path": "ansible/roles/nodejs/tasks/main.yml",
"content": "---\n - name: update apt packages\n become: True\n apt: update_cache=yes cache_valid_time=3600\n\n - name: install nodejs requirements\n become: True\n apt: pkg={{ item }} state=present\n with_items:\n - python-software-prope... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 458,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/aem | 7,815 | [
"no_license"
] | [
{
"path": "roles/aem/defaults/main.yml",
"content": "---\n\n## Docker repository usage\ndocker_images_pull: no\ndocker_images_push: no # using docker in isolation by default. set to yes to push to private registry.\ndocker_images_force: yes ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 16219,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/aem-assets-schema-conversion | 7,815 | [
"no_license"
] | [
{
"path": "roles/aem-assets-schema-conversion/tasks/main.yml",
"content": "---\n\n- name: create temp directory\n tempfile:\n state: directory\n register: temp_dir\n\n- name: copy json files\n synchronize:\n src: json/\n dest: \"{{ temp_dir.path }}\"\n\n- name: wait until all bundles are activat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2014,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/aem-base | 7,815 | [
"no_license"
] | [
{
"path": "roles/aem-base/files/docker/aem-base/1.3/Dockerfile",
"content": "FROM devops/oracle-jdk:8u73-b02\n\nMAINTAINER <NAME> <<EMAIL>>\n\nLABEL container.version=\"1.0\" \\\n os.version=\"centos 7\" \\\n java.version=\"oracle 8\" \\\n container.description=\"base image for AEM in... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3166,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/aem-configure-workflow | 7,815 | [
"no_license"
] | [
{
"path": "roles/aem-configure-workflow/templates/update_asset_create.j2",
"content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<jcr:root xmlns:cq=\"http://www.day.com/jcr/cq/1.0\" xmlns:jcr=\"http://www.jcp.org/jcr/1.0\"\n jcr:primaryType=\"cq:WorkflowLauncher\"\n condition=\"\"\n description=\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3428,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/aem-packages | 7,815 | [
"no_license"
] | [
{
"path": "roles/aem-packages/defaults/main.yml",
"content": "---\n\naem_packages_temp_path: \"ansible/files/aem-packages/\"\nadobeaemcloud_username: \"<EMAIL>\"\nadobeaemcloud_password: \"<PASSWORD>\"\naem_host: \"{{ aem_bridge_host.stdout }}\"\naem_port: \"{{ aem_port }}\"\ninterval_wait_all_bundles: 30",... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3194,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/aem-replication-agents | 7,815 | [
"no_license"
] | [
{
"path": "roles/aem-replication-agents/templates/filter.j2",
"content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<workspaceFilter version=\"1.0\">\n {% for item in replication_agents %}\n <filter root=\"/etc/replication/agents.{{ item.agentsOn }}/{{ item.name }}\" mode=\"merge\"/>\n {% endfor ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4787,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/aem-verify | 7,815 | [
"no_license"
] | [
{
"path": "roles/aem-verify/tasks/main.yml",
"content": "---\n\n- include: aem-verify.yml\n tags:\n - aem-verify\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "roles/aem-verify/tasks/aem-verify.yml",
"content": "---\n\n- name: 'Wait unti... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1305,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/applications-create-logical-volume | 7,815 | [
"no_license"
] | [
{
"path": "roles/applications-create-logical-volume/tasks/create-cryptdevice.yml",
"content": "---\n\n- name: crypt upload passphrase file\n copy: src={{ key_file }} dest={{ key_file_dest }}\n when: key_file is defined\n become: yes\n become_method: sudo\n tags:\n - configure-crypt-device\n\n- name:... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3689,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/cahost | 7,815 | [
"no_license"
] | [
{
"path": "roles/cahost/vars/main.yml",
"content": "---\n# vars file for .\n\nHOST_PASS: \"{{ docker.ca_pass }}\"\nHOST_ORG: \"{{ docker.ca_org }}\"\nHOST_OU: \"{{ docker.ca_ou }}\"\nHOST_LOC: \"{{ docker.ca_loc }}\"\nHOST_COUNT: \"{{ docker.ca_country }}\"\nHOST_STATE: \"{{ docker.ca_state }}\"\nHOST_AUTH_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 8961,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/common | 7,815 | [
"no_license"
] | [
{
"path": "roles/common/tasks/initalize-ansibleuser.yml",
"content": "---\n\n- name: Initialize Ansible user\n script: roles/common/files/scripts/inituser.sh\n tags:\n - init-ansibleuser",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
},
{
"path": "roles/c... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 637,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/consul-client | 7,815 | [
"no_license"
] | [
{
"path": "roles/consul-client/tasks/main.yml",
"content": "---\n\n- include: docker-container-consul-client.yml\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "roles/consul-client/defaults/main.yml",
"content": "---\n\ndocker:\n api_ver... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2084,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/consul-server | 7,815 | [
"no_license"
] | [
{
"path": "roles/consul-server/tasks/docker-container-consul-server.yml",
"content": "---\n\n- name: start docker container consul server\n docker_container:\n name: \"{{ docker_container_name }}\"\n image: \"{{ docker_image }}:{{ docker_image_tag }}\"\n state: started\n privileged: true\n r... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4384,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/convoy | 7,815 | [
"no_license"
] | [
{
"path": "roles/convoy/tasks/extend-convoy-pool.yml",
"content": "---\n\n- name: growing convoy data\n lvol:\n vg: rhel\n lv: convoy_data\n size: \"{{ convoy_device_data_alloc }}\" # preserve some space for possible rhel/root extend\n ignore_errors: true\n become: yes\n tags:\n - extend... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3889,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/dam-api | 7,815 | [
"no_license"
] | [
{
"path": "roles/dam-api/tasks/docker-container-build.yml",
"content": "---\r\n\r\n\r\n- name: start docker container\r\n docker_container:\r\n name: \"{{ docker_container_name }}\"\r\n image: \"{{ docker_image }}\"\r\n state: started\r\n privileged: true\r\n published_ports: \"{{ docker_pub... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 301,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/deploy-esb-applications | 7,815 | [
"no_license"
] | [
{
"path": "roles/deploy-esb-applications/tasks/main.yml",
"content": "---\n- name: Creating a temporary folder for applications\n file: path={{esb_application_tmp}} state=directory\n\n- name: Copying WKCD ESB Application from the WKCD Maven Repository\n maven_artifact: group_id=wkcd-aem artifact_id=wkcd-e... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3037,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/dispatcher | 7,815 | [
"no_license"
] | [
{
"path": "roles/dispatcher/files/docker/aem-dam-dispatcher-publisher/1.3/Dockerfile",
"content": "FROM aem-dispatcher:1\n\nMAINTAINER devops <<EMAIL>>\n\nLABEL container.version=\"1.0\" \\\n os.version=\"centos 7\" \\\n httpd.version=\"2.4\" \\\n container.description=\"WKCDA DAM pub... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 15271,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/docker-host | 7,815 | [
"no_license"
] | [
{
"path": "roles/docker-host/tasks/main.yml",
"content": "---\n\n- include: setup-docker.yml\n when: use_islion is defined and use_islion == true\n static: no\n tags:\n - docker-daemon-configure\n\n- include: setup-docker-local-volume.yml\n when: use_islion is defined and use_islion != true\n static... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7915,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/docker-host-restart | 7,815 | [
"no_license"
] | [
{
"path": "roles/docker-host-restart/tasks/main.yml",
"content": "---\n\n- include: docker-host-restart.yml\n tags:\n - docker-host-restart",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "roles/docker-host-restart/defaults/main.yml",
"conte... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1457,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/docker-image-oracle-jdk | 7,815 | [
"no_license"
] | [
{
"path": "roles/docker-image-oracle-jdk/files/docker/oracle-jdk/8u73-b02/Dockerfile",
"content": "FROM centos:centos7\n\nARG JDK_DOWNLOAD_URL\n\nMAINTAINER <NAME> <<EMAIL>>\n\nLABEL os.version=\"centos\" \\\n container.description=\"oracle jdk 8\"\n\nWORKDIR /tmp\n\nADD $JDK_DOWNLOAD_URL .\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2186,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/docker-login | 7,815 | [
"no_license"
] | [
{
"path": "roles/docker-login/tasks/main.yml",
"content": "---\n\n- name: login to private docker repository\n docker_login:\n username: \"{{ docker_registry_username }}\"\n password: \"{{ <PASSWORD> }}\"\n registry: \"{{ docker_repository }}\"\n email: \"{{ docker_registry_email }}\"\n become... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 239,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/docker-network | 7,815 | [
"no_license"
] | [
{
"path": "roles/docker-network/tasks/main.yml",
"content": "---\n\n- include: create-docker-network.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/docker-network/tasks/create-docker-network.yml",
"content": "---\n\n- name: create ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 778,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/gitlab | 7,815 | [
"no_license"
] | [
{
"path": "roles/gitlab/tasks/main.yml",
"content": "---\n- name: test if docker service is running\n command: systemctl status docker\n ignore_errors: yes\n changed_when: false\n register: docker_status\n no_log: True\n\n- name: Create temp directory\n shell: \"mktemp -d\"\n register: mktemp\n tags... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 7848,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/hello-world | 7,815 | [
"no_license"
] | [
{
"path": "roles/hello-world/tasks/main.yml",
"content": "---\n\n- include: docker-image-build.yml\n\n- include: docker-container-build.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "roles/hello-world/defaults/main.yml",
"content": "---\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1519,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/jenkins | 7,815 | [
"no_license"
] | [
{
"path": "roles/jenkins/files/docker/jenkins-base/1/Dockerfile",
"content": "FROM java:8-jdk\n\nMAINTAINER <NAME> <<EMAIL>>\n\nLABEL app.version=\"jessie\" \\\n os.version=\"debian\" \\\n java.version=\"open jdk 8\" \\\n docker.source=\"https://hub.docker.com/_/jenkins/\" \\\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 14158,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/localdev | 7,815 | [
"no_license"
] | [
{
"path": "roles/localdev/vars/main.yml",
"content": "---\n# vars file for .\n\n\n\nlocalserver_eth0_path: \"/etc/sysconfig/network-scripts/ifcfg-eth0\"\nlocalserver_eth1_path: \"/etc/sysconfig/network-scripts/ifcfg-eth1\"\nlocalserver_eth2_path: \"/etc/sysconfig/network-scripts/ifcfg-eth2\"\nlocalserver_ne... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4960,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/mule-esb | 7,815 | [
"no_license"
] | [
{
"path": "roles/mule-esb/tasks/main.yml",
"content": "---\n\n- include: docker-image-build-mule-esb.yml\n\n- name: starting muleesb container\n docker_container:\n name: \"{{ docker_container_name }}\"\n image: \"{{ docker_repository }}/{{ docker_image }}:{{ esb_package_version }}\"\n state: star... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 7298,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/nexus | 7,815 | [
"no_license"
] | [
{
"path": "roles/nexus/files/docker/nexus/1/Dockerfile",
"content": "FROM devops/oracle-jdk:8u73-b02\n\nMAINTAINER <NAME> <<EMAIL>>\n\nLABEL os.version=\"centos\" \\\n container.description=\"docker nexus oss container without volume\"\n\nENV NEXUS_DATA /nexus-data\nENV NEXUS_VERSION=\"3.0.2-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5665,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/nexus-packages | 7,815 | [
"no_license"
] | [
{
"path": "roles/nexus-packages/tasks/main.yml",
"content": "---\n\n- name: creating a temporary working directory\n tempfile:\n state: directory\n register: working_dir\n notify:\n - cleanup nexus packages\n - wait until all bundles are activated\n tags:\n - nexus-packages-download\n\n- nam... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2810,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/python-packages | 7,815 | [
"no_license"
] | [
{
"path": "roles/python-packages/tasks/main.yml",
"content": "---\n\n- include: python-packages-install.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/python-packages/vars/main.yml",
"content": "---\n\neasy_install:\n packages:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1551,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/registrator | 7,815 | [
"no_license"
] | [
{
"path": "roles/registrator/tasks/main.yml",
"content": "---\n\n- include: docker-container-registrator.yml\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "roles/registrator/tasks/docker-container-registrator.yml",
"content": "---\n\n- n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1469,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/rhel-register | 7,815 | [
"no_license"
] | [
{
"path": "roles/rhel-register/vars/main.yml",
"content": "---\n# vars file for .\n\nredhat_network_username: \"WKCDAProject1b\"\nredhat_network_password: \"<PASSWORD>\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": "roles/rhel-register/tasks/mai... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 520,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/rhel-unregister | 7,815 | [
"no_license"
] | [
{
"path": "roles/rhel-unregister/tasks/main.yml",
"content": "---\n\n- include: redhat-subscription.yml\n tags:\n - prep-os\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/rhel-unregister/tasks/redhat-subscription.yml",
"content":... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 315,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/security-rotate-keys | 7,815 | [
"no_license"
] | [
{
"path": "roles/security-rotate-keys/tasks/authorised-keys-user.yml",
"content": "---\n\n - name: Add Allowed Authorized Keys\n lineinfile:\n dest: \"{{ authorized_keys_dest }}\"\n line: \"{{ lookup('file', item ) }}\"\n state: present\n create: yes\n with_lines: ls -1 roles/secu... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2089,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/server-iptables | 7,815 | [
"no_license"
] | [
{
"path": "roles/server-iptables/templates/iptables.j2",
"content": "# Ansible managed\n# Manual customization of this file is not recommended.\n*filter\n:INPUT DROP [0:0]\n:FORWARD ACCEPT [0:0]\n:OUTPUT ACCEPT [0:0]\n-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT\n-A INPUT -p tcp -m tcp --dport 22... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1042,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/server-network-interfaces | 7,815 | [
"no_license"
] | [
{
"path": "roles/server-network-interfaces/templates/network-scripts.default.j2",
"content": "# Generated by Ansible using network-scripts.default.j2\nIPV6INIT=yes\nBOOTPROTO=none\nDEVICE={{ item.conn_name }}\nONBOOT=yes\nTYPE=Ethernet\nDEFROUTE=yes\nIPV4_FAILURE_FATAL=no\nNAME={{ item.conn_name }}\n{% for ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2317,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/server-splunkforwarder | 7,815 | [
"no_license"
] | [
{
"path": "roles/server-splunkforwarder/tasks/configure-splunkforwarder.yml",
"content": "---\n\n- name: download splunk forwarder\n shell: \"wget -nv --output-document={{ splunkufInstaller_path }} {{ splunkufInstaller_src }}\"\n become: yes\n tags:\n - get-splunkuf\n\n- name: install splunk forwarder... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1328,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/server-sshd | 7,815 | [
"no_license"
] | [
{
"path": "roles/server-sshd/tasks/main.yml",
"content": "---\n\n- include: configure-sshd.yml\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/server-sshd/tasks/configure-sshd.yml",
"content": "---\n\n- name: update sshd config\n tem... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 466,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/server-user-groups | 7,815 | [
"no_license"
] | [
{
"path": "roles/server-user-groups/tasks/configure-groups.yml",
"content": "---\n\n- name: creating apache group\n group:\n name: apache\n state: present\n gid: \"{{ group_apache_gid }}\" #组gid\n become: yes\n\n- name: creating apache user\n user:\n name: apache\n comment: \"apache (doc... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 677,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/solr-cloud | 7,815 | [
"no_license"
] | [
{
"path": "roles/solr-cloud/files/docker/aem-solr/3/Dockerfile",
"content": "FROM devops/oracle-jdk:8u73-b02\n\nMAINTAINER <NAME>\n\nARG SOLR_VERSION=6.3.0\nARG SOLR_INSTALL_DIR=/opt/solr\nARG SOLR_USER=solr\nARG SOLR_GROUP=solr\nARG SOLR_USEID=1011\nARG SOLR=solr-6.3.0\nARG SOLR_EXPOSE_PORTS=\"8983... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 7805,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/toughday | 7,815 | [
"no_license"
] | [
{
"path": "roles/toughday/files/docker/toughday/1/Dockerfile",
"content": "FROM devops/oracle-jdk:8u73-b02\n\nMAINTAINER <NAME> <<EMAIL>>\n\nLABEL container.version=\"1.0\" \\\n os.version=\"centos 7\" \\\n java.version=\"oracle 8\" \\\n container.description=\"\"\n\nWORKDIR /toughday... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3678,
"all_permissive": false
} |
ansible_role | zhouxixi21-cloud/hello-world | 2ae6a423ec0c2a5c39898745a0b96244acf97c92 | 0 | roles/yum-packages | 7,815 | [
"no_license"
] | [
{
"path": "roles/yum-packages/vars/main.yml",
"content": "---\n\nyum:\n packages:\n - name: \"docker\" \n version: \"1.12.5\" # 1.13.1\n enablerepo: \"rhel-7-server-extras-rpms,rhel-7-server-optional-rpms\" #rhui-rhel-7-server-rhui-extras-rpms\n - name: \"python-setuptools\"\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1139,
"all_permissive": false
} |
ansible_role | MikeGreyDog/Nagios | 84f3b1734190365cdb7ecd21adcf603080b73604 | 0 | roles/Nagios-client | 7,815 | [
"no_license"
] | [
{
"path": "roles/Nagios-client/tasks/main.yml",
"content": "---\n - name: Install repository\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - \"http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm\"\n - \"http://rpms.famillecollet.com/enterpris... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1226,
"all_permissive": false
} |
ansible_role | MikeGreyDog/Nagios | 84f3b1734190365cdb7ecd21adcf603080b73604 | 0 | roles/Nagios-server | 7,815 | [
"no_license"
] | [
{
"path": "roles/Nagios-server/vars/vars.yml",
"content": "nagios_password: \"<PASSWORD>\"\nadmin_email: \"<EMAIL>\"\ncontact: nagiosadmin\n\ncommands: \" \n define command{\\n\n command_name check_disk\\n\n command_line /usr/lib64/nagios/plugins/check_disk -w $ARG1$ -c $ARG... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7991,
"all_permissive": false
} |
ansible_role | rohitsnair7272/Ansible_Practice | d708e70c9919ccc611f25518260e1f9ebe9779e4 | 0 | ansible-task1/roles/custom-role | 7,815 | [
"no_license"
] | [
{
"path": "ansible-task1/roles/custom-role/tasks/main.yml",
"content": "---\n- name: Add PostgreSQL repository\n apt_key:\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\n state: absent\n\n- name: Add PostgreSQL repository to sources list\n apt_repository:\n repo: \"deb http://apt.postg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 473,
"all_permissive": false
} |
ansible_role | rohitsnair7272/Ansible_Practice | d708e70c9919ccc611f25518260e1f9ebe9779e4 | 0 | part-1-and-part-4-ansible-first-demo/roles/python | 7,815 | [
"no_license"
] | [
{
"path": "part-1-and-part-4-ansible-first-demo/roles/python/tasks/main.yml",
"content": "---\n- name: installing packages for python env\n become: true\n apt:\n name:\n - python3-pip\n update_cache: yes\n\n- name: Creates directory\n file:\n path: ./basic-http-server\n state: directory\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 297,
"all_permissive": false
} |
ansible_role | rohitsnair7272/Ansible_Practice | d708e70c9919ccc611f25518260e1f9ebe9779e4 | 0 | part-6-ansible-handlers/roles/handlers | 7,815 | [
"no_license"
] | [
{
"path": "part-6-ansible-handlers/roles/handlers/tasks/main.yml",
"content": "---\n- name: index.html copy\n template: src=index.html dest=/usr/share/nginx/html/index.html\n\n## Update the content on the website\n- name: updated.html copy\n template: src=updated.html dest=/usr/share/nginx/html/index.html... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 224,
"all_permissive": false
} |
ansible_role | darlinj/play_with_ansible | bf64a676c63a5e27e0c480bd9b49afebd56548f0 | 0 | roles/create_aws_nodes | 7,815 | [
"no_license"
] | [
{
"path": "roles/create_aws_nodes/tasks/build_router.yml",
"content": "---\n- set_fact: \n node: \"{{ item }}\"\n\n- set_fact: \n interface_ids: []\n\n- set_fact: \n interface_description: \"Wibbly wobbly interface\"\n\n- include: attach_network_interfaces.yml\n with_items: \"{{ node.network_inter... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 9125,
"all_permissive": false
} |
ansible_role | darlinj/play_with_ansible | bf64a676c63a5e27e0c480bd9b49afebd56548f0 | 0 | roles/create_aws_vpc | 7,815 | [
"no_license"
] | [
{
"path": "roles/create_aws_vpc/tasks/main.yml",
"content": " - set_fact: \n subnet_ids: []\n\n - name: Create VPC\n ec2_vpc_net:\n name: \"{{ vpc_name }}\"\n cidr_block: \"{{ vpc_cidr_block }}\"\n region: \"{{ region }}\"\n state: \"prese... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2411,
"all_permissive": false
} |
ansible_role | darlinj/play_with_ansible | bf64a676c63a5e27e0c480bd9b49afebd56548f0 | 0 | roles/update_servers | 7,815 | [
"no_license"
] | [
{
"path": "roles/update_servers/tasks/main.yml",
"content": "---\n- name: turning on eth1\n copy:\n src: ../files/eth1.cfg\n dest: /etc/network/interfaces.d/eth1.cfg\n owner: root\n group: root\n mode: 0644\n- name: lookup node variables from array\n set_fact: \n node: \"{{ nodes.servers... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 780,
"all_permissive": false
} |
ansible_role | Milio64/setup | 7a4d0be0646b6b27ad967060cf4e32249d3c7e61 | 0 | roles/base | 7,814 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "# Load distro-specific variables\n- include_vars: \"{{ ansible_distribution }}.yml\"\n tags: always\n\n- block:\n # Make sure users exist on the system\n #emile.yml nagekeken/aangepast zou moeten werken.\n - import_tasks: users/emile.yml\n - import_tas... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 7748,
"all_permissive": false
} |
ansible_role | racinrandall/clone_vmware_vm | 6aeebfafc7a7531b302cc3c655cca92609ed6ad6 | 0 | roles/add_disks | 7,814 | [
"no_license"
] | [
{
"path": "roles/add_disks/README.md",
"content": "add_disks\n=========\n\nThis role has two main purposes. First is to expand the primary (OS) disk within RHEL for VMs that were cloned with a larger OS disk than the original template. The second purpose is to add any additional disks required for the spe... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5266,
"all_permissive": false
} |
ansible_role | racinrandall/clone_vmware_vm | 6aeebfafc7a7531b302cc3c655cca92609ed6ad6 | 0 | roles/clone_vmware_vm | 7,814 | [
"no_license"
] | [
{
"path": "roles/clone_vmware_vm/tests/test.yml",
"content": "---\n- hosts: localhost\n roles:\n - /scripts/ansible/clone_vmware_vm\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/clone_vmware_vm/handlers/main.yml",
"content": "---\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1742,
"all_permissive": false
} |
ansible_role | Zidane912/microservicesapp | 5932d1cdde49c161ef330979b87c7ad775c4a771 | 1 | roles/docker | 7,814 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n# tasks file for docker\n\n- name: 'update and upgrade apt'\n apt:\n upgrade: true\n update_cache: true\n\n- name: 'Install requirements'\n apt:\n pkg:\n - python3\n - python3-pip\n - git\n - apt-transport-https\n - ca-certi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 931,
"all_permissive": false
} |
ansible_role | Zidane912/microservicesapp | 5932d1cdde49c161ef330979b87c7ad775c4a771 | 1 | roles/manager | 7,814 | [
"no_license"
] | [
{
"path": "roles/manager/tasks/main.yml",
"content": "---\n# tasks file for manager\n- name: Init a new swarm with default parameters\n community.docker.docker_swarm:\n state: present\n register: swarm_info # this is to set some info we can call to later on",
"license_type": "no_license",
"dete... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 203,
"all_permissive": false
} |
ansible_role | Zidane912/microservicesapp | 5932d1cdde49c161ef330979b87c7ad775c4a771 | 1 | roles/manager-clone-repo-from-git | 7,814 | [
"no_license"
] | [
{
"path": "roles/manager-clone-repo-from-git/tasks/main.yml",
"content": "---\n# tasks file for manager-clone-repo-from-git\n# git module is built in so does not need to be installed\n\n- name: Clone a repo with separate git directory\n ansible.builtin.git:\n repo: https://github.com/Zidane912/finalproj... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 506,
"all_permissive": false
} |
ansible_role | Zidane912/microservicesapp | 5932d1cdde49c161ef330979b87c7ad775c4a771 | 1 | roles/stack-deploy | 7,814 | [
"no_license"
] | [
{
"path": "roles/stack-deploy/tasks/main.yml",
"content": "---\n# tasks file for stack-deploy\n\n- name: Deploy stack from a compose file\n docker_stack:\n state: present\n name: mystack\n compose:\n - /home/alam_/finalproject2/docker-compose.yaml",
"license_type": "no_license",
"dete... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 195,
"all_permissive": false
} |
ansible_role | Zidane912/microservicesapp | 5932d1cdde49c161ef330979b87c7ad775c4a771 | 1 | roles/worker | 7,814 | [
"no_license"
] | [
{
"path": "roles/worker/tasks/main.yml",
"content": "---\n# tasks file for worker\n\n- name: print join token\n debug:\n msg: \"{{ hostvars['swarm-manager']['swarm_info']['swarm_facts']['JoinTokens']['Worker'] }}\"\n\n- name: Add nodes\n community.docker.docker_swarm:\n state: join\n advertise_ad... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 463,
"all_permissive": false
} |
ansible_role | ramonvg/playbooks | c85126e9ef0e2a97de7cd3ed5c5e0850b70fef47 | 0 | roles/desktop | 7,814 | [
"no_license"
] | [
{
"path": "roles/desktop/tasks/main.yml",
"content": "---\n- name: add spotify key\n apt_key:\n keyserver: hkp://keyserver.ubuntu.com:80\n id: 0DF731E45CE24F27EEEB1450EF<KEY>\n become: yes\n- name: add spotify deb repository\n apt_repository:\n repo: \"deb http://repository.spotify.com stable no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 860,
"all_permissive": false
} |
ansible_role | ramonvg/playbooks | c85126e9ef0e2a97de7cd3ed5c5e0850b70fef47 | 0 | roles/docker | 7,814 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: installing docker dependencies\n apt: name={{item}} state=installed update_cache=yes\n with_items:\n - apt-transport-https\n - ca-certificates\n - python-pip\n become: yes\n- name: import repo key\n apt_key:\n keyserver: hkp://p80.p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 825,
"all_permissive": false
} |
ansible_role | ramonvg/playbooks | c85126e9ef0e2a97de7cd3ed5c5e0850b70fef47 | 0 | roles/dotfiles | 7,814 | [
"no_license"
] | [
{
"path": "roles/dotfiles/defaults/main.yml",
"content": "dotfiles_dir: ~/.dotfiles\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "---\n- name: clone dotfiles\n git:\n repo: <EMAIL>:ramonvg/dot... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 898,
"all_permissive": false
} |
ansible_role | ramonvg/playbooks | c85126e9ef0e2a97de7cd3ed5c5e0850b70fef47 | 0 | roles/enable-emojis | 7,814 | [
"no_license"
] | [
{
"path": "roles/enable-emojis/tasks/main.yml",
"content": "---\n- name: Download NotoColorEmoji\n unarchive:\n src: https://noto-website-2.storage.googleapis.com/pkgs/NotoColorEmoji-unhinted.zip\n dest: /tmp\n remote_src: yes\n\n- name: Copy NotoColorEmoji.ttf to ~/.fonts\n copy:\n src: /tmp/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 550,
"all_permissive": false
} |
ansible_role | ramonvg/playbooks | c85126e9ef0e2a97de7cd3ed5c5e0850b70fef47 | 0 | roles/zsh | 7,814 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "---\n- name: install zsh\n apt:\n name: zsh\n state: present\n become: yes\n- name: install ohmyzsh\n git:\n repo: https://github.com/robbyrussell/oh-my-zsh.git\n dest: ~/.oh-my-zsh\n- name: link ~/.dotfiles/zshrc → ~/.zshrc\n file:\n src... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 489,
"all_permissive": false
} |
ansible_role | ndubbala/ansible-satellite | 5b14bf72670b611c6fbf2359fc650cb111d18aa3 | 0 | roles/selinux | 7,814 | [
"no_license"
] | [
{
"path": "roles/selinux/handlers/main.yml",
"content": "---\n\n- name: config change\n debug:\n msg: \"configuration change detected\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "roles/selinux/tasks/main.yml",
"content": "---\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 233,
"all_permissive": false
} |
ansible_role | gpolicante/aula_alissao | 120022577d9661b9c6b811b817bedee9bad77359 | 0 | ansible/roles/apache | 7,814 | [
"no_license"
] | [
{
"path": "ansible/roles/apache/tasks/install_httpd.yml",
"content": "- name: Install httpd \n yum: \n name: httpd\n state: present \n when: ansible_distribution == \"CentOS\" \n\n- name: start httpd \n service: \n name: httpd \n state: restarted\n when: ansible_distribution == \"CentOS\" \n",
... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1412,
"all_permissive": false
} |
ansible_role | gpolicante/aula_alissao | 120022577d9661b9c6b811b817bedee9bad77359 | 0 | ansible/roles/puppet | 7,814 | [
"no_license"
] | [
{
"path": "ansible/roles/puppet/tasks/install_yum.yml",
"content": "- name: Download puppet centOS repo\n yum: \n name: https://yum.puppet.com/puppet5/puppet5-release-el-7.noarch.rpm\n state: present\n when: ansible_distribution == 'CentOS' \n\n- name: Install puppet agent\n yum: \n name: puppet-ag... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 830,
"all_permissive": false
} |
ansible_role | markuszoeller/markuszoeller.github.io | 3d4d370a7fb4b83d1e303cb5006f22155c66cc1d | 1 | posts/2017/11/24/ansible-playbook-roles/roles/apt-update | 7,814 | [
"no_license"
] | [
{
"path": "posts/2017/11/24/ansible-playbook-roles/roles/apt-update/handlers/main.yml",
"content": "---\n# handlers file for roles/apt-update",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "posts/2017/11/24/ansible-playbook-roles/roles/apt-update/d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 263,
"all_permissive": false
} |
ansible_role | markuszoeller/markuszoeller.github.io | 3d4d370a7fb4b83d1e303cb5006f22155c66cc1d | 1 | posts/2017/11/24/ansible-playbook-roles/roles/grafana | 7,814 | [
"no_license"
] | [
{
"path": "posts/2017/11/24/ansible-playbook-roles/roles/grafana/tasks/source_install.yml",
"content": "---\n\n- name: \"Install from source.\"\n fail:\n msg: \"TODO not yet done!\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "posts/2017/1... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1233,
"all_permissive": false
} |
ansible_role | markuszoeller/markuszoeller.github.io | 3d4d370a7fb4b83d1e303cb5006f22155c66cc1d | 1 | posts/2017/11/24/ansible-playbook-roles/roles/grafana-dashboard | 7,814 | [
"no_license"
] | [
{
"path": "posts/2017/11/24/ansible-playbook-roles/roles/grafana-dashboard/defaults/main.yml",
"content": "---\n# defaults file for roles/grafana-dashboard",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "posts/2017/11/24/ansible-playbook-roles/role... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 8076,
"all_permissive": false
} |
ansible_role | markuszoeller/markuszoeller.github.io | 3d4d370a7fb4b83d1e303cb5006f22155c66cc1d | 1 | posts/2017/11/24/ansible-playbook-roles/roles/grafana-prometheus-datasource | 7,814 | [
"no_license"
] | [
{
"path": "posts/2017/11/24/ansible-playbook-roles/roles/grafana-prometheus-datasource/defaults/main.yml",
"content": "---\n# defaults file for roles/grafana-prometheus-datasource\n\nprometheus_datasource_url: \"http://127.0.0.1:9090\"\n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 991,
"all_permissive": false
} |
ansible_role | markuszoeller/markuszoeller.github.io | 3d4d370a7fb4b83d1e303cb5006f22155c66cc1d | 1 | posts/2017/11/24/ansible-playbook-roles/roles/name-ip-mapping | 7,814 | [
"no_license"
] | [
{
"path": "posts/2017/11/24/ansible-playbook-roles/roles/name-ip-mapping/vars/main.yml",
"content": "---\n# vars file for roles/name-ip-mapping",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "posts/2017/11/24/ansible-playbook-roles/roles/name-ip-ma... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 568,
"all_permissive": false
} |
ansible_role | markuszoeller/markuszoeller.github.io | 3d4d370a7fb4b83d1e303cb5006f22155c66cc1d | 1 | posts/2017/11/24/ansible-playbook-roles/roles/node-exporter | 7,814 | [
"no_license"
] | [
{
"path": "posts/2017/11/24/ansible-playbook-roles/roles/node-exporter/tasks/main.yml",
"content": "---\n# tasks file for node-exporter\n\n- name: \"Install Prometheus Node Exporter package.\"\n apt:\n name: prometheus-node-exporter\n\n- name: \"Ensure the Node Exporter is started and starts at host boo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 415,
"all_permissive": false
} |
ansible_role | markuszoeller/markuszoeller.github.io | 3d4d370a7fb4b83d1e303cb5006f22155c66cc1d | 1 | posts/2017/11/24/ansible-playbook-roles/roles/prometheus | 7,814 | [
"no_license"
] | [
{
"path": "posts/2017/11/24/ansible-playbook-roles/roles/prometheus/handlers/main.yml",
"content": "---\n# handlers file for prometheus\n\n- name: \"Restart the Prometheus service.\"\n service:\n name: prometheus\n state: restarted\n listen: event_restart_prometheus\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1325,
"all_permissive": false
} |
ansible_role | markuszoeller/markuszoeller.github.io | 3d4d370a7fb4b83d1e303cb5006f22155c66cc1d | 1 | posts/2017/11/24/ansible-playbook-roles/roles/ssh-accessible | 7,814 | [
"no_license"
] | [
{
"path": "posts/2017/11/24/ansible-playbook-roles/roles/ssh-accessible/handlers/main.yml",
"content": "---\n# handlers file for roles/ssh-accessible",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "posts/2017/11/24/ansible-playbook-roles/roles/ssh-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 362,
"all_permissive": false
} |
ansible_role | markuszoeller/markuszoeller.github.io | 3d4d370a7fb4b83d1e303cb5006f22155c66cc1d | 1 | posts/2017/11/24/ansible-playbook-roles/roles/workload-deploy | 7,814 | [
"no_license"
] | [
{
"path": "posts/2017/11/24/ansible-playbook-roles/roles/workload-deploy/tasks/main.yml",
"content": "---\n# tasks file for roles/workload-deploy\n\n- name: \"Copy the applications to the servers.\"\n copy:\n src: \"{{ item }}\"\n dest: \"/root/{{ item }}\"\n with_items:\n - eat_cpu.py\n - eat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 430,
"all_permissive": false
} |
ansible_role | Serg511/Homework_5 | 5bd7394436e7374ce3fc20f293ae37db768f9c04 | 0 | ansible/roles/mysql | 7,814 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/main.yml",
"content": "- name: Install MySQL repo\n yum: name=https://repo.mysql.com/mysql80-community-release-el7-3.noarch.rpm\n\n- name: Import GPG key\n rpm_key:\n key: https://repo.mysql.com/RPM-GPG-KEY-mysql-2022\n state: present\n\n- name: Install packages\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1275,
"all_permissive": false
} |
ansible_role | Serg511/Homework_5 | 5bd7394436e7374ce3fc20f293ae37db768f9c04 | 0 | ansible/roles/pacemaker | 7,814 | [
"no_license"
] | [
{
"path": "ansible/roles/pacemaker/tasks/main.yml",
"content": "- name: Install pacemaker packages\n yum: name={{ item }}\n with_items:\n - pacemaker\n - pcs\n - psmisc\n - policycoreutils-python\n\n- name: Set authorized key took from file\n authorized_key:\n user: root\n state: presen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 889,
"all_permissive": false
} |
ansible_role | bear-kneesdgreat2001/Pena_ElasticStack | 1a64dceae4caaba93128f2d3af74bfbf500f008f | 0 | elastic_stack/roles/centos_server | 7,814 | [
"no_license"
] | [
{
"path": "elastic_stack/roles/centos_server/tasks/main.yml",
"content": "- name: Install Java for CentOS\n dnf:\n name: java-11-openjdk\n state: present\n\n- name: Install Logstash on CentOS\n dnf:\n name: logstash\n state: present\n become: true\n\n- name: Enable and start Logstash service\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 304,
"all_permissive": false
} |
ansible_role | bear-kneesdgreat2001/Pena_ElasticStack | 1a64dceae4caaba93128f2d3af74bfbf500f008f | 0 | elastic_stack/roles/ubuntu_server | 7,814 | [
"no_license"
] | [
{
"path": "elastic_stack/roles/ubuntu_server/tasks/main.yml",
"content": "- name: Install Java for Ubuntu\n apt:\n name: default-jre\n state: present\n become: true\n\n- name: Import GPG key for Elasticsearch repository\n apt_key:\n url: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 544,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.