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
cupperservice/aws-tutorial
c4e37f057937e2045ed63941e0cadb8a4003df99
0
auto_building/ansible/roles/nodejs
7,285
[ "no_license" ]
[ { "path": "auto_building/ansible/roles/nodejs/tasks/main.yml", "content": "- name: Installed nodejs?\n shell: node -v\n register: installed_nodejs\n failed_when: no\n- name: Get setup nodejs script\n get_url:\n url: \"{{ nodejs.url }}\"\n sha256sum: \"{{ nodejs.checksum }}\"\n dest: \"{{ nodejs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 818, "all_permissive": false }
ansible_role
st0rmeyes/ansible_git
7049a4e6f6ee03eabd0ed3363cdfd20daee0e35f
0
roles/docker
7,285
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Install Docker\n apt:\n name: docker.io\n state: present\n\n- name: Enable Docker service\n service:\n name: docker\n state: started\n enabled: yes\n\n- name: Add current user to docker group\n user:\n name: \"{{ ansible_user ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 280, "all_permissive": false }
ansible_role
st0rmeyes/ansible_git
7049a4e6f6ee03eabd0ed3363cdfd20daee0e35f
0
roles/docker_compose
7,285
[ "no_license" ]
[ { "path": "roles/docker_compose/tasks/main.yml", "content": "- name: Install Docker-compose\n get_url:\n url: https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-x86_64\n dest: /usr/local/bin/docker-compose\n mode: 'u+x,g+x'\n\n- name: Change file ownership, group and ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 429, "all_permissive": false }
ansible_role
st0rmeyes/ansible_git
7049a4e6f6ee03eabd0ed3363cdfd20daee0e35f
0
roles/start
7,285
[ "no_license" ]
[ { "path": "roles/start/defaults/main.yml", "content": "repo_dest: \"~/myApp\"\ndocker_compose_file: \"DevOps/docker-compose.yml\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/start/tasks/main.yml", "content": "- name: Run Docker Comp...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 213, "all_permissive": false }
ansible_role
st0rmeyes/ansible_git
7049a4e6f6ee03eabd0ed3363cdfd20daee0e35f
0
roles/stop
7,285
[ "no_license" ]
[ { "path": "roles/stop/tasks/main.yml", "content": "- name: Wait for user to input stop\n pause:\n prompt: \"Input 'stop' to stop containers\"\n register: user_input\n tags:\n - stop\n\n- name: Stop docker container - backend\n docker_container:\n name: \"{{ backend_container }}\"\n state: st...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 554, "all_permissive": false }
ansible_role
waghswapnil/ucsm-ansible
5d3c0256d10283c8e3c77d73acb3bf27da7c7379
0
roles/power
7,285
[ "no_license" ]
[ { "path": "roles/power/tasks/main.yml", "content": "---\n# This role contains task for server power operations\n\n- name: power off server\n cisco_ucs_server_power:\n chassis_id: 1\n blade_id: 1\n power_state: \"off\"\n ip: \"{{ ucs_ip }}\"\n username: \"{{ ucs_username }}\"\n password: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 457, "all_permissive": false }
ansible_role
issi176/ansible-test
ecd0b138b57a4757d57900842006d4da2c7c7960
0
roles/osp_instance
7,285
[ "no_license" ]
[ { "path": "roles/osp_instance/tasks/delete.yml", "content": "- name: Delete a server instance\n os_server:\n cloud: ospcloud\n name: \"{{ server_name }}\"\n image: \"{{ image }}\"\n state: absent\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": false }
ansible_role
issi176/ansible-test
ecd0b138b57a4757d57900842006d4da2c7c7960
0
roles/osp_network
7,285
[ "no_license" ]
[ { "path": "roles/osp_network/tasks/main.yml", "content": "- os_network:\n cloud: ospcloud\n state: present\n name: \"{{ item.name }}\"\n external: \"{{ item.external }}\"\n with_items: \"{{ networks }}\"\n\n- os_subnet:\n cloud: ospcloud\n state: present\n network_name: \"{{ item.netwo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 664, "all_permissive": false }
ansible_role
amaudy/do-devbox
d7701af6cee516b3b7cfce5dddb6e32313db0745
0
ansible/roles/amaudy.ansible_k3s_single
7,285
[ "no_license" ]
[ { "path": "ansible/roles/amaudy.ansible_k3s_single/tasks/main.yml", "content": "---\n- name: Check if k3s Service Exists\n stat: path=/etc/systemd/system/k3s.service\n register: service_status\n\n- name: Install k3s via shell script\n shell:\n \"curl -sfL https://get.k3s.io | sh -\"\n when: service...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 963, "all_permissive": false }
ansible_role
amaudy/do-devbox
d7701af6cee516b3b7cfce5dddb6e32313db0745
0
ansible/roles/apt-upgrade
7,285
[ "no_license" ]
[ { "path": "ansible/roles/apt-upgrade/tasks/main.yml", "content": "---\n- name: Update apt-get Repository and Cache\n apt: update_cache=yes force_apt_get=yes cache_valid_time=3600\n register: apt_status\n until: apt_status is success\n delay: 6\n retries: 10\n\n- name: Upgrade All Apt Packages\n apt: u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 713, "all_permissive": false }
ansible_role
amaudy/do-devbox
d7701af6cee516b3b7cfce5dddb6e32313db0745
0
ansible/roles/users
7,285
[ "no_license" ]
[ { "path": "ansible/roles/users/tasks/main.yml", "content": "---\n- name: Make 'wheel' group is exist\n group:\n name: wheel\n state: present\n\n- name: Allow 'wheel' group to have passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: '^%wheel'\n line: '%wheel AL...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 950, "all_permissive": false }
ansible_role
eddiejaoude/vagrant-ansible-squid-proxy-cache
f142c853ef01973993a3073e7d5f04d8596ac7e7
6
ansible/roles/app
7,285
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n# application tasks to be customized and to run after the main provision\n- name: update file db\n sudo: yes\n shell: updatedb\n\n- name: Install Squid proxy cache\n sudo: yes\n apt: pkg={{ item }} state=latest\n with_items:\n - squid3\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 873, "all_permissive": false }
ansible_role
STEI-ITB/roseph
ec40bddac78ba42aeb3519fea26227021afc9cc9
0
ceph-ansible/roles/ceph-defaults
7,287
[ "no_license" ]
[ { "path": "ceph-ansible/roles/ceph-defaults/tasks/main.yml", "content": "---\n- name: include check_running_cluster.yml\n include: check_running_cluster.yml\n\n- name: include facts.yml\n include: facts.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 131, "all_permissive": false }
ansible_role
mahesh294u/ansibleAuto
9347b22ce547b410953755b20d028d7036086fb5
0
roles/testrole
7,287
[ "no_license" ]
[ { "path": "roles/testrole/tasks/main.yml", "content": "---\n\n - name: Name Of data Base\n command: date\n\n - debug: msg=\"orcl name is {{ oracle_name }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/testrole/defaults/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 125, "all_permissive": false }
ansible_role
Di0-Brando/ansible
10e13141e4ee5e15748bdb0510a0c7ac507a0972
0
ansible/roles/server_hostname
7,287
[ "no_license" ]
[ { "path": "ansible/roles/server_hostname/tasks/main.yml", "content": "- name: Create a file\n file:\n path: \"{{HOME}}\"\n state: touch\n mode: '0755'\n\n- name: Get hostname\n shell: echo $HOSTNAME\n register: result\n\n- debug:\n var: result\n\n- name: Set hostname to file\n lineinfile:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": false }
ansible_role
lordnynex/CLEANUP
77e8e3cad25ce740fefb42859d9945cc482e009a
5
FORKS/HTML/ansible-pypicloud/tree/roles/nginx
7,287
[ "no_license" ]
[ { "path": "FORKS/HTML/ansible-pypicloud/tree/roles/nginx/tasks/main.yml", "content": "---\n - name: Install NGINX\n apt: pkg={{item}} state=installed update-cache=no\n with_items: \n - nginx\n sudo_user: root\n\n - name: Install NGINX site conf file.\n template: src=nginx.global.conf.j2 d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 523, "all_permissive": false }
ansible_role
lordnynex/CLEANUP
77e8e3cad25ce740fefb42859d9945cc482e009a
5
FORKS/HTML/ansible-pypicloud/tree/roles/pypicloud
7,287
[ "no_license" ]
[ { "path": "FORKS/HTML/ansible-pypicloud/tree/roles/pypicloud/templates/pypicloud.conf.j2", "content": "# pypicloud - A pypi server\n#\n\ndescription\t\"pypicloud daemon\"\n\nstart on runlevel [2345]\nstop on runlevel [!2345]\n\nexec su - pypicloud -c \"source venv/bin/activate && pserve /home/pypicloud/serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2633, "all_permissive": false }
ansible_role
lahemi/intro-ansible-aws-setup
1fc69f07e8a57eabac7ec407a96c155ac95c0a78
1
playbooks/roles/generic-provision
7,287
[ "no_license" ]
[ { "path": "playbooks/roles/generic-provision/tasks/main.yml", "content": "---\n\n# A small example on how to easily provision the EC2 instances\n\n- name: Update packages\n apt: upgrade=dist update_cache=yes\n\n- name: Install pre-requisite packages\n apt: pkg={{ item }} state=latest\n with_items:\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 370, "all_permissive": false }
ansible_role
cprakash2118/Ansible-HCL-Project
f3a5f72e0053d721a5e36d7afd7833c369015371
0
playbooks/roles/apache
7,287
[ "no_license" ]
[ { "path": "playbooks/roles/apache/handlers/main.yml", "content": "---\n# handlers file for apache\n- name: apache_reload\n service:\n name: \"{{ apache_svc_name }}\"\n state: restarted\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "path":...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1632, "all_permissive": false }
ansible_role
cprakash2118/Ansible-HCL-Project
f3a5f72e0053d721a5e36d7afd7833c369015371
0
playbooks/roles/firewall
7,287
[ "no_license" ]
[ { "path": "playbooks/roles/firewall/tasks/main.yml", "content": "---\n# tasks file for firewall\n# tasks file for firewalld\n- name: Apache installation in progress ....\n yum:\n name: \"{{ firewalld_pkg_name }}\"\n state: present\n \n- name: Start and enable firewalld service ....\n service:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 629, "all_permissive": false }
ansible_role
m1dnight/nanocluster
a643d46bcba0302e175b3d4fcde97eaf91b58403
0
roles/alloy
7,287
[ "no_license" ]
[ { "path": "roles/alloy/defaults/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# defaults file for alloy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/alloy/handlers/main.yml", "content": "#SPDX-License-Identifier: MIT-0...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1632, "all_permissive": false }
ansible_role
m1dnight/nanocluster
a643d46bcba0302e175b3d4fcde97eaf91b58403
0
roles/common
7,287
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# defaults file for common\npackages: []\n\n# defaults file for common\nconfig_system_locale: \"en_US.UTF-8\"\nconfig_system_language: \"en_US.UTF-8\"\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1720, "all_permissive": false }
ansible_role
m1dnight/nanocluster
a643d46bcba0302e175b3d4fcde97eaf91b58403
0
roles/jmeter
7,287
[ "no_license" ]
[ { "path": "roles/jmeter/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for jmeter\n\n# - name: create jmeter directory\n# become: true\n# file:\n# path: \"{{ jmeter_home }}\"\n# state: directory\n# owner: \"{{ jmeter_user }}\"\n# group: \"{{ jmeter_group ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2121, "all_permissive": false }
ansible_role
sbecker/ansible-postgresql-complete
208603ba5ca218854bd6ebd519b541d4426438d9
2
roles/Stouts.wale
7,287
[ "no_license" ]
[ { "path": "roles/Stouts.wale/README.md", "content": "Stouts.wal-e\n============\n\n[![Build Status](http://img.shields.io/travis/Stouts/Stouts.wale.svg?style=flat-square)](https://travis-ci.org/Stouts/Stouts.wale)\n\nAnsible role which performs continuous archiving of PostgreSQL WAL files\n\n* Install and s...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5565, "all_permissive": false }
ansible_role
sbecker/ansible-postgresql-complete
208603ba5ca218854bd6ebd519b541d4426438d9
2
roles/common
7,287
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "# file: common/tasks/main.yml\n\n- name: Update apt cache\n apt: update_cache=yes cache_valid_time=3600\n\n- name: Apt safe upgrade\n apt: upgrade=safe\n\n- name: Check if a reboot is required\n register: reboot_required\n stat: path=/var/run/reboot-r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 544, "all_permissive": false }
ansible_role
psolarcz/ansible_vxlan
3037ef9e188a356a870dfc4669f875cbf38acf51
0
roles/bgp_config
7,287
[ "no_license" ]
[ { "path": "roles/bgp_config/tasks/main.yml", "content": "- name: Enable features\n tags: [api, nxapi, ospf]\n with_items:\n - nv overlay\n - bgp\n - pim\n - interface-vlan\n - vn-segment-vlan-based\n #- nv overlay evpn\n nxos_feature:\n provider:\n host: \"{{inventory_hostname}}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1098, "all_permissive": false }
ansible_role
psolarcz/ansible_vxlan
3037ef9e188a356a870dfc4669f875cbf38acf51
0
roles/l3_config
7,287
[ "no_license" ]
[ { "path": "roles/l3_config/tasks/main.yml", "content": "\n- name: Create loopback interfaces\n tags: [api, nxapi, layer3]\n with_items: \"{{ loopbacks }}\"\n nxos_interface:\n provider:\n host: \"{{inventory_hostname}}\"\n #transport: nxapi\n timeout: 15\n interface: \"{{ item.interf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 927, "all_permissive": false }
ansible_role
psolarcz/ansible_vxlan
3037ef9e188a356a870dfc4669f875cbf38acf51
0
roles/ospf_config
7,287
[ "no_license" ]
[ { "path": "roles/ospf_config/tasks/main.yml", "content": "---\n- name: Enable OSPF feature\n tags: [api, nxapi, ospf]\n with_items:\n - ospf\n nxos_feature:\n provider:\n host: \"{{inventory_hostname}}\"\n #transport: nxapi\n timeout: 15\n feature: \"{{ item }}\"\n state: enabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 986, "all_permissive": false }
ansible_role
psolarcz/ansible_vxlan
3037ef9e188a356a870dfc4669f875cbf38acf51
0
roles/pim_config
7,287
[ "no_license" ]
[ { "path": "roles/pim_config/tasks/main.yml", "content": "- name: CONFIGURE PIM RP\n nxos_pim_rp_address:\n rp_address: \"{{ item.ip }}\"\n with_items: \"{{pim.rp}}\"\n\n- name: CONFIGURE PIM INTERFACES\n nxos_pim_interface:\n interface: \"{{ item.interface }}\"\n sparse: true\n with_items: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 257, "all_permissive": false }
ansible_role
saanjay375/nbcampus
8e7643d73bdd6e420d28f1ac3e66f40186e786dd
1
Jenkins/roles/jenkins
7,287
[ "no_license" ]
[ { "path": "Jenkins/roles/jenkins/tasks/jenkins_install.yml", "content": "---\n- name: install wget\n dnf:\n name: wget\n state: present\n\n- name: install openjdk\n dnf:\n name: java-1.8.0-openjdk\n state: present\n\n- name: download jenkins.repo\n get_url:\n url: http://pkg.jenkins-ci.org...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 5946, "all_permissive": false }
ansible_role
tiernap/ansible-git
220e7cbb52ee07510b2f0942f4b5a221893c0a2c
0
roles/git-server
7,290
[ "no_license" ]
[ { "path": "roles/git-server/handlers/main.yml", "content": "- name: reload gitolite\n action: service name=gitolite state=restarted\n\n- name: restart apache2\n action: service name=apache2 state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 }, { ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 5826, "all_permissive": false }
ansible_role
raghudevopsb62/ansible
a5f9d9d586cc7d25c23edba873d531edcaed2604
0
roles/cart
7,290
[ "no_license" ]
[ { "path": "roles/cart/vars/main.yml", "content": "COMPONENT: cart\nAPPTYPE: app\nLOG_FILES:\n - /var/log/cart.log\nLOGTYPE: json\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/cart/tasks/main.yml", "content": "- name: Import NodeJS ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 176, "all_permissive": false }
ansible_role
raghudevopsb62/ansible
a5f9d9d586cc7d25c23edba873d531edcaed2604
0
roles/common
7,290
[ "no_license" ]
[ { "path": "roles/common/tasks/java.yml", "content": "- name: Install Maven\n ansible.builtin.yum:\n name: maven\n state: installed\n\n- name: Setup App User and App Code\n ansible.builtin.import_role:\n name: common\n tasks_from: download\n\n\n## // This is commented after we moved from downlo...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4995, "all_permissive": false }
ansible_role
raghudevopsb62/ansible
a5f9d9d586cc7d25c23edba873d531edcaed2604
0
roles/demo
7,290
[ "no_license" ]
[ { "path": "roles/demo/defaults/main.yml", "content": "URL: default.role.example.com\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/demo/tasks/main.yml", "content": "- name: Print\n ansible.builtin.debug:\n msg: Hello from ROle\n\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 412, "all_permissive": false }
ansible_role
raghudevopsb62/ansible
a5f9d9d586cc7d25c23edba873d531edcaed2604
0
roles/dispatch
7,290
[ "no_license" ]
[ { "path": "roles/dispatch/tasks/main.yml", "content": "- name: Import GoLang role\n ansible.builtin.import_role:\n name: common\n tasks_from: golang\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/dispatch/vars/main.yml", "cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 183, "all_permissive": false }
ansible_role
raghudevopsb62/ansible
a5f9d9d586cc7d25c23edba873d531edcaed2604
0
roles/elk
7,290
[ "no_license" ]
[ { "path": "roles/elk/tasks/filebeat.yml", "content": "- name: Copy Filebeat Yum repo file\n copy:\n src: elastic.repo\n dest: /etc/yum.repos.d/elastic.repo\n\n- name: Install filebeat\n yum:\n name: filebeat\n state: installed\n\n- name: Configure Filebeat\n template:\n src: filebeat.yml\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1728, "all_permissive": false }
ansible_role
raghudevopsb62/ansible
a5f9d9d586cc7d25c23edba873d531edcaed2604
0
roles/frontend
7,290
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Install Nginx\n ansible.builtin.yum:\n name: nginx\n state: latest\n\n- name: Download Frontend from Git repo and Extract it\n ansible.builtin.unarchive:\n src: https://github.com/roboshop-devops-project/frontend/archive/main.zip\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1168, "all_permissive": false }
ansible_role
raghudevopsb62/ansible
a5f9d9d586cc7d25c23edba873d531edcaed2604
0
roles/mongodb
7,290
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: Copy MongoDb Repo\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name: Install MongoDB\n ansible.builtin.yum:\n name: mongodb-org\n state: installed\n\n- name: Update MongoDB Listen address\n ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1051, "all_permissive": false }
ansible_role
raghudevopsb62/ansible
a5f9d9d586cc7d25c23edba873d531edcaed2604
0
roles/mysql
7,290
[ "no_license" ]
[ { "path": "roles/mysql/templates/pass-reset.sql", "content": "SET PASSWORD FOR 'root'@'localhost' = PASSWORD('{{MYSQL_<PASSWORD>}}');\nuninstall plugin validate_password;", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "roles/mysql/tasks/main.yml",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1748, "all_permissive": false }
ansible_role
raghudevopsb62/ansible
a5f9d9d586cc7d25c23edba873d531edcaed2604
0
roles/payment
7,290
[ "no_license" ]
[ { "path": "roles/payment/vars/main.yml", "content": "COMPONENT: payment\nAPPTYPE: app\nLOG_FILES:\n - /var/log/payment.log\nLOGTYPE: raw\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/payment/tasks/main.yml", "content": "- name: Impor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 180, "all_permissive": false }
ansible_role
raghudevopsb62/ansible
a5f9d9d586cc7d25c23edba873d531edcaed2604
0
roles/prometheus
7,290
[ "no_license" ]
[ { "path": "roles/prometheus/templates/prometheus.yml", "content": "# my global config\nglobal:\n scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute.\n evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is every 1 minute.\n # scrape_timeout i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3789, "all_permissive": false }
ansible_role
raghudevopsb62/ansible
a5f9d9d586cc7d25c23edba873d531edcaed2604
0
roles/rabbitmq
7,290
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "- name: Setup Yum repos\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/rabbitmq-server/script.rpm.sh | sudo bash\n\n- name: Install RabbitMQ & Erlang\n ansible.builtin.yum:\n name:\n - rabbitmq-server\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1073, "all_permissive": false }
ansible_role
raghudevopsb62/ansible
a5f9d9d586cc7d25c23edba873d531edcaed2604
0
roles/redis
7,290
[ "no_license" ]
[ { "path": "roles/redis/vars/main.yml", "content": "COMPONENT: redis\nAPPTYPE: db\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/redis/tasks/main.yml", "content": "- name: Setup Redis repo\n ansible.builtin.copy:\n src: redis.repo\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 517, "all_permissive": false }
ansible_role
raghudevopsb62/ansible
a5f9d9d586cc7d25c23edba873d531edcaed2604
0
roles/shipping
7,290
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yml", "content": "- name: Import Java role\n ansible.builtin.import_role:\n name: common\n tasks_from: java\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "roles/shipping/vars/main.yml", "content"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 178, "all_permissive": false }
ansible_role
moegyver/wpaas
00a4998458bb874208d3e024c0a3ffe322966754
1
roles/minipages
7,290
[ "no_license" ]
[ { "path": "roles/minipages/tasks/main.yml", "content": "---\n- include: prereqs.yml\n\n- include: proxy.yml\n\n- include: sites.yml\n\n- include: monitoring.yml\n\n- include: backup.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "roles/minip...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 10680, "all_permissive": false }
ansible_role
Azhushine/test
7f3c60a78ff6c93891891d329efb99ddd11c0f04
0
roles/nginx
7,290
[ "no_license" ]
[ { "path": "roles/nginx/vars/main.yml", "content": "worker_connection: 10241\nnumber: 22\nport: 7777\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "roles/nginx/tasks/main.yml", "content": "---\n - name: 安装httpd\n yum: name=httpd,httpd-devel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 531, "all_permissive": false }
ansible_role
alfabytes/ansible
f244b8d29107c36a48678ee1f7e5e0d26815f027
0
roles/prometheus
7,290
[ "no_license" ]
[ { "path": "roles/prometheus/vars/main.yml", "content": "---\n# vars file for update-prometheus\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/prometheus/templates/prometheus.yml.j2", "content": "# my global config\nglobal:\n scrape_in...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5323, "all_permissive": false }
ansible_role
sumanthlearningaem3320/learn-ansiblenew
d754707ca649e039ce928ac1a9bd2ce31b151904
0
roles/backend
7,290
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yml", "content": "- name: disable nodejs\n ansible.builtin.shell: dnf module disable nodejs -y\n- name: eanbel nodejs of latest\n ansible.builtin.shell: dnf module enable nodejs:18 -y\n- name: install nodejs\n ansible.builtin.dnf:\n name: nodejs\n state: present\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1201, "all_permissive": false }
ansible_role
sumanthlearningaem3320/learn-ansiblenew
d754707ca649e039ce928ac1a9bd2ce31b151904
0
roles/demo
7,290
[ "no_license" ]
[ { "path": "roles/demo/tasks/main.yml", "content": "- name: print Hello\n ansible.builtin.debug:\n msg: print hello world roleddd", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 80, "all_permissive": false }
ansible_role
ptran32/bootstrap-laptop
c899983d074c05dcfe8dea78b8788a511e2f8659
0
roles/base
7,290
[ "no_license" ]
[ { "path": "roles/base/tasks/apt.yaml", "content": "- name: install basic packages with apt-get\n apt:\n name: \"{{ apt_packages }}\"\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/base/tasks/homebrew.yaml", "cont...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3501, "all_permissive": false }
ansible_role
ptran32/bootstrap-laptop
c899983d074c05dcfe8dea78b8788a511e2f8659
0
roles/iterm2
7,290
[ "no_license" ]
[ { "path": "roles/iterm2/tasks/main.yaml", "content": "\n- name: copy solarized dark file\n copy:\n src: files/solarized-dark-theme.itermcolors\n dest: \"{{ user_home }}/solarized-dark-theme.itermcolors\"\n\n- name: Verify if solarized-dark is already present\n stat:\n path: \"{{ user_home }}/sola...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 948, "all_permissive": false }
ansible_role
domenicosolazzo/ansible-playbooks
a27ab7cd41e036f00cb39c1a2f3ff7e4b1565623
1
roles/apt
7,288
[ "no_license" ]
[ { "path": "roles/apt/README.md", "content": "### APT Role \n\nIt updates the source list, the apt cache and upgrades the installed packages", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "roles/apt/tasks/main.yml", "content": "- name: Aptitude ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 385, "all_permissive": false }
ansible_role
domenicosolazzo/ansible-playbooks
a27ab7cd41e036f00cb39c1a2f3ff7e4b1565623
1
roles/build
7,288
[ "no_license" ]
[ { "path": "roles/build/README.md", "content": "### Build role\n\nMake sure essential build/dev tools and compilers are installed/up-to-date\n\nIt will install the following packages:\n* ack\n* acl\n* apticron\n* automake\n* autoconf\n* binutils-doc\n* build-essential\n* g++\n* libtool\n* libssl-dev\n* libww...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 660, "all_permissive": false }
ansible_role
domenicosolazzo/ansible-playbooks
a27ab7cd41e036f00cb39c1a2f3ff7e4b1565623
1
roles/clojure
7,288
[ "no_license" ]
[ { "path": "roles/clojure/README.md", "content": "### Clojure role\n\nInstall clojure v1.4\n\n##### Requirements\n\nIt uses the following role(s):\n\n* jdk", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/clojure/meta/main.yml", "content": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 220, "all_permissive": false }
ansible_role
domenicosolazzo/ansible-playbooks
a27ab7cd41e036f00cb39c1a2f3ff7e4b1565623
1
roles/ec2
7,288
[ "no_license" ]
[ { "path": "roles/ec2/tasks/launch-instance.yml", "content": "---\n- name: Launch instances\n local_action:\n module: $launch_module\n region: $ec2_region\n keypair: $launch_keypair\n group: $security_group_name\n instance_type: $instance_type\n image: $instance...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 2232, "all_permissive": false }
ansible_role
domenicosolazzo/ansible-playbooks
a27ab7cd41e036f00cb39c1a2f3ff7e4b1565623
1
roles/hostname
7,288
[ "no_license" ]
[ { "path": "roles/hostname/tasks/main.yml", "content": "# file: roles/hostname/tasks/main.yml\n\n\n- name: Hostname | Update the hostname - hostname cmd\n command: sudo hostname $hostname\n\n- name: Hostname | Update the hostname - (/etc/hostname)\n template: src=etc_hostname.j2 dest=/etc/hostname owner=r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 470, "all_permissive": false }
ansible_role
domenicosolazzo/ansible-playbooks
a27ab7cd41e036f00cb39c1a2f3ff7e4b1565623
1
roles/kafka
7,288
[ "no_license" ]
[ { "path": "roles/kafka/tasks/supervise_broker.yml", "content": "---\n\n- name: Kafka | Install the supervisord kafka broker script\n sudo: yes\n template: src=etc_supervisor.d_kafka-broker.conf.j2 dest=/etc/supervisor.d/kafka-broker.conf owner=root group=root mode=0644\n notify:\n - restart supervisor...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2960, "all_permissive": false }
ansible_role
domenicosolazzo/ansible-playbooks
a27ab7cd41e036f00cb39c1a2f3ff7e4b1565623
1
roles/logstash
7,288
[ "no_license" ]
[ { "path": "roles/logstash/meta/main.yml", "content": "---\n\ndependencies:\n - { role: apt }\n - { role: hostname }\n - { role: build }\n - { role: python }\n - { role: jdk }", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "path": "roles/log...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3183, "all_permissive": false }
ansible_role
domenicosolazzo/ansible-playbooks
a27ab7cd41e036f00cb39c1a2f3ff7e4b1565623
1
roles/mariadb
7,288
[ "no_license" ]
[ { "path": "roles/mariadb/meta/main.yaml", "content": "---\n- name: 1a. Add APT GPG signing key\n apt_key: url=http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xCBCB082A1BB943DB state=present\n\n- name: 1b. Add APT repository\n apt_repository: repo='deb http://ftp.osuosl.org/pub/mariadb/repo/10.0/ubun...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1590, "all_permissive": false }
ansible_role
domenicosolazzo/ansible-playbooks
a27ab7cd41e036f00cb39c1a2f3ff7e4b1565623
1
roles/maven
7,288
[ "no_license" ]
[ { "path": "roles/maven/tasks/main.yml", "content": "---\n\n- name: Maven | Make sure maven is installed\n apt: pkg=maven\n sudo: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/maven/meta/main.yml", "content": "---\n\ndependencies...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 118, "all_permissive": false }
ansible_role
domenicosolazzo/ansible-playbooks
a27ab7cd41e036f00cb39c1a2f3ff7e4b1565623
1
roles/mysql
7,288
[ "no_license" ]
[ { "path": "roles/mysql/defaults/main.yml", "content": "---\nmysql_root_password: '<PASSWORD>'\n\nmysql_max_allowed_packet: '128M'\nmysql_character_set_server: 'utf8'\nmysql_collation_server: 'utf8_general_ci'\nmysql_innodb_file_per_table: 'innodb_file_per_table'\n\n### Monit\nmonit_protection: false", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 364, "all_permissive": false }
ansible_role
domenicosolazzo/ansible-playbooks
a27ab7cd41e036f00cb39c1a2f3ff7e4b1565623
1
roles/nginx
7,288
[ "no_license" ]
[ { "path": "roles/nginx/tasks/source_install/modules/http_gzip_static_module.yml", "content": "---\n\n#flag: --with-http_gzip_static_module", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/nginx/tasks/source_install/modules/http_ssl_module.yml"...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 530, "all_permissive": false }
ansible_role
domenicosolazzo/ansible-playbooks
a27ab7cd41e036f00cb39c1a2f3ff7e4b1565623
1
roles/python
7,288
[ "no_license" ]
[ { "path": "roles/python/meta/main.yml", "content": "---\ndependencies:\n - { role: build }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/python/tasks/main.yml", "content": "---\n\n- name: Python - Install python packages\n sudo: y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 668, "all_permissive": false }
ansible_role
domenicosolazzo/ansible-playbooks
a27ab7cd41e036f00cb39c1a2f3ff7e4b1565623
1
roles/scala
7,288
[ "no_license" ]
[ { "path": "roles/scala/defaults/main.yml", "content": "---\nscala_version: 2.9.2 # 2.8.0\nscala_version_download: 2.9.2 # 2.8.0.final\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/scala/tasks/main.yml", "content": "---\n\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1875, "all_permissive": false }
ansible_role
domenicosolazzo/ansible-playbooks
a27ab7cd41e036f00cb39c1a2f3ff7e4b1565623
1
roles/supervisor
7,288
[ "no_license" ]
[ { "path": "roles/supervisor/meta/main.yml", "content": "---\n\ndependencies:\n - { role: python }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/supervisor/tasks/main.yml", "content": "- name: Supervisor | Make sure supervisor is in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 885, "all_permissive": false }
ansible_role
domenicosolazzo/ansible-playbooks
a27ab7cd41e036f00cb39c1a2f3ff7e4b1565623
1
roles/zookeeper
7,288
[ "no_license" ]
[ { "path": "roles/zookeeper/tasks/dependencies.yml", "content": "---\n\n- name: Zookeeper | Make sure the zookeeper dependencies are installed\n apt: pkg=$item\n with_items:\n - pkg-config\n - connect-proxy", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 221, "all_permissive": false }
ansible_role
DmitriyKly/HW_DevOps_Netology
7bcc3639323ec53d6ec943436d8787c9bfb6d972
0
Создание собственных модулей/src/my_own_namespace/yandex_cloud_elk/roles/create_file_role
7,288
[ "no_license" ]
[ { "path": "Создание собственных модулей/src/my_own_namespace/yandex_cloud_elk/roles/create_file_role/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for create_file\n\n - name: Test\n my_own_module:\n path: \"{{ file_path }}\"\n content: \"{{ file_conten...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 380, "all_permissive": false }
ansible_role
DmitriyKly/HW_DevOps_Netology
7bcc3639323ec53d6ec943436d8787c9bfb6d972
0
Тестирование roles/src/playbook/roles/vector-role
7,288
[ "no_license" ]
[ { "path": "Тестирование roles/src/playbook/roles/vector-role/tasks/main.yml", "content": "---\n- name: Vector\n block:\n - name: Get\n ansible.builtin.get_url:\n url: \"https://packages.timber.io/vector/{{ vector_version }}/vector-{{ vector_version }}-1.x86_64.rpm\"\n dest: \"./Vector...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 759, "all_permissive": false }
ansible_role
DmitriyKly/HW_DevOps_Netology
7bcc3639323ec53d6ec943436d8787c9bfb6d972
0
Тестирование roles/src/playbook/Без названия/roles/lighthouse-role
7,288
[ "no_license" ]
[ { "path": "Тестирование roles/src/playbook/Без названия/roles/lighthouse-role/README.md", "content": "lighthouse-role\n---\nРоль устанавливает `lighthouse`\n\n#### Lighthouse\n\n- установка\n\n\nРазворачивает Lighthouse\n\nПеременные:\n---\n\n`lighthouse_home_dir:` - `Домашняя директория для ligthouse`\n\n`...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1286, "all_permissive": false }
ansible_role
Sxm234567890/ansible-play-book
4405bd03d5e6a15485a237d48129cc1ad4f63019
1
sigle_role_template/roles/httpd
7,288
[ "no_license" ]
[ { "path": "sigle_role_template/roles/httpd/tasks/user.yml", "content": "- name: user\n user: name=apache system=yes shell=/sbin/nologin home=/var/www uid=80 group=apache\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "sigle_role_template/roles/h...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 566, "all_permissive": false }
ansible_role
emmanuelcodes2020/ansible-playbook-major
02c5b5dbf394fd0e7349bd7486c6a8c6b8d91d7b
0
roles/database-role
7,288
[ "no_license" ]
[ { "path": "roles/database-role/defaults/main.yml", "content": "---\n# defaults file for database-role\nmariadb_root_password: \"<PASSWORD>\"\nwordpress_db_user: \"ansible_user\"\nwordpress_db_password: \"<PASSWORD>\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 },...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 993, "all_permissive": false }
ansible_role
emmanuelcodes2020/ansible-playbook-major
02c5b5dbf394fd0e7349bd7486c6a8c6b8d91d7b
0
roles/major-app-role
7,288
[ "no_license" ]
[ { "path": "roles/major-app-role/tasks/prepare.yml", "content": "---\n- name: Execute a command in the tmp directory\n command:\n cmd: wget https://wordpress.org/latest.tar.gz\n chdir: \"{{ major_app_tmp_file }}\"\n become: true\n\n- name: Extract the WordPress archive in /tmp\n ansible.builtin.comm...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1017, "all_permissive": false }
ansible_role
emmanuelcodes2020/ansible-playbook-major
02c5b5dbf394fd0e7349bd7486c6a8c6b8d91d7b
0
roles/webserver-role
7,288
[ "no_license" ]
[ { "path": "roles/webserver-role/tasks/main.yml", "content": "---\n# tasks file for webserver-role\n - name: Install httpd, php and MySQL packages\n include_tasks: webserver.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles/webserver-ro...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 592, "all_permissive": false }
ansible_role
jsandino/mac-ansible
430da5c747d6baae6d96b754a236dbca7dfa25f2
0
roles/javier_dev
7,288
[ "permissive" ]
[ { "path": "roles/javier_dev/tasks/ssh.yml", "content": "- name: ssh dir stat\n stat:\n path: ~/.ssh\n register: ssh_dir\n\n- name: ssh dir exists\n when: not ssh_dir.stat.exists\n file:\n path: ~/.ssh\n state: directory\n mode: 0700\n\n- name: add public keys to authorized_keys file\n block...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 25, "total_bytes": 15773, "all_permissive": true }
ansible_role
mvrgoc/ansible_roles
d608e073460c56ed83abd621ba3e37cf540109b9
0
roles/pbis
7,288
[ "no_license" ]
[ { "path": "roles/pbis/tasks/main.yml", "content": "---\n\n- name: Get PowerBroker repo.\n get_url:\n url: http://repo.pbis.beyondtrust.com/yum/pbiso.repo\n dest: /etc/yum.repos.d/pbiso.repo\n mode: '644'\n become: yes\n\n- name: Refresh packages repository and clean cash\n become: yes\n shell:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1707, "all_permissive": false }
ansible_role
roelsieg/ansible_panos
835bf4564baa0fba20045a9a14fb1b6fe5d8d99c
0
roles/panos_create_rule
7,288
[ "no_license" ]
[ { "path": "roles/panos_create_rule/tasks/meta.yml", "content": "---\n- paloaltonetworks.panos.panos_security_rule:\n provider: '{{ device }}'\n device_group: '{{ device_group }}'\n rule_name: '{{ rule_name }}'\n source_zone: '{{ source_zone }}'\n destination_zone: '{{ destination_zone }}'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 893, "all_permissive": false }
ansible_role
roquie/kontena-ansible
05b7ff4e4adb191ebbe3a0a61f075811eec2499f
6
roles/kontena-cli
7,288
[ "no_license" ]
[ { "path": "roles/kontena-cli/tasks/main.yml", "content": "---\n\n- name: Install the Kontena CLI using the Rubygems package manager\n become: yes\n gem:\n name: kontena-cli\n state: present\n\n- name: Tab completion\n when: kontena_cli_tab_completion\n lineinfile:\n dest: \"{{ ansible_env.HOME ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 782, "all_permissive": false }
ansible_role
kiranraov/ansible_playbook
4689642f930b1aa25af244ecb2e160b6dc6ecdf4
0
roles/java
7,288
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n- name: java repository add\n shell: add-apt-repository ppa:webupd8team/java\n#- name: update all repositories\n # shell: apt-get update\n#- name: install Java 8\n # shell: apt-get install oracle-java8-set-default\n- name: install java 8\n apt: name=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 375, "all_permissive": false }
ansible_role
silent-sysadmin/ansible-collection-common
1e01c1342856d799d1d0ab4a500d8981e6a34fcc
0
roles/update
7,289
[ "no_license" ]
[ { "path": "roles/update/README.md", "content": "silentsysadmin.update\n=========\n\nPerform general updates on linux hosts\n\nRequirements\n------------\n\nN/A\n\nRole Variables\n--------------\n\n`update_reboot: <true|false>` Permit or deny automatic reboots after patching the host\n\nDependencies\n-------...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1638, "all_permissive": false }
ansible_role
avsnnv/angelok139
80abdcb47a49b78d9bfd1de4588d7a9814d349f2
0
ansible/Sirena-travel/roles/CRMApi
7,289
[ "no_license" ]
[ { "path": "ansible/Sirena-travel/roles/CRMApi/handlers/main.yml", "content": "---\n# handlers file for CRMApi", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "ansible/Sirena-travel/roles/CRMApi/tests/test.yml", "content": "---\n- hosts: localhos...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2445, "all_permissive": false }
ansible_role
avsnnv/angelok139
80abdcb47a49b78d9bfd1de4588d7a9814d349f2
0
ansible/Sirena-travel/roles/CRMAuth
7,289
[ "no_license" ]
[ { "path": "ansible/Sirena-travel/roles/CRMAuth/vars/main.yml", "content": "---\n# vars file for CRMAuth", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "ansible/Sirena-travel/roles/CRMAuth/tasks/main.yml", "content": "---\n# tasks file for CRMAp...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1473, "all_permissive": false }
ansible_role
avsnnv/angelok139
80abdcb47a49b78d9bfd1de4588d7a9814d349f2
0
ansible/Sirena-travel/roles/CRMGuiAdminTools
7,289
[ "no_license" ]
[ { "path": "ansible/Sirena-travel/roles/CRMGuiAdminTools/templates/config.SAdmin.json.j2", "content": "{\n \"CrmApi\" : \"{{ web_auth_url }}\",\n \"AirlineCode\" : \"SADMIN\" \n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "ansible/Sirena...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 2829, "all_permissive": false }
ansible_role
avsnnv/angelok139
80abdcb47a49b78d9bfd1de4588d7a9814d349f2
0
ansible/Sirena-travel/roles/LeoLoader
7,289
[ "no_license" ]
[ { "path": "ansible/Sirena-travel/roles/LeoLoader/templates/Leo.Loader.exe.config.j2", "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<configuration>\r\n <configSections>\r\n <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->\r...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 6467, "all_permissive": false }
ansible_role
avsnnv/angelok139
80abdcb47a49b78d9bfd1de4588d7a9814d349f2
0
ansible/Sirena-travel/roles/LeoTestProducer
7,289
[ "no_license" ]
[ { "path": "ansible/Sirena-travel/roles/LeoTestProducer/defaults/main.yml", "content": "---\n# defaults file for LeoTestProducer", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "ansible/Sirena-travel/roles/LeoTestProducer/templates/Leo.Test.Producer....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1795, "all_permissive": false }
ansible_role
avsnnv/angelok139
80abdcb47a49b78d9bfd1de4588d7a9814d349f2
0
ansible/Sirena-travel/roles/LeoTicketSH
7,289
[ "no_license" ]
[ { "path": "ansible/Sirena-travel/roles/LeoTicketSH/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - LeoTicketSH", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "ansible/Sirena-travel/roles/LeoTicketSH/templa...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1564, "all_permissive": false }
ansible_role
avsnnv/angelok139
80abdcb47a49b78d9bfd1de4588d7a9814d349f2
0
ansible/Sirena-travel/roles/RMQThreadManager
7,289
[ "no_license" ]
[ { "path": "ansible/Sirena-travel/roles/RMQThreadManager/vars/main.yml", "content": "---\n# vars file for RMQThreadManager", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "ansible/Sirena-travel/roles/RMQThreadManager/templates/RmqThreadManager.exe.co...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 6258, "all_permissive": false }
ansible_role
avsnnv/angelok139
80abdcb47a49b78d9bfd1de4588d7a9814d349f2
0
ansible/Sirena-travel/roles/RabbitMQExport
7,289
[ "no_license" ]
[ { "path": "ansible/Sirena-travel/roles/RabbitMQExport/defaults/main.yml", "content": "---\n# defaults file for RabbitMQExport", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "ansible/Sirena-travel/roles/RabbitMQExport/tasks/main.yml", "content":...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 6645, "all_permissive": false }
ansible_role
avsnnv/angelok139
80abdcb47a49b78d9bfd1de4588d7a9814d349f2
0
ansible/Sirena-travel/roles/RabbitMQQueue
7,289
[ "no_license" ]
[ { "path": "ansible/Sirena-travel/roles/RabbitMQQueue/handlers/main.yml", "content": "---\n# handlers file for RabbitMQQueue", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "ansible/Sirena-travel/roles/RabbitMQQueue/defaults/main.yml", "content":...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1929, "all_permissive": false }
ansible_role
fabianlee/gcp-gke-clusters-ingress
963305096122feba4588230599bc55c813e55071
15
roles/ASM
7,289
[ "no_license" ]
[ { "path": "roles/ASM/files/install_managed_asm_gcloud_fleet.sh", "content": "#!/bin/bash\n#\n# Deploy ASM to GKE cluster using 'gcloud container fleet mesh update'\n# does not require asmcli\n# https://cloud.google.com/service-mesh/docs/managed/provision-managed-anthos-service-mesh\n#\nBIN_DIR=$(dirname ${B...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 23118, "all_permissive": false }
ansible_role
fabianlee/gcp-gke-clusters-ingress
963305096122feba4588230599bc55c813e55071
15
roles/ASM-IngressGateway
7,289
[ "no_license" ]
[ { "path": "roles/ASM-IngressGateway/tasks/main.yaml", "content": "---\n\n- debug:\n msg: \"ingressgateway_primary is {{ingressgateway_primary}}, ingressgateway_secondary is {{ingressgateway_secondary}}\"\n\n- name: create dest dir for primary and secondary ingress gateway files\n file:\n path: \"{{it...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5890, "all_permissive": false }
ansible_role
fabianlee/gcp-gke-clusters-ingress
963305096122feba4588230599bc55c813e55071
15
roles/GCP-loadbalancer
7,289
[ "no_license" ]
[ { "path": "roles/GCP-loadbalancer/templates/ingress-int.yaml", "content": "---\n# Internal HTTPS LB are not comptible with FrontendConfig\n# you cannot do HTTP redirect, or set SSL policies\n---\n# Cloud Armor policy in backend policy is not compatible with Internal HTTPS LB\n# So do not specify in the back...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 12743, "all_permissive": false }
ansible_role
fabianlee/gcp-gke-clusters-ingress
963305096122feba4588230599bc55c813e55071
15
roles/balloon-scale
7,289
[ "no_license" ]
[ { "path": "roles/balloon-scale/templates/balloon-priority.yaml", "content": "# https://wdenniss.com/gke-autopilot-spare-capacity\napiVersion: scheduling.k8s.io/v1\nkind: PriorityClass\nmetadata:\n name: balloon-priority\n value: -10 # undocumented lowest priority that will trigger upscale\n preemptionPol...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1589, "all_permissive": false }
ansible_role
fabianlee/gcp-gke-clusters-ingress
963305096122feba4588230599bc55c813e55071
15
roles/gcloud-apt
7,289
[ "no_license" ]
[ { "path": "roles/gcloud-apt/tasks/main.yml", "content": "---\n\n# https://cloud.google.com/sdk/docs/install#deb\n\n- name: prereq packages\n package:\n name:\n - apt-transport-https\n - ca-certificates\n - gnupg\n - curl\n state: present\n update_cache: yes\n\n- name: DEPRECATE...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1094, "all_permissive": false }
ansible_role
fabianlee/gcp-gke-clusters-ingress
963305096122feba4588230599bc55c813e55071
15
roles/gcloud-register-cluster
7,289
[ "no_license" ]
[ { "path": "roles/gcloud-register-cluster/tasks/main.yaml", "content": "---\n\n- name: set tf-creator service accound for gcloud\n command:\n cmd: gcloud auth activate-service-account <EMAIL> --key-file=tf-creator.json\n register: activate_svc_account\n- name: set gcp project id\n command:\n cmd: gc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3670, "all_permissive": false }
ansible_role
fabianlee/gcp-gke-clusters-ingress
963305096122feba4588230599bc55c813e55071
15
roles/helloapp
7,289
[ "no_license" ]
[ { "path": "roles/helloapp/tasks/main.yaml", "content": "---\n\n- name: create dest dir for files\n file:\n path: /tmp/{{cluster_name}}/testapp\n state: directory\n\n- name: create templates\n template:\n src: \"{{item}}\"\n dest: /tmp/{{cluster_name}}/testapp\n with_fileglob: \"{{role_path}}/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6804, "all_permissive": false }
ansible_role
fabianlee/gcp-gke-clusters-ingress
963305096122feba4588230599bc55c813e55071
15
roles/helloapp-curl
7,289
[ "no_license" ]
[ { "path": "roles/helloapp-curl/tasks/main.yaml", "content": "---\n\n- name: create test curl script for public HTTPS LB and private TCP LB\n template:\n src: \"{{item}}\"\n dest: .\n owner: ubuntu\n mode: 0775\n loop:\n - test-curl-primary.sh\n - test-curl-secondary.sh\n\n- name: copy ke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2947, "all_permissive": false }
ansible_role
fabianlee/gcp-gke-clusters-ingress
963305096122feba4588230599bc55c813e55071
15
roles/helm3-apt
7,289
[ "no_license" ]
[ { "path": "roles/helm3-apt/tasks/main.yml", "content": "---\n\n- name: DEPRECATED get helm3 key, add to deprected trusted keyring\n apt_key:\n url: https://baltocdn.com/helm/signing.asc\n state: present\n\n- name: get helm3 key, save in /usr/share/keyrings for newer apt deb syntax\n get_url:\n ur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1262, "all_permissive": false }
ansible_role
fabianlee/gcp-gke-clusters-ingress
963305096122feba4588230599bc55c813e55071
15
roles/k8s-load-tls-secrets
7,289
[ "no_license" ]
[ { "path": "roles/k8s-load-tls-secrets/templates/secret.yaml", "content": "# you can get the proper form by doing a dry-run\n# kubectl create secret tls test-credential --cert=my.crt --key=my.key --dry-run=client --output=yaml\napiVersion: v1\nkind: Secret\ntype: kubernetes.io/tls\nmetadata:\n #creationTime...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2189, "all_permissive": false }
ansible_role
fabianlee/gcp-gke-clusters-ingress
963305096122feba4588230599bc55c813e55071
15
roles/k8s-workload-identity-test
7,289
[ "no_license" ]
[ { "path": "roles/k8s-workload-identity-test/templates/workload-identity-test.yaml", "content": "apiVersion: v1\nkind: Pod\nmetadata:\n name: workload-identity-test\n #namespace: default\n annotations:\n sidecar.istio.io/inject: \"false\"\nspec:\n containers:\n - image: google/cloud-sdk:slim\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3756, "all_permissive": false }
ansible_role
fabianlee/gcp-gke-clusters-ingress
963305096122feba4588230599bc55c813e55071
15
roles/k9s
7,289
[ "no_license" ]
[ { "path": "roles/k9s/tasks/main.yml", "content": "---\n\n- name: check for k9s binary\n stat:\n path: /usr/local/bin/k9s\n register: k9s_binary\n\n\n- name: do k9s installation\n block:\n \n - name: get latest k9s release\n uri: \n url: https://api.github.com/repos/derailed/k9s/relea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1036, "all_permissive": false }