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
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
examples/openstack_queens/roles/controller
7,246
[ "no_license" ]
[ { "path": "examples/openstack_queens/roles/controller/tasks/ubuntu.yml", "content": "- name: \"Get dep for apt repo management\"\r\n apt: \r\n name: \"{{ item }}\"\r\n state: present\r\n with_items:\r\n - python-apt\r\n - python-pycurl\r\n\r\n- name: \"Install software\"\r\n apt:\r\n name:...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 12699, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
examples/openstack_stein/roles/block-storage
7,246
[ "no_license" ]
[ { "path": "examples/openstack_stein/roles/block-storage/handlers/main.yml", "content": "---\r\n# handlers for block-storage role\r\n#\r\n- name: restart chrony\r\n systemd:\r\n state: restarted\r\n daemon_reload: yes\r\n name: chrony\r\n\r\n- name: restart cinder-volume\r\n systemd:\r\n state:...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2655, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
examples/openstack_stein/roles/common
7,246
[ "no_license" ]
[ { "path": "examples/openstack_stein/roles/common/defaults/main.yml", "content": "---\r\n# default vars for common role\r\n#\r\n# openstack\r\nos_release: stein\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "examples/openstack_stein/roles/commo...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 782, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
examples/openstack_stein/roles/compute
7,246
[ "no_license" ]
[ { "path": "examples/openstack_stein/roles/compute/templates/nova.conf.j2", "content": "[DEFAULT]\r\nlog_dir = /var/log/nova\r\nlock_path = /var/lock/nova\r\nstate_path = /var/lib/nova\r\ntransport_url = rabbit://{{ rabbit_cluster }}\r\nmy_ip = {{ ansible_ens3.ipv4.address }}\r\nuse_neutron = true\r\nfirewal...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4142, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
examples/openstack_stein/roles/controller
7,246
[ "no_license" ]
[ { "path": "examples/openstack_stein/roles/controller/templates/placement.conf.j2", "content": "[api]\r\nauth_strategy = keystone\r\n\r\n[keystone_authtoken]\r\nauth_url = http://{{ controller_host }}:5000/v3\r\nmemcached_servers = {{ controller_host }}:11211\r\nauth_type = password\r\nproject_domain_name = ...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 9588, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
examples/openstack_stein/roles/database
7,246
[ "no_license" ]
[ { "path": "examples/openstack_stein/roles/database/tasks/main.yml", "content": "- name: \"Get dep for apt repo management\"\r\n apt: \r\n name={{ item }}\r\n state=present\r\n with_items:\r\n - python-apt\r\n - python-pycurl\r\n\r\n- name: \"Install mysql_db module\"\r\n apt: \r\n name={{ ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2186, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
examples/pacemaker/roles/haproxy
7,246
[ "no_license" ]
[ { "path": "examples/pacemaker/roles/haproxy/tasks/main.yml", "content": "- import_tasks: ubuntu.yml\r\n\r\n- name: \"Configure haproxy\"\r\n template:\r\n src: haproxy.cfg.j2\r\n dest: /etc/haproxy/haproxy.cfg\r\n owner: root\r\n group: root\r\n mode: 0644\r\n notify:\r\n - restart hapro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 217, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
examples/pacemaker/roles/pacemaker
7,246
[ "no_license" ]
[ { "path": "examples/pacemaker/roles/pacemaker/tasks/main.yml", "content": "- import_tasks: ubuntu.yml\r\n\r\n- name: \"Set the hacluster user password\"\r\n user:\r\n name: hacluster\r\n password: \"{{ <PASSWORD> }}\"\r\n state: present\r\n\r\n- name: \"Set net.ipv4.ip_nonlocal_bind\"\r\n sysctl:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1056, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
examples/rabbitmq-cluster/roles/rabbitmq
7,246
[ "no_license" ]
[ { "path": "examples/rabbitmq-cluster/roles/rabbitmq/tasks/main.yml", "content": "- import_tasks: ubuntu.yml\r\n\r\n- name: \"Configure node ip\"\r\n lineinfile:\r\n path: /etc/rabbitmq/rabbitmq-env.conf\r\n regexp: '^NODE_IP_ADDRESS='\r\n insertafter: '^#NODE_IP_ADDRESS='\r\n line: 'NODE_IP_ADD...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1956, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
examples/rabbitmq/roles/rabbitmq
7,246
[ "no_license" ]
[ { "path": "examples/rabbitmq/roles/rabbitmq/defaults/main.yml", "content": "---\r\n# default vars for rabbitmq role\r\n#\r\nadmin_user: admin\r\nadmin_pass: <PASSWORD>\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "examples/rabbitmq/roles/rabb...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1167, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
examples/redis/roles/redis
7,246
[ "no_license" ]
[ { "path": "examples/redis/roles/redis/handlers/main.yml", "content": "---\r\n# handlers for redis role\r\n#\r\n- name: restart redis\r\n service:\r\n name=redis-server\r\n state=restarted\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 639, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
examples/squid/roles/squid
7,246
[ "no_license" ]
[ { "path": "examples/squid/roles/squid/handlers/main.yml", "content": "---\r\n# handlers for squid role\r\n#\r\n- name: restart squid\r\n service: \r\n name=squid\r\n state=restarted\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "exampl...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1467, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
examples/swarm/roles/manager
7,246
[ "no_license" ]
[ { "path": "examples/swarm/roles/manager/tasks/main.yml", "content": "- import_tasks: ubuntu.yml\r\n\r\n- name: \"Check if docker is running\"\r\n stat: path=/var/run/docker.sock\r\n register: docker_stat\r\n failed_when: not docker_stat.stat.exists\r\n\r\n- name: \"Determine if the manager node exists\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 626, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
examples/swarm/roles/worker
7,246
[ "no_license" ]
[ { "path": "examples/swarm/roles/worker/tasks/main.yml", "content": "- import_tasks: ubuntu.yml\r\n\r\n- name: \"Check if docker is running\"\r\n stat: path=/var/run/docker.sock\r\n register: docker_stat\r\n failed_when: not docker_stat.stat.exists\r\n\r\n- name: \"Determine if the worker node exists\"\r\...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1003, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
examples/tomcat/roles/tomcat
7,246
[ "no_license" ]
[ { "path": "examples/tomcat/roles/tomcat/tasks/main.yml", "content": "- import_tasks: ubuntu.yml\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "examples/tomcat/roles/tomcat/handlers/main.yml", "content": "---\r\n# handlers for tomcat role\r...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 504, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
examples/vmm/roles/common
7,246
[ "no_license" ]
[ { "path": "examples/vmm/roles/common/tasks/ubuntu.yml", "content": "- name: \"Get apt management depend\"\r\n apt:\r\n name: \"{{ item }}\"\r\n state: present\r\n with_items:\r\n - python-apt\r\n - python-pycurl\r\n\r\n- name: \"Install general software\"\r\n apt:\r\n name: \"{{ item }}\"\...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1035, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
examples/vmm/roles/network
7,246
[ "no_license" ]
[ { "path": "examples/vmm/roles/network/templates/01-netcfg.yaml.j2", "content": "# This file describes the network interfaces available on your system\r\n# For more information, see netplan(5).\r\nnetwork:\r\n version: 2\r\n renderer: networkd\r\n ethernets:\r\n ens33:\r\n dhcp4: no\r\n addre...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1522, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
examples/zabbix/roles/agent
7,246
[ "no_license" ]
[ { "path": "examples/zabbix/roles/agent/defaults/main.yml", "content": "---\r\n# default vars for zabbix agent role\r\n#\r\nzabbix_server_address: 10.9.36.177\r\nzabbix_server_active: 10.9.36.177:10051\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "pa...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 780, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
examples/zabbix/roles/proxy
7,246
[ "no_license" ]
[ { "path": "examples/zabbix/roles/proxy/tasks/mysql.yml", "content": "- name: \"Install mysql_db module\"\r\n apt:\r\n name: \"{{ item }}\"\r\n state: present\r\n update_cache: yes\r\n with_items:\r\n - python-mysqldb\r\n - python-pymysql\r\n\r\n- name: \"Create database\"\r\n mysql_db:\r\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2091, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
examples/zabbix/roles/server
7,246
[ "no_license" ]
[ { "path": "examples/zabbix/roles/server/tasks/ubuntu.yml", "content": "- name: \"Get apt source management dependencies\"\r\n apt:\r\n name: \"{{ item }}\"\r\n state: present\r\n with_items:\r\n - python-apt\r\n - python-pycurl\r\n\r\n- name: \"Install zabbix-server\"\r\n apt:\r\n name: \"...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3707, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
hci-centos-7/roles/common
7,246
[ "no_license" ]
[ { "path": "hci-centos-7/roles/common/templates/hosts.j2", "content": "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\r\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\r\n192.168.22.10 superx-1\r\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1925, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
hci-centos-7/roles/container
7,246
[ "no_license" ]
[ { "path": "hci-centos-7/roles/container/tasks/main.yml", "content": "- name: \"Add docker repo\"\r\n shell: yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo && yum -y update\r\n\r\n- name: \"Install software\"\r\n yum:\r\n name: \r\n - docker-ce\r\n - dock...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 749, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
hci-centos-7/roles/filebeat
7,246
[ "no_license" ]
[ { "path": "hci-centos-7/roles/filebeat/templates/filebeat.yml.j2", "content": "#=========================== Filebeat inputs =============================\r\n\r\nfilebeat.inputs:\r\n\r\n# syslog\r\n\r\n- type: log\r\n enabled: true\r\n paths:\r\n - /var/log/syslog\r\n fields:\r\n log_source: syslog\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 10707, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
hci-centos-7/roles/storage
7,246
[ "no_license" ]
[ { "path": "hci-centos-7/roles/storage/tasks/main.yml", "content": "- name: \"Configure monit\"\r\n template:\r\n src: /etc/monitrc\r\n dest: /etc/monitrc\r\n notify:\r\n - restart monit\r\n\r\n- name: \"Add monit config file\"\r\n template:\r\n src: \"{{ item }}.j2\"\r\n dest: \"/etc/monit...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 899, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
hci-debian-9/roles/common
7,246
[ "no_license" ]
[ { "path": "hci-debian-9/roles/common/tasks/bridge_vlan.yml", "content": "- name: \"Create some vlan interfaces and bridges\"\r\n shell: |\r\n vconfig add {{ vlan_interface }} {{ item }} && \\\r\n brctl addbr br{{ item }} && \\\r\n brctl addif br{{ item }} {{ vlan_interface }}.{{ item }} && \\\r\n ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3772, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
hci-debian-9/roles/container
7,246
[ "no_license" ]
[ { "path": "hci-debian-9/roles/container/templates/daemon.json.j2", "content": "{\r\n \"insecure-registries\":[\"{{ insecure_registries }}\"],\r\n \"data-root\": \"{{ data_root }}\",\r\n \"storage-driver\": \"{{ storage_driver }}\"\r\n}\r\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 418, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
hci-debian-9/roles/storage
7,246
[ "no_license" ]
[ { "path": "hci-debian-9/roles/storage/tasks/main.yml", "content": "- name: \"Get config file\"\r\n template:\r\n src: \"{{ ceph_cluster_conf_dir }}/{{ item }}\"\r\n dest: \"{{ ceph_conf_dir }}/{{ item }}\"\r\n owner: root\r\n group: root\r\n mode: '0644'\r\n with_items:\r\n - ceph.conf\r...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1962, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
hci-debian-9/roles/webvirt
7,246
[ "no_license" ]
[ { "path": "hci-debian-9/roles/webvirt/templates/50-libvirt-remote-access.pkla.j2", "content": "[Remote libvirt SSH access]\r\nIdentity=unix-user:webvirtmgr\r\nAction=org.libvirt.unix.manage\r\nResultAny=yes\r\nResultInactive=yes\r\nResultActive=yes\r\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 767, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
hci-ubuntu-1604/roles/common
7,246
[ "no_license" ]
[ { "path": "hci-ubuntu-1604/roles/common/tasks/main.yml", "content": "# Install\r\n#\r\n- name: \"Get dep for apt repo management\"\r\n apt:\r\n name: \"{{ item }}\"\r\n state: present\r\n with_items:\r\n - python-apt\r\n - python-pycurl\r\n\r\n- name: \"Install software\"\r\n apt:\r\n name...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 3543, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
hci-ubuntu-1604/roles/container
7,246
[ "no_license" ]
[ { "path": "hci-ubuntu-1604/roles/container/handlers/main.yml", "content": "---\r\n# handlers for container role\r\n#\r\n- name: restart docker\r\n systemd:\r\n state: restarted\r\n daemon_reload: yes\r\n name: docker\r\n enabled: yes\r\n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 856, "all_permissive": false }
ansible_role
zgw8399/ansible-playbooks
52af8dc6c7cbaff6045802bc21a9919ce0e74069
0
hci-ubuntu-1604/roles/filebeat
7,246
[ "no_license" ]
[ { "path": "hci-ubuntu-1604/roles/filebeat/tasks/main.yml", "content": "- name: \"Get dep for apt repo management\"\r\n apt: \r\n name: \"{{ item }}\"\r\n state: present\r\n with_items:\r\n - python-apt\r\n - python-pycurl\r\n\r\n- name: \"Install filebeat\"\r\n apt:\r\n deb: \"{{ filebeat_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 608, "all_permissive": false }
ansible_role
noxxspring/terraform-ansible
84f989b7f049d3b5b0902ed4aa8fcabe8e150521
0
ansible/roles/deployment
7,246
[ "no_license" ]
[ { "path": "ansible/roles/deployment/tasks/main.yml", "content": "---\n- name: Clone the repository\n become: true\n git:\n repo: \"https://github.com/noxxspring/DevOps-Stage-4.git\"\n dest: /home/ubuntu/todo-app\n version: main\n force: yes\n\n- name: Set correct permissions for acme.json\n b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 722, "all_permissive": false }
ansible_role
macgregor/homelab
520b56380f544cc1c37097483ca9cf3de87c17ec
7
ansible/roles/sys
7,246
[ "no_license" ]
[ { "path": "ansible/roles/sys/templates/dnf-automatic.conf.j2", "content": "# {{ ansible_managed }}\n\n# the following preferences are documented at\n# https://dnf.readthedocs.org/en/latest/automatic.html\n\n[commands]\n\napply_updates = yes\ndownload_updates = yes\nnetwork_online_timeout = 60\nrandom_sleep ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4223, "all_permissive": false }
ansible_role
hisamekms/ansible-rbenv
d7b54c33c0f3c19eacd7e7514fc3260123ee71bf
0
roles/rbenv
7,246
[ "no_license" ]
[ { "path": "roles/rbenv/tasks/main.yml", "content": "---\n- name: Install dependencies\n yum: name=git state=present\n\n- name: Add rbenv group\n command: groupadd rbenv\n ignore_errors: yes\n\n- name: Git clone rbenv\n git: repo=https://github.com/sstephenson/rbenv.git dest={{ rbenv_root }} version=mast...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1797, "all_permissive": false }
ansible_role
omishagupta/redis-go-docker-app
47a4e8b8f85b8d338d4cee6562974c6b33725054
0
ansible/roles/app
7,246
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n- name: Copy file with owner and permissions\n copy:\n src: \"{{ workdir }}/src/\"\n dest: /etc/demo-ops/\n owner: demo\n mode: '0644'\n\n- name: run demo-app\n command:\n chdir: /etc/demo-ops/\n cmd: docker-compose up -d", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 233, "all_permissive": false }
ansible_role
omishagupta/redis-go-docker-app
47a4e8b8f85b8d338d4cee6562974c6b33725054
0
ansible/roles/common
7,246
[ "no_license" ]
[ { "path": "ansible/roles/common/handlers/main.yml", "content": "---\n\n- name: Reboot host and wait for it to restart to reflect the hostname changes.\n become: true\n reboot:\n msg: \"Reboot initiated by Ansible\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 554, "all_permissive": false }
ansible_role
omishagupta/redis-go-docker-app
47a4e8b8f85b8d338d4cee6562974c6b33725054
0
ansible/roles/docker
7,246
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: install docker dependencies\n apt:\n update_cache: yes\n name: ['apt-transport-https', 'ca-certificates', 'curl', 'gnupg-agent', 'software-properties-common']\n state: present\n \n- name: add docker gpg key\n apt_key:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1044, "all_permissive": false }
ansible_role
omishagupta/redis-go-docker-app
47a4e8b8f85b8d338d4cee6562974c6b33725054
0
ansible/roles/kubernetes
7,246
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes/tasks/main.yml", "content": "---\n- name: Copy kubernetes resources\n copy:\n src: \"{{ workdir }}/kubernetes/\"\n dest: /etc/demo-ops/\n\n- command: \"{{ item }} chdir=/etc/demo-ops/\"\n with_items:\n - kubectl apply -f namespace.yml\n - kubectl apply -f re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 269, "all_permissive": false }
ansible_role
faizan002/ansible
901411d64c9707f9b4408e70e51cb75e3056c3c2
0
jenkins/agents/provisioning/roles/basic-config
7,246
[ "no_license" ]
[ { "path": "jenkins/agents/provisioning/roles/basic-config/tasks/main.yml", "content": "---\n- name: Install git\n yum:\n name: git\n state: present\n\n- name: \"generate /etc/hosts.ansible file\"\n template: \"src=etchosts.j2 dest='/etc/hosts' owner=root group=root mode=0644\"\n become: true\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2019, "all_permissive": false }
ansible_role
faizan002/ansible
901411d64c9707f9b4408e70e51cb75e3056c3c2
0
jenkins/jenkins_configuration/roles/install-jenkins
7,246
[ "no_license" ]
[ { "path": "jenkins/jenkins_configuration/roles/install-jenkins/vars/main.yml", "content": "---\njenkins_restart_required: false\nwait_for_jenkins_restart: false\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "jenkins/jenkins_configuration/roles...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2112, "all_permissive": false }
ansible_role
faizan002/ansible
901411d64c9707f9b4408e70e51cb75e3056c3c2
0
jenkins/jenkins_configuration/roles/jenkins-plugins
7,246
[ "no_license" ]
[ { "path": "jenkins/jenkins_configuration/roles/jenkins-plugins/vars/main.yml", "content": "---\nplugin_list:\n - active-directory\n - ant\n - git\n - build-pipeline-plugin\n - gitlab-plugin\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "jen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 283, "all_permissive": false }
ansible_role
mburrows64/3-tier-app
76e1d4ff9740dbd554a10427bee89be402ac2fc8
0
roles/app-tier
7,246
[ "no_license" ]
[ { "path": "roles/app-tier/vars/main.yml", "content": "---\n# vars file for roles/app-tier\ntomcat_pkg:\n - tomcat\ntomcat_srv: tomcat\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/app-tier/handlers/main.yml", "content": "---\n# handl...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 786, "all_permissive": false }
ansible_role
mburrows64/3-tier-app
76e1d4ff9740dbd554a10427bee89be402ac2fc8
0
roles/common
7,246
[ "no_license" ]
[ { "path": "roles/common/vars/main.yml", "content": "---\n# vars file for roles/common\n#\n# repo_url: http://admin.na.shared.opentlc.com/repos/ocp/3.6/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/common/tasks/main.yml", "content": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 294, "all_permissive": false }
ansible_role
mburrows64/3-tier-app
76e1d4ff9740dbd554a10427bee89be402ac2fc8
0
roles/db-tier
7,246
[ "no_license" ]
[ { "path": "roles/db-tier/vars/main.yml", "content": "---\n# vars file for roles/db-tier\ndb_pkg:\n - postgresql-server\n\ndb_srv: postgresql\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/db-tier/tasks/main.yml", "content": "---\n# tas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 567, "all_permissive": false }
ansible_role
mburrows64/3-tier-app
76e1d4ff9740dbd554a10427bee89be402ac2fc8
0
roles/lb-tier
7,246
[ "no_license" ]
[ { "path": "roles/lb-tier/vars/main.yml", "content": "---\n# vars file for roles/lb-tier\nhaproxy_pkg:\n - haproxy\nhaproxy_srv: haproxy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/lb-tier/tasks/main.yml", "content": "---\n# tasks fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 448, "all_permissive": false }
ansible_role
richardpct/pve-homelab
81b575aeb60c4532d7a7b6cefa3ada1fc7d76e88
0
ansible/roles/pve
7,246
[ "no_license" ]
[ { "path": "ansible/roles/pve/tasks/telmate.yml", "content": "---\n- name: check if TerraformProv role exists\n ansible.builtin.shell: pveum role list | grep TerraformProv\n register: role_check\n changed_when: false\n failed_when: false\n\n- name: create role\n ansible.builtin.command: pveum role add T...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 7133, "all_permissive": false }
ansible_role
Roberto-seg/Playbook_install-wp-tomcat-magento-site-reformulado
194ba6f5545d6318868a5da7b24f02d48d7a2a3f
0
roles/Criando_diretorios
7,246
[ "no_license" ]
[ { "path": "roles/Criando_diretorios/handlers/main.yml", "content": "---\n# handlers file for Criando_diretorios", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/Criando_diretorios/defaults/main.yml", "content": "---\n# defaults file for Cr...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1020, "all_permissive": false }
ansible_role
Roberto-seg/Playbook_install-wp-tomcat-magento-site-reformulado
194ba6f5545d6318868a5da7b24f02d48d7a2a3f
0
roles/Java-Tomcat
7,246
[ "no_license" ]
[ { "path": "roles/Java-Tomcat/templates/tomcat.context2.j2", "content": "[Unit]\nDescription=Apache Tomcat Server\nAfter=syslog.target network.target\n\n[Service]\nType=forking\nUser=tomcat\nGroup=tomcat\n\nEnvironment=CATALINA_PID=/opt/tomcat/apache-tomcat-10.0.5/temp/tomcat.pid\nEnvironment=CATALINA_HOME=/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2646, "all_permissive": false }
ansible_role
Roberto-seg/Playbook_install-wp-tomcat-magento-site-reformulado
194ba6f5545d6318868a5da7b24f02d48d7a2a3f
0
roles/Magento
7,246
[ "no_license" ]
[ { "path": "roles/Magento/templates/loja.conf.j2", "content": "upstream fastcgi_backend {\n server unix:/run/php-fpm/www.sock;\n}\n\nserver {\n listen 80;\n server_name loja1.segundorobtech.tk;\n\n set $MAGE_ROOT /var/www/html/loja1.segundorobtech.tk/magento2-2.2;\n set $MAGE_MODE developer;\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3834, "all_permissive": false }
ansible_role
Roberto-seg/Playbook_install-wp-tomcat-magento-site-reformulado
194ba6f5545d6318868a5da7b24f02d48d7a2a3f
0
roles/Mariadb
7,246
[ "no_license" ]
[ { "path": "roles/Mariadb/handlers/main.yml", "content": "---\n# handlers file for Mariadb", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/Mariadb/tasks/main.yml", "content": "---\n# tasks file for Mariadb\n\n- name: Adicionando repo Maria...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1681, "all_permissive": false }
ansible_role
Roberto-seg/Playbook_install-wp-tomcat-magento-site-reformulado
194ba6f5545d6318868a5da7b24f02d48d7a2a3f
0
roles/Nginx
7,246
[ "no_license" ]
[ { "path": "roles/Nginx/tasks/main.yml", "content": "---\n# tasks file for Nginx\n- name: Baixando epel-release\n yum:\n name: epel-release\n state: latest\n\n- name: Instalando o nginx\n yum:\n name: nginx\n state: present\n- name: Start Nginx\n service:\n name: nginx\n state: sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 322, "all_permissive": false }
ansible_role
Roberto-seg/Playbook_install-wp-tomcat-magento-site-reformulado
194ba6f5545d6318868a5da7b24f02d48d7a2a3f
0
roles/Update.selinux
7,246
[ "no_license" ]
[ { "path": "roles/Update.selinux/tasks/main.yml", "content": "---\n- name: Update S.O\n yum :\n name: '*'\n state: latest\n update_cache: yes\n tags:\n - Install \n\n- name: Desabilitando o SELinux\n selinux:\n state: disabled\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 173, "all_permissive": false }
ansible_role
Roberto-seg/Playbook_install-wp-tomcat-magento-site-reformulado
194ba6f5545d6318868a5da7b24f02d48d7a2a3f
0
roles/php7.2
7,246
[ "no_license" ]
[ { "path": "roles/php7.2/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - php7.2", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "roles/php7.2/handlers/main.yml", "content": "---\n# handlers file for php7...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3001, "all_permissive": false }
ansible_role
Roberto-seg/Playbook_install-wp-tomcat-magento-site-reformulado
194ba6f5545d6318868a5da7b24f02d48d7a2a3f
0
roles/site-simples
7,246
[ "no_license" ]
[ { "path": "roles/site-simples/defaults/main.yml", "content": "---\n# defaults file for site-simples", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/site-simples/vars/main.yml", "content": "---\n# vars file for site-simples", "license_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 679, "all_permissive": false }
ansible_role
Roberto-seg/Playbook_install-wp-tomcat-magento-site-reformulado
194ba6f5545d6318868a5da7b24f02d48d7a2a3f
0
roles/wordpress
7,246
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n# tasks file for wordpress\n\n- name: Download Wordpress\n get_url:\n url: https://wordpress.org/latest.tar.gz\n dest: /var/www/html/blog1.segundorobtech.tk\n- name: Descompactar wordpr7\n unarchive:\n src: /var/www/html/blog1.segundoro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2010, "all_permissive": false }
ansible_role
tiuf/casopractico2
3a4a5a04a938e2953bcfdce1a3cb23fdde39c9ba
1
ansible/roles/subirimagen
7,246
[ "no_license" ]
[ { "path": "ansible/roles/subirimagen/tasks/main.yml", "content": "---\n# La función de este rol es instalar todo los paquetes necesarios en la vm1, también un pull de nuestro registry de la imagen creada por nosotros y levanta el contenedor con podman.\n\n\n#En esta parte hace la instalación de los paquetes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1016, "all_permissive": false }
ansible_role
bonyuta0204/ansible
9cb486c2c62c4d01f2222a211cfeac28dec16371
0
roles/apt-packages
7,246
[ "no_license" ]
[ { "path": "roles/apt-packages/tasks/main.yml", "content": " - name: install apt repositories\n apt_repository: repo={{ item }}\n with_items: '{{ apt_repositories }}'\n become: yes\n\n - name: install apt packages\n apt: name={{ apt_packages }} state=present update_cache=no\n become: yes\n",...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 411, "all_permissive": false }
ansible_role
bonyuta0204/ansible
9cb486c2c62c4d01f2222a211cfeac28dec16371
0
roles/fish
7,246
[ "no_license" ]
[ { "path": "roles/fish/tasks/main.yml", "content": "- name: install fish repository\n apt_repository : repo=ppa:fish-shell/release-3\n become: yes\n\n- name: install fish using apt\"\n apt:\n name:\n - fish\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 172, "all_permissive": false }
ansible_role
bonyuta0204/ansible
9cb486c2c62c4d01f2222a211cfeac28dec16371
0
roles/neovim
7,246
[ "no_license" ]
[ { "path": "roles/neovim/tasks/main.yml", "content": "- name: install neovim repository\n apt_repository : repo=ppa:neovim-ppa/stable\n become: yes\n\n- name: install neovim using apt\"\n apt:\n name: \n - neovim\n - python3-pip\n become: yes\n- name: install neovim pip package\n pip:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 277, "all_permissive": false }
ansible_role
bonyuta0204/ansible
9cb486c2c62c4d01f2222a211cfeac28dec16371
0
roles/nodenv
7,246
[ "no_license" ]
[ { "path": "roles/nodenv/tasks/main.yml", "content": "- name: install nodenv\n git :\n repo: https://github.com/nodenv/nodenv.git\n dest: ~/.nodenv\n- name: install node-build\n git:\n repo: https://github.com/nodenv/node-build.git\n dest: ~/.nodenv/plugins/node-build\n", "license_type": "n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
bonyuta0204/ansible
9cb486c2c62c4d01f2222a211cfeac28dec16371
0
roles/rbenv
7,246
[ "no_license" ]
[ { "path": "roles/rbenv/tasks/main.yml", "content": "- name: install rbenv\n git :\n repo: https://github.com/sstephenson/rbenv.git\n dest: ~/.rbenv\n- name: install ruby-build\n git:\n repo: https://github.com/sstephenson/ruby-build.git\n dest: ~/.rbenv/plugins/ruby-build\n- name: install apt ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 364, "all_permissive": false }
ansible_role
pcm32/packer-coreos-test
05165a9267f9e2763354a3f726d26a9059a64048
0
roles/coreos-bootstrap
7,246
[ "no_license" ]
[ { "path": "roles/coreos-bootstrap/tasks/main.yml", "content": "---\n- name: Bootstrap | Check if bootstrap is needed\n raw: stat /opt/bin/.bootstrapped\n register: need_bootstrap\n ignore_errors: True\n tags:\n - immutable_coreos\n\n- name: Bootstrap | Run bootstrap.sh\n script: bootstrap.sh\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 306, "all_permissive": false }
ansible_role
maxikel/ansible2
469cbfa2c5103aa531ee3057e3807803ccccb9f4
0
roles/E5-APP
7,242
[ "no_license" ]
[ { "path": "roles/E5-APP/meta/main.yml", "content": "---\ndependencies:\n\n - role: disk_layout\n when: \"{{disk_layout_done|default(0)}} < 1\" \n - role: e5_admin\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "roles/E5-APP/tasks/E5APP.yml"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3407, "all_permissive": false }
ansible_role
maxikel/ansible2
469cbfa2c5103aa531ee3057e3807803ccccb9f4
0
roles/E5-DB
7,242
[ "no_license" ]
[ { "path": "roles/E5-DB/meta/main.yml", "content": "---\ndependencies:\n\n - role: ora_pre \n - role: rh_register\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/E5-DB/vars/main.yml", "content": "---\n E5_DB_release: 1.0\n", "li...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1289, "all_permissive": false }
ansible_role
maxikel/ansible2
469cbfa2c5103aa531ee3057e3807803ccccb9f4
0
roles/EFIN-APP
7,242
[ "no_license" ]
[ { "path": "roles/EFIN-APP/vars/main.yml", "content": "grps:\n efin:\n oracle:\nusers:\n efin:\n comment: efin\n group: efin\n groups: oracle\n name: efin\n password: <PASSWORD>.\n uid: 511\n gid: 516\n oracle:\n comment: oracle\n group: oracle\n groups: efin\n name: orac...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3509, "all_permissive": false }
ansible_role
maxikel/ansible2
469cbfa2c5103aa531ee3057e3807803ccccb9f4
0
roles/EFIN-DB
7,242
[ "no_license" ]
[ { "path": "roles/EFIN-DB/tasks/EFIN-DB.yml", "content": "---\n - name: create template dir\n action: file\n dest=/u02/templates\n state=directory\n mode=755\n owner=oracle\n group=oinstall\n\n \n - name: unpack EFIN DATABASE SEED\n action: copy\n src=\"{{item}}\"\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 999, "all_permissive": false }
ansible_role
maxikel/ansible2
469cbfa2c5103aa531ee3057e3807803ccccb9f4
0
roles/common
7,242
[ "no_license" ]
[ { "path": "roles/common/meta/main.yml", "content": "---\ndependencies:\n - role: disk_layout\n - role: update_os\n - role: sudo\n - role: static_routes\n - role: unix_users\n - role: clean_repos\n - role: hosts_file\n - role: set_hostname\n - role: ssh_tunnel\n - role: remove_rh_gui\n when: ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 542, "all_permissive": false }
ansible_role
maxikel/ansible2
469cbfa2c5103aa531ee3057e3807803ccccb9f4
0
roles/common-packages
7,242
[ "no_license" ]
[ { "path": "roles/common-packages/tasks/main.yaml", "content": "---\n - name: Strip baddy packages\n action: yum \n name={{item}} \n state=absent\n with_flattened:\n - RHEL_packages_remove\n - RHEL7_packages_remove\n tags:\n - packages\n ignore_errors: yes\n \n - name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1835, "all_permissive": false }
ansible_role
maxikel/ansible2
469cbfa2c5103aa531ee3057e3807803ccccb9f4
0
roles/dba_users
7,242
[ "no_license" ]
[ { "path": "roles/dba_users/tasks/main.yml", "content": "---\n - debug: msg=\"start of {{role_path|basename}} role\"\n tags: always\n\n - name: work out home\n shell: cd .. ; pwd \n register: hd\n tags:\n - pre-ora \n - dba_user\n - key_merge\n\n - name: Setup users groups\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1802, "all_permissive": false }
ansible_role
maxikel/ansible2
469cbfa2c5103aa531ee3057e3807803ccccb9f4
0
roles/efin_admin
7,242
[ "no_license" ]
[ { "path": "roles/efin_admin/tasks/main.yml", "content": "---\n - debug: msg=\"start of {{role_path|basename}} role\"\n tags: always\n\n - name: Setup users groups\n action: group name={{item.key}} state=present\n with_dict: grps\n tags: \n - EFIN\n - EFIN-ADMIN\n\n - name: add user\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 658, "all_permissive": false }
ansible_role
maxikel/ansible2
469cbfa2c5103aa531ee3057e3807803ccccb9f4
0
roles/evault
7,242
[ "no_license" ]
[ { "path": "roles/evault/vars/main.yml", "content": "---\n files:\n - { s: 'agent.tgz', d: '/var/tmp/evault.tgz' }\n - { s: 'oracle.tgz', d: '/var/tmp/evault-oracle.tgz' }\n - { s: 'vvagent', d: '/etc/init.d/vvagent' }\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1824, "all_permissive": false }
ansible_role
maxikel/ansible2
469cbfa2c5103aa531ee3057e3807803ccccb9f4
0
roles/graylog2.graylog
7,242
[ "no_license" ]
[ { "path": "roles/graylog2.graylog/defaults/main.yml", "content": "---\n# Requirements\ngraylog_java_ppa: 'ppa:webupd8team/java'\ngraylog_java_repo: 'deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main'\ngraylog_java_src_repo: 'deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8987, "all_permissive": false }
ansible_role
maxikel/ansible2
469cbfa2c5103aa531ee3057e3807803ccccb9f4
0
roles/nimsoft
7,242
[ "no_license" ]
[ { "path": "roles/nimsoft/tasks/main.yml", "content": "---\n\n - debug: msg=\"start of {{role_path|basename}} role\"\n tags: always\n\n \n - name: unpack nimsoft agent\n action: unarchive \n copy=yes \n src=/local/ansible_files/{{role_path|basename}}/nim.tar.gz \n dest=/ \n group...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 621, "all_permissive": false }
ansible_role
maxikel/ansible2
469cbfa2c5103aa531ee3057e3807803ccccb9f4
0
roles/ora_pre
7,242
[ "no_license" ]
[ { "path": "roles/ora_pre/tasks/ora_pre.yml", "content": "---\n - name: push oracle repo files\n action: template\n src=oracle.repo \n dest=/etc/yum.repos.d/oracle.repo\n\n - name: push pgp keys\n action: copy\n src=RPM-GPG-KEY-oracle-ol{{ansible_distribution_major_version}} \n d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 7930, "all_permissive": false }
ansible_role
maxikel/ansible2
469cbfa2c5103aa531ee3057e3807803ccccb9f4
0
roles/oracle_user
7,242
[ "no_license" ]
[ { "path": "roles/oracle_user/vars/main.yml", "content": "---\n alias: \"oracle: <EMAIL>\"\n grps:\n oracle:\n name: oracle\n gid: 1522\n\n oinstall:\n name: oinstall\n gid: 1521\n\n dba:\n name: dba\n gid: 1523\n \n ssh_access:\n name: ssh_access\n gi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1162, "all_permissive": false }
ansible_role
maxikel/ansible2
469cbfa2c5103aa531ee3057e3807803ccccb9f4
0
roles/setup-yum
7,242
[ "no_license" ]
[ { "path": "roles/setup-yum/tasks/main.yml", "content": "---\n\n- block:\n - include: redhat.yml \n tags: rhn_reg\n - include: common.yml \n\n when: \"ansible_distribution | lower == 'redhat' and {{done_setup_yum|default(0)}} < 1\"\n tags:\n - proxy\n - setup_yum\n \n- set_fact: done_setup_y...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2683, "all_permissive": false }
ansible_role
maxikel/ansible2
469cbfa2c5103aa531ee3057e3807803ccccb9f4
0
roles/ssh-harden
7,242
[ "no_license" ]
[ { "path": "roles/ssh-harden/files/prestart.sh", "content": "#!/bin/sh\n#\n# chkconfig: 2345 50 80\n# description: ssh pre scripts\n# processname: ssh-prestart\n#\n\n### BEGIN INIT INFO\n# Provides: ssh-prestart\n# Required-Start: $local_fs $network\n# Required-Stop: $local_fs $network\n# X-Start-Before: ssh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3866, "all_permissive": false }
ansible_role
maxikel/ansible2
469cbfa2c5103aa531ee3057e3807803ccccb9f4
0
roles/static_routes
7,242
[ "no_license" ]
[ { "path": "roles/static_routes/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - kostyrevaa.static-routes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/static_routes/handlers/main.yml", "content"...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 2056, "all_permissive": false }
ansible_role
maxikel/ansible2
469cbfa2c5103aa531ee3057e3807803ccccb9f4
0
roles/sudo
7,242
[ "no_license" ]
[ { "path": "roles/sudo/tasks/main.yml", "content": "---\n\n- include: sudo.yml\n when: \"{{done_sudo|default(0)}} < 1\"\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/sudo/tasks/sudo.yml", "content": "---\n- debug: msg=\"start of {...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 609, "all_permissive": false }
ansible_role
maxikel/ansible2
469cbfa2c5103aa531ee3057e3807803ccccb9f4
0
roles/syslog
7,242
[ "no_license" ]
[ { "path": "roles/syslog/tasks/main.yml", "content": "---\n - debug: msg=\"start of {{role_path|basename}} role\"\n tags: always\n\n - debug: msg=\"start of {{role_path|basename}} role\"\n tags: always\n\n - name: Check for rsyslog.d\n action: file\n state=directory\n path=/etc/rsyslog....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 664, "all_permissive": false }
ansible_role
maxikel/ansible2
469cbfa2c5103aa531ee3057e3807803ccccb9f4
0
roles/unix_groups
7,242
[ "no_license" ]
[ { "path": "roles/unix_groups/tasks/main.yml", "content": "---\n - debug: msg=\"start of {{role_path|basename}} role\"\n tags: always\n\n - name: Setup users groups\n action: group name={{item}} state=present\n with_items:\n - ut\n - uts\n - utsb\n - dba\n tags: uusers\n \n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 236, "all_permissive": false }
ansible_role
maxikel/ansible2
469cbfa2c5103aa531ee3057e3807803ccccb9f4
0
roles/unix_users
7,242
[ "no_license" ]
[ { "path": "roles/unix_users/meta/main.yml", "content": "---\ndependencies:\n - role: unix_groups\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/unix_users/tasks/unix_users.yml", "content": "---\n- debug: msg=\"start of {{role_path|bas...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1661, "all_permissive": false }
ansible_role
maxikel/ansible2
469cbfa2c5103aa531ee3057e3807803ccccb9f4
0
roles/vmware-tools
7,242
[ "no_license" ]
[ { "path": "roles/vmware-tools/tasks/main.yml", "content": "---\n - debug: msg=\"start of {{role_path|basename}} role\"\n tags: always\n\n\n - name: we must have dmidecode\n action: yum \n name=dmidecode \n state=present\n tags: vmware\n\n - name: Are we virtual?\n shell: /usr/sbin/d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2427, "all_permissive": false }
ansible_role
Resident234/AdBlockTVRestAPI
e466c45bcaf8ad95041e2e698b1c0af2ff941373
1
provision/roles/python
7,242
[ "no_license" ]
[ { "path": "provision/roles/python/tasks/main.yml", "content": "\n- name: Install Python 3\n apt:\n name: python3\n state: present\n update_cache: yes\n\n- name: Install pip3\n apt:\n name: python3-pip\n state: present\n update_cache: yes\n\n- name: Install 'virtualenv' package\n pip:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 427, "all_permissive": false }
ansible_role
mdrocan/brew_pip_update
b2af4bf47471160091521a12e4ff4172d732e2f3
1
roles/update
7,242
[ "no_license" ]
[ { "path": "roles/update/tasks/main.yml", "content": "---\n- name: Update Homebrew and all packages\n community.general.homebrew:\n update_homebrew: true\n upgrade_all: true\n\n- name: Upgrade all Homebrew Casks with Greedy option\n community.general.homebrew_cask:\n upgrade_all: true\n greedy:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 537, "all_permissive": false }
ansible_role
mayank-sharma-td/demo_project
aaa39ff5be4349e9b86331e6b770395198fc6a2e
0
deployer/roles/td
7,242
[ "no_license" ]
[ { "path": "deployer/roles/td/scripts/deploy.sh", "content": "#!/bin/bash\n\nset -e\nset -u\n\nPROJECT=$1\nTD_KEY=$2\nTD_ENDPOINT=$3\n\necho \"deploying:$PROJECT\"\ncd /tmp/$PROJECT\ntd -k \"$TD_KEY\" -e \"$TD_ENDPOINT\" wf push $PROJECT\n\n\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 813, "all_permissive": false }
ansible_role
13567436138/my-kubespray
307ae60107d83f07a0ec11a465687f43471f3723
3
roles/bootstrap-os
7,242
[ "no_license" ]
[ { "path": "roles/bootstrap-os/tasks/bootstrap-coreos.yml", "content": "---\n- name: Bootstrap | Check if bootstrap is needed\n raw: stat /opt/bin/.bootstrapped\n register: need_bootstrap\n failed_when: false\n changed_when: false\n tags:\n - facts\n\n- name: Bootstrap | Run bootstrap.sh\n script: b...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2388, "all_permissive": false }
ansible_role
13567436138/my-kubespray
307ae60107d83f07a0ec11a465687f43471f3723
3
roles/etcd
7,242
[ "no_license" ]
[ { "path": "roles/etcd/tasks/set_cluster_health.yml", "content": "---\n- name: Configure | Check if cluster is healthy\n shell: \"{{ bin_dir }}/etcdctl --endpoints={{ etcd_access_addresses }} cluster-health | grep -q 'cluster is healthy'\"\n register: etcd_cluster_is_healthy\n ignore_errors: true\n chang...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1614, "all_permissive": false }
ansible_role
sokleng/buiding
b7c0661f69510c24c2a828fbd0dccec6a1564d9f
1
provisioning/roles/dependency
7,242
[ "no_license" ]
[ { "path": "provisioning/roles/dependency/tasks/main.yml", "content": "---\n- name: APT install lib font config\n apt: name=libfontconfig", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 65, "all_permissive": false }
ansible_role
Horgix/gconfs-moderninfra-infra
affab1b2ee409d0093bc1be9bb7e8b585bdb7e95
0
roles/base
7,242
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n- name: \"Set Zookeeper Nodes fact\"\n set_fact:\n zk_nodes: \"1:172.16.17.32\"\n zk_nodes_with_port: \"172.16.17.32:2181\"\n tags:\n - always\n\n- name: \"Configure requirements\"\n include: requirements.yml\n tags:\n - requirements\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 470, "all_permissive": false }
ansible_role
Horgix/gconfs-moderninfra-infra
affab1b2ee409d0093bc1be9bb7e8b585bdb7e95
0
roles/services
7,242
[ "no_license" ]
[ { "path": "roles/services/tasks/gitlab-content.yml", "content": "---\n- name: \"Create Gitlab Group\"\n delegate_to: 127.0.0.1\n gitlab_group:\n server_url: \"{{ gitlab.endpoint }}\"\n #validate_certs: true\n login_token: \"{{ gitlab_private_token }}\"\n name: gconfs\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1695, "all_permissive": false }
ansible_role
shuuji3/ansible-inventory-vars-lab
646d3253e54b9c6d17cbb462b23556618ca8b8ee
0
roles/test-role
7,242
[ "no_license" ]
[ { "path": "roles/test-role/tasks/main.yml", "content": "---\n- name: Print inventory variable of localhost\n debug:\n msg: \"'host_internal_ip' = '{{ host_internal_ip }}' / 'host_global_ip' = '{{ host_global_ip }}' / 'host_internal_nic_mac_address' = '{{ host_internal_nic_mac_address }}'\"\n\n- name: Pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2023, "all_permissive": false }
ansible_role
rpldpaul/HOA_15
832016b6adee680773800dace7bf8e21747f6c61
0
roles/cinder
7,242
[ "no_license" ]
[ { "path": "roles/cinder/tasks/main.yml", "content": "- name: Cinder Installation\n tags: cinder\n apt:\n name:\n - cinder-volume\n - python3-mysqldb\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n \n \n \n \n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
rpldpaul/HOA_15
832016b6adee680773800dace7bf8e21747f6c61
0
roles/horizon
7,242
[ "no_license" ]
[ { "path": "roles/horizon/tasks/main.yml", "content": "- name: Horizon Installation\n tags: horizon\n apt:\n name: \n - openstack-dashboard\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n \n \n \n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
jsunny19/ziyotek_project1
f18619c390936e70aff7e6e3c39313d10e4549fd
0
roles/apache
7,242
[ "no_license" ]
[ { "path": "roles/apache/tasks/install.yml", "content": "---\n#installing httpd pacakge\n- name: install apache\n yum:\n name: httpd\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 94, "all_permissive": false }
ansible_role
gchami/ansible-LNV-4switch
b41d8469f4079f97264c8d96900cea9df236833f
0
roles/breakout-cable
7,242
[ "no_license" ]
[ { "path": "roles/breakout-cable/templates/ports.j2", "content": "# ports.conf --\n#\n# This file controls port aggregation and subdivision. For example, QSFP+\n# ports are typically configurable as either one 40G interface or four\n# 10G/1000/100 interfaces. This file sets the number of interfaces per por...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1477, "all_permissive": false }
ansible_role
gchami/ansible-LNV-4switch
b41d8469f4079f97264c8d96900cea9df236833f
0
roles/common
7,242
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: configure /etc/network/interfaces\n template: src=interfaces.j2 dest=/etc/network/interfaces\n notify: reload networking", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "path": "roles/common/te...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1347, "all_permissive": false }
ansible_role
gchami/ansible-LNV-4switch
b41d8469f4079f97264c8d96900cea9df236833f
0
roles/licensing
7,242
[ "no_license" ]
[ { "path": "roles/licensing/tasks/main.yml", "content": "- name: install license using http url\n cl_license: src='\"http://wbench.lab.local/license.lic\"'\n register: result\n\n- name: restart switchd\n shell: service switchd restart\n when: result|success\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 197, "all_permissive": false }
ansible_role
gchami/ansible-LNV-4switch
b41d8469f4079f97264c8d96900cea9df236833f
0
roles/ospf
7,242
[ "no_license" ]
[ { "path": "roles/ospf/templates/quagga_config.j2", "content": "{% set switch = interfaces[ansible_hostname] -%}\n{% set loopback_ip = switch.loopback -%}\n\n{% if switch.swp_ips is defined -%}\n{% for item in switch.swp_ips -%}\ninterface lo\n ip ospf area 0.0.0.0\ninterface {{item}}\n ip ospf network poi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 599, "all_permissive": false }
ansible_role
gchami/ansible-LNV-4switch
b41d8469f4079f97264c8d96900cea9df236833f
0
roles/vxrd
7,242
[ "no_license" ]
[ { "path": "roles/vxrd/tasks/main.yml", "content": "- name: turn on LNV registration node daemon\n template: src=daemon.j2 dest=/etc/default/vxrd\n notify: restart vxrd \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }