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
Marlon-Burke/network_engineer
86e0c5fddd3c505274e2087b3dc3beeea0a2b880
0
learn/ansible/roles/web_servers
7,312
[ "no_license" ]
[ { "path": "learn/ansible/roles/web_servers/tasks/main.yml", "content": " - name: install web server packages\n tags: apache,apache2,fedora,httpd,ubuntu\n package:\n name:\n - \"Template:Apache package name\"\n - \"Template:Php package name\"\n state: latest\n when: ansible_distribu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 840, "all_permissive": false }
ansible_role
senorsmile/flask-deploy-ansible-template
681676ba5b33bb9f404b378619a690879e94f476
0
roles/flask_app
7,312
[ "permissive" ]
[ { "path": "roles/flask_app/files/run_app.bash", "content": "#!/usr/bin/env bash\n\nactivate_venv() {\n [[ -f ./venv/bin/activate ]] || {\n virtualenv venv/\n source ./venv/bin/activate\n pip install -U setuptools\n pip install -U pip\n pip install -r requirements.txt\n deactivate\n }\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3626, "all_permissive": true }
ansible_role
Moznaim/CPE_MIDEXAM_BALLESTEROS
4c58dedcb866558c1ba40db802ecb5281cd2ee11
0
roles/grafana
7,312
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "---\n\n- name: download grafana\n get_url:\n url: https://dl.grafana.com/enterprise/release/grafana-enterprise_11.3.0_amd64.deb\n dest: /tmp/grafana-enterprise_11.3.0_amd64.deb\n\n- name: install grafana\n command: dpkg -i /tmp/grafana-enterprise...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 266, "all_permissive": false }
ansible_role
Moznaim/CPE_MIDEXAM_BALLESTEROS
4c58dedcb866558c1ba40db802ecb5281cd2ee11
0
roles/mariadb
7,312
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n\n- name: install mariadb\n dnf:\n name:\n - mariadb-server\n\n- name: start naruadb\n service:\n name: mariadb\n enabled: true\n state: started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 158, "all_permissive": false }
ansible_role
Moznaim/CPE_MIDEXAM_BALLESTEROS
4c58dedcb866558c1ba40db802ecb5281cd2ee11
0
roles/php
7,312
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n\n- name: install php\n apt:\n name:\n - libapache2-mod-php\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 69, "all_permissive": false }
ansible_role
jaysonzhao/ocpcicddemo
154648c7ccab322448af3641e320561d9cf6d17c
0
installplaybooks/roles/activeMQ
7,312
[ "no_license" ]
[ { "path": "installplaybooks/roles/activeMQ/vars/main.yml", "content": " token: <KEY>\n loginurl: https://api.hzocp.sandbox1661.opentlc.com:6443\n catalogurl: https://raw.githubusercontent.com/natronq/openshift-activemq/master/openshift-template.yaml\n projectname: corespaceapp", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 710, "all_permissive": false }
ansible_role
jaysonzhao/ocpcicddemo
154648c7ccab322448af3641e320561d9cf6d17c
0
installplaybooks/roles/app
7,312
[ "no_license" ]
[ { "path": "installplaybooks/roles/app/tasks/main.yml", "content": " - name: login ocp \n command: oc login --token={{token}} --server={{serverurl}} --insecure-skip-tls-verify\n - name: get project \n command: oc project {{projectname}}\n - name: add seesion long-term account \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1859, "all_permissive": false }
ansible_role
jaysonzhao/ocpcicddemo
154648c7ccab322448af3641e320561d9cf6d17c
0
installplaybooks/roles/corepanel
7,312
[ "no_license" ]
[ { "path": "installplaybooks/roles/corepanel/files/templane.yml", "content": "- hosts: dev\n name: install corepanel\n remote_user: root\n tasks:\n - name: login ocp \n command: oc login --token=<KEY> --server=https://api.cluster-98dc.98dc.sandbox1537.opentlc.com:6443\n - name: create projec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3567, "all_permissive": false }
ansible_role
jaysonzhao/ocpcicddemo
154648c7ccab322448af3641e320561d9cf6d17c
0
installplaybooks/roles/gogs
7,312
[ "no_license" ]
[ { "path": "installplaybooks/roles/gogs/handlers/main.yml", "content": " - name: gogshandlers \n command: oc delete project gogscustom\n when: \"result.stdout=='' \" ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "installplaybooks/ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1129, "all_permissive": false }
ansible_role
jaysonzhao/ocpcicddemo
154648c7ccab322448af3641e320561d9cf6d17c
0
installplaybooks/roles/keycloak
7,312
[ "no_license" ]
[ { "path": "installplaybooks/roles/keycloak/handlers/main.yml", "content": " - name: test\n command: oc delete project keycloak\n when: \"result.stdout=='' \"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "installplaybooks/roles/keycl...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1498, "all_permissive": false }
ansible_role
jaysonzhao/ocpcicddemo
154648c7ccab322448af3641e320561d9cf6d17c
0
installplaybooks/roles/mysql56
7,312
[ "no_license" ]
[ { "path": "installplaybooks/roles/mysql56/vars/main.yml", "content": " token: <KEY>\n loginurl: https://api.hzocp.sandbox1661.opentlc.com:6443\n projectname: corespaceapp", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "installplaybooks/ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3365, "all_permissive": false }
ansible_role
jaysonzhao/ocpcicddemo
154648c7ccab322448af3641e320561d9cf6d17c
0
installplaybooks/roles/nexus3
7,312
[ "no_license" ]
[ { "path": "installplaybooks/roles/nexus3/handlers/main.yml", "content": " - name: test \n command: oc delete project nexus\n when: \"result.stdout=='' \" ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "installplaybooks/roles/nexus3/v...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 873, "all_permissive": false }
ansible_role
mehrdadchatrazar/wordpress-dockerized-ansible
de494af659eb8583bd613f89eb4f7dcc306caace
0
roles/docker
7,312
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "---\n- name: Install Docker\n ansible.builtin.include_tasks: install_docker.yml\n tags: install_docker\n when: ansible_os_family == \"Debian\"\n\n- name: config docker\n import_tasks: configure_docker.yaml\n tags: config_docker\n when: ansible_os_f...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1701, "all_permissive": false }
ansible_role
mehrdadchatrazar/wordpress-dockerized-ansible
de494af659eb8583bd613f89eb4f7dcc306caace
0
roles/registry
7,312
[ "no_license" ]
[ { "path": "roles/registry/tasks/login_registry.yml", "content": "---\n- name: Install pip\n ansible.builtin.apt:\n pkg:\n - python3-pip\n\n- name: Install passlib\n ansible.builtin.pip:\n name: passlib\n\n- name: Create auth directory\n file:\n path: \"./docker-registry/auth\"\n state: d...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3468, "all_permissive": false }
ansible_role
mehrdadchatrazar/wordpress-dockerized-ansible
de494af659eb8583bd613f89eb4f7dcc306caace
0
roles/wordpress
7,312
[ "no_license" ]
[ { "path": "roles/wordpress/templates/docker-compose.j2", "content": "version: '3'\n\nnetworks:\n web:\n external: true\n name: docker-registry_web\n\nvolumes:\n mysql_data:\n wp_data:\n\nservices:\n mysql:\n image: mysql:5.7\n container_name: mysql\n restart: unless-stopped\n networks:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1350, "all_permissive": false }
ansible_role
lueschem/edi-cd
8255919821e40c1447cd4dfd483233bf56610807
4
roles/apply_configuration
7,312
[ "no_license" ]
[ { "path": "roles/apply_configuration/tasks/main.yml", "content": "---\n\n- name: Render edge configuration.\n ansible.builtin.set_fact:\n desired_configuration: \"{{ lookup('template', 'edge-configuration.json') }}\"\n\n- name: Set fact for configuration update.\n ansible.builtin.set_fact:\n needs_c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3381, "all_permissive": false }
ansible_role
lueschem/edi-cd
8255919821e40c1447cd4dfd483233bf56610807
4
roles/gather_fleet_facts
7,312
[ "no_license" ]
[ { "path": "roles/gather_fleet_facts/tasks/main.yml", "content": "---\n- name: Get current git branch.\n command: git rev-parse --abbrev-ref HEAD\n register: git_rev_parse_output\n run_once: true\n delegate_to: 127.0.0.1\n changed_when: false\n\n- name: Make sure that the required Mender environment var...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2906, "all_permissive": false }
ansible_role
lueschem/edi-cd
8255919821e40c1447cd4dfd483233bf56610807
4
roles/install_os
7,312
[ "no_license" ]
[ { "path": "roles/install_os/tasks/main.yml", "content": "---\n\n- name: Set facts for OS update (part I).\n ansible.builtin.set_fact:\n desired_os_image: \"{{ os_image | community.general.json_query(os_image_query) | first }}\"\n vars:\n os_image_query: \"[?device_type==`{{ device_type }}`].image_n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1511, "all_permissive": false }
ansible_role
shabazz-abdulrahman1/ansible-cvp-configlet-deployment
a85898cdb88f3ada054a2e97fda249b6a3712e19
0
roles/configlet.customers.vlans
7,312
[ "no_license" ]
[ { "path": "roles/configlet.customers.vlans/vars/main.yml", "content": "---\n# vars file for configlet.customers.vlans", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/configlet.customers.vlans/handlers/main.yml", "content": "---\n# handler...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3399, "all_permissive": false }
ansible_role
mouckatron/portableops
690eabf2b60c34d99d28f96d1f5aef203ebc01e5
0
roles/aprs
7,312
[ "no_license" ]
[ { "path": "roles/aprs/templates/run_aprs.sh", "content": "#!/bin/bash\n\n# Starts up rigctld, then direwolf\n# Make sure before running that you don't have anything else running (e.g. js8call) that is using your tranceiver.\n\n# Drive level into rig. Adjust if neccessary to get the ALC meter on your rig at ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4576, "all_permissive": false }
ansible_role
mouckatron/portableops
690eabf2b60c34d99d28f96d1f5aef203ebc01e5
0
roles/autohotspot
7,312
[ "no_license" ]
[ { "path": "roles/autohotspot/tasks/main.yml", "content": "- apt:\n name:\n - hostapd\n - dnsmasq\n - dns-root-data\n state: latest\n\n- apt:\n name:\n - network-manager\n state: absent\n\n- systemd:\n name: hostapd\n enabled: false\n masked: false\n\n- systemd:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1733, "all_permissive": false }
ansible_role
mouckatron/portableops
690eabf2b60c34d99d28f96d1f5aef203ebc01e5
0
roles/gpstime
7,312
[ "no_license" ]
[ { "path": "roles/gpstime/tasks/main.yml", "content": "- apt:\n name:\n - gpsd\n - gpsd-clients\n - chrony\n - pps-tools\n\n- name: Add GPS device\n lineinfile:\n path: /etc/default/gpsd\n line: DEVICES=\"{{ gps_device }}\"\n regexp: '^DEVICES='\n\n- name: Set GPSd options\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 840, "all_permissive": false }
ansible_role
mouckatron/portableops
690eabf2b60c34d99d28f96d1f5aef203ebc01e5
0
roles/hamlib
7,312
[ "no_license" ]
[ { "path": "roles/hamlib/templates/rigctld.service.j2", "content": "[Unit]\nDescription=\n\n[Service]\nType=simple\nUser=root\nGroup=root\nExecStartPre=/usr/local/bin/rigctld_preflight.sh\nExecStopPost=/usr/local/bin/rigctld_postflight.sh\nExecStart=rigctld -m {{ hamlib_rigid }} -c {{ hamlib_civ }} -s {{ ham...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3045, "all_permissive": false }
ansible_role
mouckatron/portableops
690eabf2b60c34d99d28f96d1f5aef203ebc01e5
0
roles/nginx
7,312
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- apt:\n name:\n - nginx-light\n - nginx-common\n state: latest\n\n- copy:\n src: default\n dest: /etc/nginx/sites-available/default\n notify: restart nginx\n\n- file:\n src: /home/pi/.fldigi/images\n dest: /var/www/html/fldigi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1239, "all_permissive": false }
ansible_role
mouckatron/portableops
690eabf2b60c34d99d28f96d1f5aef203ebc01e5
0
roles/patwinlink
7,312
[ "no_license" ]
[ { "path": "roles/patwinlink/tasks/main.yml", "content": "- apt:\n name:\n - gpsd\n - libhamlib-utils\n state: latest\n update_cache: true\n\n- get_url:\n url: http://www.cantab.net/users/john.wiseman/Downloads/Beta/piardopc\n dest: /usr/local/bin/ardopc\n\n- file:\n path: /usr/lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4728, "all_permissive": false }
ansible_role
mouckatron/portableops
690eabf2b60c34d99d28f96d1f5aef203ebc01e5
0
roles/rpi-clone
7,312
[ "no_license" ]
[ { "path": "roles/rpi-clone/tasks/main.yml", "content": "---\n- name: Clone rpi-clone\n ansible.builtin.git:\n repo: 'https://github.com/billw2/rpi-clone.git'\n dest: /opt/rpi-clone\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 128, "all_permissive": false }
ansible_role
khan-kashtan/vagrant-test-ansible-3
36a4a6227f88d94d5ff4af701415ec9f9b0d9c19
0
playbooks/roles/deploy
7,312
[ "no_license" ]
[ { "path": "playbooks/roles/deploy/defaults/main.yml", "content": "---\n# defaults file for deploy\ndeploy_user: vagrant\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "playbooks/roles/deploy/handlers/main.yml", "content": "---\n# handlers fil...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 495, "all_permissive": false }
ansible_role
newswangerd/collection_demo
e1cdfa1892d58f96f70f1190b5721e23bfb2471d
8
collection_demo/roles/deltoid
7,312
[ "no_license" ]
[ { "path": "collection_demo/roles/deltoid/README.md", "content": "Role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 5 }, { "path": "collection_demo/roles/deltoid/tasks/main.yml", "content": "- name: Gather some real facts FROM A DELTOID ROLE!\n newswangerd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 444, "all_permissive": false }
ansible_role
newswangerd/collection_demo
e1cdfa1892d58f96f70f1190b5721e23bfb2471d
8
collection_demo/roles/factoid
7,312
[ "no_license" ]
[ { "path": "collection_demo/roles/factoid/tasks/main.yml", "content": "- name: Gather some real facts FROM A ROLE!\n newswangerd.collection_demo.real_facts:\n name: <NAME>\n register: testout\n- debug:\n msg: \"{{ testout }}\"\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": 450, "all_permissive": false }
ansible_role
suryashankarungarala/ansible.demo
6390354d9f5db8238d123c7df4bb8f662e28b4e6
0
playbook/roles/role1
7,313
[ "no_license" ]
[ { "path": "playbook/roles/role1/tasks/main.yml", "content": "--- \n - name: installing docker \n command: yum install docker -y\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 67, "all_permissive": false }
ansible_role
suryashankarungarala/ansible.demo
6390354d9f5db8238d123c7df4bb8f662e28b4e6
0
playbook/roles/role2
7,313
[ "no_license" ]
[ { "path": "playbook/roles/role2/tasks/main.yml", "content": "--- \n - name: unstall docker\n action: yum name=docker state=absent\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 69, "all_permissive": false }
ansible_role
STE5/ansible
833eda96975a01dae3a7c0e3e8eccef37cf0b5e9
0
roles/nodejs
7,313
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n\n- name: install node.js\n apt: name=nodejs state=present update_cache=yes\n\n- name: install npm\n apt: name=npm state=present update_cache=no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 146, "all_permissive": false }
ansible_role
UBRN/test-ansible
2ae67f982f256efb50227a9a0f96eb51329ee738
0
roles/common
7,313
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# ...existing pre-task code...\n\n- name: Ensure required packages are installed\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n loop:\n - git\n - curl\n - vim\n when: ansible_os_family == \"Debian\"\n\n# Opt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 586, "all_permissive": false }
ansible_role
yabinmeng/dse_mc_nb
aa522c5be6d4f6648f4a4682e839c547d5aee6f9
1
scripts/ansible/roles/config_dse_srv
7,313
[ "no_license" ]
[ { "path": "scripts/ansible/roles/config_dse_srv/tasks/main.yaml", "content": "---\n- name: Create folder for \"collectd\"\n file:\n path: \"{{ dse_mc_collectd_dir }}\"\n state: directory\n mode: '0755'\n owner: \"{{ dse_svc_user }}\"\n group: \"{{ dse_svc_user }}\"\n\n- name: Create promethe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2923, "all_permissive": false }
ansible_role
yabinmeng/dse_mc_nb
aa522c5be6d4f6648f4a4682e839c547d5aee6f9
1
scripts/ansible/roles/config_mc_srv_post
7,313
[ "no_license" ]
[ { "path": "scripts/ansible/roles/config_mc_srv_post/vars/main.yaml", "content": "targets_key: \".[0].targets\"\ncluster_key: \".[0].labels.cluster\"\nprom_tg_dse_json_file: \"tg_dse.json\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "scripts/ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1977, "all_permissive": false }
ansible_role
yabinmeng/dse_mc_nb
aa522c5be6d4f6648f4a4682e839c547d5aee6f9
1
scripts/ansible/roles/config_mc_srv_pre
7,313
[ "no_license" ]
[ { "path": "scripts/ansible/roles/config_mc_srv_pre/tasks/main.yaml", "content": "---\n- name: Create the directory (if it does not exist) as the home directory to store DSE metrics collector zip file\n file:\n path: \"{{ dse_mc_code_download_homedir }}\"\n state: directory\n mode: '0755'\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 653, "all_permissive": false }
ansible_role
yabinmeng/dse_mc_nb
aa522c5be6d4f6648f4a4682e839c547d5aee6f9
1
scripts/ansible/roles/install_docker_debian
7,313
[ "no_license" ]
[ { "path": "scripts/ansible/roles/install_docker_debian/tasks/main.yaml", "content": "---\n- name: Install required system packages for Docker\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - python-apt\n - apt-transport-https\n - ca-certificates\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1623, "all_permissive": false }
ansible_role
yabinmeng/dse_mc_nb
aa522c5be6d4f6648f4a4682e839c547d5aee6f9
1
scripts/ansible/roles/start_containers
7,313
[ "no_license" ]
[ { "path": "scripts/ansible/roles/start_containers/tasks/main.yaml", "content": "---\n- name: Start docker container of Prometheus and Grafana servers \n docker_compose:\n project_src: /opt/{{ dse_mc_master_branch_name }}\n state: present\n register: dc_output\n\n#- debug: \n# var: dc_output", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 214, "all_permissive": false }
ansible_role
DarioBlanco26/install-influxdb-telegraf
7eec70c8f6c671ff6b21e7b797c8517519fd204c
0
roles/influxdb_telegraf
7,313
[ "no_license" ]
[ { "path": "roles/influxdb_telegraf/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - influxdb_telegraf", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/influxdb_telegraf/defaults/main.yml", "content...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1858, "all_permissive": false }
ansible_role
tadasbytautas/tadasSFIA2
99dbd77a9ed0a49b2c564b03014fc021709291b8
0
roles/docker-swarm-add-workers
7,310
[ "no_license" ]
[ { "path": "roles/docker-swarm-add-workers/tasks/main.yml", "content": "- name: Removing unused Images/Containers/Networks \n shell: docker system prune -f\n tags: swarm\n\n- name: Add Worker to Manager Node\n shell: \"docker swarm join --token {{ hostvars['token']['value'] }} {{ hostvars['manager_hostna...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 293, "all_permissive": false }
ansible_role
tadasbytautas/tadasSFIA2
99dbd77a9ed0a49b2c564b03014fc021709291b8
0
roles/docker-swarm-init
7,310
[ "no_license" ]
[ { "path": "roles/docker-swarm-init/tasks/main.yml", "content": "- name: Docker Swarm Status\n shell: docker node ls\n register: swarm_status\n ignore_errors: true\n tags: swarm\n\n- name: Add user to Docker Group\n shell: usermod -aG docker jenkins\n tags: swarm\n\n- name: Initialise Docker Swarm \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 930, "all_permissive": false }
ansible_role
bruno319/story-game-user-service
a450e9e467de9b09e1ef499d823adc200bb8c4e1
0
infra/provisioning/ansible/roles/base
7,310
[ "no_license" ]
[ { "path": "infra/provisioning/ansible/roles/base/tasks/main.yml", "content": "---\n- name: install git\n apt:\n name: git-core\n update_cache: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 71, "all_permissive": false }
ansible_role
bruno319/story-game-user-service
a450e9e467de9b09e1ef499d823adc200bb8c4e1
0
infra/provisioning/ansible/roles/microservice
7,310
[ "no_license" ]
[ { "path": "infra/provisioning/ansible/roles/microservice/tasks/main.yml", "content": "---\n- git:\n repo: 'https://github.com/BrunoVieira319/story-game-user-service.git'\n dest: \"{{ app_path }}\"\n\n- name: move unit file to systemd folder\n copy:\n src: /home/ubuntu/gradlew.service\n dest: /e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 354, "all_permissive": false }
ansible_role
tacumai/test-ansible-inventory
ddbaa7d0bbb0f24abb0961451e4376c77e276657
0
roles/nginx
7,310
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx\n roles:\n - { role: geerlingguy.nginx }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 69, "all_permissive": false }
ansible_role
tacumai/test-ansible-inventory
ddbaa7d0bbb0f24abb0961451e4376c77e276657
0
roles/ruby
7,310
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "---\n- name: Rubyの存在確認\n shell: which ruby\n register: ruby_install\n failed_when: ruby_install.rc not in [0, 1]\n\n- name: gitからrbenvをクローンする\n git: repo=https://github.com/sstephenson/rbenv.git dest=~/.rbenv\n when: ruby_install.rc == 1\n\n- name: rbe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1082, "all_permissive": false }
ansible_role
Bapugouda-B/Ansible-Case-Study
0fc08227cf2a4c3076739a5335a2cbee680c430c
0
roles/apache
7,310
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n- name: run apt-get update\n apt:\n update_cache: yes\n- name: install apache2\n apt:\n name: apache2\n state: present\n- name: start service\n systemd:\n name: apache2\n state: restarted\n\n- name: Push index.html to Apache server\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 445, "all_permissive": false }
ansible_role
Bapugouda-B/Ansible-Case-Study
0fc08227cf2a4c3076739a5335a2cbee680c430c
0
roles/java
7,310
[ "no_license" ]
[ { "path": "roles/java/handlers/main.yml", "content": "---\n- name: Post Java Installation Message\n debug:\n msg: \"Java has been installed successfully.\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/java/tasks/main.yml", "conten...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 348, "all_permissive": false }
ansible_role
Bapugouda-B/Ansible-Case-Study
0fc08227cf2a4c3076739a5335a2cbee680c430c
0
roles/nginx
7,310
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: run apt-get update\n apt:\n update_cache: yes\n- name: install nginx\n apt:\n name: nginx\n state: latest\n- name: start nginx\n service:\n name: nginx\n state: started\n enabled: yes\n\n- name: Copy index.html to Nginx se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 479, "all_permissive": false }
ansible_role
rdustin/ansible-lamp
16dbe649bf424c3fd46810f10500ea715097118c
0
provisioning/ansible/playbooks/roles/common
7,310
[ "no_license" ]
[ { "path": "provisioning/ansible/playbooks/roles/common/tasks/main.yml", "content": "---\n - name: ensure git is installed\n apt: pkg=git state=latest\n\n - name: ensure vim is installed\n apt: pkg=vim state=latest\n\n - name: ensure lsyncd is installed\n apt: pkg=lsyncd state=latest", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
rdustin/ansible-lamp
16dbe649bf424c3fd46810f10500ea715097118c
0
provisioning/ansible/playbooks/roles/db
7,310
[ "no_license" ]
[ { "path": "provisioning/ansible/playbooks/roles/db/tasks/install-phpmyadmin.yml", "content": "---\n# set up phpmyadmin\n- name: debconf for pma\n debconf: name=phpmyadmin question='phpmyadmin/dbconfig-install' value='true' vtype='boolean'\n\n- name: debconf for pma\n debconf: name=phpmyadmin question='php...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2406, "all_permissive": false }
ansible_role
rdustin/ansible-lamp
16dbe649bf424c3fd46810f10500ea715097118c
0
provisioning/ansible/playbooks/roles/web
7,310
[ "no_license" ]
[ { "path": "provisioning/ansible/playbooks/roles/web/tasks/main.yml", "content": "---\n - include: install-apache.yml\n - include: manage-apache-modules.yml\n - include: manage-vhosts.yml\n - include: install-php.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1776, "all_permissive": false }
ansible_role
kirei/ansible-dns
9b948f9e2f1eed465505ff4c91bceff094d4253f
0
roles/bind
7,310
[ "no_license" ]
[ { "path": "roles/bind/tasks/main.yml", "content": "---\n\n- name: install BIND\n yum: name=bind state=installed\n\n- name: configure BIND\n template:\n src: named.conf\n dest: /etc/named.conf\n group: named\n mode: 444\n notify: restart bind\n\n- firewalld:\n service: dns\n permanent: t...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 528, "all_permissive": false }
ansible_role
kirei/ansible-dns
9b948f9e2f1eed465505ff4c91bceff094d4253f
0
roles/knot_dns
7,310
[ "no_license" ]
[ { "path": "roles/knot_dns/tasks/main.yml", "content": "---\n\n- name: install Knot DNS\n yum: name=knot state=installed\n\n- name: configure Knot DNS\n template:\n src: knot.conf\n dest: /etc/knot/knot.conf\n group: knot\n mode: 440\n notify: restart knot\n\n- file:\n dest: /etc/knot/conf....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 754, "all_permissive": false }
ansible_role
kirei/ansible-dns
9b948f9e2f1eed465505ff4c91bceff094d4253f
0
roles/nsd
7,310
[ "no_license" ]
[ { "path": "roles/nsd/handlers/main.yml", "content": "---\n\n- name: restart nsd\n service: name=nsd state=restarted\n\n- name: reload firewalld\n shell: firewall-cmd --reload\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "roles/nsd/tasks/main...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 384, "all_permissive": false }
ansible_role
EugeneDruzhynin/devops-hometasks
0b6353d12e8b682c6b317722a1d9bcf769c016ea
0
06-jenkins/roles/jenkins
7,310
[ "no_license" ]
[ { "path": "06-jenkins/roles/jenkins/tasks/configure-plugins.yaml", "content": "---\n- name: Start Jenkins service\n service:\n name=jenkins\n state=restarted\n enabled=yes\n\n- name: Wait for Jenkins to start up\n uri:\n url: http://localhost:8080\n status_code: 200\n user: \"admin\"\n ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3556, "all_permissive": false }
ansible_role
EugeneDruzhynin/devops-hometasks
0b6353d12e8b682c6b317722a1d9bcf769c016ea
0
10-docker-compose/jenkins/roles/jenkins
7,310
[ "no_license" ]
[ { "path": "10-docker-compose/jenkins/roles/jenkins/tasks/configure-jobs.yaml", "content": "---\n- name: Create job's directory\n ansible.builtin.file:\n path: \"{{ jenkins_home }}/jobs/gobuild\"\n state: directory\n owner: \"{{ jenkins_config_owner }}\"\n group: \"{{ jenkins_config_group }}\"\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1480, "all_permissive": false }
ansible_role
EugeneDruzhynin/devops-hometasks
0b6353d12e8b682c6b317722a1d9bcf769c016ea
0
final/jenkins/roles/jenkins
7,310
[ "no_license" ]
[ { "path": "final/jenkins/roles/jenkins/tasks/apt/install.yaml", "content": "---\n - name: Apt Jenkins key\n apt_key:\n url: \"https://pkg.jenkins.io/debian-stable/jenkins.io.key\"\n state: present\n become: yes\n\n - name: ensure the repository is configured\n apt_repository: repo='...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3410, "all_permissive": false }
ansible_role
a-pennington/Ansible_Dev_Environments
0a45fe8ff5e4e3759c3bb371ba8ece73867b8629
0
roles/caddy
7,310
[ "no_license" ]
[ { "path": "roles/caddy/vars/main.yml", "content": "---\n\n__caddy_base_image_url: docker.io/caddy\n__caddy_base_image_tag: latest\n\n__caddy_container_dir: \"{{ caddy_container_file | dirname }}\"\n__caddy_container_file: \"{{ caddy_container_file | basename }}\"", "license_type": "no_license", "det...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1071, "all_permissive": false }
ansible_role
a-pennington/Ansible_Dev_Environments
0a45fe8ff5e4e3759c3bb371ba8ece73867b8629
0
roles/dev_env
7,310
[ "no_license" ]
[ { "path": "roles/dev_env/tasks/build.yml", "content": "---\n\n- name: Building the container\n containers.podman.podman_image:\n name: \"{{ dev_image_name }}\"\n tag: \"{{ dev_image_tag }}\"\n path: \"{{ __dev_container_dir }}\"\n state: build\n force: \"{{ dev_force_build | bool }}\"\n b...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2149, "all_permissive": false }
ansible_role
vishenkana/ansible-docker
4b5d73314afd64e73d2bf5eb2a3abeb33b9e6f5f
0
roles/niitp.docker
7,310
[ "no_license" ]
[ { "path": "roles/niitp.docker/tasks/service.yml", "content": "- name: Configure docker service Astra Linux\n when: ansible_facts['distribution'] == 'Astra Linux'\n block:\n - name: Stop non-rootless docker service\n systemd:\n name: docker\n enabled: false\n state: stopped\n ...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 7150, "all_permissive": false }
ansible_role
kuzmich/sanskritvoice-pyramid
c102f23a235b30ff52b4ae31222056e5c96c1d98
0
deployment/ansible/roles/app
7,310
[ "no_license" ]
[ { "path": "deployment/ansible/roles/app/templates/production.ini", "content": "###\n# app configuration\n# http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html\n###\n\n[app:main]\nuse = egg:sv\n\npyramid.reload_templates = false\npyramid.debug_authorization = false\npyramid.debug_n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3818, "all_permissive": false }
ansible_role
kuzmich/sanskritvoice-pyramid
c102f23a235b30ff52b4ae31222056e5c96c1d98
0
deployment/ansible/roles/db
7,310
[ "no_license" ]
[ { "path": "deployment/ansible/roles/db/tasks/main.yml", "content": "---\n- locale_gen:\n name: \"{{ db.locale }}\"\n\n- name: Add PostgreSQL repo\n apt_repository:\n repo: deb http://apt.postgresql.org/pub/repos/apt/ xenial-pgdg main\n filename: postgresql\n\n- name: Import the repository signing ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 810, "all_permissive": false }
ansible_role
kuzmich/sanskritvoice-pyramid
c102f23a235b30ff52b4ae31222056e5c96c1d98
0
deployment/ansible/roles/nginx
7,310
[ "no_license" ]
[ { "path": "deployment/ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Import the repository signing key\n apt_key:\n url: http://nginx.org/keys/nginx_signing.key\n\n- name: Add nginx repo\n apt_repository:\n repo: deb http://nginx.org/packages/ubuntu/ xenial nginx\n filename: nginx\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 740, "all_permissive": false }
ansible_role
kuzmich/sanskritvoice-pyramid
c102f23a235b30ff52b4ae31222056e5c96c1d98
0
deployment/ansible/roles/redis
7,310
[ "no_license" ]
[ { "path": "deployment/ansible/roles/redis/tasks/main.yml", "content": "---\n- name: Add Redis ppa repo\n apt_repository:\n repo: ppa:chris-lea/redis-server\n filename: 'redis'\n\n- name: Install Redis\n apt:\n name: redis-server\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
DudeCalledBro/dotfiles
1835a5592f325830b53071d8cdf6a0a01bf10609
0
roles/dotfiles
7,310
[ "no_license" ]
[ { "path": "roles/dotfiles/defaults/main.yml", "content": "dotfiles_repository_path: \"{{ playbook_dir }}\"\n\n# Set path where dotfiles should be setup\ndotfiles_destination_path: \"~\"\n\n# Setup the following files\ndotfiles_files_list:\n- .inputrc\n- .vimrc\n- .zshrc\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 395, "all_permissive": false }
ansible_role
DudeCalledBro/dotfiles
1835a5592f325830b53071d8cdf6a0a01bf10609
0
roles/macos
7,310
[ "no_license" ]
[ { "path": "roles/macos/tasks/main.yml", "content": "---\n- name: Configure MacOS (via script)\n ansible.builtin.command:\n cmd: bash macos.sh\n chdir: \"{{ macos_script_path }}\"\n changed_when: true\n diff: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 245, "all_permissive": false }
ansible_role
DudeCalledBro/dotfiles
1835a5592f325830b53071d8cdf6a0a01bf10609
0
roles/neovim
7,310
[ "no_license" ]
[ { "path": "roles/neovim/templates/keymaps.lua.j2", "content": "-- {{ ansible_managed }}\n\n-- key mappings\nvim.g.mapleader = \" \"\nvim.keymap.set(\"n\", \"<leader>e\", vim.cmd.Ex)\nvim.keymap.set(\"n\", \"<leader>w\", vim.cmd.w)\nvim.keymap.set(\"n\", \"<leader>q\", vim.cmd.q)\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1111, "all_permissive": false }
ansible_role
smacleod/rb-vm-dev
10221237cf5b697db0faec9e11b38ec63e307b6a
2
ansible/roles/dev-install
7,310
[ "no_license" ]
[ { "path": "ansible/roles/dev-install/tasks/main.yml", "content": "---\n\n- name: install development requirements\n command: \"{{ venv }}/bin/python \"\n\n- name: install development requirements\n pip: virtualenv={{ venv }}\n requirements={{ src_dir }}/{{ item }}/dev-requirements.txt\n execut...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1758, "all_permissive": false }
ansible_role
smacleod/rb-vm-dev
10221237cf5b697db0faec9e11b38ec63e307b6a
2
ansible/roles/rb-virtualenv
7,310
[ "no_license" ]
[ { "path": "ansible/roles/rb-virtualenv/tasks/main.yml", "content": "---\n# Create a virtuelenv for Review Board\n\n- name: download virtualenv package\n get_url: url=https://pypi.python.org/packages/source/v/virtualenv/virtualenv-12.0.7.tar.gz\n dest=/var/tmp/virtualenv-12.0.7.tar.gz\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1042, "all_permissive": false }
ansible_role
smacleod/rb-vm-dev
10221237cf5b697db0faec9e11b38ec63e307b6a
2
ansible/roles/repository-clones
7,310
[ "no_license" ]
[ { "path": "ansible/roles/repository-clones/tasks/main.yml", "content": "---\n# Clone Review Board project code if it is not already present\n\n- name: clone review board repositories\n command: \"git clone {{ item.url }} {{ item.name }}\"\n args:\n chdir: \"{{ src_dir }}\"\n creates: \"{{ src_dir }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 489, "all_permissive": false }
ansible_role
smacleod/rb-vm-dev
10221237cf5b697db0faec9e11b38ec63e307b6a
2
ansible/roles/system-dependencies
7,310
[ "no_license" ]
[ { "path": "ansible/roles/system-dependencies/tasks/main.yml", "content": "---\n# Install needed system dependencies\n\n- name: install required apt packages\n apt: name={{ item }}\n with_items:\n - git\n - build-essential\n - patch\n - python-dev\n - python-setuptools\n - cvs\n - subv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 502, "all_permissive": false }
ansible_role
UCL-MIRSG/ansible-collection-xnat
9a09ed2fc2231c005d5c1c99a6ef5176c6d47ee7
0
roles/add_pg_server_cert_to_client
7,317
[ "no_license" ]
[ { "path": "roles/add_pg_server_cert_to_client/tasks/main.yml", "content": "---\n- name: Get postgres server certificate from cache\n ansible.builtin.copy:\n src: \"{{ database_server_certificate_cache_filename }}\"\n dest: \"{{ postgresql_client.server_certificate_filename }}\"\n owner: \"{{ postg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 338, "all_permissive": false }
ansible_role
UCL-MIRSG/ansible-collection-xnat
9a09ed2fc2231c005d5c1c99a6ef5176c6d47ee7
0
roles/container_service
7,317
[ "no_license" ]
[ { "path": "roles/container_service/tasks/main.yml", "content": "---\n- name: Ensure Docker certificate directory exists on the client\n ansible.builtin.file:\n path: \"{{ container_service_certificate_directory }}\"\n state: directory\n owner: \"{{ container_service_owner }}\"\n group: \"{{ con...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2521, "all_permissive": false }
ansible_role
UCL-MIRSG/ansible-collection-xnat
9a09ed2fc2231c005d5c1c99a6ef5176c6d47ee7
0
roles/setup_xnat_db
7,317
[ "no_license" ]
[ { "path": "roles/setup_xnat_db/tasks/main.yml", "content": "---\n- name: Ensure postgres is running\n ansible.builtin.service:\n name: \"{{ postgresql_service.name }}\"\n state: started\n enabled: true\n\n- name: \"Create XNAT PostgreSQL user\"\n become: true\n become_user: postgres\n community...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 612, "all_permissive": false }
ansible_role
UCL-MIRSG/ansible-collection-xnat
9a09ed2fc2231c005d5c1c99a6ef5176c6d47ee7
0
roles/xnat
7,317
[ "no_license" ]
[ { "path": "roles/xnat/defaults/main.yml", "content": "---\nxnat_version: 1.8.9.2\nxnat_pipeline_version: 1.8.3\nxnat_archive_dir: \"{{ xnat_root_dir }}/archive\"\nxnat_prearchive_dir: \"{{ xnat_root_dir }}/prearchive\"\nxnat_cache_dir: \"{{ xnat_root_dir }}/cache\"\nxnat_build_dir: \"{{ xnat_root_dir }}/bui...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3751, "all_permissive": false }
ansible_role
franck-art/phonebook-project-ansible
22b018d7109ba92d880b0402504a8c0bd040e541
1
roles/phonebook-app
7,317
[ "no_license" ]
[ { "path": "roles/phonebook-app/templates/daemon.j2", "content": "{\n \"insecure-registries\" : [\"{{ address_registry }}:{{ port_registry }}\"]\n}\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/phonebook-app/tasks/main.yml", "conten...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4068, "all_permissive": false }
ansible_role
thyvile/ansible-bootstrap
3861b9892c31453df6246b2986d41179aac05bbe
0
roles/cpu-tweak
7,317
[ "no_license" ]
[ { "path": "roles/cpu-tweak/defaults/main.yml", "content": "---\n# CPU Governor settings\ncpu_governor: \"performance\"\n\n# C-state settings\ndisable_cstates: true\ndisable_cstates_grub: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { "path": "role...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3454, "all_permissive": false }
ansible_role
thyvile/ansible-bootstrap
3861b9892c31453df6246b2986d41179aac05bbe
0
roles/encrypt
7,317
[ "no_license" ]
[ { "path": "roles/encrypt/tasks/main.yml", "content": "---\n- name: Validate encryption parameters\n block:\n - name: Ensure either encrypt_partition or encrypt_disk is defined\n fail:\n msg: \"Either 'encrypt_partition' or 'encrypt_disk' must be defined for {{ inventory_hostname }}\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 7125, "all_permissive": false }
ansible_role
thyvile/ansible-bootstrap
3861b9892c31453df6246b2986d41179aac05bbe
0
roles/net-rename
7,317
[ "no_license" ]
[ { "path": "roles/net-rename/defaults/main.yml", "content": "---\n# Network interface renaming settings\ntarget_interface_name: \"net0\"\n\n# Udev rule settings\nudev_rule_file: \"/etc/udev/rules.d/70-persistent-net.rules\"\nudev_rule_priority: 70\n\n# Network configuration paths\nnetplan_config_path: \"/etc...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 9091, "all_permissive": false }
ansible_role
Waiting923/ubuntu20-autoinstall
fd97304a9f6980dcc0440838311232d105965425
1
roles/deployconfig
7,317
[ "no_license" ]
[ { "path": "roles/deployconfig/templates/isc-dhcp-server.json.j2", "content": "INTERFACESv4=\"{{ DHCP_INTERFACE }}\"\nINTERFACESv6=\"{{ DHCP_INTERFACE }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/deployconfig/templates/000-default.js...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2901, "all_permissive": false }
ansible_role
Waiting923/ubuntu20-autoinstall
fd97304a9f6980dcc0440838311232d105965425
1
roles/hostconfig
7,317
[ "no_license" ]
[ { "path": "roles/hostconfig/tasks/main.yml", "content": "---\n\n- name: set hostname\n shell: \"hostnamectl set-hostname {{ HOSTNAME }}\"\n\n- name: config network\n template:\n src: templates/network.yml\n dest: /etc/netplan/00-installer-config.yaml\n\n- name: delete dhcp route\n shell: \"ip route...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1165, "all_permissive": false }
ansible_role
Waiting923/ubuntu20-autoinstall
fd97304a9f6980dcc0440838311232d105965425
1
roles/userdata
7,317
[ "no_license" ]
[ { "path": "roles/userdata/scripts/create-userdata.sh", "content": "for PART_ID in $(./megaclisas-status | grep SSD | awk '{print $1}')\ndo\n DISK_ID=$(echo $PART_ID | cut -c 1-4)\n DISK_PATH=$(./megaclisas-status | grep $DISK_ID | grep RAID | awk -F '|' '{print $8}')\n if [ -n $DISK_PATH ]\n the...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1825, "all_permissive": false }
ansible_role
ldurbanredhat/ansible-dellemc-demo-network
8d74c8b445b991b7367afbef3ad4fdc251a6da17
0
roles/os10_vlan
7,317
[ "no_license" ]
[ { "path": "roles/os10_vlan/tasks/main.yml", "content": "---\n - name: \"Provisioning VLAN configuration for os10\"\n os10_config:\n src: os10_vlan.j2\n when: (ansible_network_os is defined and ansible_network_os == \"dellemc.os10.os10\")\n register: output\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
rayokota/provision-angular-express-sequelize
2f546fd54efaafd7e2b05adb23fd4da75a5f461f
3
roles/generator
7,317
[ "no_license" ]
[ { "path": "roles/generator/tasks/main.yml", "content": "---\n- name: Install Yeoman\n npm: name=yo\n global=yes\n\n- name: Install Angular-Express-Sequelize Generator\n npm: name=generator-angular-express-sequelize\n global=yes\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 179, "all_permissive": false }
ansible_role
vuonghung2308/ansible-lab
4ff7a32229601deb7baafcbd29a38b0f24e8a0e1
0
shared/ansible/roles/baremetal
7,317
[ "no_license" ]
[ { "path": "shared/ansible/roles/baremetal/defaults/main.yml", "content": "---\ndocker_apt_url: https://download.docker.com/linux/ubuntu\npkg_install:\n - docker-ce\n - python3-pip\n - vim\n - git\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path"...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2176, "all_permissive": false }
ansible_role
vuonghung2308/ansible-lab
4ff7a32229601deb7baafcbd29a38b0f24e8a0e1
0
shared/ansible/roles/flask
7,317
[ "no_license" ]
[ { "path": "shared/ansible/roles/flask/tasks/install.yml", "content": "---\n- name: Build a Flask web application\n community.docker.docker_image:\n name: simple-webapp\n tag: latest\n build:\n path: /home/vagrant/simple-webapp\n dockerfile: Dockerfile\n source: build\n\n- name: Run th...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1372, "all_permissive": false }
ansible_role
vuonghung2308/ansible-lab
4ff7a32229601deb7baafcbd29a38b0f24e8a0e1
0
shared/ansible/roles/mariadb
7,317
[ "no_license" ]
[ { "path": "shared/ansible/roles/mariadb/tasks/post-install.yml", "content": "---\n- name: Create database user for application\n community.docker.docker_container_exec:\n container: \"{{ mariadb_container_name }}\"\n command: |\n mysql -u root -p{{ mariadb_root_password }} -e \"\n CREATE ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1620, "all_permissive": false }
ansible_role
tanguynicolas/instakilo-infra
bc01f3956f5a7a1d99231a63fac67aea0e3fb4b9
0
ansible/roles/common
7,317
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n\n- name: Upgrade all packages\n ansible.builtin.apt:\n update_cache: yes\n cache_valid_time: 86400\n upgrade: yes\n\n- name: Install some packages\n ansible.builtin.apt:\n update_cache: yes\n cache_valid_time: 86400\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 832, "all_permissive": false }
ansible_role
tanguynicolas/instakilo-infra
bc01f3956f5a7a1d99231a63fac67aea0e3fb4b9
0
ansible/roles/openssh
7,317
[ "no_license" ]
[ { "path": "ansible/roles/openssh/handlers/main.yml", "content": "- name: Restart openssh\n ansible.builtin.service:\n name: sshd\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "ansible/roles/openssh/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 447, "all_permissive": false }
ansible_role
artem-timchenko/ansible-examples
0e3f79427875fa880e33a3b33c967702eb25dc20
0
ansible/roles_example/roles/some_test_role
7,317
[ "no_license" ]
[ { "path": "ansible/roles_example/roles/some_test_role/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - some_test_role", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "ansible/roles_example/roles/some_test_ro...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 347, "all_permissive": false }
ansible_role
SpicyKalamares/CPE232_HOA13
6d9ed92c0dcbe15d2578b998e1bfae6f6010d0bf
0
roles/centos
7,317
[ "no_license" ]
[ { "path": "roles/centos/tasks/main.yml", "content": "---\n#NTP\n- name: Install NTP\n yum:\n name: ntp\n state: present\n\n- name: Enable and Start NTP service\n systemd:\n name: ntpd\n enabled: yes\n state: started\n\n #OpenStack package\n- name: Install centos-release-openstack-train pack...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3163, "all_permissive": false }
ansible_role
SpicyKalamares/CPE232_HOA13
6d9ed92c0dcbe15d2578b998e1bfae6f6010d0bf
0
roles/ubuntu
7,317
[ "no_license" ]
[ { "path": "roles/ubuntu/templates/etcd.conf.j2", "content": "ETCD_NAME=\"controller\"\nETCD_DATA_DIR=\"/var/lib/etcd\"\nETCD_INITIAL_CLUSTER_STATE=\"new\"\nETCD_INITIAL_CLUSTER_TOKEN=\"<PASSWORD>\"\nETCD_INITIAL_CLUSTER=\"controller=http://192.168.56.105:2380\"\nETCD_INITIAL_ADVERTISE_PEER_URLS=\"http://192...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2432, "all_permissive": false }
ansible_role
HappyPathway/VagrantDemos
480a146aa2674e454ca11533b111f7b30d5c6557
0
playbooks/roles/consul
7,317
[ "no_license" ]
[ { "path": "playbooks/roles/consul/tasks/main.yml", "content": "---\n# tasks file for consul\n- name: copy service definition\n copy: src=consul.service dest=/etc/systemd/system/consul.service\n\n- name: mkdir /etc/consul.d\n file: path=/etc/consul.d state=directory\n\n- name: cat /etc/hostaddr\n shell: c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1161, "all_permissive": false }
ansible_role
HappyPathway/VagrantDemos
480a146aa2674e454ca11533b111f7b30d5c6557
0
playbooks/roles/terraform
7,317
[ "no_license" ]
[ { "path": "playbooks/roles/terraform/defaults/main.yml", "content": "---\n# defaults file for terraform\nversion: 0.11.10\ndownload_url: https://releases.hashicorp.com/terraform/{{ version }}/terraform_{{ version }}_linux_amd64.zip\ntfe_core_version: 0.1.0", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 672, "all_permissive": false }
ansible_role
HappyPathway/VagrantDemos
480a146aa2674e454ca11533b111f7b30d5c6557
0
playbooks/roles/vault
7,317
[ "no_license" ]
[ { "path": "playbooks/roles/vault/tasks/init.yaml", "content": "---\n- name: stat vault keys\n stat: path=/vagrant/vault.keys\n register: vault_keys\n\n- name: stat vault.token\n stat: path=/vagrant/vault.token\n register: vault_token\n\n- name: restart vault\n service: name=vault state=restarted\n whe...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2446, "all_permissive": false }
ansible_role
HappyPathway/VagrantDemos
480a146aa2674e454ca11533b111f7b30d5c6557
0
playbooks/roles/vault_aws
7,317
[ "no_license" ]
[ { "path": "playbooks/roles/vault_aws/handlers/main.yml", "content": "---\n# handlers file for vault-aws", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "playbooks/roles/vault_aws/tests/test.yml", "content": "---\n- hosts: localhost\n remote_use...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2668, "all_permissive": false }
ansible_role
HappyPathway/VagrantDemos
480a146aa2674e454ca11533b111f7b30d5c6557
0
playbooks/roles/vault_mysql
7,317
[ "no_license" ]
[ { "path": "playbooks/roles/vault_mysql/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - vault-mysql", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "playbooks/roles/vault_mysql/handlers/main.yml", "conte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 959, "all_permissive": false }
ansible_role
HappyPathway/VagrantDemos
480a146aa2674e454ca11533b111f7b30d5c6557
0
playbooks/roles/vault_okta
7,317
[ "no_license" ]
[ { "path": "playbooks/roles/vault_okta/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - vault_okta", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "playbooks/roles/vault_okta/templates/okta_config.json.j2", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 6267, "all_permissive": false }
ansible_role
HappyPathway/VagrantDemos
480a146aa2674e454ca11533b111f7b30d5c6557
0
playbooks/roles/vault_pki
7,317
[ "no_license" ]
[ { "path": "playbooks/roles/vault_pki/templates/nginx.conf.j2", "content": "server {\n listen 8080;\n return 301 https://$host$request_uri;\n}\n\nserver {\n\n listen 443 ssl;\n server_name {{ server_name }};\n\n ssl_certificate /etc/nginx/cert.crt;\n ssl_certificate_key /etc...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 4042, "all_permissive": false }
ansible_role
HappyPathway/VagrantDemos
480a146aa2674e454ca11533b111f7b30d5c6557
0
playbooks/roles/vault_ssh_client
7,317
[ "no_license" ]
[ { "path": "playbooks/roles/vault_ssh_client/tasks/main.yml", "content": "---\n- name: stat public key\n stat: path=\"{{ lookup('env', 'HOME') }}/.ssh/id_rsa.pub\"\n register: pub_key_path\n\n- name: copy requirements.txt\n copy: src=requirements.txt dest=/tmp/requirements.txt.vault_ssh_client\n\n- name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1223, "all_permissive": false }