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 | farrellit/ansible-demonstrations | e639857bb11ea4078416046c6ba715198a788c51 | 2 | fact-scope/roles/factrole | 7,785 | [
"no_license"
] | [
{
"path": "fact-scope/roles/factrole/tasks/main.yml",
"content": "---\n- set_fact: \n roleone: played\n- name: playbook fact from role\n debug: var=playone\n failed_when: playone != 'played'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 125,
"all_permissive": false
} |
ansible_role | farrellit/ansible-demonstrations | e639857bb11ea4078416046c6ba715198a788c51 | 2 | fact-scope/roles/factrole2 | 7,785 | [
"no_license"
] | [
{
"path": "fact-scope/roles/factrole2/tasks/main.yml",
"content": "---\n- set_fact: \n roletwo: played\n- name: role fact from another role\n debug: var=roleone\n failed_when: roleone != 'played'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 129,
"all_permissive": false
} |
ansible_role | farrellit/ansible-demonstrations | e639857bb11ea4078416046c6ba715198a788c51 | 2 | global-vars-for-role/roles/test | 7,785 | [
"no_license"
] | [
{
"path": "global-vars-for-role/roles/test/tasks/main.yml",
"content": "- name: debug global var\n debug: var=myvar\n- name: debug per-role var\n debug: var=myrolevar\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 94,
"all_permissive": false
} |
ansible_role | farrellit/ansible-demonstrations | e639857bb11ea4078416046c6ba715198a788c51 | 2 | shell-cwd/roles/shelldir | 7,785 | [
"no_license"
] | [
{
"path": "shell-cwd/roles/shelldir/tasks/main.yml",
"content": "- shell: pwd\n register: shellout\n- debug: var=shellout.stdout\n- shell: pwd\n args:\n chdir: \"{{role_path}}\"\n register: shellout2\n- debug: var=shellout2.stdout\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 163,
"all_permissive": false
} |
ansible_role | beejhuff/aws-ansible | 7ef01a3bb4d5d0c41ff9889a5cb0014849803386 | 0 | roles/common | 7,785 | [
"no_license"
] | [
{
"path": "roles/common/handlers/main.yml",
"content": "- name: restart sshd\n service: name=ssh state=restarted\n\n- name: sync ntp\n action: raw service ntp stop && ntpdate 0.north-america.pool.ntp.org\n\n- name: restart ntpd\n service: name=ntp state=restarted\n\n- include: zsh.yml",
"license_type... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4379,
"all_permissive": false
} |
ansible_role | beejhuff/aws-ansible | 7ef01a3bb4d5d0c41ff9889a5cb0014849803386 | 0 | roles/docker | 7,785 | [
"no_license"
] | [
{
"path": "roles/docker/vars/main.yml",
"content": "docker_deps:\n - python-software-properties\n - python-apt\n - python-pycurl\n - wget\n\ndocker_apt: \"deb http://get.docker.io/ubuntu docker main\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 144
},
{
"pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 495,
"all_permissive": false
} |
ansible_role | beejhuff/aws-ansible | 7ef01a3bb4d5d0c41ff9889a5cb0014849803386 | 0 | roles/kernel | 7,785 | [
"no_license"
] | [
{
"path": "roles/kernel/vars/main.yml",
"content": "kernel_target: 3.8",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 18
},
{
"path": "roles/kernel/tasks/main.yml",
"content": "- name: check kernel version\n action: shell uname -r | cut -c1-3\n register: ker... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | beejhuff/aws-ansible | 7ef01a3bb4d5d0c41ff9889a5cb0014849803386 | 0 | roles/parnell | 7,785 | [
"no_license"
] | [
{
"path": "roles/parnell/tasks/main.yml",
"content": "- name: copy html\n copy: src=../files/parnell.io/index.html dest=/opt/share/parnell/\n\n- name: copy js\n copy: src=../files/parnell.io/js dest=/opt/share/parnell/\n\n- name: copy images\n copy: src=../files/parnell.io/images dest=/opt/share/parnell/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 326,
"all_permissive": false
} |
ansible_role | beejhuff/aws-ansible | 7ef01a3bb4d5d0c41ff9889a5cb0014849803386 | 0 | roles/sys | 7,785 | [
"no_license"
] | [
{
"path": "roles/sys/tasks/supervisord.yml",
"content": "- name: install supervisord\n action: pip name=supervisor\n \n- name: install supervisord init control\n action: template src=../templates/init.supervisord.conf dest=/etc/init.d/supervisord\n \n- name: configure supervisord init control\n action:... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1621,
"all_permissive": false
} |
ansible_role | beejhuff/aws-ansible | 7ef01a3bb4d5d0c41ff9889a5cb0014849803386 | 0 | roles/web | 7,785 | [
"no_license"
] | [
{
"path": "roles/web/vars/main.yml",
"content": "server: 0.0.0.0:80\n\nconfigs:\n - digitalmentat",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "roles/web/tasks/nginx.yml",
"content": "- name: add nginx ppa (will fail for non-Ubuntu systems)\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1516,
"all_permissive": false
} |
ansible_role | arashpath/learn-ansible | baa3459567f2fd02599a090fab4ffb8e1c749a1e | 4 | b2pro/ansible-roles/diff_platform-roles/roles/mheap.apache | 7,785 | [
"no_license"
] | [
{
"path": "b2pro/ansible-roles/diff_platform-roles/roles/mheap.apache/tasks/install-redhat.yml",
"content": "---\n# tasks file for mheap.apache\n- name: Install Apache\n yum: name={{apache2_package_name}} state=installed",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 640,
"all_permissive": false
} |
ansible_role | arashpath/learn-ansible | baa3459567f2fd02599a090fab4ffb8e1c749a1e | 4 | b2pro/ansible-roles/wrapper-roles/roles/mheap.hello | 7,785 | [
"no_license"
] | [
{
"path": "b2pro/ansible-roles/wrapper-roles/roles/mheap.hello/defaults/main.yml",
"content": "---\n# defaults file for mheap.hello\nyour_name: World",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "b2pro/ansible-roles/wrapper-roles/roles/mheap.hell... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 179,
"all_permissive": false
} |
ansible_role | arashpath/learn-ansible | baa3459567f2fd02599a090fab4ffb8e1c749a1e | 4 | b2pro/ansible-wordpress/provisioning/roles/mheap.mysql | 7,785 | [
"no_license"
] | [
{
"path": "b2pro/ansible-wordpress/provisioning/roles/mheap.mysql/tasks/main.yml",
"content": "---\n# tasks file for mheap.mysql\n- name: Install MySQL\n apt: name={{MySQL}} state=present\n vars:\n MySQL:\n - mysql-server-5.6\n - python-mysqldb\n- name: Generate new root password\n command: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1055,
"all_permissive": false
} |
ansible_role | arashpath/learn-ansible | baa3459567f2fd02599a090fab4ffb8e1c749a1e | 4 | b2pro/ansible-wordpress/provisioning/roles/mheap.nginx | 7,785 | [
"no_license"
] | [
{
"path": "b2pro/ansible-wordpress/provisioning/roles/mheap.nginx/tasks/main.yml",
"content": "---\n# tasks file for mheap.nginx\n- name: Install nginx\n apt: name=nginx state=present\n- name: Start nginx\n service: name=nginx state=started\n- name: Creat nginx config\n template: src=default dest=/etc/ng... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 352,
"all_permissive": false
} |
ansible_role | arashpath/learn-ansible | baa3459567f2fd02599a090fab4ffb8e1c749a1e | 4 | b2pro/ansible-wordpress/provisioning/roles/mheap.php | 7,785 | [
"no_license"
] | [
{
"path": "b2pro/ansible-wordpress/provisioning/roles/mheap.php/tasks/extensions.yml",
"content": "---\n# tasks file for mheap.php/extensions.yml\n- name: Install PHP Extensions\n apt: name={{PHP}} state=present\n vars:\n PHP:\n - php-fpm\n - php-mysql\n - php-xml\n",
"license_type":... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 549,
"all_permissive": false
} |
ansible_role | arashpath/learn-ansible | baa3459567f2fd02599a090fab4ffb8e1c749a1e | 4 | b2pro/ansible-wordpress/provisioning/roles/mheap.wordpress | 7,785 | [
"no_license"
] | [
{
"path": "b2pro/ansible-wordpress/provisioning/roles/mheap.wordpress/templates/wp-config.php",
"content": "<?php\n/**\n * The base configuration for WordPress\n *\n * The wp-config.php creation script uses this file during the\n * installation. You don't have to use the web site, you can\n * copy this file... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4893,
"all_permissive": false
} |
ansible_role | doubtingben/ipfs-cluster | a917eec96a4e8fbb4cc1e006d234089fbbdca7d3 | 0 | playbooks/roles/ipfs | 7,785 | [
"no_license"
] | [
{
"path": "playbooks/roles/ipfs/tasks/main.yml",
"content": "---\n\n- name: include role tasks\n include_tasks: ipfs.yml\n tags:\n - ipfs\n\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "playbooks/roles/ipfs/tasks/ipfs.yml",
"content... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1761,
"all_permissive": false
} |
ansible_role | doubtingben/ipfs-cluster | a917eec96a4e8fbb4cc1e006d234089fbbdca7d3 | 0 | playbooks/roles/ipfs-cluster | 7,785 | [
"no_license"
] | [
{
"path": "playbooks/roles/ipfs-cluster/tasks/main.yml",
"content": "---\n\n- name: include role tasks\n include_tasks: ipfs-cluster.yml\n tags:\n - ipfs-cluster\n\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "playbooks/roles/ipfs-clust... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 702,
"all_permissive": false
} |
ansible_role | Hamzaelkhatri/ldap-client-ansible | 3514da8bf9b77eb341916b1d0c158065575be467 | 0 | roles/setup | 7,785 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yml",
"content": "- name : install libnss\n become: yes\n ansible.builtin.apt:\n name: libnss-ldap\n state: present\n\n- name : install libpam-ldap\n become: yes\n ansible.builtin.apt:\n name: libpam-ldap\n state: present\n\n#libpam-ldap ldap-utils nslcd\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2343,
"all_permissive": false
} |
ansible_role | TheCarver-254/udacity-ansible-3 | 5364d2020613cb0bc10615cef231bd5ca9d350b9 | 0 | roles/prepare | 7,785 | [
"no_license"
] | [
{
"path": "roles/prepare/tasks/main.yml",
"content": "---\n- name: \"update apt packages \"\n become: true\n become_method: sudo\n apt: \n update_cache : yes\n\n\n- name: \"remove dependenceies that are no longer required\"\n become: true\n apt: \n autoremove : yes",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 207,
"all_permissive": false
} |
ansible_role | SC5/serverless-deployment-ansible | 2d38ea45c08d410b225508a3f6e941261d1825ba | 2 | roles/infra | 7,785 | [
"no_license"
] | [
{
"path": "roles/infra/tasks/main.yml",
"content": "---\n- name: ensure there is a files directory\n file: path=\"{{ role_path }}/files\" state=directory\n\n- name: create infra stack\n cloudformation:\n stack_name: \"{{ project }}-infra-{{ stage }}\"\n state: \"{{ state }}\"\n region: \"{{ regio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1481,
"all_permissive": false
} |
ansible_role | SC5/serverless-deployment-ansible | 2d38ea45c08d410b225508a3f6e941261d1825ba | 2 | roles/service | 7,785 | [
"no_license"
] | [
{
"path": "roles/service/tasks/main.yml",
"content": "---\n- set_fact:\n service_name: example-service\n\n- set_fact:\n service_version: \"{{ lookup('env', 'SERVICE_VERSION') }}\"\n\n- name: ensure there is a files directory\n file: path=\"{{ role_path }}/files\" state=directory\n\n- name: ensure the... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4207,
"all_permissive": false
} |
ansible_role | openshift-labs/rhsummit18-cloudnative-guides | 275ce47fb09b4e8a2071e1da64a9a2cb6a2450cc | 6 | apb/roles/common | 7,785 | [
"no_license"
] | [
{
"path": "apb/roles/common/tasks/main.yml",
"content": "---\n- name: get openshift master\n shell: \"oc whoami --show-server\"\n register: openshift_master_result\n changed_when: false\n\n- name: login as super user with token\n command: \"oc login {{ openshift_master_result.stdout }} --token={{ opensh... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2022,
"all_permissive": false
} |
ansible_role | openshift-labs/rhsummit18-cloudnative-guides | 275ce47fb09b4e8a2071e1da64a9a2cb6a2450cc | 6 | apb/roles/provision-cloudnative-istio-apb | 7,785 | [
"no_license"
] | [
{
"path": "apb/roles/provision-cloudnative-istio-apb/tasks/prep-user.yml",
"content": "---\n- set_fact:\n current_user: \"{{ item }}\"\n\n- name: check if catalog git repository exists\n uri:\n url: http://gogs-{{ namespace }}.{{ apps_hostname_suffix }}/api/v1/repos/{{ current_user }}/catalog\n us... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6326,
"all_permissive": false
} |
ansible_role | jhu-sheridan-libraries/zookeeper-ansible | a67cf3e2add6c67260cb4f2457b760e571068e37 | 2 | roles/zookeeper | 7,785 | [
"no_license"
] | [
{
"path": "roles/zookeeper/defaults/main.yml",
"content": "---\nzookeeper_version: 3.4.10\nzookeeper_download_location: http://apache.mirrors.pair.com/zookeeper\n\nzookeeper_plus_version: \"zookeeper-{{zookeeper_version}}\"\nzookeeper_tarball: \"{{zookeeper_plus_version}}.tar.gz\"\nzookeeper_url: \"{{zookee... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1466,
"all_permissive": false
} |
ansible_role | dting/angular-fullstack-vagrant-ansible | 33b34ba1bd0173d0ceaf17d73967da57fb2e1bcf | 0 | provisioning/roles/web | 7,787 | [
"no_license"
] | [
{
"path": "provisioning/roles/web/tasks/main.yml",
"content": "---\n- name: Install packages\n apt: pkg={{ item }}\n sudo: yes\n with_items:\n - build-essential\n - curl\n - git\n - ruby\n - libpng-dev\n - libfontconfig-dev\n - python-pip\n tags: packages\n\n- name: Create global .g... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1517,
"all_permissive": false
} |
ansible_role | Nazrina124/Ansible-Robo2 | e02b39934cf4ba4762bf88c5872443e6ffdcfff1 | 0 | roles/catalogue | 7,787 | [
"no_license"
] | [
{
"path": "roles/catalogue/tasks/docker.yml",
"content": "- name: Run Catalogue Container\n containers.podman.podman_container:\n name: catalogue\n image: public.ecr.aws/w8x4g9h7/roboshop-v3/catalogue\n state: started\n ports:\n - \"8080:8080\"\n env:\n \n MONGO: \"{{ secret... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 783,
"all_permissive": false
} |
ansible_role | Nazrina124/Ansible-Robo2 | e02b39934cf4ba4762bf88c5872443e6ffdcfff1 | 0 | roles/dispatch | 7,787 | [
"no_license"
] | [
{
"path": "roles/dispatch/tasks/docker.yml",
"content": "- name: Run dispat container\n containers.podman.podman_container::\n name: dispatch\n image: public.ecr.aws/w8x4g9h7/roboshop-v3/dispatch\n state: started\n ports:\n - \"8080:8080\"\n env:\n AMQP_HOST={{ secrets.AMQP_HOST }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 515,
"all_permissive": false
} |
ansible_role | Nazrina124/Ansible-Robo2 | e02b39934cf4ba4762bf88c5872443e6ffdcfff1 | 0 | roles/frontend | 7,787 | [
"no_license"
] | [
{
"path": "roles/frontend/vars/main.yml",
"content": "app_path: /usr/share/nginx/html\ncomponent: frontend\n\nsecrets: \"{{ lookup('hashi_vault', 'secret=roboshop-{{env}}/data/frontend token={{vault_token}} url=https://vault.naifah.online:8200 validate_certs=False')}}\"",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1123,
"all_permissive": false
} |
ansible_role | Nazrina124/Ansible-Robo2 | e02b39934cf4ba4762bf88c5872443e6ffdcfff1 | 0 | roles/shipping | 7,787 | [
"no_license"
] | [
{
"path": "roles/shipping/tasks/docker.yml",
"content": "- name: Run shipping container\n containers.podman.podman_container:\n name: shipping\n image: public.ecr.aws/w8x4g9h7/roboshop-v3/shipping\n state: started\n ports:\n - \"8080:8080\"\n env:\n CART_ENDPOINT: \"{{ secrets.CAR... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1509,
"all_permissive": false
} |
ansible_role | xlejakx/tech-test-infra | 9e9eda7e2f93e81ec7e675e75781ad7506b94370 | 0 | AnsibleClockProject/roles/killer | 7,787 | [
"no_license"
] | [
{
"path": "AnsibleClockProject/roles/killer/tasks/main.yml",
"content": "---\n- name: Kill app.py\n shell: \"pkill -f python3\"\n ignore_errors: true\n failed_when: false",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 94,
"all_permissive": false
} |
ansible_role | xlejakx/tech-test-infra | 9e9eda7e2f93e81ec7e675e75781ad7506b94370 | 0 | AnsibleClockProject/roles/webserver | 7,787 | [
"no_license"
] | [
{
"path": "AnsibleClockProject/roles/webserver/tasks/main.yml",
"content": "---\n# - name: Update Debian system\n# apt:\n# update_cache: yes\n# upgrade: yes\n\n- name: Create remote folder\n file:\n path: \"{{ remote_folder }}\"\n state: directory\n mode: '0755' \n\n- name: Upload fil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 731,
"all_permissive": false
} |
ansible_role | ffworker/ansible-fullpageostest | 8cc148b1684e7eaf7e4ed243ffa39fed91205aed | 0 | playbooks/roles/vnc_setup | 7,787 | [
"no_license"
] | [
{
"path": "playbooks/roles/vnc_setup/tasks/main.yml",
"content": "- name: Ensure Python and dependencies are installed\n apt:\n name:\n - python3\n - python3-pip\n - python3-pexpect\n state: present\n update_cache: yes\n\n- name: Install x11vnc\n apt:\n name: x11vnc\n state: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1004,
"all_permissive": false
} |
ansible_role | marlon-aldana/ansible_advance_homework | 604202a32ed7630a74c7c83610cd1543ca307e42 | 0 | roles/app-tier | 7,787 | [
"no_license"
] | [
{
"path": "roles/app-tier/vars/main.yml",
"content": "---\n# vars file for app-tier\ntomcat_ps: tomcat\ntomcat_path: /usr/share/tomcat/webapps/ROOT\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "roles/app-tier/tasks/main.yml",
"content": "--... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 527,
"all_permissive": false
} |
ansible_role | marlon-aldana/ansible_advance_homework | 604202a32ed7630a74c7c83610cd1543ca307e42 | 0 | roles/base-config | 7,787 | [
"no_license"
] | [
{
"path": "roles/base-config/tasks/main.yml",
"content": "---\n# tasks file for base-config\n- name: Habilitar sudo sin tty para algunos comandos ansible\n replace:\n path: /etc/sudoers\n regexp: '^Defaults\\s*requiretty'\n replace: 'Defaults !requiretty'\n backup: yes\n\n- name: Adicionar Rep... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1902,
"all_permissive": false
} |
ansible_role | marlon-aldana/ansible_advance_homework | 604202a32ed7630a74c7c83610cd1543ca307e42 | 0 | roles/lb-tier | 7,787 | [
"no_license"
] | [
{
"path": "roles/lb-tier/vars/main.yml",
"content": "---\n# vars file for lb-tier\nload_balancer: haproxy\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "roles/lb-tier/tasks/main.yml",
"content": "---\n# tasks file for lb-tier\n- name: Instal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 510,
"all_permissive": false
} |
ansible_role | marlon-aldana/ansible_advance_homework | 604202a32ed7630a74c7c83610cd1543ca307e42 | 0 | roles/osp-servers | 7,787 | [
"no_license"
] | [
{
"path": "roles/osp-servers/tasks/main.yml",
"content": "---\n\n# tasks file for osp.servers\n- name: Create new server instances and attaches them a network and passes metadata to the instance\n os_server:\n cloud: ospcloud\n name: \"{{ item.name }}\"\n image: rhel-guest\n meta: \"group={{ it... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2191,
"all_permissive": false
} |
ansible_role | Jhnnsrys21/REYES_CONTAINERIZATION | ca756d3d22951bfa6804f47370977343e43254b2 | 0 | roles/adddbserver | 7,787 | [
"no_license"
] | [
{
"path": "roles/adddbserver/tasks/main.yml",
"content": "---\n# tasks file for adddbserver\n- name: Create docker directory\n file:\n path: docker\n state: directory\n\n- name: Copy from docker dir files to remote\n copy:\n src: docker/db/\n dest: docker/db/\n \n- name: Build DB server Doc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 982,
"all_permissive": false
} |
ansible_role | Jhnnsrys21/REYES_CONTAINERIZATION | ca756d3d22951bfa6804f47370977343e43254b2 | 0 | roles/addwebserver | 7,787 | [
"no_license"
] | [
{
"path": "roles/addwebserver/defaults/main.yml",
"content": "---\n# defaults file for addwebserver",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/addwebserver/vars/main.yml",
"content": "---\n# vars file for addwebserver",
"license_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1004,
"all_permissive": false
} |
ansible_role | rushughes/ansible-infrastructure | 29223ed6c6d3b8941e2f97b3bce90853070b38d4 | 0 | roles/common | 7,787 | [
"no_license"
] | [
{
"path": "roles/common/tasks/postfix.yaml",
"content": "# file: roles/common/tasks/postfix.yaml\n\n- name: be sure postfix is installed\n apt:\n name: postfix\n state: present\n\n- name: Deny connections to postfix\n ufw:\n rule: deny\n name: postfix\n tags: ufw\n\n- name: be sure postfix is... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1539,
"all_permissive": false
} |
ansible_role | rushughes/ansible-infrastructure | 29223ed6c6d3b8941e2f97b3bce90853070b38d4 | 0 | roles/mysql | 7,787 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yaml",
"content": "- name: be sure mysql-server is installed\n apt:\n name: mysql-server\n state: present\n tags: mysql\n\n- name: be sure mysql is running and enabled\n service:\n name: mysql\n state: started\n enabled: yes\n tags: mysql\n\n \n",
"l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 232,
"all_permissive": false
} |
ansible_role | rushughes/ansible-infrastructure | 29223ed6c6d3b8941e2f97b3bce90853070b38d4 | 0 | roles/nginx | 7,787 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/nginx-redirect.conf.j2",
"content": "server {\n listen {{ item.listen }};\n server_name {{ item.server_name }};\n root {{ item.root }};\n\n location /BingSiteAuth.xml {\n }\n\n location /{{ item.location_google }} {\n }\n\n location / {\n retur... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1436,
"all_permissive": false
} |
ansible_role | rushughes/ansible-infrastructure | 29223ed6c6d3b8941e2f97b3bce90853070b38d4 | 0 | roles/php | 7,787 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yaml",
"content": "- name: be sure php-fpm is installed\n apt:\n pkg:\n - php7.2-cli\n - php7.2-common\n - php7.2-curl\n - php7.2-fpm\n - php7.2-gd\n - php7.2-json\n - php7.2-mbstring\n - php7.2-mysql\n - php7.2-opcache\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 464,
"all_permissive": false
} |
ansible_role | rushughes/ansible-infrastructure | 29223ed6c6d3b8941e2f97b3bce90853070b38d4 | 0 | roles/shinken | 7,787 | [
"no_license"
] | [
{
"path": "roles/shinken/templates/services.cfg.j2",
"content": "# {{ ansible_managed }}\n\ndefine service{\n {# loop through all key:value pairs and print out the results #}\n {% for key, value in item.iteritems() %}\n\n {% if key == 'hostgroup_name' %}\n {{ key }} {{ value |join(\",\")... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 8991,
"all_permissive": false
} |
ansible_role | rushughes/ansible-infrastructure | 29223ed6c6d3b8941e2f97b3bce90853070b38d4 | 0 | roles/wordpress | 7,787 | [
"no_license"
] | [
{
"path": "roles/wordpress/templates/nginx-wordpress.conf.j2",
"content": "add_header X-Frame-Options SAMEORIGIN;\nadd_header X-Content-Type-Options nosniff;\nadd_header X-XSS-Protection \"1; mode=block\";\nadd_header Content-Security-Policy \"default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-ev... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5885,
"all_permissive": false
} |
ansible_role | sergei-maertens/ansible-collection-mailservers | c352d4a72f7bf74b0c6c4f6c4310de17396fd83a | 5 | roles/dovecot | 7,787 | [
"no_license"
] | [
{
"path": "roles/dovecot/handlers/main.yml",
"content": "---\n\n- name: reload dovecot\n service:\n name: dovecot\n state: reloaded\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "roles/dovecot/tasks/main.yml",
"content": "---\n\n# htt... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2046,
"all_permissive": false
} |
ansible_role | sergei-maertens/ansible-collection-mailservers | c352d4a72f7bf74b0c6c4f6c4310de17396fd83a | 5 | roles/opendkim | 7,787 | [
"no_license"
] | [
{
"path": "roles/opendkim/README.md",
"content": "OpenDKIM\n========\n\nInstall and configure OpenDKIM for DomainKeys Identified Mail, backed by PostgreSQL\nand used via Postfix.\n\nOpenDKIM interfaces in this configuration with an SQL database (PostgreSQL) to check\nif a message should be signed and which ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6259,
"all_permissive": false
} |
ansible_role | sergei-maertens/ansible-collection-mailservers | c352d4a72f7bf74b0c6c4f6c4310de17396fd83a | 5 | roles/policyd_spf | 7,787 | [
"no_license"
] | [
{
"path": "roles/policyd_spf/templates/policyd-spf.conf.j2",
"content": "# {{ ansible_managed }} - taken from Debian 11 package default config\n\n# For a fully commented sample config file see policyd-spf.conf.commented\n\ndebugLevel = 1\nTestOnly = 1\n\nHELO_reject = Fail\nMail_From_reject = Fail\n\nPerm... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1202,
"all_permissive": false
} |
ansible_role | sergei-maertens/ansible-collection-mailservers | c352d4a72f7bf74b0c6c4f6c4310de17396fd83a | 5 | roles/postfix | 7,787 | [
"no_license"
] | [
{
"path": "roles/postfix/tasks/set_facts.yml",
"content": "---\n\n- name: Derive OS-specific facts (Debian bullseye)\n ansible.builtin.set_fact:\n _postfix_default_compatibility_level: '2'\n when:\n - ansible_facts['distribution'] == 'Debian'\n - ansible_facts['distribution_major_version'] == '11... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 8463,
"all_permissive": false
} |
ansible_role | sergei-maertens/ansible-collection-mailservers | c352d4a72f7bf74b0c6c4f6c4310de17396fd83a | 5 | roles/postfixer | 7,787 | [
"no_license"
] | [
{
"path": "roles/postfixer/defaults/main.yml",
"content": "---\n\npostfixer_name_prefix: postfixer\npostfixer_hostname: postfixer.example.com\n# postfixer_secret_key: change-mde\n\npostfixer_db_host: /var/run/postgresql/\npostfixer_db_port: 5432\npostfixer_db_name: postfix\npostfixer_db_user: postfix\npostf... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3425,
"all_permissive": false
} |
ansible_role | sergei-maertens/ansible-collection-mailservers | c352d4a72f7bf74b0c6c4f6c4310de17396fd83a | 5 | roles/postsrsd | 7,787 | [
"no_license"
] | [
{
"path": "roles/postsrsd/defaults/main.yml",
"content": "---\n\npostsrsd_domain: '' # default is taken from `postconf -h mydomain`\npostsrsd_ports:\n forward: 10001\n reverse: 10002\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
{
"path": "roles/posts... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3001,
"all_permissive": false
} |
ansible_role | sergei-maertens/ansible-collection-mailservers | c352d4a72f7bf74b0c6c4f6c4310de17396fd83a | 5 | roles/spamassassin | 7,787 | [
"no_license"
] | [
{
"path": "roles/spamassassin/templates/spamassassin.j2",
"content": "# {{ ansible_managed }} - Based on default config from Debian 11 (bullseye)\n\n# /etc/default/spamassassin\n# <NAME>\n\n# WARNING: please read README.spamd before using.\n# There may be security risks.\n\n# Prior to version 3.4.2-1, spamd... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4604,
"all_permissive": false
} |
ansible_role | sulibao/setup_kubernetes | 0d0ec01e60c234f9fbe9f68acd34d084ef192cea | 1 | roles/ca-cert | 7,787 | [
"no_license"
] | [
{
"path": "roles/ca-cert/templates/ca-csr.json.j2",
"content": "{\n \"CN\": \"sulibao-Root-CA\",\n \"key\": {\n \"algo\": \"{{ cert.type }}\",\n \"size\": {{ cert.size }}\n },\n \"names\": [\n {\n \"C\": \"{{ cert.C }}\",\n \"ST\": \"{{ cert.ST }}\",\n \"L\": \"{{ cert.L }}\",\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2392,
"all_permissive": false
} |
ansible_role | sulibao/setup_kubernetes | 0d0ec01e60c234f9fbe9f68acd34d084ef192cea | 1 | roles/chrony | 7,787 | [
"no_license"
] | [
{
"path": "roles/chrony/tasks/libseccomp.yml",
"content": "- name: install libseccomp for x86\n block:\n - name: copy libseccomp\n copy:\n src: \"{{ global_data_dir }}/setup_kubernetes/packages/containerd/x86/libseccomp-2.5.2-1.el8.x86_64.rpm\"\n dest: /home/libseccomp-2.5.2-1.el8.x86_64.rpm\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1214,
"all_permissive": false
} |
ansible_role | sulibao/setup_kubernetes | 0d0ec01e60c234f9fbe9f68acd34d084ef192cea | 1 | roles/containerd | 7,787 | [
"no_license"
] | [
{
"path": "roles/containerd/templates/buildkit.socket.j2",
"content": "[Unit]\nDescription=BuildKit\nDocumentation=https://github.com/moby/buildkit\n\n[Socket]\nListenStream=%t/buildkit/buildkitd.sock\nSocketMode=0660\n\n[Install]\nWantedBy=sockets.target",
"license_type": "no_license",
"detected_li... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3482,
"all_permissive": false
} |
ansible_role | sulibao/setup_kubernetes | 0d0ec01e60c234f9fbe9f68acd34d084ef192cea | 1 | roles/dashboard | 7,787 | [
"no_license"
] | [
{
"path": "roles/dashboard/tasks/main.yaml",
"content": "- name: ensure dir\n file:\n dest: \"{{ install_dir }}/dashboard\"\n state: directory\n mode: 0755\n\n- name: template file for dashboard\n template:\n src: \"dashboard.yaml.j2\"\n dest: \"{{ install_dir }}/dashboard/dashboard.yaml\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 755,
"all_permissive": false
} |
ansible_role | sulibao/setup_kubernetes | 0d0ec01e60c234f9fbe9f68acd34d084ef192cea | 1 | roles/helm | 7,787 | [
"no_license"
] | [
{
"path": "roles/helm/tasks/main.yml",
"content": "- name: Ensure directory\n file:\n path: \"{{ install_dir }}/helm/\"\n state: directory\n\n- name: 安装helm (x86_64)\n block:\n - name: 复制helm安装包\n unarchive:\n src: \"{{ global_data_dir }}/setup_kubernetes/packages/helm/x86/helm-v3.13.3-linu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 988,
"all_permissive": false
} |
ansible_role | sulibao/setup_kubernetes | 0d0ec01e60c234f9fbe9f68acd34d084ef192cea | 1 | roles/helm-chartmuseum | 7,787 | [
"no_license"
] | [
{
"path": "roles/helm-chartmuseum/tasks/main.yml",
"content": "---\n- name: Load registry image\n command:\n \"nerdctl load -i {{ global_data_dir }}/setup_kubernetes/packages/helm/chartmuseum/x86/{{ item }}\"\n loop:\n - chartmuseum.tar.gz\n when: ansible_architecture == 'x86_64'\n\n- name: Load re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 999,
"all_permissive": false
} |
ansible_role | sulibao/setup_kubernetes | 0d0ec01e60c234f9fbe9f68acd34d084ef192cea | 1 | roles/istio | 7,787 | [
"no_license"
] | [
{
"path": "roles/istio/tasks/main.yml",
"content": "- name: Get all master nodes\n shell: |\n kubectl get nodes -l 'node-role.kubernetes.io/control-plane=' --no-headers -o custom-columns=NAME:.metadata.name\n register: master_nodes\n\n- name: Debug master nodes list\n debug:\n var: master_nodes.std... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 6535,
"all_permissive": false
} |
ansible_role | sulibao/setup_kubernetes | 0d0ec01e60c234f9fbe9f68acd34d084ef192cea | 1 | roles/k8s-v1.26-add-node | 7,787 | [
"no_license"
] | [
{
"path": "roles/k8s-v1.26-add-node/tasks/export_nfs.yml",
"content": "- name: Append NFS exports\n lineinfile:\n path: /etc/exports\n regexp: '^{{ nfs.server.share_directory }}\\s+{{ item }}$.*$'\n line: \"{{ nfs.server.share_directory }} {{ item }}(rw,async,insecure,fsid=0,no_auth_nlm,no_subtree... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1246,
"all_permissive": false
} |
ansible_role | sulibao/setup_kubernetes | 0d0ec01e60c234f9fbe9f68acd34d084ef192cea | 1 | roles/k8s-v1.26.15 | 7,787 | [
"no_license"
] | [
{
"path": "roles/k8s-v1.26.15/templates/kubeadm-init.yaml.j2",
"content": "apiVersion: kubeadm.k8s.io/v1beta3\nbootstrapTokens:\n- groups:\n - system:bootstrappers:kubeadm:default-node-token\n token: <PASSWORD>\n ttl: 24h0m0s\n usages:\n - signing\n - authentication\nkind: InitConfiguration\nlocalAPIE... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 246566,
"all_permissive": false
} |
ansible_role | sulibao/setup_kubernetes | 0d0ec01e60c234f9fbe9f68acd34d084ef192cea | 1 | roles/local-storage | 7,787 | [
"no_license"
] | [
{
"path": "roles/local-storage/templates/local-storage.yaml.j2",
"content": "---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n name: local-path-provisioner-service-account\n namespace: local-path\n---\napiVersion: rbac.authorization.k8s.io/v1\nkind: ClusterRole\nmetadata:\n name: local-path-provisio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4425,
"all_permissive": false
} |
ansible_role | sulibao/setup_kubernetes | 0d0ec01e60c234f9fbe9f68acd34d084ef192cea | 1 | roles/lvscare | 7,787 | [
"no_license"
] | [
{
"path": "roles/lvscare/tasks/main.yml",
"content": "- name: 创建目录\n file:\n dest: \"{{ install_dir }}/lvscare/package/\"\n state: directory\n\n- name: unarchive lvscare\n unarchive:\n src: \"lvscare_4.0.0_linux_{{ ansible_architecture }}.tar.gz\"\n dest: \"{{ install_dir }}/lvscare/package/\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1159,
"all_permissive": false
} |
ansible_role | sulibao/setup_kubernetes | 0d0ec01e60c234f9fbe9f68acd34d084ef192cea | 1 | roles/monitor | 7,787 | [
"no_license"
] | [
{
"path": "roles/monitor/templates/prometheus-pushgateway.yaml.j2",
"content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n namespace: {{ monitor_namespace }}\n name: prometheus-pushgateway\n labels:\n app.kubernetes.io/component: pushgateway\n app.kubernetes.io/instance: pushgateway\n ap... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 34231,
"all_permissive": false
} |
ansible_role | sulibao/setup_kubernetes | 0d0ec01e60c234f9fbe9f68acd34d084ef192cea | 1 | roles/yum-repo | 7,787 | [
"no_license"
] | [
{
"path": "roles/yum-repo/tasks/main.yml",
"content": "- name: Check repolist\n shell:\n \"yum repolist |grep test |awk '{ if ($1 ==\\\"{{ yum.yum_repo_name }}\\\") { print \\\"Yes\\\" }}'\"\n register: repo_extis\n\n- name: Check repo extis\n set_fact:\n repo_extis: \"{{ repo_extis.stdout }}\"\n\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6119,
"all_permissive": false
} |
ansible_role | Xploit9999/Ansible_Terraform_SSHVPN | d8ae701460acb70983cd6d3dc59b347768981f43 | 0 | roles/configure_ssh_vpn | 7,787 | [
"no_license"
] | [
{
"path": "roles/configure_ssh_vpn/vars/main.yml",
"content": "---\n# vars file for configure_ssh_vpn\ntun_name: tun0\ntun_ip_client: \"10.0.0.4/24\"\ntun_ip_server: \"10.0.0.3/24\"\nserver: xxx.xxx.xxx.xx\ncliente: localhost\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 5483,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2020-11/kholcold_infra | 544cd19b640e0401e8458bc37b35bc0f3971ad94 | 0 | ansible/roles/app | 7,787 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/ruby.yml",
"content": "---\n- name: Update all packages to the latest version\n apt:\n upgrade: dist\n update_cache: yes\n\n- name: Install package ruby\n apt:\n name:\n - ruby-full\n - ruby-bundler\n - build-essential\n state: present\n upd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 252,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2020-11/kholcold_infra | 544cd19b640e0401e8458bc37b35bc0f3971ad94 | 0 | ansible/roles/db | 7,787 | [
"no_license"
] | [
{
"path": "ansible/roles/db/tasks/install_mongo.yml",
"content": "---\n- name: Update all packages to the latest version\n apt:\n upgrade: dist\n update_cache: yes\n tags: install\n\n- name: Install apt-transport-https and ca-certificates\n apt:\n name:\n - apt-transport-https\n - ca-c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 850,
"all_permissive": false
} |
ansible_role | anaclaudia/ansible-openvpn | d077ea3726d9eb234c0ea7ad91fd55bd39231bd6 | 0 | roles/config-openvpn | 7,787 | [
"no_license"
] | [
{
"path": "roles/config-openvpn/tasks/main.yml",
"content": "---\n\n- lineinfile: dest=/etc/sysctl.conf regexp=^#net.ipv4.ip_forward=1 line=net.ipv4.ip_forward=1\n\n- name: Allow the IP Forwarding\n shell: \"sysctl -p\"\n\n- name: Inserting Firewall Rules\n blockinfile:\n dest: /etc/ufw/before.rules\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1535,
"all_permissive": false
} |
ansible_role | anaclaudia/ansible-openvpn | d077ea3726d9eb234c0ea7ad91fd55bd39231bd6 | 0 | roles/easy-rsa | 7,787 | [
"no_license"
] | [
{
"path": "roles/easy-rsa/tasks/main.yml",
"content": "\n---\n- name: Creating the CA directory\n command: make-cadir \"{{ easy_rsa_ca_dir }}\"\n args:\n creates: \"{{ easy_rsa_ca_dir }}/clean-all\"\n\n- name: Creates the key directory\n file:\n path: \"{{ easy_rsa_key_dir }}\"\n state: director... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1879,
"all_permissive": false
} |
ansible_role | anaclaudia/ansible-openvpn | d077ea3726d9eb234c0ea7ad91fd55bd39231bd6 | 0 | roles/setup | 7,787 | [
"no_license"
] | [
{
"path": "roles/setup/vars/main.yml",
"content": "---\nopenvpn_daemon: openvpn\nopenvpn_config_path: /etc/openvpn\nopenvpn_keys: /etc/openvpn/keys\n\nopenvpn_packages:\n - openvpn\n - easy-rsa\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
},
{
"path": "r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 374,
"all_permissive": false
} |
ansible_role | Daniel-Seah/The-Playbook | d72185b1c0355abff4b0e1bcc1dc0355c53c1ce1 | 0 | roles/activemq | 7,787 | [
"no_license"
] | [
{
"path": "roles/activemq/defaults/main.yml",
"content": "---\nactivemq_version: 5.10.0\nactivemq_folder: /opt\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "roles/activemq/tasks/main.yml",
"content": "---\n- name: Create ActiveMQ directory\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2137,
"all_permissive": false
} |
ansible_role | Daniel-Seah/The-Playbook | d72185b1c0355abff4b0e1bcc1dc0355c53c1ce1 | 0 | roles/apache | 7,787 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n- name: Install Apache2 server (Debian)\n tags: apache\n apt: name=apache2 state=latest\n when: ansible_os_family == 'Debian'\n\n- name: Install Apache 2 server (RedHat)\n tags: apache\n yum: name=httpd state=latest\n when: ansible_os_family ==... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 934,
"all_permissive": false
} |
ansible_role | Daniel-Seah/The-Playbook | d72185b1c0355abff4b0e1bcc1dc0355c53c1ce1 | 0 | roles/buildtools | 7,787 | [
"no_license"
] | [
{
"path": "roles/buildtools/tasks/main.yml",
"content": "---\n- name: Install build tools (Debian)\n tags: build-tools\n apt: name={{ item }} state=latest\n when: ansible_os_family == 'Debian'\n with_items:\n - make\n - automake\n - g++\n\n- name: Install build tools (RedHat)\n tags: build-too... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 517,
"all_permissive": false
} |
ansible_role | Daniel-Seah/The-Playbook | d72185b1c0355abff4b0e1bcc1dc0355c53c1ce1 | 0 | roles/curl | 7,787 | [
"no_license"
] | [
{
"path": "roles/curl/tasks/main.yml",
"content": "---\n- name: Install cURL (Debian)\n tags: curl\n apt: name=curl state=latest\n when: ansible_os_family == 'Debian'\n\n- name: Install cURL (RedHat)\n tags: curl\n yum: name=curl state=latest\n when: ansible_os_family == 'RedHat'\n",
"license_type... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 227,
"all_permissive": false
} |
ansible_role | Daniel-Seah/The-Playbook | d72185b1c0355abff4b0e1bcc1dc0355c53c1ce1 | 0 | roles/epel | 7,787 | [
"no_license"
] | [
{
"path": "roles/epel/tasks/main.yml",
"content": "---\n- name: Add EPEL repository (RedHat)\n tags: epel\n yum: name=http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm\n when: ansible_os_family == 'RedHat'\n",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 178,
"all_permissive": false
} |
ansible_role | Daniel-Seah/The-Playbook | d72185b1c0355abff4b0e1bcc1dc0355c53c1ce1 | 0 | roles/gearman | 7,787 | [
"no_license"
] | [
{
"path": "roles/gearman/handlers/main.yml",
"content": "---\n- name: start gearman\n service: name={{ item.gearman_daemon }} state=started\n when: ansible_os_family == '{{ item.os }}'\n with_items:\n - { os: Debian, gearman_daemon: gearman-job-server }\n - { os: RedHat, gearman_daemon: gearmand }\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 978,
"all_permissive": false
} |
ansible_role | Daniel-Seah/The-Playbook | d72185b1c0355abff4b0e1bcc1dc0355c53c1ce1 | 0 | roles/git | 7,787 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n- name: Install Git (Debian)\n tags: git\n apt: name=git state=latest\n when: ansible_os_family == 'Debian'\n\n- name: Install Git (RedHat)\n tags: git\n yum: name=git state=latest\n when: ansible_os_family == 'RedHat'\n",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 221,
"all_permissive": false
} |
ansible_role | Daniel-Seah/The-Playbook | d72185b1c0355abff4b0e1bcc1dc0355c53c1ce1 | 0 | roles/java | 7,787 | [
"no_license"
] | [
{
"path": "roles/java/defaults/main.yml",
"content": "---\njava_distro: openjdk\njava_version: 7\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/java/tasks/redhat.yml",
"content": "---\n#- include: oracle_redhat.yml\n# when: java_distr... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2444,
"all_permissive": false
} |
ansible_role | Daniel-Seah/The-Playbook | d72185b1c0355abff4b0e1bcc1dc0355c53c1ce1 | 0 | roles/ntp | 7,787 | [
"no_license"
] | [
{
"path": "roles/ntp/tasks/main.yml",
"content": "---\n- name: Install ntp (Debian)\n tags: ntp\n apt: name=ntp state=latest\n when: ansible_os_family == 'Debian'\n\n- name: Install ntp (RedHat)\n tags: ntp\n yum: name=ntp state=latest\n when: ansible_os_family == 'RedHat'\n",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 848,
"all_permissive": false
} |
ansible_role | Daniel-Seah/The-Playbook | d72185b1c0355abff4b0e1bcc1dc0355c53c1ce1 | 0 | roles/ruby | 7,787 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/rvm.yml",
"content": "---\n- name: Check current RVM version\n command: rvm version\n register: rvm_current_version\n changed_when: false\n ignore_errors: yes\n\n- name: Check latest RVM version\n tags: ruby\n local_action: uri url=https://raw.githubusercontent.com/wayneese... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1687,
"all_permissive": false
} |
ansible_role | Daniel-Seah/The-Playbook | d72185b1c0355abff4b0e1bcc1dc0355c53c1ce1 | 0 | roles/zeromq | 7,787 | [
"no_license"
] | [
{
"path": "roles/zeromq/defaults/main.yml",
"content": "---\nzeromq_version: 4.0.4\nzeromq_folder: /opt\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "roles/zeromq/meta/main.yml",
"content": "---\ndependencies:\n - buildtools\n",
"licen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 901,
"all_permissive": false
} |
ansible_role | vivekyad4v/terraform | 3457c0818506eeb453edf6f53073edb5288de330 | 7 | terraform-l3-modules/custom/selenium-grid/roles/common | 7,787 | [
"no_license"
] | [
{
"path": "terraform-l3-modules/custom/selenium-grid/roles/common/defaults/main.yml",
"content": "---\n# defaults file for common\n\nselenium_version: 3.5.0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "terraform-l3-modules/custom/selenium-grid... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1380,
"all_permissive": false
} |
ansible_role | vivekyad4v/terraform | 3457c0818506eeb453edf6f53073edb5288de330 | 7 | terraform-l3-modules/custom/selenium-grid/roles/hub | 7,787 | [
"no_license"
] | [
{
"path": "terraform-l3-modules/custom/selenium-grid/roles/hub/handlers/main.yml",
"content": "---\n# handlers file for hub\n\n- name: restart selenium hub \n service: name=selenium-hub state=restarted\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 694,
"all_permissive": false
} |
ansible_role | vivekyad4v/terraform | 3457c0818506eeb453edf6f53073edb5288de330 | 7 | terraform-l3-modules/custom/selenium-grid/roles/node | 7,787 | [
"no_license"
] | [
{
"path": "terraform-l3-modules/custom/selenium-grid/roles/node/templates/selenium-node.conf",
"content": "#!/bin/bash\n#chkconfig: 2345 20 80\n#description: Selenium Starup Script\n\nset -x\n exec 3>&1 4>&2\n trap 'exec 2>&4 1>&3' 0 1 2 3\n exec 1>/opt/selenium/selenium-node.log 2>&1\n\n. /etc/init.d/funct... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2234,
"all_permissive": false
} |
ansible_role | jcharette/staffly | 75c29864f196187bdf13311dbef6bfa536eb2d53 | 0 | ansible/roles/webserver | 7,787 | [
"no_license"
] | [
{
"path": "ansible/roles/webserver/tasks/main.yml",
"content": "---\n- name: Install Apache/php\n apt: pkg={{ item }} update_cache=yes state=latest\n with_items:\n - apache2\n - php5\n - php5-apcu\n - php5-json\n - php5-mysql\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 | ture-karlsson/playbooks | d3bca7b78a6a1d1f974dfb6482524e3ec0fee397 | 0 | roles/katello-agent | 7,787 | [
"no_license"
] | [
{
"path": "roles/katello-agent/defaults/main.yml",
"content": "---\n# defaults file for katello-agent\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/katello-agent/handlers/main.yml",
"content": "---\n# handlers file for katello-agent\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 412,
"all_permissive": false
} |
ansible_role | ture-karlsson/playbooks | d3bca7b78a6a1d1f974dfb6482524e3ec0fee397 | 0 | roles/openscap | 7,787 | [
"no_license"
] | [
{
"path": "roles/openscap/vars/main.yml",
"content": "---\n# vars file for openscap",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/openscap/handlers/main.yml",
"content": "---\n# handlers file for openscap",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 878,
"all_permissive": false
} |
ansible_role | ture-karlsson/playbooks | d3bca7b78a6a1d1f974dfb6482524e3ec0fee397 | 0 | roles/packages | 7,787 | [
"no_license"
] | [
{
"path": "roles/packages/tasks/main.yml",
"content": "---\n# tasks file for packages\n\n- name: install packages\n yum:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - vim\n - bind-utils\n - tree\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 154,
"all_permissive": false
} |
ansible_role | ture-karlsson/playbooks | d3bca7b78a6a1d1f974dfb6482524e3ec0fee397 | 0 | roles/rhsm | 7,787 | [
"no_license"
] | [
{
"path": "roles/rhsm/vars/main.yml",
"content": "---\n# vars file for rhsm\n\ncapsule: sat6.example.com\nactivation_key: \"{{ foreman_params.kt_activation_keys }}\"\norg_id: \"{{ foreman.organization_name }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 152
},
{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 515,
"all_permissive": false
} |
ansible_role | slebote/ansible-base | ed3f9850b402fcdba61391b7e9e9d0516be6215e | 1 | roles/common | 7,777 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Add ACME package\n become: yes\n apt:\n name: acme\n state: present\n\n- name: Leave a mark\n copy:\n src: ansiblemark\n dest: /tmp/ansiblemark\n mode: 0644\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 177,
"all_permissive": false
} |
ansible_role | nhatthaiquang-agilityio/ansible-examples | 1e3c8d1455bedb2054e7f273fead279ca1828ac0 | 0 | ansible-django-stack/roles/base | 7,777 | [
"no_license"
] | [
{
"path": "ansible-django-stack/roles/base/tasks/main.yml",
"content": "---\n # Copies the key from the user who is running ansible to the remote machine user ubuntu\n# - authorized_key: user=vagrant key={{ lookup('file', '/Users/nhatthai/.ssh/id_rsa.pub') }}\n# become: yes\n\n# - name: Update APT packag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 682,
"all_permissive": false
} |
ansible_role | nhatthaiquang-agilityio/ansible-examples | 1e3c8d1455bedb2054e7f273fead279ca1828ac0 | 0 | ansible-django-stack/roles/db | 7,777 | [
"no_license"
] | [
{
"path": "ansible-django-stack/roles/db/tasks/main.yml",
"content": "---\n- name: Installs mysql package\n apt: name={{ item }} state=latest\n with_items:\n - mysql-server-5.5\n - mysql-client-5.5\n\n- name: Copy the templates to their respestive destination\n template:\n src: \"{{ item.src }}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2002,
"all_permissive": false
} |
ansible_role | nhatthaiquang-agilityio/ansible-examples | 1e3c8d1455bedb2054e7f273fead279ca1828ac0 | 0 | ansible-django-stack/roles/dbproduction | 7,777 | [
"no_license"
] | [
{
"path": "ansible-django-stack/roles/dbproduction/tasks/main.yml",
"content": "---\n- name: Installs mysql package\n apt: name={{ item }} state=latest\n with_items:\n - mysql-client-5.5",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 107,
"all_permissive": false
} |
ansible_role | nhatthaiquang-agilityio/ansible-examples | 1e3c8d1455bedb2054e7f273fead279ca1828ac0 | 0 | ansible-django-stack/roles/web | 7,777 | [
"no_license"
] | [
{
"path": "ansible-django-stack/roles/web/tasks/setup_source_code.yml",
"content": "---\n - name: Ensure bitbucket.org is a known host\n lineinfile:\n dest: \"{{install_root}}/.ssh/known_hosts\"\n create: yes\n state: present\n line: \"{{ lookup('pipe', 'ssh-keyscan -t rsa bitbucket.... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2953,
"all_permissive": false
} |
ansible_role | nhatthaiquang-agilityio/ansible-examples | 1e3c8d1455bedb2054e7f273fead279ca1828ac0 | 0 | ansible-django/roles/base | 7,777 | [
"no_license"
] | [
{
"path": "ansible-django/roles/base/tasks/main.yml",
"content": "---\n- name: Install system packages\n apt: pkg={{ item }} update-cache={{ update_apt_cache }} force=yes state=installed\n with_items: \"{{ system_packages }}\"\n\n- name: Install required Python packages.\n easy_install: name={{ item }}\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 270,
"all_permissive": false
} |
ansible_role | nhatthaiquang-agilityio/ansible-examples | 1e3c8d1455bedb2054e7f273fead279ca1828ac0 | 0 | ansible-django/roles/db | 7,777 | [
"no_license"
] | [
{
"path": "ansible-django/roles/db/vars/main.yml",
"content": "---\nmysqlservice: mysqld\nmysql_port: 3306\ndbname: exampledb\nroot_db_password: <PASSWORD>\nroot_db_user: root\nmysql_bind_address: \"127.0.0.1\" #Change it to \"0.0.0.0\",if you want to listen everywhere",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1369,
"all_permissive": false
} |
ansible_role | nhatthaiquang-agilityio/ansible-examples | 1e3c8d1455bedb2054e7f273fead279ca1828ac0 | 0 | ansible-django/roles/web | 7,777 | [
"no_license"
] | [
{
"path": "ansible-django/roles/web/tasks/setup_django_app.yml",
"content": "---\n- name: check if app/static directory exists\n stat: path={{app_code_dir}}/static\n register: static_dir\n\n- name: create static directory for Django app if it does not exist\n command: mkdir {{app_code_dir}}/static\n whe... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 8435,
"all_permissive": false
} |
ansible_role | manurodriguez/ocp4-ansible-vmware-upi | a6d64f434259d4650770e8633f962360236fab97 | 1 | roles/api-tls-cert | 7,777 | [
"permissive"
] | [
{
"path": "roles/api-tls-cert/README.adoc",
"content": "== api-tls-cert\n\nThis role will save the TLS cert as a Secret in OpenShift, \nreconfigures the API to use this secret with a CA signed certificate\nand enables etcd encryption\n\n=== Requisites\n\nReplace variables in defaults/main.yml see details in... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2899,
"all_permissive": true
} |
ansible_role | manurodriguez/ocp4-ansible-vmware-upi | a6d64f434259d4650770e8633f962360236fab97 | 1 | roles/cluster-logging | 7,777 | [
"permissive"
] | [
{
"path": "roles/cluster-logging/apply/main.yaml",
"content": "---\n- hosts: localhost\n vars:\n ansible_python_interpreter: /bin/python3\n roles:\n - cluster-logging\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 107
},
{
"path":... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 8837,
"all_permissive": true
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.