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
maestrano/mno-deploy
445644ac2224379062a41586031a949e5f20aa0b
0
ansible/roles/mnohub
7,649
[ "no_license" ]
[ { "path": "ansible/roles/mnohub/defaults/main.yml", "content": "---\n\ndeploy_directory: /apps/mnohub\ndefault_environment:\n RAILS_ENV: \"{{ rails_environment }}\"\n JAVA: /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java\n PATH: /opt/jruby/current/bin:{{ ansible_env.PATH }}\n\nmnohub_config:\n puma_worke...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 20278, "all_permissive": false }
ansible_role
maestrano/mno-deploy
445644ac2224379062a41586031a949e5f20aa0b
0
ansible/roles/newrelic-java
7,649
[ "no_license" ]
[ { "path": "ansible/roles/newrelic-java/defaults/main.yml", "content": "---\n\nnewrelic_license_key: changeme\nnewrelic_app_name: My Application\nnewrelic:\n version: 3.25.0\n owner: torquebox\n group: torquebox\n install_path: /opt", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2119, "all_permissive": false }
ansible_role
maestrano/mno-deploy
445644ac2224379062a41586031a949e5f20aa0b
0
ansible/roles/nex
7,649
[ "no_license" ]
[ { "path": "ansible/roles/nex/tasks/runtime_rhel.yml", "content": "---\n\n- name: Nex! | Copy puma.rb config\n template: src=puma.rb dest={{deploy_directory}}/shared/config/puma.rb owner=deployer group=deployer mode=0755\n\n- name: Nex! | Add /etc/systemd/system/puma.service\n template: src=puma.service de...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 15255, "all_permissive": false }
ansible_role
maestrano/mno-deploy
445644ac2224379062a41586031a949e5f20aa0b
0
ansible/roles/rundeck
7,649
[ "no_license" ]
[ { "path": "ansible/roles/rundeck/tasks/install_debian.yml", "content": "---\n# Debian based OS\n- name: Debian | Install supporting packages\n apt:\n name: \"{{ item }}\"\n state: present\n become: yes\n with_items:\n - python-pip\n - python-setuptools\n\n- name: Debian | Install supporting p...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 15197, "all_permissive": false }
ansible_role
maestrano/mno-deploy
445644ac2224379062a41586031a949e5f20aa0b
0
ansible/roles/splunk
7,649
[ "no_license" ]
[ { "path": "ansible/roles/splunk/tasks/configure.yml", "content": "---\n\n- name: Splunk | Add /etc/hosts entries\n lineinfile:\n dest: /etc/hosts\n line: \"{{ item }}\"\n owner: root\n group: root\n mode: 0644\n with_items: \"{{ splunk.extra_hosts }}\"\n\n- name: Splunk | Certificates direc...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2820, "all_permissive": false }
ansible_role
maestrano/mno-deploy
445644ac2224379062a41586031a949e5f20aa0b
0
ansible/roles/sumocollector
7,649
[ "no_license" ]
[ { "path": "ansible/roles/sumocollector/tasks/main.yml", "content": "---\n- name: 'Check for SumoCollector'\n command: dpkg-query -l sumocollector\n register: sumologic_collector_deb_check\n failed_when: no\n tags: sumologic\n\n- name: 'Download SumoCollector'\n get_url:\n url: '{{ sumocollector_inst...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5171, "all_permissive": false }
ansible_role
maestrano/mno-deploy
445644ac2224379062a41586031a949e5f20aa0b
0
ansible/roles/torquebox
7,649
[ "no_license" ]
[ { "path": "ansible/roles/torquebox/templates/torquebox_init.rb", "content": "#!/usr/bin/env ruby\n\n# Script to start/stop Torquebox\n# Used by init scripts\n#\n# Start: torquebox_init.rb start\n# Stop: torquebox_init.rb stop\n\nrequire 'fileutils'\nrequire 'net/http'\nrequire 'logger'\n\nPIDFOLDER = \"/var...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 10827, "all_permissive": false }
ansible_role
thisdougb/ansible-postgres-cluster
5b3e9039c2d51054967e12a895447104f6c1bb4f
0
roles/populate-master-group
7,649
[ "no_license" ]
[ { "path": "roles/populate-master-group/handlers/main.yml", "content": "---\n# handlers file for roles/populate-master-group\n- name: set master\n debug:\n var: new_master\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/populate-master-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1043, "all_permissive": false }
ansible_role
thisdougb/ansible-postgres-cluster
5b3e9039c2d51054967e12a895447104f6c1bb4f
0
roles/postgres
7,649
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "---\n# tasks file for roles/postgres\n\n- name: install postgresql rpm\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - postgresql\n - postgresql-server\n - postgresql-contrib\n - postgresql-libs\n - python-psycopg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": false }
ansible_role
thisdougb/ansible-postgres-cluster
5b3e9039c2d51054967e12a895447104f6c1bb4f
0
roles/postgres-init
7,649
[ "no_license" ]
[ { "path": "roles/postgres-init/defaults/main.yml", "content": "---\n# defaults file for roles/postgres-init", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/postgres-init/handlers/main.yml", "content": "---\n# handlers file for roles/postg...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 837, "all_permissive": false }
ansible_role
thisdougb/ansible-postgres-cluster
5b3e9039c2d51054967e12a895447104f6c1bb4f
0
roles/postgres-master
7,649
[ "no_license" ]
[ { "path": "roles/postgres-master/handlers/main.yml", "content": "---\n# handlers file for roles/postgres-master-repl", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/postgres-master/vars/main.yml", "content": "---\n# vars file for roles/po...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 749, "all_permissive": false }
ansible_role
thisdougb/ansible-postgres-cluster
5b3e9039c2d51054967e12a895447104f6c1bb4f
0
roles/postgres-slave
7,649
[ "no_license" ]
[ { "path": "roles/postgres-slave/vars/main.yml", "content": "---\n# vars file for roles/postgres-slave", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/postgres-slave/tasks/main.yml", "content": "---\n# tasks file for roles/postgres-slave\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2623, "all_permissive": false }
ansible_role
ahpnils/automated-vps
7716d03b97f7a6667b66ad6f17c00a51c1b166c1
1
ansible/roles/vps
7,649
[ "no_license" ]
[ { "path": "ansible/roles/vps/vars/main.yml", "content": "---\n# vars file for vps\ncontainer_volumes_base_dir: /srv/containers\n\nvolume_directory:\n - \"conf\"\n - \"docroot\"\n - \"log\"\n\ncontainers:\n - name: site1\n image: docker.io/library/nginx\n ip: 10.88.80.1\n recreate: true\n syn...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 11414, "all_permissive": false }
ansible_role
prirup/ansible_now
1f2428ab0e3207a950104a8ffe25161eba425192
0
cisco_upgrade/roles/cisco_tftp
7,649
[ "no_license" ]
[ { "path": "cisco_upgrade/roles/cisco_tftp/tasks/main.yml", "content": "---\n# Refer to https://github.com/ansible/ansible/issues/42200 for more information\n# on how to set command_time per task\n\n#- name: TFTP New System Image to Boot Flash Memory\n# vars:\n# ansible_command_timeout: 600\n# ios_comma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2436, "all_permissive": false }
ansible_role
prirup/ansible_now
1f2428ab0e3207a950104a8ffe25161eba425192
0
new-site-build/roles/access_vlans
7,649
[ "no_license" ]
[ { "path": "new-site-build/roles/access_vlans/tasks/main.yml", "content": "---\n- name: GENERATE VLANS CONFIG FOR ACCESS SWITCHES\n template:\n src: \"access_vlans.j2\"\n dest: \"./files/{{inventory_hostname}}_access_vlans.cfg\"", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 268, "all_permissive": false }
ansible_role
prirup/ansible_now
1f2428ab0e3207a950104a8ffe25161eba425192
0
new-site-build/roles/mgmt_aaa
7,649
[ "no_license" ]
[ { "path": "new-site-build/roles/mgmt_aaa/tasks/main.yml", "content": "---\n- name: GENERATE AAA CONFIG\n template:\n src: \"mgmt_aaa.j2\"\n dest: \"./files/{{inventory_hostname}}_mgmt_aaa.cfg\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "path":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1122, "all_permissive": false }
ansible_role
prirup/ansible_now
1f2428ab0e3207a950104a8ffe25161eba425192
0
new-site-build/roles/mgmt_all_config
7,649
[ "no_license" ]
[ { "path": "new-site-build/roles/mgmt_all_config/templates/mgmt_all_config.j2", "content": "interface loopback0\n!\nclock timezone UTC 5 30\nclock summer-time UTC recurring\n ntp source Loopback0\n ntp server {{ ntp_server_1 }} prefer\n ntp server {{ ntp_server_2 }}\nntp logging\n!\n!\nlogging source-interfa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4022, "all_permissive": false }
ansible_role
prirup/ansible_now
1f2428ab0e3207a950104a8ffe25161eba425192
0
new-site-build/roles/mgmt_dns
7,649
[ "no_license" ]
[ { "path": "new-site-build/roles/mgmt_dns/templates/mgmt_dns.j2", "content": "ip domain-name corp.service-now.com\nip name-server {{name_srvr_1}}\nip name-server {{name_srvr_2}}\nip name-server {{name_srvr_3}}\nip name-server {{name_srvr_4}}\nip name-server {{name_srvr_5}}", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 312, "all_permissive": false }
ansible_role
prirup/ansible_now
1f2428ab0e3207a950104a8ffe25161eba425192
0
new-site-build/roles/mgmt_localuser
7,649
[ "no_license" ]
[ { "path": "new-site-build/roles/mgmt_localuser/templates/mgmt_localuser.j2", "content": "username admin privilege 15 secret 5 {{local_admin_pwd}}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "new-site-build/roles/mgmt_localuser/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 197, "all_permissive": false }
ansible_role
prirup/ansible_now
1f2428ab0e3207a950104a8ffe25161eba425192
0
new-site-build/roles/mgmt_ntp
7,649
[ "no_license" ]
[ { "path": "new-site-build/roles/mgmt_ntp/tasks/main.yml", "content": "---\n- name: GENERATE NTP CONFIG\n template:\n src: \"mgmt_ntp.j2\"\n dest: \"./files/{{inventory_hostname}}_mgmt_ntp.cfg\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "path":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 280, "all_permissive": false }
ansible_role
prirup/ansible_now
1f2428ab0e3207a950104a8ffe25161eba425192
0
new-site-build/roles/mgmt_snmp
7,649
[ "no_license" ]
[ { "path": "new-site-build/roles/mgmt_snmp/tasks/main.yml", "content": "---\n- name: GENERATE SNMP CONFIG\n template:\n src: \"mgmt_snmp.j2\"\n dest: \"./files/{{inventory_hostname}}_mgmt_snmp.cfg\"", "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
prirup/ansible_now
1f2428ab0e3207a950104a8ffe25161eba425192
0
new-site-build/roles/mgmt_syslog
7,649
[ "no_license" ]
[ { "path": "new-site-build/roles/mgmt_syslog/templates/mgmt_syslog.j2", "content": "logging source-interface Loopback0\nlogging trap informational\nlogging host {{syslog_srvr}} transport udp port 514\nservice timestamps debug datetime msec localtime show-timezone year\nservice timestamps log datetime msec lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 403, "all_permissive": false }
ansible_role
kirillosgeorge/task-1
3a37a7d2f09c7856e76068217cf7f909b3868949
0
roles/base
7,649
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "# this playbook contians base plays for all nodes \n\n- name: Creating developers groups\n group:\n name: \"developers\"\n state: present\n\n- name: Creating users and adding them developers group\n user:\n name: \"{{ item.name }}\"\n state: p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 591, "all_permissive": false }
ansible_role
imukadam/ec2-nginx
5f47412bd2d31ab5b352f2756e12f86775fab86f
0
roles/init-ec2
7,649
[ "no_license" ]
[ { "path": "roles/init-ec2/tasks/main.yml", "content": "# Tasks to create EC2 instances\n\n- name: Create ssh key\n ec2_key:\n name: \"{{ keypair }}\"\n key_material: \"{{ lookup('file', '~/.ssh/id_rsa.pub') }}\"\n region: \"{{ region }}\"\n\n- name: Create a security group\n ec2_group:\n name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1841, "all_permissive": false }
ansible_role
imukadam/ec2-nginx
5f47412bd2d31ab5b352f2756e12f86775fab86f
0
roles/webservers
7,649
[ "no_license" ]
[ { "path": "roles/webservers/templates/index.html.j2", "content": "<!DOCTYPE html>\n<html>\n<head>\n<meta charset=\"utf-8\"/>\n <title>Welcome to nginx!</title>\n <style>\n body {\n width: 50em;\n margin: 0 auto;\n font-family: Tahoma, Verdana, Arial, sans-serif;...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1168, "all_permissive": false }
ansible_role
tsd-nghialv/tsd_ansible
9293fe925bc2ce685477cda0687b0d738e6568f3
0
roles/common
7,649
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "---\n- name: Update All Packages (Ubuntu)\n apt:\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Update All Packages (CentOS)\n yum:\n update_cache: yes\n when: ansible_distribution == \"CentOS\"\n\n- name: Upgrade OS ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 712, "all_permissive": false }
ansible_role
tsd-nghialv/tsd_ansible
9293fe925bc2ce685477cda0687b0d738e6568f3
0
roles/create_folder
7,649
[ "no_license" ]
[ { "path": "roles/create_folder/tasks/main.yml", "content": "---\n- name: Create Folder For All Server\n file:\n path: '/backup_{{ ansible_hostname }}'\n owner: nghialv\n group: nghialv\n state: directory\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 151, "all_permissive": false }
ansible_role
tsd-nghialv/tsd_ansible
9293fe925bc2ce685477cda0687b0d738e6568f3
0
roles/create_user
7,649
[ "no_license" ]
[ { "path": "roles/create_user/tasks/main.yml", "content": "---\n- name: Create User \"{{ user }}\" On Ubuntu/Debian\n user:\n name: \"{{ user }}\"\n password: \"{{ <PASSWORD> }}\"\n shell: /bin/bash\n groups: sudo,adm\n state: present\n when: ansible_distribution == \"Ubuntu\"\n\n- name: SSH...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1139, "all_permissive": false }
ansible_role
tsd-nghialv/tsd_ansible
9293fe925bc2ce685477cda0687b0d738e6568f3
0
roles/cron
7,649
[ "no_license" ]
[ { "path": "roles/cron/files/cron_local.sh", "content": "#!/usr/bin/bash\nsudo rsync /etc/ansible -az /backup_$(hostname)\nsudo rsync /var/log -az /backup_$(hostname)\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "roles/cron/files/backup_local.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1851, "all_permissive": false }
ansible_role
tsd-nghialv/tsd_ansible
9293fe925bc2ce685477cda0687b0d738e6568f3
0
roles/haproxy
7,649
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "---\n- name: Install HAProxy & Keepalived\n apt:\n name:\n - haproxy\n - keepalived\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Start HAProxy Service & Keepalived\n systemd:\n name: \n - haproxy\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 290, "all_permissive": false }
ansible_role
gwynforthewyn/azure-dns-container
92fb55f19557cef8c93d9f163d389953e1d639fb
0
ansible/roles/websites_container
7,660
[ "no_license" ]
[ { "path": "ansible/roles/websites_container/tasks/main.yaml", "content": "---\n- name: Set up debian for docker\n import_tasks: docker.yaml\n\n- name: Stop systemd and replace with resolv.conf\n import_tasks: stop_systemd_resolved.yaml\n\n- name: Upload convenience container runner script\n import_tasks:...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2325, "all_permissive": false }
ansible_role
dtme-uche/ansible_tutorial
5db5cbe8eea3b90309179e5a6eef7415e63fe5ba
0
roles/db_servers
7,660
[ "no_license" ]
[ { "path": "roles/db_servers/tasks/main.yml", "content": "- name: install mariadbfor Ubuntu servers\n tags: db,mariadb,ubuntu\n apt:\n name: mariadb-server\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 182, "all_permissive": false }
ansible_role
dtme-uche/ansible_tutorial
5db5cbe8eea3b90309179e5a6eef7415e63fe5ba
0
roles/file_servers
7,660
[ "no_license" ]
[ { "path": "roles/file_servers/tasks/main.yml", "content": "- name: install samba package for Ubuntu servers\n tags: samba\n apt:\n name: samba\n state: latest\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 105, "all_permissive": false }
ansible_role
dtme-uche/ansible_tutorial
5db5cbe8eea3b90309179e5a6eef7415e63fe5ba
0
roles/web_servers
7,660
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yml", "content": "- name: install apache and php for Ubuntu servers\n tags: apache,apache2,ubuntu\n apt:\n name:\n - apache2\n - libapache2-mod-php\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n- name: copy def...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 413, "all_permissive": false }
ansible_role
n1koo/docker-rpi
92bc556d4173271078c769d47799d3f6537bcb2d
0
roles/base
7,660
[ "no_license" ]
[ { "path": "roles/base/tasks/ansible_deps.yml", "content": "---\n- name: 'Update apt packages'\n command: apt-get update\n\n- name: 'Install python-apt package'\n command: apt-get install python-apt -y\n\n- name: 'Upgrade APT to the lastest packages'\n apt: upgrade=safe\n\n- name: Install python dependen...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2381, "all_permissive": false }
ansible_role
n1koo/docker-rpi
92bc556d4173271078c769d47799d3f6537bcb2d
0
roles/docker
7,660
[ "no_license" ]
[ { "path": "roles/docker/tasks/swarm.yml", "content": "---\n- lineinfile: \n dest: /etc/default/docker \n regexp: ^DOCKER_OPTS= \n line: DOCKER_OPTS=\"--storage-driver=overlay -D -H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock\"\n notify: restart docker\n\n\n- name: get running container\n sh...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 987, "all_permissive": false }
ansible_role
infitx-org/pm4ml-k3s-iac-transfer
98800f2bcc33870636006eb16704397544ef4534
1
ansible/roles/onprem_haproxy
7,660
[ "permissive" ]
[ { "path": "ansible/roles/onprem_haproxy/tasks/main.yml", "content": "---\n- include: haproxy.yml\n- include: keepalived.yml", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 52 }, { "path": "ansible/roles/onprem_haproxy/templates/keepalived.co...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 2200, "all_permissive": true }
ansible_role
chichimedina/vm-provisioning-ansible
e8c94fccf386b497e749a0138571f5cc41f2873f
0
roles/ldap
7,660
[ "no_license" ]
[ { "path": "roles/ldap/tasks/ldap_delete_entry.yml", "content": "---\n\n##\n## Display a task header only when \"_task_header\" is defined OR has some content \n- name: \"{{ _task_header }}\"\n debug:\n msg: \"\"\n when: (_task_header is defined) and (_task_header | length > 0)\n tags: [print_action]\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1523, "all_permissive": false }
ansible_role
chichimedina/vm-provisioning-ansible
e8c94fccf386b497e749a0138571f5cc41f2873f
0
roles/mmice
7,660
[ "no_license" ]
[ { "path": "roles/mmice/tasks/mmice_get_range.yml", "content": "---\n\n##\n## Display a task header only when \"_task_header\" is defined OR has some content \n- name: \"{{ _task_header }}\"\n debug:\n msg: \"\"\n when: (_task_header is defined) and (_task_header | length > 0)\n tags: [print_action]\n\...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 5748, "all_permissive": false }
ansible_role
chichimedina/vm-provisioning-ansible
e8c94fccf386b497e749a0138571f5cc41f2873f
0
roles/vmware
7,660
[ "no_license" ]
[ { "path": "roles/vmware/tasks/vmware_vm_exists.yml", "content": "---\n\n##\n## Determine the existance of a Virtual Machine\n- vmware_guest_info:\n datacenter: \"{{ _vc_datacenter }}\"\n hostname: \"{{ _vc_hostname }}\"\n username: \"{{ _vc_username }}\"\n password: \"{{ <PASSWORD> }}\"\n val...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4390, "all_permissive": false }
ansible_role
malk/bucket
71e858b6512d88705b0fc8592bfb1e4a25e0e30f
0
linshare-deploy/roles/apache
7,660
[ "no_license" ]
[ { "path": "linshare-deploy/roles/apache/tasks/packages.yml", "content": "---\n- name: Install Apache httpd\n yum: pkg=httpd-itk state=present\n yum: pkg=mod_ssl state=present\n tags: apache\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "lins...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 902, "all_permissive": false }
ansible_role
malk/bucket
71e858b6512d88705b0fc8592bfb1e4a25e0e30f
0
linshare-deploy/roles/common
7,660
[ "no_license" ]
[ { "path": "linshare-deploy/roles/common/tasks/packages.yml", "content": "---\n- name: Install some common and useful packages\n yum: pkg={{ item }}\n with_items:\n - vim\n - mlocate\n - wget\n - curl\n - policycoreutils-python\n - man\n - tmux\n - htop\n - atop\n - strace\n - screen\...
{ "task_files": 11, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 7841, "all_permissive": false }
ansible_role
malk/bucket
71e858b6512d88705b0fc8592bfb1e4a25e0e30f
0
linshare-deploy/roles/java
7,660
[ "no_license" ]
[ { "path": "linshare-deploy/roles/java/files/alternatives.sh", "content": "#!/bin/sh\n\nversion=\"$1\"\n\nbefore=$(ls -l /etc/alternatives/ |grep jdk${version} |wc -l)\n\n/usr/sbin/alternatives --install /usr/bin/java java /usr/java/jdk${version}/jre/bin/java 20000\n/usr/sbin/alternatives --install /usr/bin/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2543, "all_permissive": false }
ansible_role
malk/bucket
71e858b6512d88705b0fc8592bfb1e4a25e0e30f
0
linshare-deploy/roles/ldap
7,660
[ "no_license" ]
[ { "path": "linshare-deploy/roles/ldap/tasks/packages.yml", "content": "---\n- name: Install OBM LDAP Server\n yum: pkg={{ item }}\n with_items:\n - linshare-ldap\n tags: ldap\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "linshare-deploy/r...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 443, "all_permissive": false }
ansible_role
malk/bucket
71e858b6512d88705b0fc8592bfb1e4a25e0e30f
0
linshare-deploy/roles/linshare
7,660
[ "no_license" ]
[ { "path": "linshare-deploy/roles/linshare/meta/main.yml", "content": "---\ndependencies:\n - { role: java }\n - { role: apache }\n - { role: tomcat6 }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "linshare-deploy/roles/linshare/tasks/packages.y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 258, "all_permissive": false }
ansible_role
malk/bucket
71e858b6512d88705b0fc8592bfb1e4a25e0e30f
0
linshare-deploy/roles/postgres
7,660
[ "no_license" ]
[ { "path": "linshare-deploy/roles/postgres/tasks/packages.yml", "content": "---\n- name: Install Python psycopg2\n yum: pkg=python-psycopg2\n tags: postgres\n\n- name: Install PostgreSQL Server\n yum: pkg=postgresql91-server\n register: command_result\n tags: postgres\n\n- name: Initialize PostgreSQL Se...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4536, "all_permissive": false }
ansible_role
malk/bucket
71e858b6512d88705b0fc8592bfb1e4a25e0e30f
0
linshare-deploy/roles/tomcat6
7,660
[ "no_license" ]
[ { "path": "linshare-deploy/roles/tomcat6/handlers/main.yml", "content": "---\n- name: Update Tomcat triggers\n command: /usr/bin/linshare-tomcat-trigger\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "linshare-deploy/roles/tomcat6/meta/main.ym...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 255, "all_permissive": false }
ansible_role
fly82/zabbix
23d73431ef606f8a8d3be5f0eecc4acd19b86bad
0
roles/zab_add_template
7,660
[ "no_license" ]
[ { "path": "roles/zab_add_template/handlers/main.yml", "content": "---\n# handlers file for zab_add_template", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/zab_add_template/templates/zab_templ.j2", "content": "{\n\t\"zabbix_export\": {\n\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2994, "all_permissive": false }
ansible_role
narcis-serbanescu/ansible_oracle19c
0cb9b132cc94bb075abbe0e1d34822b3fc52f8e5
0
roles/copy_oracle_19c
7,660
[ "no_license" ]
[ { "path": "roles/copy_oracle_19c/tasks/main.yml", "content": "---\n# Copy Oracle 19c install code and run home directory installation\n\n- name: Check if dbca and db response files were generated\n fail:\n msg: \"The Oracle installation cannot continue until you enable option_prepare_dbca in main.yml.\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2242, "all_permissive": false }
ansible_role
narcis-serbanescu/ansible_oracle19c
0cb9b132cc94bb075abbe0e1d34822b3fc52f8e5
0
roles/copy_oracle_grid19c
7,660
[ "no_license" ]
[ { "path": "roles/copy_oracle_grid19c/tasks/main.yml", "content": "---\n- name: Sync installation files\n synchronize:\n # src: \"repo/{{ ora_grid }}\"\n src: \"/home/snarcis/Downloads/Oracle/19c/{{ ora_grid }}\"\n dest: \"{{ temp_dir }}/{{ ora_grid }}\"\n\n- name: mkdir for Oracle installation and...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1556, "all_permissive": false }
ansible_role
narcis-serbanescu/ansible_oracle19c
0cb9b132cc94bb075abbe0e1d34822b3fc52f8e5
0
roles/create_cdb
7,660
[ "no_license" ]
[ { "path": "roles/create_cdb/tasks/main.yml", "content": "---\n# Create Oracle 19c container database\n\n- name: Validate if Oracle software is installed\n stat:\n path: \"{{ oracle_home }}/bin/sqlplus\"\n register: sqlplus\n\n- name: Display path of Oracle software installation directory\n debug:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 829, "all_permissive": false }
ansible_role
narcis-serbanescu/ansible_oracle19c
0cb9b132cc94bb075abbe0e1d34822b3fc52f8e5
0
roles/create_pdb
7,660
[ "no_license" ]
[ { "path": "roles/create_pdb/tasks/main.yml", "content": "---\n# Create Oracle 19c pluggable database\n\n- name: Validate Oracle database software is installed\n stat:\n path: \"{{ oracle_home }}/bin/sqlplus\"\n register: sqlplus\n\n- name: Display information\n debug:\n msg: \"Oracle database softw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3629, "all_permissive": false }
ansible_role
narcis-serbanescu/ansible_oracle19c
0cb9b132cc94bb075abbe0e1d34822b3fc52f8e5
0
roles/do_cleanup
7,660
[ "no_license" ]
[ { "path": "roles/do_cleanup/tasks/main.yml", "content": "---\n# Cleanup after installation\n\n- name: Remove zip files\n file:\n path: \"{{ temp_dir }}/{{ item.value }}\"\n state: absent\n loop: \"{{ oracle_files | dict2items }}\"\n become: true\n \n#- name: Recursively remove directory /tmp/32545...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 315, "all_permissive": false }
ansible_role
narcis-serbanescu/ansible_oracle19c
0cb9b132cc94bb075abbe0e1d34822b3fc52f8e5
0
roles/orainst_root
7,660
[ "no_license" ]
[ { "path": "roles/orainst_root/tasks/main.yml", "content": "---\n- name: Run orainstRoot.sh\n shell: \"{{ db['INVENTORY_LOCATION'] }}/orainstRoot.sh\"\n\n- name: Run root.sh script\n shell: \"{{ oracle_home }}/root.sh\"\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
narcis-serbanescu/ansible_oracle19c
0cb9b132cc94bb075abbe0e1d34822b3fc52f8e5
0
roles/parse_dbca
7,660
[ "no_license" ]
[ { "path": "roles/parse_dbca/templates/db_auto.j2", "content": "####################################################################\n## Copyright(c) Oracle Corporation 1998,2019. All rights reserved.##\n## ##\n## Specify values for the variables...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 22587, "all_permissive": false }
ansible_role
narcis-serbanescu/ansible_oracle19c
0cb9b132cc94bb075abbe0e1d34822b3fc52f8e5
0
roles/post_install
7,660
[ "no_license" ]
[ { "path": "roles/post_install/tasks/oracle_dbuser.yml", "content": "---\n- name: Deploy Create user SQL script\n template:\n src: oracle_dbuser.sql.j2\n dest: \"{{ oracleuser_home }}/oracle_dbuser.sql\"\n owner: \"{{ oracle_user }}\"\n group: \"{{ oracle_group }}\"\n \n- name: Select Oracle us...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 8437, "all_permissive": false }
ansible_role
narcis-serbanescu/ansible_oracle19c
0cb9b132cc94bb075abbe0e1d34822b3fc52f8e5
0
roles/prereq_check
7,660
[ "no_license" ]
[ { "path": "roles/prereq_check/tasks/main.yml", "content": "---\n####################################################################\n## Prechecks before installation\n####################################################################\n\n- name: Get the username running this\n become: false\n command: w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1304, "all_permissive": false }
ansible_role
narcis-serbanescu/ansible_oracle19c
0cb9b132cc94bb075abbe0e1d34822b3fc52f8e5
0
roles/prereq_install
7,660
[ "no_license" ]
[ { "path": "roles/prereq_install/tasks/oracle_user.yml", "content": "---\n- name: Create oracle groups\n group:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ ora_groups }}\"\n\n- name: Create oracle user\n user:\n name: \"{{ oracle_user }}\"\n uid: \"{{ oracle_uid }}\"\n append: true...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2209, "all_permissive": false }
ansible_role
redhat-openshift-ecosystem/pipeline-metrics
b3c23f5ad5999b06b792cdf6178af112e64d8fbc
0
ansible/roles/pipeline-metrics
7,660
[ "no_license" ]
[ { "path": "ansible/roles/pipeline-metrics/tasks/main.yaml", "content": "---\n- name: Creates and init service accounts\n block:\n - name: Create service account\n k8s:\n state: present\n namespace: \"{{ oc_namespace }}\"\n definition:\n apiVersion: v1\n kind: ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5175, "all_permissive": false }
ansible_role
lordbritishix/multiplayermaze
bd7aca04462b307708812e404945cd4ba8e0c1d6
0
ansible/roles/db
7,660
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/main.yml", "content": "- name: Install Postgresql\n apt: name=postgresql\n \n- name: Install pycopg2\n apt: name=python-psycopg2\n\n- name: Update postgresql.conf\n shell: echo \"listen_addresses='*'\" >> /etc/postgresql/9.3/main/postgresql.conf\n \n- name: Update pg_h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1586, "all_permissive": false }
ansible_role
lordbritishix/multiplayermaze
bd7aca04462b307708812e404945cd4ba8e0c1d6
0
ansible/roles/db_docker
7,660
[ "no_license" ]
[ { "path": "ansible/roles/db_docker/tasks/main.yml", "content": "---\n- name: Build base image\n sudo: yes\n shell: docker build -t \"quitevis/db\" --rm=true ../docker/db/.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 105, "all_permissive": false }
ansible_role
lordbritishix/multiplayermaze
bd7aca04462b307708812e404945cd4ba8e0c1d6
0
ansible/roles/docker
7,660
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Add the Docker repository key to your local keychain\n shell: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9\n\n- name: Check if docker list is already present\n stat:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 965, "all_permissive": false }
ansible_role
tombarron/manila-kube
c333a3f3ba42de30890efc528ae08edd6d3069d2
1
roles/cluster
7,661
[ "no_license" ]
[ { "path": "roles/cluster/tasks/main.yml", "content": "- name: Wait for instances to finish booting\n connection: local\n wait_for:\n host=\"{{ansible_ssh_host|default(inventory_hostname)}}\"\n search_regex=OpenSSH\n port=22\n delay=30\n timeout=600\n\n- name: Gather facts now that we know t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3281, "all_permissive": false }
ansible_role
tombarron/manila-kube
c333a3f3ba42de30890efc528ae08edd6d3069d2
1
roles/common
7,661
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: set up docker to use insecure local registry\n become: yes\n copy: dest=/etc/docker/daemon.json\n src=daemon.json\n mode=0644\n owner=root\n\n- name: reload daemons\n become: yes\n command: systemctl daemon-reload\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 366, "all_permissive": false }
ansible_role
tombarron/manila-kube
c333a3f3ba42de30890efc528ae08edd6d3069d2
1
roles/csi
7,661
[ "no_license" ]
[ { "path": "roles/csi/tasks/main.yml", "content": "- name: add Mercurial yum repo\n become: yes\n yum_repository:\n name: mercurial.selenic.com\n description: Mercurial\n baseurl: https://www.mercurial-scm.org/release/centos7/\n gpgcheck: no\n\n- name: install dev programs to compile cloud-prov...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 7370, "all_permissive": false }
ansible_role
tombarron/manila-kube
c333a3f3ba42de30890efc528ae08edd6d3069d2
1
roles/devstack
7,661
[ "no_license" ]
[ { "path": "roles/devstack/tasks/main.yml", "content": "---\n# tasks file for devstack\n- name: Install git\n become: yes\n yum:\n name: git\n state: latest\n\n- name: Create /opt/stack\n become: yes\n file: path=/opt/stack\n state=directory\n owner={{ansible_env.USER}}\n group...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1547, "all_permissive": false }
ansible_role
tombarron/manila-kube
c333a3f3ba42de30890efc528ae08edd6d3069d2
1
roles/devstack_common
7,661
[ "no_license" ]
[ { "path": "roles/devstack_common/tasks/main.yml", "content": "- name: check if devstack has been attempted on this node\n stat:\n path: /opt/stack\n register: opt_stack\n\n- name: run plays to install the clients\n include: install_clients.yaml\n when: not opt_stack.stat.exists\n", "license_type"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 807, "all_permissive": false }
ansible_role
tombarron/manila-kube
c333a3f3ba42de30890efc528ae08edd6d3069d2
1
roles/master
7,661
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yml", "content": "- name: initialize kubeadm on master\n become: yes\n shell: |\n kubeadm init --pod-network-cidr=10.244.0.0/16 \\\n --token={{<PASSWORD>_token }} \\\n --apiserver-advertise-address={{ ansible_default_ipv4.address }} \\\n --apiserv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1938, "all_permissive": false }
ansible_role
tombarron/manila-kube
c333a3f3ba42de30890efc528ae08edd6d3069d2
1
roles/openstack_infra
7,661
[ "no_license" ]
[ { "path": "roles/openstack_infra/templates/login-master.sh.j2", "content": "#!/bin/bash\n\nssh -q -o UserKnownHostsFile=/dev/null \\\n -o StrictHostKeyChecking=no \\\n -X \\\n -i {{ private_key_file }} \\\n centos@{{ master.server.public_v4 }} \\\n $*\n", "license_type": "no_license", "detected...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 10067, "all_permissive": false }
ansible_role
tombarron/manila-kube
c333a3f3ba42de30890efc528ae08edd6d3069d2
1
roles/workers
7,661
[ "no_license" ]
[ { "path": "roles/workers/tasks/main.yml", "content": "- name: join with master\n become: yes\n command: kubeadm join --ignore-preflight-errors=cri --discovery-token-unsafe-skip-ca-verification --token={{ kubernetes_token }} master:6443\n args:\n creates: /etc/kubernetes/bootstrap-kubelet.conf\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 500, "all_permissive": false }
ansible_role
yeshm/ansible-practice
4a64530f1c894a94e26d6976690b4337867f3eac
0
roles/activemq
7,661
[ "no_license" ]
[ { "path": "roles/activemq/templates/sysconfig_activemq.j2", "content": "# Sample sysconfig file\n\nACTIVEMQ_USER=\"{{ amq_user }}\" \t\t# activemq\nRUN_AS_USER=\"${ACTIVEMQ_USER}\"\nACTIVEMQ_BASE=\"{{ amq_run_dir }}\" \t#/opt/activemq\nACTIVEMQ_LOG=\"{{ amq_log_dir }}/activemq.log\"\n#ACTIVEMQ_LOG=/dev/null...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6585, "all_permissive": false }
ansible_role
yeshm/ansible-practice
4a64530f1c894a94e26d6976690b4337867f3eac
0
roles/ansible
7,661
[ "no_license" ]
[ { "path": "roles/ansible/tasks/main.yml", "content": "---\n# This role will install ansible.\n\n- name: Install ansible package\n yum: name=ansible state=present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
yeshm/ansible-practice
4a64530f1c894a94e26d6976690b4337867f3eac
0
roles/common
7,661
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Upgrade all packages\n yum:\n name: '*' \n state: latest\n\n#- name: Install common package(EPEL, Network Tools, lsof, iftop)\n# yum: name={{ item }} state=latest\n# with_items:\n# - epel-release\n# - net-tools\n# - lsof\n# - iftop\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 633, "all_permissive": false }
ansible_role
yeshm/ansible-practice
4a64530f1c894a94e26d6976690b4337867f3eac
0
roles/django
7,661
[ "no_license" ]
[ { "path": "roles/django/templates/uwsgi.ini", "content": "[uwsgi]\nsocket = 127.0.0.1:9090\nmaster = true\npidfile = /var/run/uwsgi.pid\nchdir = /vagrant/cm_web\npythonpath = /vagrant\ndaemonize = /var/log/uwsgi.log\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 766, "all_permissive": false }
ansible_role
yeshm/ansible-practice
4a64530f1c894a94e26d6976690b4337867f3eac
0
roles/func_minion
7,661
[ "no_license" ]
[ { "path": "roles/func_minion/tasks/main.yml", "content": "---\n# This role will install Func and start Func service funcd.\n\n- name: Install Func package\n yum: name=func state=present\n\n- name: Start Func funcd Service\n service: name=funcd state=started enabled=yes\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
yeshm/ansible-practice
4a64530f1c894a94e26d6976690b4337867f3eac
0
roles/func_server
7,661
[ "no_license" ]
[ { "path": "roles/func_server/tasks/main.yml", "content": "---\n# This role will install Func and start Func service certmaster.\n\n- name: Install Func package\n yum: name=func state=present\n\n- name: Start Func certmaster Service\n service: name=certmaster state=started enabled=yes\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
yeshm/ansible-practice
4a64530f1c894a94e26d6976690b4337867f3eac
0
roles/mysql
7,661
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n# This role will install MySQL and create db user and give permissions.\n\n- name: Installing Mysql repo rpm\n yum:\n name: http://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm\n state: present\n\n- name: Install Mysql package\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 887, "all_permissive": false }
ansible_role
yeshm/ansible-practice
4a64530f1c894a94e26d6976690b4337867f3eac
0
roles/nginx
7,661
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: Installing NGINX repo rpm\n yum:\n name: http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm\n state: present\n \n- name: Installing NGINX\n yum:\n name: nginx\n state: latest\n\n- name: Copy ngi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 548, "all_permissive": false }
ansible_role
roneill-jobcase/ryan-test
39a8ed78cdca8841f7956a55035a6acb403a4130
0
ansible_automation/Projects/Applications/roles/odin-test
7,661
[ "no_license" ]
[ { "path": "ansible_automation/Projects/Applications/roles/odin-test/handlers/main.yml", "content": "---\n# handlers file for odin-test", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "ansible_automation/Projects/Applications/roles/odin-test/tasks/od...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 311, "all_permissive": false }
ansible_role
Fiware-Community/kubernetes-in-FiwareLab
2131e7948197044ea0d1d0c8a71097a31b78bbbd
3
UI/K8s/cleanup/roles/ge-cleanup
7,661
[ "no_license" ]
[ { "path": "UI/K8s/cleanup/roles/ge-cleanup/vars/main.yml", "content": "---\n# vars file for ge-cleanup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "UI/K8s/cleanup/roles/ge-cleanup/defaults/main.yml", "content": "---\n# defaults file for ge...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1423, "all_permissive": false }
ansible_role
Fiware-Community/kubernetes-in-FiwareLab
2131e7948197044ea0d1d0c8a71097a31b78bbbd
3
UI/K8s/roles/IotGEs
7,661
[ "no_license" ]
[ { "path": "UI/K8s/roles/IotGEs/tasks/cygnus-ckan.yaml", "content": "---\n# tasks file\n- name: copying cygnus-ckan package directory to file with owner and permissions\n copy:\n src: ./IoTGEs-templates/cygnus-ckan\n dest: /tmp/IotGEs/\n owner: root\n group: root\n mode: 0755\n\n- name: add I...
{ "task_files": 11, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 15, "total_bytes": 25344, "all_permissive": false }
ansible_role
Fiware-Community/kubernetes-in-FiwareLab
2131e7948197044ea0d1d0c8a71097a31b78bbbd
3
UI/K8s/roles/NGB
7,661
[ "no_license" ]
[ { "path": "UI/K8s/roles/NGB/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - NGB", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "UI/K8s/roles/NGB/tasks/main.yml", "content": "---\n# tasks file for NGB\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1223, "all_permissive": false }
ansible_role
Fiware-Community/kubernetes-in-FiwareLab
2131e7948197044ea0d1d0c8a71097a31b78bbbd
3
UI/K8s/roles/ckan
7,661
[ "no_license" ]
[ { "path": "UI/K8s/roles/ckan/defaults/main.yml", "content": "---\n# defaults file for ckan", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "UI/K8s/roles/ckan/templates/postgress/perm-data/perm1.sh", "content": "psql -U ckan < /opt/data/perm.sh\...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 27, "total_bytes": 21320, "all_permissive": false }
ansible_role
Fiware-Community/kubernetes-in-FiwareLab
2131e7948197044ea0d1d0c8a71097a31b78bbbd
3
UI/K8s/roles/cygnus-sth
7,661
[ "no_license" ]
[ { "path": "UI/K8s/roles/cygnus-sth/defaults/main.yml", "content": "---\n# defaults file for cygnus-sth\ncygnus_sth_version: 1.7.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "UI/K8s/roles/cygnus-sth/templates/kube_cygnus_sth_deployment.yaml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2127, "all_permissive": false }
ansible_role
Fiware-Community/kubernetes-in-FiwareLab
2131e7948197044ea0d1d0c8a71097a31b78bbbd
3
UI/K8s/roles/dhcp
7,661
[ "no_license" ]
[ { "path": "UI/K8s/roles/dhcp/tasks/main.yml", "content": "# roles/dhcp/tasks/main.yml\n---\n- name: Create a ifcfg file if it does not exist\n file:\n path: /etc/sysconfig/network-scripts/ifcfg-{{dhcp_interface}}\n state: touch\n mode: 0755\n\n- name: Insert/Update dhcp_inetrface configuration i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2790, "all_permissive": false }
ansible_role
Fiware-Community/kubernetes-in-FiwareLab
2131e7948197044ea0d1d0c8a71097a31b78bbbd
3
UI/K8s/roles/draco
7,661
[ "no_license" ]
[ { "path": "UI/K8s/roles/draco/vars/main.yml", "content": "---\n# vars file for draco", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "UI/K8s/roles/draco/tasks/main.yml", "content": "---\n# tasks file for draco\n- name: Create a k8s namespace\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 9976, "all_permissive": false }
ansible_role
Fiware-Community/kubernetes-in-FiwareLab
2131e7948197044ea0d1d0c8a71097a31b78bbbd
3
UI/K8s/roles/iotagent
7,661
[ "no_license" ]
[ { "path": "UI/K8s/roles/iotagent/defaults/main.yml", "content": "---\n# defaults file for iotagent\niot_version: 1.13.0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "UI/K8s/roles/iotagent/handlers/main.yml", "content": "---\n# handlers file...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2459, "all_permissive": false }
ansible_role
Fiware-Community/kubernetes-in-FiwareLab
2131e7948197044ea0d1d0c8a71097a31b78bbbd
3
UI/K8s/roles/kubernetes-common
7,661
[ "no_license" ]
[ { "path": "UI/K8s/roles/kubernetes-common/tasks/main.yml", "content": "---\n- name: Grant centos user passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n state: present\n line: 'centos ALL=(ALL) NOPASSWD: ALL'\n #become: yes\n #become_method: \"sudo\"\n #changed_when: False\n when: ansible_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6164, "all_permissive": false }
ansible_role
Fiware-Community/kubernetes-in-FiwareLab
2131e7948197044ea0d1d0c8a71097a31b78bbbd
3
UI/K8s/roles/kubernetes-post-deploy
7,661
[ "no_license" ]
[ { "path": "UI/K8s/roles/kubernetes-post-deploy/tasks/main.yml", "content": "---\n# tasks file for kubernetes-post-deploy\n- name: check all namespace services are running\n command: kubectl get pods --all-namespaces\n register: kubectlgetpods\n\n#- debug:\n# msg: \"{{ kubectlgetpods }}\"\n# changed_w...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3430, "all_permissive": false }
ansible_role
Fiware-Community/kubernetes-in-FiwareLab
2131e7948197044ea0d1d0c8a71097a31b78bbbd
3
UI/K8s/roles/master
7,661
[ "no_license" ]
[ { "path": "UI/K8s/roles/master/tasks/main.yml", "content": "---\n#- name: create myip.sh file\n# file:\n# path: /etc/profile.d/myip.sh\n# state: touch\n# mode: 0777\n\n#- lineinfile:\n# path: /etc/profile.d/myip.sh\n# line: 'export master_ip=\"{{ ansible_default_ipv4.address }}\"'\n# owner...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4393, "all_permissive": false }
ansible_role
Fiware-Community/kubernetes-in-FiwareLab
2131e7948197044ea0d1d0c8a71097a31b78bbbd
3
UI/K8s/roles/ngb-vm-deploy
7,661
[ "no_license" ]
[ { "path": "UI/K8s/roles/ngb-vm-deploy/defaults/main.yml", "content": "---\n# defaults file for ngb-vm-deploy", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "UI/K8s/roles/ngb-vm-deploy/vars/main.yml", "content": "---\n# vars file for ngb-vm-depl...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2005, "all_permissive": false }
ansible_role
Fiware-Community/kubernetes-in-FiwareLab
2131e7948197044ea0d1d0c8a71097a31b78bbbd
3
UI/K8s/roles/orion
7,661
[ "no_license" ]
[ { "path": "UI/K8s/roles/orion/handlers/main.yml", "content": "---\n# handlers file for orion", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "UI/K8s/roles/orion/templates/volume2.yaml", "content": "---\napiVersion: v1\nkind: PersistentVolume\nme...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 10080, "all_permissive": false }
ansible_role
Fiware-Community/kubernetes-in-FiwareLab
2131e7948197044ea0d1d0c8a71097a31b78bbbd
3
UI/K8s/roles/pxeserver
7,661
[ "no_license" ]
[ { "path": "UI/K8s/roles/pxeserver/vars/CentOS.yml", "content": "# roles/pxeserver/vars/main.yml\n---\n\npxeserver_packages:\n# - nfs-utils\n - rsync\n - shim\n - syslinux\n - vsftpd\n\npxeserver_services:\n# - rpcbind\n# - nfs-server\n - vsftpd\n\npxeserver_files:\n - /usr/share/syslinux/pxelinux.0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4023, "all_permissive": false }
ansible_role
Fiware-Community/kubernetes-in-FiwareLab
2131e7948197044ea0d1d0c8a71097a31b78bbbd
3
UI/K8s/roles/quantumLeap
7,661
[ "no_license" ]
[ { "path": "UI/K8s/roles/quantumLeap/templates/redis/redis-vol/redis-vol4.yaml", "content": "apiVersion: v1\nkind: PersistentVolume\nmetadata:\n name: redis-cluster2-pv3\n namespace: {{ k8s_namespace }}\nspec:\n capacity:\n storage: 1Gi\n accessModes:\n - ReadWriteMany\n persistentVolumeReclaimPol...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 22, "total_bytes": 16062, "all_permissive": false }
ansible_role
Fiware-Community/kubernetes-in-FiwareLab
2131e7948197044ea0d1d0c8a71097a31b78bbbd
3
UI/K8s/roles/sth-comet
7,661
[ "no_license" ]
[ { "path": "UI/K8s/roles/sth-comet/templates/volume3.yaml", "content": "---\napiVersion: v1\nkind: PersistentVolume\nmetadata:\n name: mongo2-pv2\n namespace: {{ k8s_namespace }}\nspec:\n capacity:\n storage: 1Gi\n accessModes:\n - ReadWriteMany\n persistentVolumeReclaimPolicy: Recycle\n claimRef...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 8794, "all_permissive": false }
ansible_role
Fiware-Community/kubernetes-in-FiwareLab
2131e7948197044ea0d1d0c8a71097a31b78bbbd
3
UI/K8s/roles/vm-deploy
7,661
[ "no_license" ]
[ { "path": "UI/K8s/roles/vm-deploy/tasks/aws_add_host_centos.yaml", "content": "- name: Add new instance to host group\n add_host:\n hostname: \"{{ item.public_ip }}\"\n groupname: master\n ansible_ssh_user: centos\n ansible_become: True\n ansible_become_user: root\n ansible_private_key_fi...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 13, "total_bytes": 12589, "all_permissive": false }
ansible_role
Fiware-Community/kubernetes-in-FiwareLab
2131e7948197044ea0d1d0c8a71097a31b78bbbd
3
UI/K8s/roles/vm-destroy
7,661
[ "no_license" ]
[ { "path": "UI/K8s/roles/vm-destroy/handlers/main.yml", "content": "---\n# handlers file for vm-destroy", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "UI/K8s/roles/vm-destroy/vars/main.yml", "content": "---\n# vars file for vm-destroy", "li...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 361, "all_permissive": false }
ansible_role
Fiware-Community/kubernetes-in-FiwareLab
2131e7948197044ea0d1d0c8a71097a31b78bbbd
3
UI/K8s/roles/worker
7,661
[ "no_license" ]
[ { "path": "UI/K8s/roles/worker/tasks/main.yml", "content": "---\n# tasks file for worker\n- name: example copying file with owner and permissions\n copy:\n src: /tmp/mydata\n dest: /tmp/mydata\n owner: root\n group: root\n mode: 0755\n register: fatching_mydata_file\n\n- name: Set last_work...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 835, "all_permissive": false }
ansible_role
noryck/ansible-teamspeak
1bb47a00ef5a50b490f4969ab21888da9ee76520
1
roles/teamspeak
7,661
[ "no_license" ]
[ { "path": "roles/teamspeak/templates/ts3server.service.j2", "content": "[Unit]\nDescription=TeamSpeak 3 Server\nWants=network.target\n\n[Service]\nWorkingDirectory={{ ts_home }}\nUser={{ ts_user }}\nExecStart={{ ts_home }}/ts3server_minimal_runscript.sh inifile={{ ts_service }}.ini\nExecStop={{ ts_home }}/t...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 8324, "all_permissive": false }
ansible_role
quasardriod/openstack-deployment
ce6d98b201e277acef5f361238a5a43e908e7555
0
hosts-setup/roles/os-configuration
7,661
[ "no_license" ]
[ { "path": "hosts-setup/roles/os-configuration/tasks/main.yml", "content": "\n- name: os-configuration | Run OS type assert\n ansible.builtin.assert:\n that:\n - ansible_os_family in [\"RedHat\", \"Ubuntu\"]\n\n- name: os-configuration | Run Ubuntu OS version assert\n ansible.builtin.assert:\n tha...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3032, "all_permissive": false }