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
procube-sandbox/hive-admin-gate
cd65535a9322187b24a3035d9d73578920bfa52f
0
roles/netsoarer-products
3,918
[ "no_license" ]
[ { "path": "roles/netsoarer-products/vars/main.yml", "content": "---\nuse_develop_repository: false", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/netsoarer-products/tasks/main.yml", "content": "---\n# This role contains common setup for ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1375, "all_permissive": false }
ansible_role
procube-sandbox/hive-admin-gate
cd65535a9322187b24a3035d9d73578920bfa52f
0
roles/pg-terminate-backend
3,918
[ "no_license" ]
[ { "path": "roles/pg-terminate-backend/tasks/main.yml", "content": "---\n- name: put pg-terminate-backend.sql\n copy:\n src: pg-terminate-backend.sql\n dest: /root/\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
procube-sandbox/hive-admin-gate
cd65535a9322187b24a3035d9d73578920bfa52f
0
roles/powerdns-admin
3,918
[ "no_license" ]
[ { "path": "roles/powerdns-admin/tasks/main.yml", "content": "- name: install create admin script\n copy: src=create_admin.py dest=/app/ mode=0775\n- name: build initial database\n shell: |\n export SQLALCHEMY_DATABASE_URI=sqlite:////app/data/padmin.sqlite\n set -xe\n cd /app\n mkdir data\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 438, "all_permissive": false }
ansible_role
procube-sandbox/hive-admin-gate
cd65535a9322187b24a3035d9d73578920bfa52f
0
roles/powerdns-init
3,918
[ "no_license" ]
[ { "path": "roles/powerdns-init/tasks/main.yml", "content": "---\n- name: get my public IP\n ipify_facts:\n delegate_to: \"{{item}}\"\n delegate_facts: True\n when: dns_mode == 'global'\n loop: \"{{ groups['hives'] | intersect(groups[hive_stage]) }}\"\n- name: set published\n set_fact:\n published_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1958, "all_permissive": false }
ansible_role
procube-sandbox/hive-admin-gate
cd65535a9322187b24a3035d9d73578920bfa52f
0
roles/prov-tools/files/playbooks/roles/am-delete
3,918
[ "no_license" ]
[ { "path": "roles/prov-tools/files/playbooks/roles/am-delete/tasks/main.yml", "content": "---\n- name: delete application\n shell: |\n yes | nsamctl delete {{ tenantid }}\n register: delete_result\n args:\n removes: /opt/wildfly/standalone/deployments/{{ tenantid }}.war\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
procube-sandbox/hive-admin-gate
cd65535a9322187b24a3035d9d73578920bfa52f
0
roles/prov-tools/files/playbooks/roles/am-init
3,918
[ "no_license" ]
[ { "path": "roles/prov-tools/files/playbooks/roles/am-init/tasks/main.yml", "content": "---\n- name: create application\n shell: |\n nsamctl create {{ tenantid }} {{ amid }}.{{domain}}\n register: create_result\n args:\n creates: /opt/wildfly/standalone/deployments/{{ tenantid }}.war\n- name: wait...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 15112, "all_permissive": false }
ansible_role
procube-sandbox/hive-admin-gate
cd65535a9322187b24a3035d9d73578920bfa52f
0
roles/prov-tools/files/playbooks/roles/amdb-delete
3,918
[ "no_license" ]
[ { "path": "roles/prov-tools/files/playbooks/roles/amdb-delete/tasks/main.yml", "content": "- name: drop nsam DB for tenant\n shell: |\n dropdb -U nsamadmin --if-exists nsam_{{ tenantid }}\n dropdb -U nsamadmin --if-exists nsam_{{ tenantid }}test\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 159, "all_permissive": false }
ansible_role
procube-sandbox/hive-admin-gate
cd65535a9322187b24a3035d9d73578920bfa52f
0
roles/prov-tools/files/playbooks/roles/amdb-init
3,918
[ "no_license" ]
[ { "path": "roles/prov-tools/files/playbooks/roles/amdb-init/templates/createLoginRecordingTable.psql.sql", "content": "SET statement_timeout = 0;\nSET client_encoding = 'UTF8';\nSET standard_conforming_strings = off;\nSET check_function_bodies = false;\nSET client_min_messages = warning;\nSET escape_string_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4087, "all_permissive": false }
ansible_role
procube-sandbox/hive-admin-gate
cd65535a9322187b24a3035d9d73578920bfa52f
0
roles/prov-tools/files/playbooks/roles/webgate-init
3,918
[ "no_license" ]
[ { "path": "roles/prov-tools/files/playbooks/roles/webgate-init/vars/main.yml", "content": "saml_cert_stripped: \"{{ saml_cert | replace('-----BEGIN CERTIFICATE-----\\n','') | replace('-----END CERTIFICATE-----','') }}\"\n\nwebgate_kv_idps:\n - key: \"metadatas/{{ tenantid }}\"\n value:\n metadata: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5212, "all_permissive": false }
ansible_role
procube-sandbox/hive-admin-gate
cd65535a9322187b24a3035d9d73578920bfa52f
0
roles/pull-docker-images
3,918
[ "no_license" ]
[ { "path": "roles/pull-docker-images/tasks/main.yml", "content": "---\n- name: remove procube/node-chrome image\n community.docker.docker_image:\n state: absent\n name: procube/node-chrome\n vars:\n ansible_python_interpreter: \"{{ hive_home_dir }}/docker/bin/python3\"\n- name: pull procube/node-c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 406, "all_permissive": false }
ansible_role
procube-sandbox/hive-admin-gate
cd65535a9322187b24a3035d9d73578920bfa52f
0
roles/scep-server
3,918
[ "no_license" ]
[ { "path": "roles/scep-server/tasks/main.yml", "content": "---\n- name: setup python3\n apk:\n name:\n - python3\n - py3-openssl\n - py3-cryptography\n- name: \"put CA certificate\"\n copy:\n src: \"{{ hive_safe_ca_dir }}/cacert.pem\"\n dest: \"{{ ca_path }}/ca.crt\"\n mode: 0644\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 668, "all_permissive": false }
ansible_role
procube-sandbox/hive-admin-gate
cd65535a9322187b24a3035d9d73578920bfa52f
0
roles/scep-server-init
3,918
[ "no_license" ]
[ { "path": "roles/scep-server-init/tasks/main.yml", "content": "---\n- name: put download files\n copy:\n src: \"{{ item.src }}\"\n dest: \"{{ download_dir }}/{{ item.dest }}\"\n loop:\n - src: \"{{ hive_safe_ca_dir }}/cacert.pem\"\n dest: \"cacert.pem\"\n- name: build scep-client\n shell: |\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 729, "all_permissive": false }
ansible_role
procube-sandbox/hive-admin-gate
cd65535a9322187b24a3035d9d73578920bfa52f
0
roles/session-manager
3,918
[ "no_license" ]
[ { "path": "roles/session-manager/files/session-manager/check_connection.py", "content": "import socket\nimport time\n\n\ndef check_connection(logger, address, port, max_retries=30, delay=1, timeout=15):\n for attempt in range(max_retries):\n try:\n with socket.create_connection((address...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 19, "total_bytes": 25367, "all_permissive": false }
ansible_role
procube-sandbox/hive-admin-gate
cd65535a9322187b24a3035d9d73578920bfa52f
0
roles/shibd-monitor
3,918
[ "no_license" ]
[ { "path": "roles/shibd-monitor/tasks/main.yml", "content": "---\n- name: create /usr/lib/shibd-monitor/ directory\n file: \n dest: \"/usr/lib/shibd-monitor/\"\n state: directory\n owner: root\n group: root\n mode: 0755\n- name: put swatch\n copy:\n src: \"swatch-3.2.3-28.el8.1.noarch.rpm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 936, "all_permissive": false }
ansible_role
procube-sandbox/hive-admin-gate
cd65535a9322187b24a3035d9d73578920bfa52f
0
roles/sw-listener
3,918
[ "no_license" ]
[ { "path": "roles/sw-listener/vars/main.yml", "content": "---\ntarget_CN: \"sw-listener\"\ntarget_C: \"JP\"\ntarget_O: \"Procube\"\nca_path: \"/certs/ca\"\ncert_path: \"/certs\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/sw-listener/task...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1684, "all_permissive": false }
ansible_role
procube-sandbox/hive-admin-gate
cd65535a9322187b24a3035d9d73578920bfa52f
0
roles/timezone
3,918
[ "no_license" ]
[ { "path": "roles/timezone/tasks/main.yml", "content": "---\n- name: \"set timezone\"\n timezone:\n name: \"{{ hostvars[groups['servers'] | intersect(groups[hive_stage]) | first].hive_timezone }}\"\n when: hive_timezone is defined\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": 175, "all_permissive": false }
ansible_role
procube-sandbox/hive-admin-gate
cd65535a9322187b24a3035d9d73578920bfa52f
0
roles/webgate
3,918
[ "no_license" ]
[ { "path": "roles/webgate/vars/main.yml", "content": "---\nwebgate_join: \"{{ groups['hives'] | intersect(groups[hive_stage]) | difference([inventory_hostname]) | map('extract', hostvars, 'hive_private_ip') | list }}\"\nwebgate_delimiter: \"','\"\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 12673, "all_permissive": false }
ansible_role
procube-sandbox/hive-admin-gate
cd65535a9322187b24a3035d9d73578920bfa52f
0
roles/webgate-files
3,918
[ "no_license" ]
[ { "path": "roles/webgate-files/tasks/cert.yml", "content": "---\n- name: prepare directory for certificates for SAML\n file:\n dest: \"{{ saml_certs_dir }}\"\n state: directory\n mode: \"0755\"\n# do not use ansible openssl_privatekey,openssl_csr module\n# which needs pyOpenSSL.\n# because we are ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 3869, "all_permissive": false }
ansible_role
procube-sandbox/hive-admin-gate
cd65535a9322187b24a3035d9d73578920bfa52f
0
roles/webgate-init
3,918
[ "no_license" ]
[ { "path": "roles/webgate-init/vars/main.yml", "content": "---\nansible_python_interpreter: /root/consul/bin/python\nsaml_certs_dir: \"{{ hive_context_dir }}/saml-certs\"\nCN: \"saml\"\nsaml_cert: \"{{ lookup('file', saml_certs_dir + '/' + CN + '_cert.pem') }}\"\nsaml_serial: \"{{ lookup('pipe', 'openssl x50...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 11411, "all_permissive": false }
ansible_role
geoplex/foss4g-oceania-2018-workshop
ca3bb5d73533802f0e665903e2de2530fa2345ca
24
ansible/roles/geoserver
3,918
[ "no_license" ]
[ { "path": "ansible/roles/geoserver/defaults/main.yml", "content": "---\ngeoserver_major_version: 2\ngeoserver_minor_version: 13\ngeoserver_bugfix_version: 2\ngeoserver_version: \"{{geoserver_major_version}}.{{geoserver_minor_version}}.{{geoserver_bugfix_version}}\"\ngeoserver_service_name: tomcat\ntomcat_us...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5512, "all_permissive": false }
ansible_role
geoplex/foss4g-oceania-2018-workshop
ca3bb5d73533802f0e665903e2de2530fa2345ca
24
ansible/roles/oracle-java
3,918
[ "no_license" ]
[ { "path": "ansible/roles/oracle-java/templates/java_home.sh.j2", "content": "#!/bin/bash\n\nexport JAVA_HOME={{ oracle_java_home }}\nexport PATH={{ oracle_java_home }}/bin:${PATH}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "ansible/roles/ora...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 925, "all_permissive": false }
ansible_role
geoplex/foss4g-oceania-2018-workshop
ca3bb5d73533802f0e665903e2de2530fa2345ca
24
ansible/roles/tomcat
3,918
[ "no_license" ]
[ { "path": "ansible/roles/tomcat/tasks/main.yml", "content": "---\n\n- name: Insure Required Packages Are Installed\n package:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - tar\n - wget\n\n# Create tomcat group and user\n- name: Create Tomcat Group\n group:\n name: \"{{ tomcat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 149117, "all_permissive": false }
ansible_role
dbpeng/rke.bootstrap.rhel
677e7bd5d5d5a0f67d85d34736dc568068bddf1e
0
roles/init
3,918
[ "no_license" ]
[ { "path": "roles/init/tasks/main.yml", "content": "---\n# make the environment docker ready\n - name: update the repos\n yum: name=* state=latest\n sudo: true\n\n - name: make sure epel is installed\n yum: name=epel-release state=latest \n\n - name: install necessary yum packages\n yum: name={{item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1419, "all_permissive": false }
ansible_role
chinmaya10000/nodejs-deployment
dd1b96bc0802eb73e1cea9b3e411119b80097629
0
ansible/roles/app
3,918
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yaml", "content": "- name: Update and upgrade apt packages\n apt:\n update_cache: yes\n upgrade: yes\n tags: app\n\n- name: Install Node.js and npm\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - nodejs\n - npm\n tags: app\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 914, "all_permissive": false }
ansible_role
Kong/demo-scene
b92367028e8be5f70fa245fb69e02b4c5e487148
35
summit-2023-demo/ansible/roles/kongair-services
3,918
[ "no_license" ]
[ { "path": "summit-2023-demo/ansible/roles/kongair-services/tasks/main.yml", "content": "---\n# tasks file for kongair-services\n- name: Create default containers\n when: item.enabled == true\n community.docker.docker_container:\n name: \"{{ item.name }}\"\n image: \"{{ item.image }}\"\n state: st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 670, "all_permissive": false }
ansible_role
Kong/demo-scene
b92367028e8be5f70fa245fb69e02b4c5e487148
35
summit-2023-demo/ansible/roles/mesh-base
3,918
[ "no_license" ]
[ { "path": "summit-2023-demo/ansible/roles/mesh-base/tasks/main.yml", "content": "---\n- name: Create user\n user:\n name: \"{{ kuma_user }}\"\n state: present\n uid: \"{{ kuma_user_id }}\"\n groups:\n - sudo\n\n- name: Create /etc/kong-mesh\n ansible.builtin.file:\n path: /etc/kong-mes...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 893, "all_permissive": false }
ansible_role
Kong/demo-scene
b92367028e8be5f70fa245fb69e02b4c5e487148
35
summit-2023-demo/ansible/roles/mesh-cp
3,918
[ "no_license" ]
[ { "path": "summit-2023-demo/ansible/roles/mesh-cp/handlers/main.yml", "content": "---\n- name: restart kuma-cp\n when: start_services\n ansible.builtin.systemd_service:\n enabled: true\n name: kuma-cp.service\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1414, "all_permissive": false }
ansible_role
Kong/demo-scene
b92367028e8be5f70fa245fb69e02b4c5e487148
35
summit-2023-demo/ansible/roles/mesh-demo
3,918
[ "no_license" ]
[ { "path": "summit-2023-demo/ansible/roles/mesh-demo/tasks/main.yml", "content": "---\n- name: Create enable-services utility\n copy:\n src: \"enable-services.sh\"\n dest: /usr/local/bin/enable-services\n mode: \"0755\"\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 994, "all_permissive": false }
ansible_role
Kong/demo-scene
b92367028e8be5f70fa245fb69e02b4c5e487148
35
summit-2023-demo/ansible/roles/mesh-dp
3,918
[ "no_license" ]
[ { "path": "summit-2023-demo/ansible/roles/mesh-dp/tasks/main.yml", "content": "---\n- name: Create Mesh DP Config\n template:\n src: dp-config.j2\n dest: /etc/kong-mesh/dp-config.yaml\n owner: \"{{ kuma_user }}\"\n notify:\n - restart kuma-dp\n\n- name: Generate Mesh DP token\n when: start_se...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2079, "all_permissive": false }
ansible_role
Kong/demo-scene
b92367028e8be5f70fa245fb69e02b4c5e487148
35
summit-2023-demo/ansible/roles/mesh-zone-ingress
3,918
[ "no_license" ]
[ { "path": "summit-2023-demo/ansible/roles/mesh-zone-ingress/handlers/main.yml", "content": "---\n- name: restart zone-ingress\n when: start_services\n ansible.builtin.systemd_service:\n enabled: true\n name: kuma-zone-ingress.service\n state: restarted\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1610, "all_permissive": false }
ansible_role
Kong/demo-scene
b92367028e8be5f70fa245fb69e02b4c5e487148
35
summit-2023-demo/ansible/roles/os-base
3,918
[ "no_license" ]
[ { "path": "summit-2023-demo/ansible/roles/os-base/tasks/main.yml", "content": "---\n- name: Install required system packages\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - python3-pip\n - virtualenv\n - python3-set...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2245, "all_permissive": false }
ansible_role
Kong/demo-scene
b92367028e8be5f70fa245fb69e02b4c5e487148
35
summit-2023-demo/ansible/roles/otel-collector
3,918
[ "no_license" ]
[ { "path": "summit-2023-demo/ansible/roles/otel-collector/defaults/main.yml", "content": "---\n# defaults file for otel-collector\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "summit-2023-demo/ansible/roles/otel-collector/tests/test.yml", "c...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1218, "all_permissive": false }
ansible_role
DILSHAD167/php-yii2
f1972e54198d904f907f8c7028fa33d38a7bfe90
0
ansible/roles/app
3,918
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "- name: Pull Docker image\n shell: docker pull yourdockerhub/yii2-app:latest\n\n- name: Deploy Yii2 Swarm service\n shell: docker service update --image yourdockerhub/yii2-app:latest yii2-app || docker service create --name yii2-app --publish 8000:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
DILSHAD167/php-yii2
f1972e54198d904f907f8c7028fa33d38a7bfe90
0
ansible/roles/docker
3,918
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Install Docker\n apt:\n name: docker.io\n state: present\n update_cache: yes\n\n- name: Install Docker Compose\n apt:\n name: docker-compose\n state: present\n\n- name: Initialize Docker Swarm\n shell: docker swarm init\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 255, "all_permissive": false }
ansible_role
DILSHAD167/php-yii2
f1972e54198d904f907f8c7028fa33d38a7bfe90
0
ansible/roles/nginx
3,918
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "- name: Install NGINX\n apt:\n name: nginx\n state: present\n\n- name: Copy NGINX config\n copy:\n src: nginx.conf\n dest: /etc/nginx/sites-available/yii2\n\n- name: Enable NGINX site\n file:\n src: /etc/nginx/sites-available/yii2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 362, "all_permissive": false }
ansible_role
aguamonkey/QA-Devops-Project-Two-Which-Animal-
a7f0df726b6b032374c20ece8b9732d537664ead
0
ansible/configure-swarm/roles/install-docker
3,918
[ "no_license" ]
[ { "path": "ansible/configure-swarm/roles/install-docker/tasks/main.yml", "content": "---\n# tasks file for install-docker\n- name: \"Install dependencies\"\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n - python3\n - python3-pip\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 773, "all_permissive": false }
ansible_role
aguamonkey/QA-Devops-Project-Two-Which-Animal-
a7f0df726b6b032374c20ece8b9732d537664ead
0
ansible/configure-swarm/roles/nginx
3,918
[ "no_license" ]
[ { "path": "ansible/configure-swarm/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n\n# nginx install\n- name: Install nginx\n apt:\n name: nginx\n state: present\n update_cache: true\n\n- name: Create a template /etc/file.conf\n template:\n src: nginx.conf\n dest: /etc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 515, "all_permissive": false }
ansible_role
aguamonkey/QA-Devops-Project-Two-Which-Animal-
a7f0df726b6b032374c20ece8b9732d537664ead
0
ansible/configure-swarm/roles/swarm-manager
3,918
[ "no_license" ]
[ { "path": "ansible/configure-swarm/roles/swarm-manager/tasks/main.yml", "content": "---\n# tasks file for swarm-manager\n- name: \"Init a new swarm\"\n docker_swarm:\n state: present\n\n- name: \"Shows swarm info\"\n docker_swarm_info:\n register: swarm_info\n\n- name: \"Add to docker group\"\n user:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 273, "all_permissive": false }
ansible_role
aguamonkey/QA-Devops-Project-Two-Which-Animal-
a7f0df726b6b032374c20ece8b9732d537664ead
0
ansible/configure-swarm/roles/swarm-worker
3,918
[ "no_license" ]
[ { "path": "ansible/configure-swarm/roles/swarm-worker/tasks/main.yml", "content": "---\n# tasks file for swarm-worker\n- name: \"Add worker to Swarm\"\n docker_swarm:\n state: join\n advertise_addr: docker-swarm, docker-swarm--three\n join_token: \"{{ hostvars['docker-manager']['swarm_info']['swar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 297, "all_permissive": false }
ansible_role
faithByte/HPC-Cluster
a40551e9c2c4c9d3b5e4d5d4f663482f89d5ad69
0
project/roles/add-node
3,918
[ "no_license" ]
[ { "path": "project/roles/add-node/tasks/main.yml", "content": "---\n- name: Node firewall [kube]\n community.general.ufw:\n rule: allow\n port: \"{{ item.port }}\"\n proto: \"{{ item.protocol }}\"\n with_items:\n - { port: '6783', protocol: 'tcp' }\n - { port: '6783', protocol: 'udp' }\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1428, "all_permissive": false }
ansible_role
faithByte/HPC-Cluster
a40551e9c2c4c9d3b5e4d5d4f663482f89d5ad69
0
project/roles/cluster
3,918
[ "no_license" ]
[ { "path": "project/roles/cluster/tasks/main.yml", "content": "---\n- name: Master firewall [kube]\n community.general.ufw:\n rule: allow\n port: \"{{ item.port }}\"\n proto: \"{{ item.protocol }}\"\n with_items:\n - { port: '6783', protocol: 'tcp' }\n - { port: '6783', protocol: 'udp' }\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1162, "all_permissive": false }
ansible_role
faithByte/HPC-Cluster
a40551e9c2c4c9d3b5e4d5d4f663482f89d5ad69
0
project/roles/dns-client
3,918
[ "no_license" ]
[ { "path": "project/roles/dns-client/vars/main.yml", "content": "---\n# INTERNAL_INTERFACE: eth0\n# DOMAIN: cluster.kaas\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "project/roles/dns-client/tasks/main.yml", "content": "---\n- name: Install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1201, "all_permissive": false }
ansible_role
faithByte/HPC-Cluster
a40551e9c2c4c9d3b5e4d5d4f663482f89d5ad69
0
project/roles/dns-server
3,918
[ "no_license" ]
[ { "path": "project/roles/dns-server/templates/db.j2", "content": ";\n; BIND data file for local loopback interface\n;\n$TTL\t604800\n@\tIN\tSOA\t{{ inventory_hostname }}.{{ DOMAIN }}. root.{{ DOMAIN }}. (\n\t\t\t 2\t\t; Serial\n\t\t\t 604800\t\t; Refresh\n\t\t\t 86400\t\t; Retry\n\t\t\t2419200\t\t; Ex...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1614, "all_permissive": false }
ansible_role
faithByte/HPC-Cluster
a40551e9c2c4c9d3b5e4d5d4f663482f89d5ad69
0
project/roles/docker
3,918
[ "no_license" ]
[ { "path": "project/roles/docker/tasks/main.yml", "content": "--- \n- name: Install dependencies\n ansible.builtin.apt:\n pkg:\n - apt-transport-https \n - ca-certificates \n - curl \n - gpg\n state: present\n\n- name: Add Docker GPG key\n ansible.builtin.get_url:\n url: \"htt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1118, "all_permissive": false }
ansible_role
faithByte/HPC-Cluster
a40551e9c2c4c9d3b5e4d5d4f663482f89d5ad69
0
project/roles/firewall
3,918
[ "no_license" ]
[ { "path": "project/roles/firewall/tasks/main.yml", "content": "---\n- name: Download firewall\n ansible.builtin.apt:\n pkg: ufw\n state: present\n\n- name: Deny policy\n community.general.ufw:\n policy: deny\n\n- name: All nodes firewall\n community.general.ufw:\n rule: allow\n port: ssh\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 502, "all_permissive": false }
ansible_role
faithByte/HPC-Cluster
a40551e9c2c4c9d3b5e4d5d4f663482f89d5ad69
0
project/roles/kubebuilder
3,918
[ "no_license" ]
[ { "path": "project/roles/kubebuilder/vars/main.yml", "content": "---\n# vars file for kubebuilder\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "project/roles/kubebuilder/tasks/main.yml", "content": "---\n# tasks file for kubebuilder\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1219, "all_permissive": false }
ansible_role
faithByte/HPC-Cluster
a40551e9c2c4c9d3b5e4d5d4f663482f89d5ad69
0
project/roles/kubernetes
3,918
[ "no_license" ]
[ { "path": "project/roles/kubernetes/tasks/main.yml", "content": "---\n- name: Unmount swap\n ansible.builtin.shell:\n cmd: swapoff -a\n \n- name: Disable swap\n ansible.builtin.lineinfile:\n path: /etc/fstab\n regexp: '\\sswap\\s+sw\\s+'\n state: absent\n\n- name: Create a file for the cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2258, "all_permissive": false }
ansible_role
faithByte/HPC-Cluster
a40551e9c2c4c9d3b5e4d5d4f663482f89d5ad69
0
project/roles/manapy
3,918
[ "no_license" ]
[ { "path": "project/roles/manapy/files/nfs-volume.yaml", "content": "apiVersion: v1\nkind: PersistentVolume\nmetadata:\n name: shared-volume\nspec:\n capacity:\n storage: 5Gi\n accessModes:\n - ReadWriteMany\n persistentVolumeReclaimPolicy: Retain\n # persistentVolumeReclaimPolicy: Recycle\n nfs:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2719, "all_permissive": false }
ansible_role
faithByte/HPC-Cluster
a40551e9c2c4c9d3b5e4d5d4f663482f89d5ad69
0
project/roles/nfs-client
3,918
[ "no_license" ]
[ { "path": "project/roles/nfs-client/templates/data.mount.j2", "content": "[Unit]\nDescription=data mount\nAfter=network-online.target\nWants=network-online.target\n\n[Mount]\nWhat={{ hostvars['nfs'].inventory_hostname }}.{{ DOMAIN }}:{{ hostvars['nfs'].shared_folder }}\nWhere=/data\nType=nfs4\nOptions=_netd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 703, "all_permissive": false }
ansible_role
faithByte/HPC-Cluster
a40551e9c2c4c9d3b5e4d5d4f663482f89d5ad69
0
project/roles/nfs-server
3,918
[ "no_license" ]
[ { "path": "project/roles/nfs-server/tasks/main.yml", "content": "---\n- name: NFS firewall\n community.general.ufw:\n rule: allow\n port: nfs\n src: \"{{ INTERNAL_NETWORK }}/{{ MASK }}\"\n ignore_errors: yes\n\n- name: Firewall reload\n community.general.ufw:\n state: reloaded\n ignore_error...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 884, "all_permissive": false }
ansible_role
faithByte/HPC-Cluster
a40551e9c2c4c9d3b5e4d5d4f663482f89d5ad69
0
slurm/roles/firewall
3,918
[ "no_license" ]
[ { "path": "slurm/roles/firewall/tasks/main.yml", "content": "---\n- name: Download firewall\n ansible.builtin.apt:\n pkg: ufw\n state: present\n\n- name: Deny policy\n community.general.ufw:\n policy: deny\n\n- name: Configure to accept ssh\n community.general.ufw:\n rule: allow\n port: ss...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 484, "all_permissive": false }
ansible_role
faithByte/HPC-Cluster
a40551e9c2c4c9d3b5e4d5d4f663482f89d5ad69
0
slurm/roles/munge
3,918
[ "no_license" ]
[ { "path": "slurm/roles/munge/tasks/main.yml", "content": "---\n- name: Install dependencies\n ansible.builtin.apt:\n pkg: \"{{ item }}\"\n state: present\n with_items:\n - munge\n - libmunge2\n - libmunge-dev\n\n- name: Generate munge key\n ansible.builtin.shell:\n cmd: /usr/sbin/mungek...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1282, "all_permissive": false }
ansible_role
faithByte/HPC-Cluster
a40551e9c2c4c9d3b5e4d5d4f663482f89d5ad69
0
slurm/roles/nfs-client
3,918
[ "no_license" ]
[ { "path": "slurm/roles/nfs-client/tasks/main.yml", "content": "---\n- name: Add master IP to hosts\n ansible.builtin.lineinfile:\n path: /etc/hosts\n line: \"{{ hostvars['master'].ansible_host }} {{ hostvars['master'].inventory_hostname }}\"\n create: yes\n state: present\n\n- name: Install dep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 586, "all_permissive": false }
ansible_role
faithByte/HPC-Cluster
a40551e9c2c4c9d3b5e4d5d4f663482f89d5ad69
0
slurm/roles/nfs-server
3,918
[ "no_license" ]
[ { "path": "slurm/roles/nfs-server/vars/main.yml", "content": "---\nINTERNAL_NETWORK: 192.168.56.0/24", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "slurm/roles/nfs-server/tasks/main.yml", "content": "---\n# - name: Set the firewall to allow NF...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 918, "all_permissive": false }
ansible_role
faithByte/HPC-Cluster
a40551e9c2c4c9d3b5e4d5d4f663482f89d5ad69
0
slurm/roles/slurm
3,918
[ "no_license" ]
[ { "path": "slurm/roles/slurm/vars/main.yml", "content": "---\nCLUSTER_NAME: SLURM_CLUSTER\nSLURM_VERSION: 24.11.3", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "slurm/roles/slurm/tasks/main.yml", "content": "---\n- name: Delete\n ansible.buil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4934, "all_permissive": false }
ansible_role
faithByte/HPC-Cluster
a40551e9c2c4c9d3b5e4d5d4f663482f89d5ad69
0
slurm/roles/slurmdb
3,918
[ "no_license" ]
[ { "path": "slurm/roles/slurmdb/tasks/main.yml", "content": "---\n- name: Add slurmd services\n ansible.builtin.copy:\n src: \"/slurm-{{ SLURM_VERSION }}/etc/slurmdbd.service\"\n dest: /usr/lib/systemd/system/\n\n\n- name: Edit slurm.conf\n lineinfile:\n path: \"/slurm-{{ SLURM_VERSION }}/etc/slu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3864, "all_permissive": false }
ansible_role
fishaffair/sre-cource-deploy
68ff18519733b4def71fc0ac1672b4a0348a4aeb
0
roles/get-haproxy-ip
3,998
[ "no_license" ]
[ { "path": "roles/get-haproxy-ip/tasks/main.yml", "content": "- name: Get haproxy public IP\n community.general.ipify_facts:\n timeout: 30\n\n tags: get-ip\n\n- debug:\n msg: Public ip for haproxy - {{ ansible_facts['ipify_public_ip'] }}\n\n tags: get-ip\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
fishaffair/sre-cource-deploy
68ff18519733b4def71fc0ac1672b4a0348a4aeb
0
roles/run-sql
3,998
[ "no_license" ]
[ { "path": "roles/run-sql/tasks/main.yml", "content": "- name: Copy sql script for db setup\n ansible.builtin.copy:\n src: ./files/sql.sql\n dest: /var/lib/postgresql/sql.sql\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n mode: '0644'\n\n tags: run-sql\n\n- name: Run queri...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 384, "all_permissive": false }
ansible_role
rymut/ansible-openwrt-setup
fa5a307630c347a4f9cea722165cdd26995e4646
0
roles/network-dhcp
3,998
[ "no_license" ]
[ { "path": "roles/network-dhcp/handlers/main.yml", "content": "---\n- name: restart dhcp\n with_items:\n - dnsmasq\n - odhcpd\n service:\n name: \"{{ item }}\"\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": "roles/n...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3571, "all_permissive": false }
ansible_role
rymut/ansible-openwrt-setup
fa5a307630c347a4f9cea722165cdd26995e4646
0
roles/uci-section-id
3,998
[ "no_license" ]
[ { "path": "roles/uci-section-id/defaults/main.yml", "content": "---\n# configuration base\nconfig:\n# configuration type\ntype:\n# section to find\nsection:\n# id to find\nid:", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "roles/uci-section-id/ta...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2110, "all_permissive": false }
ansible_role
leerich/windows-STIGs
b62c4453970977e1ffd5502a53c97258dea6abfe
2
aws_cluster/roles/windows_cluster
3,998
[ "no_license" ]
[ { "path": "aws_cluster/roles/windows_cluster/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - windows_cluster", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "aws_cluster/roles/windows_cluster/handlers/main....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3841, "all_permissive": false }
ansible_role
leerich/windows-STIGs
b62c4453970977e1ffd5502a53c97258dea6abfe
2
aws_cluster/roles/windows_dc
3,998
[ "no_license" ]
[ { "path": "aws_cluster/roles/windows_dc/files/forest.ps1", "content": "Import-Module ADDSDeployment\n\nInstall-ADDSForest `\n-SkipPrechecks:$true `\n-CreateDnsDelegation:$false `\n-DatabasePath:\"c:\\Windows\\NTDS\" `\n-DomainMode:\"Win2012R2\" `\n-DomainName:\"cluster.local\" `\n-DomainNetbiosName:\"ANSIBL...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1075, "all_permissive": false }
ansible_role
leerich/windows-STIGs
b62c4453970977e1ffd5502a53c97258dea6abfe
2
roles/windows_2008_MS
3,998
[ "no_license" ]
[ { "path": "roles/windows_2008_MS/tasks/cat1.yml", "content": "- name: \"HIGH | V-1073 | AUDIT | Systems must be at supported service packs (SP) or releases levels.\"\n win_command: true\n register: result\n check_mode: no\n changed_when: no\n ignore_errors: yes\n tags:\n - cat1\n - high\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 10671, "all_permissive": false }
ansible_role
leerich/windows-STIGs
b62c4453970977e1ffd5502a53c97258dea6abfe
2
roles/windows_2012_DC
3,998
[ "no_license" ]
[ { "path": "roles/windows_2012_DC/tasks/tempcat_test.yml", "content": "- name: \"MEDIUM | V-40179 | AUDIT | Permissions for Windows installation directory must conform to minimum requirements.\"\n win_command: reg query HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion /v ProgramFilesDir\n register: windo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6621, "all_permissive": false }
ansible_role
leerich/windows-STIGs
b62c4453970977e1ffd5502a53c97258dea6abfe
2
roles/windows_2012_MS
3,998
[ "no_license" ]
[ { "path": "roles/windows_2012_MS/tasks/tempcat_test.yml", "content": "- name: \"File ACL task that works\"\n win_acl:\n path: '\\Program Files (x86)'\n user: 'BUILTIN\\Administrators'\n rights: 'FullControl'\n type: 'allow'\n state: 'present'\n inherit: 'ContainerInherit, Obje...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 786, "all_permissive": false }
ansible_role
Wolf480pl/ansible-playbooks
2c7745d3f1d4d7cbfe3ba423016074304d4e090f
0
setup/roles/fxsync
3,998
[ "no_license" ]
[ { "path": "setup/roles/fxsync/tasks/main.yml", "content": "---\n- name: Install Firefox Sync dependencies\n package: name={{item}} state=present\n with_items:\n - python-dev\n - python-virtualenv\n - git\n - make\n - g++\n become: true\n\n- name: Fetch Firefox Sync server from git\n git: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3322, "all_permissive": false }
ansible_role
Wolf480pl/ansible-playbooks
2c7745d3f1d4d7cbfe3ba423016074304d4e090f
0
setup/roles/nginx
3,998
[ "no_license" ]
[ { "path": "setup/roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx\n apt: name=nginx state=latest default_release=jessie-backports\n# pacman: name=nginx state=present\n\n- name: Upload nginx config\n copy: src={{ item }} dest=/etc/nginx/ backup=yes\n with_fileglob:\n - \"*.conf\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 992, "all_permissive": false }
ansible_role
Wolf480pl/ansible-playbooks
2c7745d3f1d4d7cbfe3ba423016074304d4e090f
0
setup/roles/nginx-fxsync
3,998
[ "no_license" ]
[ { "path": "setup/roles/nginx-fxsync/tasks/main.yml", "content": "- name: \"Upload Firefox Sync nginx config\"\n template: src=fxsync.conf dest=/etc/nginx/ans-fragments/fxsync\n- name: \"Register as part of {{vhost}}\"\n # A giant hack\n set_fact:\n nginx_fragments: '{{ {vhost: nginx_fragments[vhost] |...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 358, "all_permissive": false }
ansible_role
Wolf480pl/ansible-playbooks
2c7745d3f1d4d7cbfe3ba423016074304d4e090f
0
setup/roles/nginx-static
3,998
[ "no_license" ]
[ { "path": "setup/roles/nginx-static/tasks/main.yml", "content": "---\n- name: \"Upload {{name}} nginx config\"\n template: src={{fragment_file}} dest=/etc/nginx/ans-fragments/{{name}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "setup/roles/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 187, "all_permissive": false }
ansible_role
Wolf480pl/ansible-playbooks
2c7745d3f1d4d7cbfe3ba423016074304d4e090f
0
setup/roles/nginx-vhost
3,998
[ "no_license" ]
[ { "path": "setup/roles/nginx-vhost/tasks/main.yml", "content": "---\n- name: Upload {{vhost}} config\n template: src={{file}} dest=/etc/nginx/ans-sites-available/{{vhost}}\n notify: reload nginx\n- name: Check for local override of {{vhost}}\n stat: path=/etc/nginx/sites-enabled/{{ vhost }}\n register: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 508, "all_permissive": false }
ansible_role
Wolf480pl/ansible-playbooks
2c7745d3f1d4d7cbfe3ba423016074304d4e090f
0
setup/roles/nginx-wolf-home
3,998
[ "no_license" ]
[ { "path": "setup/roles/nginx-wolf-home/meta/main.yml", "content": "---\ndependencies:\n - {role: nginx-static, name: wolf-home, url_path: /w/, webroot_path: /home/wolf480/www/}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "setup/roles/nginx-wo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 274, "all_permissive": false }
ansible_role
Wolf480pl/ansible-playbooks
2c7745d3f1d4d7cbfe3ba423016074304d4e090f
0
setup/roles/nginx-wolf-landing
3,998
[ "no_license" ]
[ { "path": "setup/roles/nginx-wolf-landing/tasks/main.yml", "content": "- name: \"Fetch landing page content\"\n# unarchive: src=https://github.com/Wolf480pl/static/raw/master/wolf480.pl.tar.gz copy=no dest=/srv/ owner=www-admin group=www-admin\n unarchive: src=wolf480.pl.tar.gz dest=/srv/ owner=www-admin ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 540, "all_permissive": false }
ansible_role
Wolf480pl/ansible-playbooks
2c7745d3f1d4d7cbfe3ba423016074304d4e090f
0
setup/roles/nginx-znc
3,998
[ "no_license" ]
[ { "path": "setup/roles/nginx-znc/defaults/main.yml", "content": "znc_host: localhost\nznc_port: 8007\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "setup/roles/nginx-znc/tasks/main.yml", "content": "- name: \"Upload ZNC nginx config\"\n tem...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 288, "all_permissive": false }
ansible_role
Wolf480pl/ansible-playbooks
2c7745d3f1d4d7cbfe3ba423016074304d4e090f
0
setup/roles/static-www
3,998
[ "no_license" ]
[ { "path": "setup/roles/static-www/tasks/main.yml", "content": "---\n- name: Create www-admin user\n user: name=www-admin comment=\"Static WWW owner\" home=\"/\" system=yes state=present\n\n- name: Create /srv\n file: path=/srv state=directory\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
Wolf480pl/ansible-playbooks
2c7745d3f1d4d7cbfe3ba423016074304d4e090f
0
setup/roles/znc
3,998
[ "no_license" ]
[ { "path": "setup/roles/znc/tasks/install.yml", "content": "---\n- name: Install ZNC from repositories\n package: name=znc state=present\n when: (znc_from_repo = \"always\") or (znc_version |version_compare(znc_from_repo, \"<=\"))\n\n- include: install_from_src.yml\n when: (znc_from_repo != \"always\") an...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1808, "all_permissive": false }
ansible_role
Madan-DenkanikottaVijayakumar-BY/ansible-docker-workshop
64947aa20017bf51b59805dcd1332a496c9a19dc
0
ansible/roles/print-name
3,998
[ "no_license" ]
[ { "path": "ansible/roles/print-name/tasks/main.yml", "content": "---\n\n - name: \"Print var\"\n debug:\n msg: \"{{ string }} in {{ ansible_limit }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
BR0kEN-/cihub
b427afa8fad04f2dd3198d0a66b908c0227fb658
0
provisioning/roles/ansible-composer
3,998
[ "no_license" ]
[ { "path": "provisioning/roles/ansible-composer/templates/config.json.j2", "content": "{\n \"config\": {\n \"prestissimo\": {\n \"maxConnections\": 7,\n \"minConnections\": 3,\n \"verbose\": false,\n \"pipeline\": false,\n \"insecure\": false,\...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1827, "all_permissive": false }
ansible_role
BR0kEN-/cihub
b427afa8fad04f2dd3198d0a66b908c0227fb658
0
provisioning/roles/ansible-role-mysql
3,998
[ "no_license" ]
[ { "path": "provisioning/roles/ansible-role-mysql/tasks/root-access.yml", "content": "---\n- name: Stop MySQL service\n service:\n name: mysql\n state: stopped\n\n- name: Ensure that MySQL service stopped\n shell: /etc/init.d/mysql stop\n\n- name: Start MySQL daemon with --skip-grant-tables option fo...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1340, "all_permissive": false }
ansible_role
BR0kEN-/cihub
b427afa8fad04f2dd3198d0a66b908c0227fb658
0
provisioning/roles/ansible-role-php
3,998
[ "no_license" ]
[ { "path": "provisioning/roles/ansible-role-php/tasks/configure.yml", "content": "---\n- name: Ensure configuration directories exist.\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ __php_conf_path }}\"\n - \"{{ __php_cli_conf_path }}\"\n - \"{{ php_extension_conf_p...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1680, "all_permissive": false }
ansible_role
BR0kEN-/cihub
b427afa8fad04f2dd3198d0a66b908c0227fb658
0
provisioning/roles/cibox-jenkins
3,998
[ "no_license" ]
[ { "path": "provisioning/roles/cibox-jenkins/templates/jobs/builder.xml.j2", "content": "<?xml version='1.0' encoding='UTF-8'?>\n<project>\n <actions/>\n <description>Build stable instances.</description>\n <keepDependencies>false</keepDependencies>\n <properties>\n <hudson.model.ParametersDefinitionP...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 11108, "all_permissive": false }
ansible_role
BR0kEN-/cihub
b427afa8fad04f2dd3198d0a66b908c0227fb658
0
provisioning/roles/cibox-misc
3,998
[ "no_license" ]
[ { "path": "provisioning/roles/cibox-misc/defaults/main.yml", "content": "---\napt_repos:\n - ppa:ansible/ansible\n - ppa:chris-lea/node.js\n\napt_packages:\n - imagemagick\n - libmagickcore-dev\n - libmagickwand-dev\n - htop\n - vim\n - time\n - tree\n - make\n - apparmor-utils\n - python-softwa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1162, "all_permissive": false }
ansible_role
BR0kEN-/cihub
b427afa8fad04f2dd3198d0a66b908c0227fb658
0
provisioning/roles/cibox-mysql-config
3,998
[ "no_license" ]
[ { "path": "provisioning/roles/cibox-mysql-config/tasks/main.yml", "content": "---\n- name: Prepare MySQL temporary directory\n file:\n path: \"{{ mysql_tmpdir }}\"\n state: \"{{ item }}\"\n with_items:\n - absent\n - directory\n\n- name: Prepare SHM directory\n file:\n path: /run/shm/mysql...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1089, "all_permissive": false }
ansible_role
BR0kEN-/cihub
b427afa8fad04f2dd3198d0a66b908c0227fb658
0
provisioning/roles/cibox-protected-folders
3,998
[ "no_license" ]
[ { "path": "provisioning/roles/cibox-protected-folders/templates/htaccess.j2", "content": "AuthType Basic\nAuthName \"Restricted Area\"\nAuthUserFile {{ item.path }}/.htpasswd\nrequire valid-user\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "pr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 712, "all_permissive": false }
ansible_role
BR0kEN-/cihub
b427afa8fad04f2dd3198d0a66b908c0227fb658
0
provisioning/roles/cibox-selenium
3,998
[ "no_license" ]
[ { "path": "provisioning/roles/cibox-selenium/tasks/dependencies.yml", "content": "---\n- name: Check if item is already downloaded\n stat:\n path: \"{{ item.dest }}\"\n register: selenium_dependencies_statuses\n with_items: selenium_dependencies\n\n- name: Create directory for item\n file:\n path:...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3339, "all_permissive": false }
ansible_role
BR0kEN-/cihub
b427afa8fad04f2dd3198d0a66b908c0227fb658
0
provisioning/roles/cibox-sniffers
3,998
[ "no_license" ]
[ { "path": "provisioning/roles/cibox-sniffers/meta/main.yml", "content": "---\ndependencies:\n - role: ansible-composer\n when: ansible_composer_role_executed is not defined\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "provisioning/roles/c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1783, "all_permissive": false }
ansible_role
BR0kEN-/cihub
b427afa8fad04f2dd3198d0a66b908c0227fb658
0
provisioning/roles/cibox-ssl-config
3,998
[ "no_license" ]
[ { "path": "provisioning/roles/cibox-ssl-config/defaults/main.yml", "content": "---\ncibox_ssl_folder: /etc/ssl/private\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "provisioning/roles/cibox-ssl-config/tasks/main.yml", "content": "---\n- nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 347, "all_permissive": false }
ansible_role
BR0kEN-/cihub
b427afa8fad04f2dd3198d0a66b908c0227fb658
0
provisioning/roles/cibox-swap
3,998
[ "no_license" ]
[ { "path": "provisioning/roles/cibox-swap/tasks/main.yml", "content": "---\n- name: Check if swap already enabled.\n file: path=/swapfile1 state=touch\n register: is_swapfile\n\n- name: Create swapfile if not present\n shell: 'dd if=/dev/zero of=/swapfile1 bs={{ swap_size }} count={{ swap_blocks }}'\n wh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 626, "all_permissive": false }
ansible_role
phnkumar51/roboshop-ansible
628cd786f9c46a79dbfbf3fc80547f7883aac02a
0
roles/common
3,998
[ "no_license" ]
[ { "path": "roles/common/tasks/nodejs.yml", "content": "\n# print_head Install Nodejs dependencies\n# npm install &>>$log_file\n# systemd_setup\n-\n- name: Disable default nodejs and Enable nodejs 20\n ansible.builtin.shell: dnf module disable nodejs -y ; dnf module enable nodejs:20 -y;\n\n- name: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 943, "all_permissive": false }
ansible_role
phnkumar51/roboshop-ansible
628cd786f9c46a79dbfbf3fc80547f7883aac02a
0
roles/mongodb
3,998
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "\n- name: Copy Mongodb Repo file\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name: Install MongoDB\n ansible.builtin.dnf:\n name: mongodb-org\n state: installed\n\n- name: Replace the port address from...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 779, "all_permissive": false }
ansible_role
phnkumar51/roboshop-ansible
628cd786f9c46a79dbfbf3fc80547f7883aac02a
0
roles/redis
3,998
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "#print_head Restart Redis\n#systemctl enable redis\n#systemctl restart redis\n\n- name: Disable the default version adn enable the latest version of Redis\n ansible.builtin.shell: dnf module disable redis -y ; dnf module enable redis:7 -y\n\n- name: Insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 740, "all_permissive": false }
ansible_role
blake/ansible-collection-consul
0c86abeec9694d0ea2c61b6603ec18237056d39e
1
roles/transparent_proxy
3,998
[ "permissive" ]
[ { "path": "roles/transparent_proxy/tasks/main.yaml", "content": "---\n- import_tasks: configure.yaml\n- import_tasks: packages.yaml\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 65 }, { "path": "roles/transparent_proxy/files/generate-sid...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 20210, "all_permissive": true }
ansible_role
rajrgithub/04-roboshop-ansible
a0cb0eb1c7fa614d9e2eba6a4327d2e962b77637
0
roles/common
3,978
[ "no_license" ]
[ { "path": "roles/common/tasks/mongodb-schema.yml", "content": "- name: Copy MongoDB Yum Repo file\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: Install MongoDB Client\n ansible.builtin.yum:\n name: mongodb-org-shell\n state: installed\n\n# Comment...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5122, "all_permissive": false }
ansible_role
rajrgithub/04-roboshop-ansible
a0cb0eb1c7fa614d9e2eba6a4327d2e962b77637
0
roles/elk
3,978
[ "no_license" ]
[ { "path": "roles/elk/tasks/main.yml", "content": "- name: Setup Logstash\n ansible.builtin.include_tasks: \"logstash.yml\"\n when: logstash is defined\n\n\n- name: Setup Filebeat\n ansible.builtin.include_tasks: \"filebeat.yml\"\n when: filebeat\n\n\n# ansible-pull -i localhost, -U https://github.com/ra...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 455, "all_permissive": false }
ansible_role
rajrgithub/04-roboshop-ansible
a0cb0eb1c7fa614d9e2eba6a4327d2e962b77637
0
roles/prometheus
3,978
[ "no_license" ]
[ { "path": "roles/prometheus/templates/alert-rules.yml", "content": "groups:\n - name: Alerts\n rules:\n - alert: InstanceDown\n expr: up == 0\n for: 1m\n labels:\n severity: critical\n annotations: {% raw %}\n summary: \"Instance Down - [{{ $labels.name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3537, "all_permissive": false }
ansible_role
dzencot/workspace
527abf3854f8fe065b5fdc8e780df3560e778c01
0
roles/dependencies
3,978
[ "no_license" ]
[ { "path": "roles/dependencies/tasks/main.yml", "content": "- name: Add nodejs package\n shell: curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -\n\n- name: Install deps\n apt:\n pkg:\n - git\n - make\n - nodejs\n - zsh\n - ruby-full\n update_cache: yes\n bec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 584, "all_permissive": false }
ansible_role
dzencot/workspace
527abf3854f8fe065b5fdc8e780df3560e778c01
0
roles/dotfiles
3,978
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "- name: Download dotfiles\n git:\n repo: https://github.com/mokevnin/dotfiles\n dest: dotfiles\n\n- name: Install dotfiles\n shell: |\n cd dotfiles\n sudo make ubuntu-prepare\n make nvim-install\n sudo make deps\n nvim +PlugUpdate...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 247, "all_permissive": false }
ansible_role
mario21ic/picluster-toolkit
0485a2e2187964815780ea60f9210dfd2354fb93
0
roles/common
3,978
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "--- \n- name: Install common packages\n become: true\n apt:\n name: ['tree', 'vim', 'git', 'htop','bzip2', 'unzip', 'wget', 'curl', 'lsof', 'net-tools', 'netcat', 'nmap']\n update_cache: yes\n state: present\n install_recommends: no\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": false }
ansible_role
mario21ic/picluster-toolkit
0485a2e2187964815780ea60f9210dfd2354fb93
0
roles/docker
3,978
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "--- \n- name: fix-broken\n command: apt-get -f install --assume-yes\n\n- name: remove possible old versions\n apt:\n name: \"{{ item }}\"\n state: absent\n with_items:\n - docker\n - docker-engine \n - docker.io\n\n- name: install depen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2312, "all_permissive": false }
ansible_role
danmharris/cloud-ops
8ec1848e8af0fc48503006eacb70db0a3a0f3ba4
0
roles/fail2ban
3,978
[ "no_license" ]
[ { "path": "roles/fail2ban/defaults/main.yml", "content": "---\nfail2ban_banaction: nftables\nfail2ban_jails: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/fail2ban/meta/main.yml", "content": "---\ngalaxy_info:\n namespace: danmhar...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1196, "all_permissive": false }
ansible_role
danmharris/cloud-ops
8ec1848e8af0fc48503006eacb70db0a3a0f3ba4
0
roles/nftables
3,978
[ "no_license" ]
[ { "path": "roles/nftables/templates/rules-input/ssh.conf.j2", "content": "tcp dport {{ nftables_ssh_port }} accept\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/nftables/vars/main.yml", "content": "---\n# vars file for nftables\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 2703, "all_permissive": false }