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
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/005-undercloud-setup-hostname
7,415
[ "permissive" ]
[ { "path": "roles/005-undercloud-setup-hostname/tasks/main.yml", "content": "---\n#\n# Setup Undercloud hostname\n#\n\n- name: Set hostname\n shell: hostnamectl set-hostname {{ansible_fqdn}}\n\n- name: Set transient hostname\n shell: hostnamectl set-hostname --transient {{ansible_fqdn}}\n\n- name: Fix host...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 412, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/006-undercloud-private-external-vlan
7,415
[ "permissive" ]
[ { "path": "roles/006-undercloud-private-external-vlan/templates/ifcfg-vlan.j2", "content": "DEVICE={{external_vlan_device}}\nONBOOT=yes\nHOTPLUG=no\nNM_CONTROLLED=no\nVLAN=yes\nIPADDR={{private_external_address}}\nNETMASK={{private_external_netmask}}\nBOOTPROTO=none\nMTU=1500\n", "license_type": "permis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 578, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/007-undercloud-install
7,415
[ "permissive" ]
[ { "path": "roles/007-undercloud-install/tasks/main.yml", "content": "---\n#\n# Installs Undercloud, and Overcloud Images into undercloud\n#\n\n- name: Install Undercloud Block\n block:\n - name: Install undercloud\n shell: |\n set -o pipefail\n { time openstack undercloud install 2>&1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2483, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/008-undercloud-setup-dns
7,415
[ "permissive" ]
[ { "path": "roles/008-undercloud-setup-dns/tasks/main.yml", "content": "---\n#\n# Setup Undercloud DNS\n#\n\n- name: Get neutron subnet uuid\n shell: |\n . /home/stack/stackrc\n neutron subnet-list | grep start | grep 192.168.0.1/16 | awk '{print $2}'\n register: neutron_subnet_uuid\n\n- name: Setup ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1285, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/009-undercloud-templates-files
7,415
[ "permissive" ]
[ { "path": "roles/009-undercloud-templates-files/templates/introspect.sh.j2", "content": "#!/bin/bash\n\nset -eux\n\n### --start_docs\n## Prepare images for deploying the overcloud\n## ==========================================\n\n## Prepare Your Environment\n## ------------------------\n\n## * Source in the...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 46860, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/010-browbeat-setup
7,415
[ "permissive" ]
[ { "path": "roles/010-browbeat-setup/tasks/main.yml", "content": "---\n#\n# Deploy Browbeat onto the Undercloud\n#\n\n- name: Clone browbeat on undercloud\n git:\n repo: https://github.com/openstack/browbeat.git\n dest: /home/stack/browbeat\n version: master\n force: true\n\n- name: Copy version...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2415, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/011-browbeat-deploy-undercloud-collectd
7,415
[ "permissive" ]
[ { "path": "roles/011-browbeat-deploy-undercloud-collectd/tasks/main.yml", "content": "---\n#\n# Setup Browbeat collectd on the Undercloud\n#\n\n- name: Install Undercloud collectd Block\n block:\n - name: Generate hosts and ssh-config on Undercloud for Browbeat (Pre-Deployment)\n shell: |\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 885, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/012-undercloud-import-nodes
7,415
[ "permissive" ]
[ { "path": "roles/012-undercloud-import-nodes/tasks/main.yml", "content": "---\n#\n# Imports and Configures Nodes\n#\n\n- name: Validate instackenv.json Block\n block:\n - name: Check for ipmitool\n become: true\n yum:\n name: ipmitool\n state: present\n\n - name: Run validate-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 8218, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/013-undercloud-bulkintrospect-overcloud-nodes
7,415
[ "permissive" ]
[ { "path": "roles/013-undercloud-bulkintrospect-overcloud-nodes/tasks/main.yml", "content": "---\n#\n# Perform Bulk Introspection of Overcloud Nodes\n#\n# Basic flow of this role:\n# * Introspect\n# * Clean up clean wait/failed\n# * Check if any other failed to introspect nodes and cleanup (1024 memory)\n# *...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 9594, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/013-undercloud-introspectionscript-overcloud-nodes
7,415
[ "permissive" ]
[ { "path": "roles/013-undercloud-introspectionscript-overcloud-nodes/tasks/main.yml", "content": "---\n#\n# Perform Introspection of Overcloud Nodes via Introspection script\n#\n# Basic flow of this role:\n# * Introspect\n# * Clean up clean wait/failed\n# * Check if any other failed to introspect nodes and c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 8984, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/014-undercloud-setup-container-registry
7,415
[ "permissive" ]
[ { "path": "roles/014-undercloud-setup-container-registry/tasks/main.yml", "content": "---\n#\n# Setup Container Registry - Pike (OSP12)\n#\n\n- name: Setup Container Registry Block\n block:\n - name: Append additional insecure registry to /etc/sysconfig/docker\n become: true\n lineinfile:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2757, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/015-undercloud-deploy-workarounds
7,415
[ "permissive" ]
[ { "path": "roles/015-undercloud-deploy-workarounds/tasks/main.yml", "content": "---\n#\n# Apply any version specific deployment workarounds\n#\n\n- name: Pike(12) - Apply ObjectStorage THT fix\n shell: find /usr/share/openstack-tripleo-heat-templates/ -type f -exec sed -i 's/OS::TripleO::SwiftStorage/OS::T...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1435, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/016-overcloud-deploy
7,415
[ "permissive" ]
[ { "path": "roles/016-overcloud-deploy/tasks/main.yml", "content": "---\n#\n# Deploy/Redeploy Overcloud\n#\n\n- name: Deploy/Redeploy Block\n block:\n - name: Generate pin and deploy yamls files off instackenv.valid.json\n shell: |\n set -o pipefail\n { time python /home/stack/mccloud/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5059, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/017-browbeat-generate-overcloud-hosts
7,415
[ "permissive" ]
[ { "path": "roles/017-browbeat-generate-overcloud-hosts/tasks/main.yml", "content": "---\n#\n# Generate Hosts/ssh-config with Overcloud Nodes for Browbeat\n#\n\n- name: Generate hosts and ssh-config on Undercloud for Browbeat (Post-Deployment)\n shell: |\n cd /home/stack/browbeat/ansible\n . /home/sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 316, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/018-browbeat-deploy-overcloud-collectd
7,415
[ "permissive" ]
[ { "path": "roles/018-browbeat-deploy-overcloud-collectd/tasks/main.yml", "content": "---\n#\n# Deploys collectd on the Overcloud\n#\n\n- name: Install Overcloud collectd Block\n block:\n - name: Deploy collectd on Overcloud\n shell: |\n set -o pipefail\n cd /home/stack/browbeat/ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 648, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/019-overcloud-disable-admin-quota
7,415
[ "permissive" ]
[ { "path": "roles/019-overcloud-disable-admin-quota/tasks/main.yml", "content": "---\n#\n# Disable low admin quotas\n#\n\n- name: Ocata(11)/Pike(12)/Queens(13) Disable Overcloud admin quota\n shell: \". /home/stack/overcloudrc \\n\n openstack quota set --properties -1 --server-groups -1 --ram -1 --key-pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1219, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/020-overcloud-create-keypair
7,415
[ "permissive" ]
[ { "path": "roles/020-overcloud-create-keypair/tasks/main.yml", "content": "---\n#\n# Create a keypair for instances in the Overcloud\n#\n\n- name: Create Overcloud keypair\n shell: |\n . /home/stack/overcloudrc\n openstack keypair create {{keypair_name}} > /home/stack/{{keypair_name}}.pem\n chmod ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 262, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/021-overcloud-create-flavors
7,415
[ "permissive" ]
[ { "path": "roles/021-overcloud-create-flavors/tasks/main.yml", "content": "---\n#\n# Create flavors on the Overcloud\n#\n\n- name: Create Overcloud flavors\n shell: |\n . /home/stack/overcloudrc\n nova flavor-create {{item.name}} auto {{item.memory}} {{item.disk}} {{item.cpu}}\n with_items: \"{{over...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 262, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/022-overcloud-upload-images
7,415
[ "permissive" ]
[ { "path": "roles/022-overcloud-upload-images/tasks/main.yml", "content": "---\n#\n# Fetchs and uploads images into the Overcloud\n#\n\n- name: Fetch image\n get_url:\n url: \"{{cloud_guest_images[item].url}}\"\n dest: /home/stack/{{cloud_guest_images[item].name}}.{{cloud_guest_images[item].type}}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1931, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/023-overcloud-create-security-group
7,415
[ "permissive" ]
[ { "path": "roles/023-overcloud-create-security-group/tasks/main.yml", "content": "---\n#\n# Create a security group which allows icmp and ssh traffic\n#\n\n- name: Ocata(11)/Pike(12)/Queens(13) Create Overcloud security group\n shell: |\n . /home/stack/overcloudrc\n openstack security group create {{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 868, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/024-overcloud-create-networks
7,415
[ "permissive" ]
[ { "path": "roles/024-overcloud-create-networks/tasks/main.yml", "content": "---\n#\n# Create Public and Private Networks\n#\n\n- name: Create private and public external networking\n shell: |\n . /home/stack/overcloudrc\n neutron net-create {{private_network_name}} --shared\n neutron subnet-create...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 962, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/025-undercloud-route-external-traffic
7,415
[ "permissive" ]
[ { "path": "roles/025-undercloud-route-external-traffic/tasks/main.yml", "content": "---\n#\n# Route External Overcloud network off the Undercloud\n#\n\n- name: Route external traffic from Undercloud\n become: true\n shell: |\n iptables -t nat -A POSTROUTING -o {{external_undercloud_interface}} -j MASQ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 502, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/026-browbeat-workload-guests-config
7,415
[ "permissive" ]
[ { "path": "roles/026-browbeat-workload-guests-config/tasks/main.yml", "content": "---\n#\n# Setup up Vars for Browbeat Workload Image building\n#\n\n- name: Get private network - {{private_network_name}} UUID\n shell: |\n . /home/stack/overcloudrc\n openstack network list | grep \"{{private_network_n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 856, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/027-browbeat-install
7,415
[ "permissive" ]
[ { "path": "roles/027-browbeat-install/tasks/main.yml", "content": "---\n#\n# Install Browbeat via playbook\n#\n\n- name: Browbeat Install Block\n block:\n - name: Install Browbeat\n shell: |\n set -o pipefail\n cd /home/stack/browbeat/ansible\n { time ansible-playbook -i hosts ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 548, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/028-browbeat-deploy-grafana-dashboards
7,415
[ "permissive" ]
[ { "path": "roles/028-browbeat-deploy-grafana-dashboards/tasks/main.yml", "content": "---\n#\n# Deploys Browbeat's Grafana Dashboards\n#\n\n- name: Deploy Grafana Block\n block:\n - name: Deploy Grafana Dashboards\n shell: |\n set -o pipefail\n cd /home/stack/browbeat/ansible\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 645, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/029-browbeat-shaker-image-build
7,415
[ "permissive" ]
[ { "path": "roles/029-browbeat-shaker-image-build/tasks/main.yml", "content": "---\n#\n# Build Shaker Image for Browbeat\n#\n\n- name: Shaker Image Block\n block:\n - name: Build Browbeat Shaker Images\n shell: |\n set -o pipefail\n cd /home/stack/browbeat/ansible\n { time ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 580, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/030-browbeat-adjust-nova-allocation-ratios
7,415
[ "permissive" ]
[ { "path": "roles/030-browbeat-adjust-nova-allocation-ratios/tasks/main.yml", "content": "---\n#\n# Adjust Nova allocation ratios to allow greater overcommit\n#\n\n- name: Nova allocation ratios Block\n block:\n - name: Adjust Nova allocation ratios\n shell: |\n set -o pipefail\n cd /h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 815, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/031-browbeat-collect-metadata
7,415
[ "permissive" ]
[ { "path": "roles/031-browbeat-collect-metadata/tasks/main.yml", "content": "---\n#\n# Collect Browbeat Metadata\n#\n\n- name: Browbeat Metadata Block\n block:\n - name: Browbeat collect metadata\n shell: |\n set -o pipefail\n cd /home/stack/browbeat/ansible\n { time ansible-pla...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 548, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/032-browbeat-install-microcode
7,415
[ "permissive" ]
[ { "path": "roles/032-browbeat-install-microcode/tasks/main.yml", "content": "---\n#\n# Update microcode to protect against Spectre/Meltdown\n#\n\n- name: Update Microcode Block\n block:\n - name: Update Microcode\n shell: |\n set -o pipefail\n cd /home/stack/browbeat/ansible\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 615, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/033-browbeat-adjust-security
7,415
[ "permissive" ]
[ { "path": "roles/033-browbeat-adjust-security/tasks/main.yml", "content": "---\n#\n# Adjust Spectre/Meltdown Security On/Off for Perf/Scale Testing\n#\n\n- name: Adjust Security Block\n block:\n - name: Adjust Security\n shell: |\n set -o pipefail\n cd /home/stack/browbeat/ansible\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 614, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/050-cloud-ready
7,415
[ "permissive" ]
[ { "path": "roles/050-cloud-ready/tasks/main.yml", "content": "---\n#\n# Waits until the Cloud is ready\n#\n\n# Wait about 4 minutes for the cloud to return a valid token\n# thus indicating it is ready for benchmarking\n- name: Wait for Overcloud ready\n shell: |\n cd /home/stack\n . /home/stack/overc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 378, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/051-cinder-remount-loopback
7,415
[ "permissive" ]
[ { "path": "roles/051-cinder-remount-loopback/tasks/main.yml", "content": "---\n#\n# Fix Cinder loopback devices after reboot\n#\n\n- name: Ensure Cinder loopback devices are mounted in case of reboot in non-Ceph Environments\n shell: |\n cd /home/stack/browbeat/ansible\n ansible -i hosts controller -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 477, "all_permissive": true }
ansible_role
redhat-performance/McCloud
ccd170f602c37dfbad51474dd6cd823a32a173e4
4
roles/100-browbeat-run
7,415
[ "permissive" ]
[ { "path": "roles/100-browbeat-run/tasks/main.yml", "content": "---\n#\n# Clones Browbeat Config Repo and Runs Browbeat\n#\n\n- name: Run Browbeat Block\n block:\n - name: Clone browbeat-config on undercloud\n git:\n repo: \"{{browbeat_config_repo}}\"\n dest: /home/stack/browbeat-confi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1408, "all_permissive": true }
ansible_role
JanLeshy/ansible-collection-homeassistant
a80f52999f8e2bceee64aea079db2af47a769367
3
roles/ansible_role_esphome
7,415
[ "no_license" ]
[ { "path": "roles/ansible_role_esphome/molecule/default/verify.yml", "content": "---\n# This is an example playbook to execute Ansible tests.\n- name: Verify\n hosts: all\n gather_facts: false\n become: true\n\n tasks:\n - name: Check if esphome port is open\n ansible.builtin.wait_for:\n p...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 18, "total_bytes": 8271, "all_permissive": false }
ansible_role
JanLeshy/ansible-collection-homeassistant
a80f52999f8e2bceee64aea079db2af47a769367
3
roles/ansible_role_homeassistant
7,415
[ "no_license" ]
[ { "path": "roles/ansible_role_homeassistant/tasks/update_homeassistant.yml", "content": "---\n- name: Stop running homeassistant service\n ansible.builtin.command: echo \"Stop Home Assistant\"\n changed_when: false\n notify: \"Stop Home Assistant\"\n\n- name: Flush Handlers\n ansible.builtin.meta: flush...
{ "task_files": 13, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 25, "total_bytes": 30078, "all_permissive": false }
ansible_role
43castro/playbooks
2cd10f24812d071c72175001d501f845cba9bce7
1
bagheera/roles/docker
7,415
[ "no_license" ]
[ { "path": "bagheera/roles/docker/tasks/main.yml", "content": "---\n- name: Ensure the Docker group exists\n group:\n name: docker\n state: present\n\n- name: Add castro to the Docker group\n user:\n name: \"castro\"\n groups: docker # Add the user to the Docker group\n append: yes # This ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 488, "all_permissive": false }
ansible_role
43castro/playbooks
2cd10f24812d071c72175001d501f845cba9bce7
1
bagheera/roles/docker-compose
7,415
[ "no_license" ]
[ { "path": "bagheera/roles/docker-compose/tasks/main.yml", "content": "---\n- name: Copy Docker Compose file to the remote server\n copy:\n src: /Users/castro/Development/automation/playbooks/bagheera/files/docker-compose.yml\n dest: /home/castro/Documents\n\n- name: Execute Docker Compose\n docker_c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 325, "all_permissive": false }
ansible_role
43castro/playbooks
2cd10f24812d071c72175001d501f845cba9bce7
1
bagheera/roles/packages
7,415
[ "no_license" ]
[ { "path": "bagheera/roles/packages/tasks/main.yml", "content": "---\n- name: Adding Tailscale repo \n command: sudo dnf config-manager --add-repo https://pkgs.tailscale.com/stable/fedora/tailscale.repo\n\n- name: Install required packages\n dnf:\n name: \"{{ item }}\"\n state: present\n loop:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 911, "all_permissive": false }
ansible_role
43castro/playbooks
2cd10f24812d071c72175001d501f845cba9bce7
1
bagheera/roles/update
7,415
[ "no_license" ]
[ { "path": "bagheera/roles/update/tasks/main.yml", "content": "---\n- name: Update the system\n dnf:\n name: '*'\n state: latest\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
43castro/playbooks
2cd10f24812d071c72175001d501f845cba9bce7
1
hershel_arch/roles/fonts
7,415
[ "no_license" ]
[ { "path": "hershel_arch/roles/fonts/tasks/main.yml", "content": "---\n- name: Installing JetBrains Mono\n kewlfft.aur.aur:\n use: yay\n name:\n - ttf-jetbrains-mono\n\n- name: Installing Noto Fonts CJK\n kewlfft.aur.aur:\n use: yay\n name:\n - noto-fonts-cjk \n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 208, "all_permissive": false }
ansible_role
43castro/playbooks
2cd10f24812d071c72175001d501f845cba9bce7
1
hershel_arch/roles/packages
7,415
[ "no_license" ]
[ { "path": "hershel_arch/roles/packages/tasks/main.yml", "content": "---\n- name: Installing brave\n kewlfft.aur.aur:\n use: yay\n name:\n - brave-bin\n\n- name: Installing vscode\n kewlfft.aur.aur:\n use: yay\n name:\n - visual-studio-code-bin\n\n- name: Installing obsidian\n kewlff...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 967, "all_permissive": false }
ansible_role
43castro/playbooks
2cd10f24812d071c72175001d501f845cba9bce7
1
hershel_arch/roles/services
7,415
[ "no_license" ]
[ { "path": "hershel_arch/roles/services/tasks/main.yml", "content": "---\n- name: Start and enable SSH service\n service:\n name: sshd\n state: started\n enabled: yes\n\n- name: Start and enable Docker service\n service:\n name: docker\n state: started\n enabled: yes\n\n- name: Start and ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 319, "all_permissive": false }
ansible_role
43castro/playbooks
2cd10f24812d071c72175001d501f845cba9bce7
1
hershel_arch/roles/terminal
7,415
[ "no_license" ]
[ { "path": "hershel_arch/roles/terminal/tasks/main.yml", "content": "---\n- name: Install Zsh on Arch-based systems\n pacman:\n name: zsh\n state: present\n when: ansible_os_family == 'Archlinux'\n \n- name: Change default shell to Zsh\n user:\n name: \"{{ ansible_user }}\"\n shell: /bin/zsh\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 387, "all_permissive": false }
ansible_role
43castro/playbooks
2cd10f24812d071c72175001d501f845cba9bce7
1
hershel_arch/roles/update
7,415
[ "no_license" ]
[ { "path": "hershel_arch/roles/update/tasks/main.yml", "content": "---\n- name: Full system upgrade\n community.general.pacman:\n update_cache: true\n upgrade: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
43castro/playbooks
2cd10f24812d071c72175001d501f845cba9bce7
1
hershel_ubuntu/roles/fonts
7,415
[ "no_license" ]
[ { "path": "hershel_ubuntu/roles/fonts/tasks/main.yml", "content": "---\n- name: Install JetBrains Mono font\n apt:\n name: fonts-jetbrains-mono\n state: present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
43castro/playbooks
2cd10f24812d071c72175001d501f845cba9bce7
1
hershel_ubuntu/roles/packages
7,415
[ "no_license" ]
[ { "path": "hershel_ubuntu/roles/packages/tasks/main.yml", "content": "---\n- name: Add Brave Browser repository\n apt_repository:\n repo: \"deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg] https://brave-browser-apt-release.s3.brave.com/ stable main\"\n state: present\n\n- name: I...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1977, "all_permissive": false }
ansible_role
43castro/playbooks
2cd10f24812d071c72175001d501f845cba9bce7
1
hershel_ubuntu/roles/terminal
7,415
[ "no_license" ]
[ { "path": "hershel_ubuntu/roles/terminal/tasks/main.yml", "content": "---\n- name: Install Oh My Zsh\n command: sh -c \"$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 126, "all_permissive": false }
ansible_role
43castro/playbooks
2cd10f24812d071c72175001d501f845cba9bce7
1
hershel_ubuntu/roles/update
7,415
[ "no_license" ]
[ { "path": "hershel_ubuntu/roles/update/tasks/main.yml", "content": "---\n- name: Update APT package cache\n apt:\n update_cache: yes\n tags: system_update\n\n- name: Upgrade all packages\n apt:\n upgrade: safe\n autoremove: yes\n autoclean: yes\n tags: system_update", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
43castro/playbooks
2cd10f24812d071c72175001d501f845cba9bce7
1
maverick/roles/app_store
7,415
[ "no_license" ]
[ { "path": "maverick/roles/app_store/tasks/main.yml", "content": "---\n - name: Installing DaVinci Resolve \n community.general.mas:\n id: 571213070\n state: present\n\n - name: Installing Tailscale\n community.general.mas:\n id: 1475387142\n state: present\n\n - name: Installing...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 514, "all_permissive": false }
ansible_role
43castro/playbooks
2cd10f24812d071c72175001d501f845cba9bce7
1
maverick/roles/development
7,415
[ "no_license" ]
[ { "path": "maverick/roles/development/tasks/main.yml", "content": "---\n - name: Clone the Git repository\n git:\n repo: https://github.com/43hershel/cAstroweb\n dest: /Users/castro/Documents", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 134, "all_permissive": false }
ansible_role
43castro/playbooks
2cd10f24812d071c72175001d501f845cba9bce7
1
maverick/roles/dotfiles
7,415
[ "no_license" ]
[ { "path": "maverick/roles/dotfiles/tasks/main.yml", "content": "---\n- name: Clone the .dotfiles git repository\n git:\n repo: https://github.com/43hershel/.dotfiles\n dest: \"{{ ansible_env.HOME }}/.dotfiles\"\n\n- name: Cloning oh-my-zsh-autosuggestions\n git:\n repo: https://github.com/zsh-use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 672, "all_permissive": false }
ansible_role
43castro/playbooks
2cd10f24812d071c72175001d501f845cba9bce7
1
maverick/roles/fonts
7,415
[ "no_license" ]
[ { "path": "maverick/roles/fonts/tasks/main.yml", "content": "--- \n- name: Adding fonts to homebrew\n command: brew install --cask font-jetbrains-mono-nerd-font\n\n- name: Checking if JetBrains Mono is installed on macOS\n command: ls ~/Library/Fonts/JetBrainsMono[wght].ttf\n register: font_check\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 370, "all_permissive": false }
ansible_role
43castro/playbooks
2cd10f24812d071c72175001d501f845cba9bce7
1
maverick/roles/macsettings
7,415
[ "no_license" ]
[ { "path": "maverick/roles/macsettings/tasks/pin_apps.yml", "content": "---\n- name: Define the list of apps to pin\n set_fact:\n apps:\n - Kitty\n - Things3\n - Brave Browser\n - Obsidian\n - Spotify\n\n- name: Pin apps to the dock\n command: >\n defaults write com.apple.doc...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1409, "all_permissive": false }
ansible_role
43castro/playbooks
2cd10f24812d071c72175001d501f845cba9bce7
1
maverick/roles/packages
7,415
[ "no_license" ]
[ { "path": "maverick/roles/packages/tasks/main.yml", "content": "---\n - name: Installing MAS\n community.general.homebrew:\n name: mas\n state: present \n\n - name: Installing Brave Browser\n community.general.homebrew_cask:\n name: brave-browser\n state: prese...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2195, "all_permissive": false }
ansible_role
43castro/playbooks
2cd10f24812d071c72175001d501f845cba9bce7
1
maverick/roles/torrent
7,415
[ "no_license" ]
[ { "path": "maverick/roles/torrent/tasks/main.yml", "content": "---\n- name: Downloading Alfred \n command: open -b org.qbittorrent.qBittorrent \"magnet:?xt=urn:btih:e8763ff94b398899c087663afb78a5ef14db7ef6\"\n\n- name: Downloading Things 3 \n command: open -b org.qbittorrent.qBittorrent \"magnet:?xt=urn:b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 719, "all_permissive": false }
ansible_role
accesskeeper/openvpn-pcidss-terraform
91cb0d15d937988e155bb18f367391661a1da294
0
ovpn/roles/openvpn
7,415
[ "no_license" ]
[ { "path": "ovpn/roles/openvpn/tasks/main.yml", "content": "---\n# tasks file for openvpn\n#- \n\n # Subsystem sftp\t/usr/libexec/openssh/sftp-server\n\n- include_vars: \"{{ item }}\"\n with_first_found:\n - \"../vars/{{ ansible_distribution }}{{ ansible_distribution_major_version }}.yml\"\n - \"../...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 12035, "all_permissive": false }
ansible_role
sarangk137/MYDEVOPS
a0fa8e6c693c16fc24317a173bc9b9a2e1d4fdf2
0
ansible/Mattermost-Application/roles/bootstrap
7,415
[ "no_license" ]
[ { "path": "ansible/Mattermost-Application/roles/bootstrap/tasks/main.yml", "content": "---\n# Check to see if Python 2 is installed. If not, install it.\n- name: Install Python 2\n raw: test -e /usr/bin/python || (apt-get update && apt-get install -y python)\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 170, "all_permissive": false }
ansible_role
andrewyi/terraform
8c3b04c84e6d1a7f92f6da0894fdf9c3dc955452
0
trash/old/pocservers/ansible_ubuntu18.04_k8s1.17.3/roles/ansible_pkgs
7,415
[ "no_license" ]
[ { "path": "trash/old/pocservers/ansible_ubuntu18.04_k8s1.17.3/roles/ansible_pkgs/defaults/main.yml", "content": "---\n# defaults file for ansible_pkgs", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "trash/old/pocservers/ansible_ubuntu18.04_k8s1.17....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 527, "all_permissive": false }
ansible_role
andrewyi/terraform
8c3b04c84e6d1a7f92f6da0894fdf9c3dc955452
0
trash/old/pocservers/ansible_ubuntu18.04_k8s1.17.3/roles/kubernetes
7,415
[ "no_license" ]
[ { "path": "trash/old/pocservers/ansible_ubuntu18.04_k8s1.17.3/roles/kubernetes/vars/main.yml", "content": "---\n# vars file for kubernetes\n\ndocker_gpg_url: http://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg\ndocker_repo: deb http://mirrors.aliyun.com/docker-ce/linux/ubuntu bionic stable\nkube_gpg_url: h...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4698, "all_permissive": false }
ansible_role
actstylo/testing
ed018a8b3a4ac6531027648695bb36d5ea3b80be
0
roles/verifybgp
7,415
[ "no_license" ]
[ { "path": "roles/verifybgp/tasks/main.yml", "content": "---\n- name: check bgp json\n shell: \"net json\"\n register: command_output\n ignore_errors: yes\n become: yes\n- local_action: copy content={{ command_output.stdout_lines | to_nice_json }} dest=ztp_verifybgp\n ignore_errors: yes\n", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": false }
ansible_role
actstylo/testing
ed018a8b3a4ac6531027648695bb36d5ea3b80be
0
roles/verifyclag
7,415
[ "no_license" ]
[ { "path": "roles/verifyclag/tasks/main.yml", "content": "---\n- name: check clag json\n shell: \"net json\"\n register: command_output\n ignore_errors: yes\n become: yes\n- local_action: copy content={{ command_output.stdout_lines | to_nice_json }} dest=ztp_verifyclag\n ignore_errors: yes\n\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 230, "all_permissive": false }
ansible_role
actstylo/testing
ed018a8b3a4ac6531027648695bb36d5ea3b80be
0
roles/verifyevpn
7,415
[ "no_license" ]
[ { "path": "roles/verifyevpn/tasks/main.yml", "content": "---\n- name: check evpn json\n shell: \"net evpn summary json\"\n register: command_output\n ignore_errors: yes\n become: yes\n- local_action: copy content={{ command_output.stdout_lines | to_nice_json }} dest=ztp_verifyevpn\n ignore_errors: yes\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 243, "all_permissive": false }
ansible_role
actstylo/testing
ed018a8b3a4ac6531027648695bb36d5ea3b80be
0
roles/verifyuplinks
7,415
[ "no_license" ]
[ { "path": "roles/verifyuplinks/tasks/main.yml", "content": "---\n- name: check uplinks json\n shell: \"lldp json\"\n register: command_output\n ignore_errors: yes\n become: yes\n- local_action: copy content={{ command_output.stdout_lines | to_nice_json }} dest=ztp_verifyuplinks\n ignore_errors: yes\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 237, "all_permissive": false }
ansible_role
vspiewak/devoxxfr-2016-gocd
cc3aa3ebd867bb50d5e288e29c2b2bc0acb538a7
5
playbooks/roles/ansible
7,415
[ "no_license" ]
[ { "path": "playbooks/roles/ansible/tasks/main.yml", "content": "- name: Install ansible\n apt:\n pkg=ansible\n state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 65, "all_permissive": false }
ansible_role
vspiewak/devoxxfr-2016-gocd
cc3aa3ebd867bb50d5e288e29c2b2bc0acb538a7
5
playbooks/roles/burstah
7,415
[ "no_license" ]
[ { "path": "playbooks/roles/burstah/tasks/main.yml", "content": "- name: Create Burstah group\n group: name=\"{{burstah.group}}\" state=present\n\n- name: Create Burstah user\n user: name=\"{{burstah.user}}\" group=\"{{burstah.group}}\"\n\n- name: Checkout Burstah repository\n git: repo=\"https://github.c...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2036, "all_permissive": false }
ansible_role
vspiewak/devoxxfr-2016-gocd
cc3aa3ebd867bb50d5e288e29c2b2bc0acb538a7
5
playbooks/roles/common
7,415
[ "no_license" ]
[ { "path": "playbooks/roles/common/handlers/main.yml", "content": "---\n# handlers\n\n- name: Update Timezone\n command: dpkg-reconfigure --frontend noninteractive tzdata\n\n- name: Restart NTP\n service:\n name=ntp\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": 697, "all_permissive": false }
ansible_role
vspiewak/devoxxfr-2016-gocd
cc3aa3ebd867bb50d5e288e29c2b2bc0acb538a7
5
playbooks/roles/gocd-agent
7,415
[ "no_license" ]
[ { "path": "playbooks/roles/gocd-agent/templates/dotgithub.j2", "content": "login={{ lookup('env','GOCD_GITHUB_OAUTH_LOGIN') }}\noauth={{ lookup('env','GOCD_GITHUB_OAUTH_TOKEN') }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "playbooks/roles/g...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 3351, "all_permissive": false }
ansible_role
vspiewak/devoxxfr-2016-gocd
cc3aa3ebd867bb50d5e288e29c2b2bc0acb538a7
5
playbooks/roles/gocd-server
7,415
[ "no_license" ]
[ { "path": "playbooks/roles/gocd-server/handlers/main.yml", "content": "---\n# handlers\n\n- name: Restart GoCD server\n service:\n name=go-server\n state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "playbooks/roles/gocd-server...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 26860, "all_permissive": false }
ansible_role
vspiewak/devoxxfr-2016-gocd
cc3aa3ebd867bb50d5e288e29c2b2bc0acb538a7
5
playbooks/roles/haproxy
7,415
[ "no_license" ]
[ { "path": "playbooks/roles/haproxy/templates/haproxy.cfg.j2", "content": "global\n\tlog /dev/log\tlocal0\n\tlog /dev/log\tlocal1 notice\n\tchroot /var/lib/haproxy\n\tstats socket /run/haproxy/admin.sock mode 660 level admin\n\tstats timeout 30s\n\tuser haproxy\n\tgroup haproxy\n\tdaemon\n\n\t# Default SSL m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3160, "all_permissive": false }
ansible_role
vspiewak/devoxxfr-2016-gocd
cc3aa3ebd867bb50d5e288e29c2b2bc0acb538a7
5
playbooks/roles/hubot
7,415
[ "no_license" ]
[ { "path": "playbooks/roles/hubot/handlers/main.yml", "content": "---\n# handlers\n\n- name: Restart Hubot server\n service:\n name=hubot\n state=restarted\n\n- name: Reload Hubot daemon\n shell: systemctl daemon-reload\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2454, "all_permissive": false }
ansible_role
vspiewak/devoxxfr-2016-gocd
cc3aa3ebd867bb50d5e288e29c2b2bc0acb538a7
5
playbooks/roles/nginx
7,415
[ "no_license" ]
[ { "path": "playbooks/roles/nginx/tasks/main.yml", "content": "- name: Install NGiNX\n apt:\n pkg=\"nginx\"\n state=present\n\n- name: Create root site folder\n file: path=/home/admin/app state=directory owner=admin group=admin mode=0755\n\n- name: Configure NGiNX default available site\n template: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 585, "all_permissive": false }
ansible_role
vspiewak/devoxxfr-2016-gocd
cc3aa3ebd867bb50d5e288e29c2b2bc0acb538a7
5
playbooks/roles/node
7,415
[ "no_license" ]
[ { "path": "playbooks/roles/node/tasks/main.yml", "content": "- name: Install unzip\n apt:\n pkg=unzip\n state=present\n\n- name: Configure Agent SSH public key\n authorized_key: user=admin key=\"{{ item }}\"\n with_file:\n - roles/node/files/goagent_rsa.pub\n become: yes\n become_user: admin\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 234, "all_permissive": false }
ansible_role
vspiewak/devoxxfr-2016-gocd
cc3aa3ebd867bb50d5e288e29c2b2bc0acb538a7
5
playbooks/roles/nvm
7,415
[ "no_license" ]
[ { "path": "playbooks/roles/nvm/tasks/main.yml", "content": "- name: Install dependencies\n apt: pkg={{ item }} update_cache=yes cache_valid_time=3600\n with_items:\n - git\n - curl\n - build-essential\n - libssl-dev\n tags: nvm\n\n- name: Create nvm group\n group: name=\"{{ nvm.group }}\" st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1512, "all_permissive": false }
ansible_role
vspiewak/devoxxfr-2016-gocd
cc3aa3ebd867bb50d5e288e29c2b2bc0acb538a7
5
playbooks/roles/phantomjs
7,415
[ "no_license" ]
[ { "path": "playbooks/roles/phantomjs/defaults/main.yml", "content": "phantomjs_version: 2.1.1\nphantomjs_path: /opt\nphantomjs_user: \"{{ansible_user}}\"\nphantomjs_group: \"{{ansible_user}}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "play...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1311, "all_permissive": false }
ansible_role
vspiewak/devoxxfr-2016-gocd
cc3aa3ebd867bb50d5e288e29c2b2bc0acb538a7
5
playbooks/roles/slimerjs
7,415
[ "no_license" ]
[ { "path": "playbooks/roles/slimerjs/defaults/main.yml", "content": "slimerjs_version: 0.9.2\nslimerjs_path: /opt\nslimerjs_user: \"{{ansible_user}}\"\nslimerjs_group: \"{{ansible_user}}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "playbooks...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1251, "all_permissive": false }
ansible_role
66gmc1000/helena
a3d7adbfa680b8fa643d60069d8a5bca21bdf43c
0
ansible/roles/deploy
7,415
[ "no_license" ]
[ { "path": "ansible/roles/deploy/tasks/main.yml", "content": "---\n\n- name: pull nginx docker image - webserver\n docker_image:\n name: nginx\n\n- name: make directories for persistant www storage\n file:\n path: /root/nginx\n state: directory\n\n- name: run webserver container\n docker_containe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1968, "all_permissive": false }
ansible_role
nudomarinero/Astrocompute-ELAIS-N1
1b90a2f119409c480a6310042f5ba39cade1fb63
0
playbooks/roles/casa
7,415
[ "no_license" ]
[ { "path": "playbooks/roles/casa/tasks/main.yml", "content": "---\n# tasks file for casa\n- name: download casa tar file\n get_url:\n url: https://svn.cv.nrao.edu/casa/distro/linux/release/el7/casa-release-4.7.2-el7.tar.gz\n dest: /tmp/casa-release-4.7.2-el7.tar.gz \n sha256sum: ecc09370e8c8ad86d96...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1433, "all_permissive": false }
ansible_role
nudomarinero/Astrocompute-ELAIS-N1
1b90a2f119409c480a6310042f5ba39cade1fb63
0
playbooks/roles/ddf
7,415
[ "no_license" ]
[ { "path": "playbooks/roles/ddf/files/ddf_profile", "content": "#!/bin/sh\n# Z99-ddf.sh - allow any user to use the DDF software\n#\n# Authors: <NAME> <<EMAIL>>\n# License: MIT\n#\n. /opt/ddf/init.sh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2935, "all_permissive": false }
ansible_role
nudomarinero/Astrocompute-ELAIS-N1
1b90a2f119409c480a6310042f5ba39cade1fb63
0
playbooks/roles/dysco
7,415
[ "no_license" ]
[ { "path": "playbooks/roles/dysco/tasks/main.yml", "content": "---\n# tasks file for dysco\n- name: Get repo\n git: >\n repo=https://github.com/aroffringa/dysco.git\n dest=/tmp/dysco\n depth=1\n- name: Compile and install dysco\n script: dysco.sh\n become: True", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 354, "all_permissive": false }
ansible_role
nudomarinero/Astrocompute-ELAIS-N1
1b90a2f119409c480a6310042f5ba39cade1fb63
0
playbooks/roles/grid
7,415
[ "no_license" ]
[ { "path": "playbooks/roles/grid/vars/main.yml", "content": "---\n# vars file for grid\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "playbooks/roles/grid/defaults/main.yml", "content": "---\n# defaults file for grid\n", "license_type": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4728, "all_permissive": false }
ansible_role
nudomarinero/Astrocompute-ELAIS-N1
1b90a2f119409c480a6310042f5ba39cade1fb63
0
playbooks/roles/lofar
7,415
[ "no_license" ]
[ { "path": "playbooks/roles/lofar/defaults/main.yml", "content": "---\n# defaults file for lofar\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "playbooks/roles/lofar/files/lofar_profile", "content": "#!/bin/sh\n# Z98-lofar.sh - allow any u...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2800, "all_permissive": false }
ansible_role
nudomarinero/Astrocompute-ELAIS-N1
1b90a2f119409c480a6310042f5ba39cade1fb63
0
playbooks/roles/lofar_base
7,415
[ "no_license" ]
[ { "path": "playbooks/roles/lofar_base/files/update_pip.sh", "content": "#!/bin/bash\ncurl -O https://bootstrap.pypa.io/get-pip.py\npython get-pip.py\nrm get-pip.py", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "playbooks/roles/lofar_base/tasks/mai...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3015, "all_permissive": false }
ansible_role
nudomarinero/Astrocompute-ELAIS-N1
1b90a2f119409c480a6310042f5ba39cade1fb63
0
playbooks/roles/postgres8
7,415
[ "no_license" ]
[ { "path": "playbooks/roles/postgres8/tasks/main.yml", "content": "---\n# tasks file for postgres8\n- name: Install the dependencies to build Postgres 8.4.10\n apt: pkg={{ item }}\n become: True\n with_items:\n - build-essential\n - clang\n\n- name: Download Postgres 8.4.10\n get_url: >\n url=ht...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1750, "all_permissive": false }
ansible_role
nudomarinero/Astrocompute-ELAIS-N1
1b90a2f119409c480a6310042f5ba39cade1fb63
0
playbooks/roles/wsclean
7,415
[ "no_license" ]
[ { "path": "playbooks/roles/wsclean/handlers/main.yml", "content": "---\n# handlers file for wsclean\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "playbooks/roles/wsclean/defaults/main.yml", "content": "---\n# defaults file for wsclean\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 932, "all_permissive": false }
ansible_role
epfl-si/sorryserver
bd505c09016694fe149b680aba7b9d555f051262
0
ansible/roles/epfl.sorryserver
7,418
[ "no_license" ]
[ { "path": "ansible/roles/epfl.sorryserver/tasks/ssh.yml", "content": "- name: Allow ISAS-FSD members SSH root access\n become: true\n ansible.posix.authorized_key:\n user: root\n state: '{{ item.state | default(present) }}'\n key: 'https://github.com/{{ item.name }}.keys'\n with_items: '{{ team_...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 4938, "all_permissive": false }
ansible_role
opsview/kubernetes-ansible-example
6b7ed923a737360cd17ac355cbdf4d79cc6a8c6b
11
roles/configure-nodes
7,418
[ "no_license" ]
[ { "path": "roles/configure-nodes/tasks/main.yml", "content": "---\n- name: create .exrc idempotent\n copy: content=\"set nocompatible\\nset backspace=2\\n\" dest=.exrc\n\n- name: turn swap off\n command: swapoff -a\n\n- name: comment out swap line in /etc/fstab idempotent\n lineinfile:\n path: /etc/fs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3065, "all_permissive": false }
ansible_role
opsview/kubernetes-ansible-example
6b7ed923a737360cd17ac355cbdf4d79cc6a8c6b
11
roles/create-k8s-master
7,418
[ "no_license" ]
[ { "path": "roles/create-k8s-master/tasks/main.yml", "content": "---\n- name: reset Kubernetes master (just in case)\n command: kubeadm reset\n register: out\n\n- debug: var=out.stdout_lines\n\n- name: initialize Kubernetes master\n command: kubeadm init\n register: out\n\n- debug: var=out.stdout_lines\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 386, "all_permissive": false }
ansible_role
opsview/kubernetes-ansible-example
6b7ed923a737360cd17ac355cbdf4d79cc6a8c6b
11
roles/install-weave
7,418
[ "no_license" ]
[ { "path": "roles/install-weave/tasks/main.yml", "content": "---\n\n- name: precondition for weave network\n command: sysctl net.bridge.bridge-nf-call-iptables=1\n register: out\n\n- debug: var=out.stdout_lines\n\n- name: set up regular kubectl user 1\n file:\n path: /home/k8suser/.kube\n state: dir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 888, "all_permissive": false }
ansible_role
opsview/kubernetes-ansible-example
6b7ed923a737360cd17ac355cbdf4d79cc6a8c6b
11
roles/join-workers
7,418
[ "no_license" ]
[ { "path": "roles/join-workers/tasks/main.yml", "content": "---\n\n- name: join workers\n vars:\n join_command: \"{{ lookup('file', './current_cluster/kubeadm-init.txt') }}\"\n shell: \"{{ join_command.stdout_lines[-1] }}\"\n register: out\n\n- debug: var=out.stdout_lines\n\n...\n", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
fmind/dotfiles
8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c
7
roles/aliases
7,418
[ "permissive" ]
[ { "path": "roles/aliases/tasks/main.yml", "content": "---\n\n- name: config\n ansible.builtin.file:\n src: \"{{ role_path }}/files/aliases\"\n dest: ~/.aliases\n state: link\n force: true\n tags: user\n", "license_type": "permissive", "detected_licenses": [ "MIT" ], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 151, "all_permissive": true }
ansible_role
fmind/dotfiles
8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c
7
roles/ansible
7,418
[ "permissive" ]
[ { "path": "roles/ansible/tasks/main.yml", "content": "---\n\n- name: linter\n community.general.pipx:\n name: ansible-lint\n tags: user\n", "license_type": "permissive", "detected_licenses": [ "MIT" ], "size_bytes": 82 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 82, "all_permissive": true }
ansible_role
fmind/dotfiles
8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c
7
roles/asciinema
7,418
[ "permissive" ]
[ { "path": "roles/asciinema/tasks/main.yml", "content": "---\n\n- name: package\n community.general.pipx:\n name: asciinema\n tags: user\n", "license_type": "permissive", "detected_licenses": [ "MIT" ], "size_bytes": 80 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 80, "all_permissive": true }
ansible_role
fmind/dotfiles
8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c
7
roles/aws-shell
7,418
[ "permissive" ]
[ { "path": "roles/aws-shell/tasks/main.yml", "content": "---\n\n- name: package\n community.general.pipx:\n name: aws-shell\n tags: user\n", "license_type": "permissive", "detected_licenses": [ "MIT" ], "size_bytes": 80 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 80, "all_permissive": true }
ansible_role
fmind/dotfiles
8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c
7
roles/azure
7,418
[ "permissive" ]
[ { "path": "roles/azure/tasks/main.yml", "content": "---\n\n- name: keyring\n ansible.builtin.apt_key:\n url: \"https://packages.microsoft.com/keys/microsoft.asc\"\n keyring: \"/etc/apt/keyrings/microsoft.gpg\"\n become: true\n tags: admin\n\n- name: repository\n ansible.builtin.apt_repository:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 544, "all_permissive": true }
ansible_role
fmind/dotfiles
8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c
7
roles/bat
7,418
[ "permissive" ]
[ { "path": "roles/bat/tasks/main.yml", "content": "---\n\n- name: package\n ansible.builtin.package:\n name: bat\n become: true\n tags: admin\n", "license_type": "permissive", "detected_licenses": [ "MIT" ], "size_bytes": 91 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 91, "all_permissive": true }
ansible_role
fmind/dotfiles
8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c
7
roles/byobu
7,418
[ "permissive" ]
[ { "path": "roles/byobu/files/keybindings.tmux", "content": "# CONFS\nset -g prefix F12\nunbind-key -n C-a\n# PANES\nbind-key -n M-H select-pane -L\nbind-key -n M-J select-pane -D\nbind-key -n M-K select-pane -U\nbind-key -n M-L select-pane -R\n# WINDOWS\nbind-key -n C-M-l next-window\nbind-key -n C-M-h prev...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1214, "all_permissive": true }
ansible_role
fmind/dotfiles
8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c
7
roles/chardet
7,418
[ "permissive" ]
[ { "path": "roles/chardet/tasks/main.yml", "content": "---\n\n- name: package\n community.general.pipx:\n name: chardet\n tags: user\n", "license_type": "permissive", "detected_licenses": [ "MIT" ], "size_bytes": 78 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 78, "all_permissive": true }
ansible_role
fmind/dotfiles
8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c
7
roles/clang
7,418
[ "permissive" ]
[ { "path": "roles/clang/tasks/main.yml", "content": "---\n\n- name: language\n ansible.builtin.package:\n name: \"{{ 'build-essential' if ansible_distribution != 'MacOSX' else 'make' }}\"\n become: true\n tags: admin\n\n- name: maker\n ansible.builtin.package:\n name: cmake\n become: true\n tags:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 249, "all_permissive": true }
ansible_role
fmind/dotfiles
8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c
7
roles/cloc
7,418
[ "permissive" ]
[ { "path": "roles/cloc/ncdu/tasks/main.yml", "content": "---\n\n- name: package\n ansible.builtin.package:\n name: ncdu\n become: true\n tags: admin\n", "license_type": "permissive", "detected_licenses": [ "MIT" ], "size_bytes": 92 }, { "path": "roles/cloc/tasks/main.yml",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 184, "all_permissive": true }
ansible_role
fmind/dotfiles
8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c
7
roles/clojure
7,418
[ "permissive" ]
[ { "path": "roles/clojure/tasks/main.yml", "content": "---\n\n- name: language\n ansible.builtin.package:\n name: leiningen\n become: true\n tags: admin\n\n- name: directory\n ansible.builtin.file:\n path: ~/.lein/\n state: directory\n mode: 0750\n tags: user\n\n- name: config\n ansible.bui...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 501, "all_permissive": true }