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
DafitiSprint/dojos
f0ce0c9b8b10896cc9f39258c54e6b47018f18e2
7
2014-07-16/ansible_talk/ansible/roles/common
7,750
[ "no_license" ]
[ { "path": "2014-07-16/ansible_talk/ansible/roles/common/tasks/main.yml", "content": "---\n- name: Update Repositories\n apt: update-cache=yes\n\n- name: Install Basic Packages\n apt: pkg={{ item }} state=latest\n with_items:\n - vim\n - git\n - curl\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 168, "all_permissive": false }
ansible_role
DafitiSprint/dojos
f0ce0c9b8b10896cc9f39258c54e6b47018f18e2
7
2014-07-16/ansible_talk/ansible/roles/nginx
7,750
[ "no_license" ]
[ { "path": "2014-07-16/ansible_talk/ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Install\n apt: pkg=nginx state=latest\n\n- name: Check default configuration\n shell: test -f {{ nginx.folder }}sites-enabled/default && echo \"yes\" || echo \"no\"\n register: default_exists\n\n- name: Remov...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 784, "all_permissive": false }
ansible_role
martin059/virtualization-level-2-vagrant-setup
ea2ecb2789e26e057f1e5e73b69839204567f769
0
ansible/roles/developer
7,750
[ "permissive" ]
[ { "path": "ansible/roles/developer/defaults/main.yml", "content": "---\ngit_recommended_config: yes\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 32 }, { "path": "ansible/roles/developer/tasks/main.yml", "content": "---\n- name: Inst...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 975, "all_permissive": true }
ansible_role
martin059/virtualization-level-2-vagrant-setup
ea2ecb2789e26e057f1e5e73b69839204567f769
0
ansible/roles/docker
7,750
[ "permissive" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Install yum package manager\n package:\n name: yum\n state: present\n\n- name: Docker\n block:\n - name: Install Docker dependencies\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1528, "all_permissive": true }
ansible_role
martin059/virtualization-level-2-vagrant-setup
ea2ecb2789e26e057f1e5e73b69839204567f769
0
ansible/roles/ghcli
7,750
[ "permissive" ]
[ { "path": "ansible/roles/ghcli/defaults/main.yml", "content": "---\nghcli_host: github.com\nghcli_token:\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 40 }, { "path": "ansible/roles/ghcli/tasks/main.yml", "content": "---\n- name: Con...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 431, "all_permissive": true }
ansible_role
martin059/virtualization-level-2-vagrant-setup
ea2ecb2789e26e057f1e5e73b69839204567f769
0
ansible/roles/grafana
7,750
[ "permissive" ]
[ { "path": "ansible/roles/grafana/files/grafanaUtils/restoreConfig.sh", "content": "#!/bin/bash\n\n# Define the default backup directory\nWORK_DIR=\"/home/vagrant/\"\n\n# Check if a backup directory parameter is provided and is a valid path\nif [ $# -ge 1 ] && [ -d \"$1\" ]; then\n WORK_DIR=\"$1\"\nfi\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6841, "all_permissive": true }
ansible_role
martin059/virtualization-level-2-vagrant-setup
ea2ecb2789e26e057f1e5e73b69839204567f769
0
ansible/roles/nodejs
7,750
[ "permissive" ]
[ { "path": "ansible/roles/nodejs/tasks/main.yml", "content": "---\n- name: Reset Node.js module\n command:\n cmd: dnf module reset nodejs -y\n\n- name: Install Node.js\n dnf:\n name: '@nodejs:20'\n state: present\n\n- name: Update Node.js\n dnf:\n name: nodejs\n state: latest", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 219, "all_permissive": true }
ansible_role
martin059/virtualization-level-2-vagrant-setup
ea2ecb2789e26e057f1e5e73b69839204567f769
0
ansible/roles/pgadmin
7,750
[ "permissive" ]
[ { "path": "ansible/roles/pgadmin/tasks/main.yml", "content": "---\n- name: Pull pgadmin4 Docker image\n command: docker pull dpage/pgadmin4\n\n- name: Run pgadmin4 Docker container\n command: docker run -p 80:80 -e 'PGADMIN_DEFAULT_EMAIL=<EMAIL>' -e 'PGADMIN_DEFAULT_PASSWORD=<PASSWORD>' -d dpage/pgadmin4"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 240, "all_permissive": true }
ansible_role
martin059/virtualization-level-2-vagrant-setup
ea2ecb2789e26e057f1e5e73b69839204567f769
0
ansible/roles/postman
7,750
[ "permissive" ]
[ { "path": "ansible/roles/postman/tasks/main.yml", "content": "---\n# Instructions from https://snapcraft.io/install/postman/rhel\n- name: Install Postman\n block:\n - name: Prepare Postman installation with snap\n shell: |\n yum -y install snapd\n \n - name: Create symbolic link if it ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1155, "all_permissive": true }
ansible_role
martin059/virtualization-level-2-vagrant-setup
ea2ecb2789e26e057f1e5e73b69839204567f769
0
ansible/roles/prometheus
7,750
[ "permissive" ]
[ { "path": "ansible/roles/prometheus/tasks/main.yml", "content": "---\n# Download, extract and create Prometheus service\n- name: Download Prometheus\n get_url:\n url: \"https://github.com/prometheus/prometheus/releases/download/v2.52.0/prometheus-2.52.0.linux-amd64.tar.gz\"\n dest: \"/tmp/prometheus-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3427, "all_permissive": true }
ansible_role
martin059/virtualization-level-2-vagrant-setup
ea2ecb2789e26e057f1e5e73b69839204567f769
0
ansible/roles/test
7,750
[ "permissive" ]
[ { "path": "ansible/roles/test/tasks/main.yml", "content": "---\n- name: Test Ansible\n debug:\n msg: \"Hello, World!\"", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 62 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 62, "all_permissive": true }
ansible_role
martin059/virtualization-level-2-vagrant-setup
ea2ecb2789e26e057f1e5e73b69839204567f769
0
ansible/roles/vagrant
7,750
[ "permissive" ]
[ { "path": "ansible/roles/vagrant/defaults/main.yml", "content": "---\ntimezone: Europe/Madrid\nvagrant_home: /vagrant\nvagrant_ssh_keys_dir: \"{{vagrant_home}}/ssh\"\nvagrant_utils_dir: \"{{vagrant_home}}/utils\"", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 809, "all_permissive": true }
ansible_role
martin059/virtualization-level-2-vagrant-setup
ea2ecb2789e26e057f1e5e73b69839204567f769
0
ansible/roles/vscode
7,750
[ "permissive" ]
[ { "path": "ansible/roles/vscode/tasks/main.yml", "content": "---\n- name: Add repository\n yum_repository:\n name: code\n description: Visual Studio Code\n baseurl: https://packages.microsoft.com/yumrepos/vscode\n gpgkey: https://packages.microsoft.com/keys/microsoft.asc\n\n- name: Install or u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 326, "all_permissive": true }
ansible_role
martin059/virtualization-level-2-vagrant-setup
ea2ecb2789e26e057f1e5e73b69839204567f769
0
ansible/roles/x11
7,750
[ "permissive" ]
[ { "path": "ansible/roles/x11/tasks/main.yml", "content": "---\n- name: Install X11\n block:\n - name: Install X11 libraries, DejaVu fonts, and xauth\n yum:\n name:\n - dejavu-sans-fonts\n - dejavu-sans-mono-fonts\n - dejavu-serif-fonts\n - libglvnd-glx\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 946, "all_permissive": true }
ansible_role
martin059/virtualization-level-2-vagrant-setup
ea2ecb2789e26e057f1e5e73b69839204567f769
0
ansible/roles/zsh
7,750
[ "permissive" ]
[ { "path": "ansible/roles/zsh/tasks/main.yml", "content": "---\n- name: Install Zsh\n yum: name=zsh\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 40 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 40, "all_permissive": true }
ansible_role
martin059/virtualization-level-2-vagrant-setup
ea2ecb2789e26e057f1e5e73b69839204567f769
0
ansible/roles/zsh-omz
7,750
[ "permissive" ]
[ { "path": "ansible/roles/zsh-omz/tasks/main.yml", "content": "---\n- name: Install Oh My Zsh as vagrant\n block:\n - name: Install omz\n become: yes\n become_user: vagrant\n shell:\n cmd: sh -c \"$(curl -fsSL {{omz_installer_url}})\" \"\" --unattended\n creates: \"{{omz_zshr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1633, "all_permissive": true }
ansible_role
PabloGonzalezGonzalez/tfg
a1f8c7c8caf7ff3a2a20ee2dae63118d7fece0cf
0
src/ansible/roles/get_inventory
7,750
[ "no_license" ]
[ { "path": "src/ansible/roles/get_inventory/handlers/main.yml", "content": "---\n# handlers file for get_inventory\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "src/ansible/roles/get_inventory/defaults/main.yml", "content": "---\n# defaults ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 668, "all_permissive": false }
ansible_role
PabloGonzalezGonzalez/tfg
a1f8c7c8caf7ff3a2a20ee2dae63118d7fece0cf
0
src/ansible/roles/iaas_login
7,750
[ "no_license" ]
[ { "path": "src/ansible/roles/iaas_login/vars/main.yml", "content": "---\n# vars file for iaas_login\n\n# ovirt_password: <PASSWORD>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "src/ansible/roles/iaas_login/tasks/main.yml", "content": "---\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 351, "all_permissive": false }
ansible_role
PabloGonzalezGonzalez/tfg
a1f8c7c8caf7ff3a2a20ee2dae63118d7fece0cf
0
src/ansible/roles/vm_create
7,750
[ "no_license" ]
[ { "path": "src/ansible/roles/vm_create/vars/main.yml", "content": "---\n# vars file for vm_create\n\n# Perfil de la red privada\nnode_nics:\n - name: nic1\n profile_name: DOC1\n\n# Nodos a crear\nprefix: ID\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, {...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 471, "all_permissive": false }
ansible_role
PabloGonzalezGonzalez/tfg
a1f8c7c8caf7ff3a2a20ee2dae63118d7fece0cf
0
src/ansible/roles/vm_init
7,750
[ "no_license" ]
[ { "path": "src/ansible/roles/vm_init/tasks/main.yml", "content": "---\n# tasks file for vm_update\n\n- name: Updating VM\n ovirt_vm:\n auth: \"{{ ovirt_auth }}\"\n name: \"{{ prefix }}-{{ item }}\"\n state: running\n cloud_init_nics:\n - nic_name: ens3\n nic_boot_protocol: dhcp\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 957, "all_permissive": false }
ansible_role
PabloGonzalezGonzalez/tfg
a1f8c7c8caf7ff3a2a20ee2dae63118d7fece0cf
0
src/ansible/roles/vm_remove
7,750
[ "no_license" ]
[ { "path": "src/ansible/roles/vm_remove/tasks/main.yml", "content": "---\n# tasks file for vm_delete\n\n- name: Stop and Remove a VM\n ovirt_vm:\n auth: \"{{ ovirt_auth }}\"\n name: \"{{ item }}\"\n state: absent\n with_items: \"{{ nodes }}\"", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 170, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
ansible/roles/buildtools
7,750
[ "no_license" ]
[ { "path": "ansible/roles/buildtools/defaults/main.yml", "content": "apt_packages:\n - maven\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "ansible/roles/buildtools/tasks/main.yml", "content": "- name: Apt packages\n apt:\n name: \"{{ it...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 132, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
ansible/roles/common
7,750
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: JQ is present\n apt:\n name: jq\n force: yes\n tags: [common]\n\n- name: Host is present\n lineinfile:\n dest: /etc/hosts\n regexp: \"^{{ item.host_ip }}\"\n line: \"{{ item.host_ip }} {{ item.host_name }}\"\n with_items...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1021, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
ansible/roles/java8-oracle
7,750
[ "no_license" ]
[ { "path": "ansible/roles/java8-oracle/tasks/main.yml", "content": "---\n- name: Install add-apt-repository\n become: yes\n apt: name=software-properties-common state=installed\n\n- name: Add Oracle Java repository\n become: yes\n apt_repository:\n repo: \"{{ java_apt_repo | default('ppa:webupd8team/j...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 597, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/automation-integration
7,750
[ "no_license" ]
[ { "path": "roles/automation-integration/tasks/main.yml", "content": "---\n- name: Ensure Ansible Directories\n become: yes\n file:\n path=/etc/maas/ansible/{{ item }}\n state=directory\n owner=maas\n group=maas\n mode=0755\n with_items:\n - roles\n - vars\n - library\n\n- name: En...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2509, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/cloudlab-prep
7,750
[ "no_license" ]
[ { "path": "roles/cloudlab-prep/tasks/main.yml", "content": "---\n# roles/cloudlab-prep/tasks/main.yml\n\n- name: create directories to mount extra filesystems\n file:\n dest={{ item.mount }}\n state=directory\n with_items: \"{{ cloudlab_extrafs }}\"\n\n\n# FIXME: does not create lost+found, -q makes...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1157, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/common-prep
7,750
[ "no_license" ]
[ { "path": "roles/common-prep/defaults/main.yml", "content": "---\n\nrun_dist_upgrade: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/common-prep/tasks/main.yml", "content": "---\n# file: roles/common-prep/tasks/main.yml\n\n- name:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1001, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/compute-diag
7,750
[ "no_license" ]
[ { "path": "roles/compute-diag/tasks/main.yml", "content": "---\n# compute-diag/tasks/main.yml\n\n- name: Create diag_dir subdir\n file:\n dest: \"/tmp/{{ hostvars[groups['head'][0]]['diag_dir'] }}/{{ inventory_hostname }}\"\n state: directory\n register: compute_diag_dir\n\n- name: Compute node diag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 661, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/compute-prep
7,750
[ "no_license" ]
[ { "path": "roles/compute-prep/templates/rc.local.j2", "content": "#!/bin/sh -e\n#\n# rc.local\n#\n# This script is executed at the end of each multiuser runlevel.\n# Make sure that the script will \"exit 0\" on success or any other\n# value on error.\n#\n# In order to enable or disable this script just chan...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1539, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/config-virt
7,750
[ "no_license" ]
[ { "path": "roles/config-virt/tasks/main.yml", "content": "---\n# roles/config-virt/tasks/main.yml\n\n- name: Check to see if we already have a uvtool image\n find:\n path: \"/var/lib/uvtool/libvirt/images\"\n patterns: \"x-uvt-b64-*\"\n register: uvtool_image\n\n- name: Get ubuntu image for uvtool\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5163, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/create-lxd
7,750
[ "no_license" ]
[ { "path": "roles/create-lxd/templates/eth0.cfg.j2", "content": "# The primary network interface\nauto eth0\niface eth0 inet dhcp\n{% if unbound_listen_on_default %}\n dns-nameservers{% for host in groups['head'] %} {{ hostvars[host].ansible_default_ipv4.address }}{% endfor %}\n{% endif %}\n{% if dns_serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4897, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/create-vms
7,750
[ "no_license" ]
[ { "path": "roles/create-vms/files/docker-install-playbook.yml", "content": "---\n# Installs docker with apt, docker-compose with pip, adds user to group\n# Must be run as root\n\n- hosts: docker\n remote_user: ubuntu\n become: yes\n\n tasks:\n\n # https://docs.docker.com/engine/installation/linux/ubun...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7817, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/dell-virt
7,750
[ "no_license" ]
[ { "path": "roles/dell-virt/tasks/main.yml", "content": "---\n# file: roles/dell-virt/prep/tasks/main.yml\n\n- name: Trust the Dell apt repository\n apt_key:\n data: \"{{ lookup('file', 'dell_apt_key.gpg') }}\"\n\n- name: Add Dell apt repo\n apt_repository:\n repo=\"{{ dell_apt_repo | default('deb ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 913, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/dns-configure
7,750
[ "no_license" ]
[ { "path": "roles/dns-configure/tasks/main.yml", "content": "---\n# roles/dns-configure/tasks.yml\n\n- name: Configure resolv.conf to use nameservers\n template:\n src=\"resolv.conf.j2\"\n dest=\"/etc/resolv.conf\"\n mode=0644 owner=root group=root\n\n- name: Check that VM's can be found in DNS\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1048, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/dns-nsd
7,750
[ "no_license" ]
[ { "path": "roles/dns-nsd/tasks/nsd-Debian.yml", "content": "---\n\n- name: Install nsd\n apt:\n name={{ item }}\n state=present\n update_cache=yes\n cache_valid_time=3600\n with_items:\n - nsd\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }, ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4130, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/dns-unbound
7,750
[ "no_license" ]
[ { "path": "roles/dns-unbound/tasks/main.yml", "content": "---\n#file: roles/dns-unbound/tasks/main.yml\n\n- name: Include OS specific vars\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n# Debian specific installation\n- include: unbound-Debian.yml\n when: ansible_os_family == 'Debian'\n\n- name: creat...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2294, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/docker-compose
7,750
[ "no_license" ]
[ { "path": "roles/docker-compose/tasks/main.yml", "content": "---\n# docker-compose/tasks/main.yml\n\n# The following two tests are equivalent and both evaluate to 0 when\n# `onos-cord-1` VM isn't set to be created, but the `equalto` test only exists\n# in Jinja v2.7.4, which is later than what's in Ubuntu 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2470, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/head-diag
7,750
[ "no_license" ]
[ { "path": "roles/head-diag/tasks/main.yml", "content": "---\n# head-diag/tasks/main.yml\n\n- name: Create diag_dir subdirs\n file:\n dest=\"~/{{ diag_dir }}/{{ item }}\"\n state=directory\n with_items:\n - head\n - juju\n - openstack\n - onos\n - docker\n\n- name: Head node diag collection\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2989, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/head-prep
7,750
[ "no_license" ]
[ { "path": "roles/head-prep/tasks/main.yml", "content": "---\n# file: roles/head-prep/tasks/main.yml\n\n- name: Install prerequisites for using PPA repos\n apt:\n name={{ item }}\n update_cache=yes\n cache_valid_time=3600\n with_items:\n - python-pycurl\n - software-properties-common\n\n- n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2491, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/head-prologue
7,750
[ "no_license" ]
[ { "path": "roles/head-prologue/tasks/main.yml", "content": "---\n\n# If using a MAAS based POD deployment then copy over an apache configuration\n# that forwards to the various UIs\n- name: Ensure CORD Apache Configuration\n become: yes\n copy:\n src: files/cord-http.conf\n dest: /etc/apache2/conf-a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 856, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/juju-compute-setup
7,750
[ "no_license" ]
[ { "path": "roles/juju-compute-setup/defaults/main.yml", "content": "---\n# juju-compute-setup/defaults/main.yml\n\n# note: juju_config_path and charm_versions are also set in\n# `juju-setup/defaults/main.yml`. Keep these in sync.\n\njuju_config_path: /usr/local/src/juju_config.yml\ncharm_versions: {}\n\n",...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3107, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/juju-finish
7,750
[ "no_license" ]
[ { "path": "roles/juju-finish/templates/admin-openrc.sh.j2", "content": "export OS_USERNAME=admin\nexport OS_PASSWORD={{ <PASSWORD> }}\nexport OS_TENANT_NAME=admin\nexport OS_AUTH_URL=https://keystone.{{ site_suffix }}:5000/v2.0\nexport OS_REGION_NAME=RegionOne\nexport REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-ce...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2438, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/juju-setup
7,750
[ "no_license" ]
[ { "path": "roles/juju-setup/templates/opencloud_juju_config.yml.j2", "content": "---\n# juju configuration file for OpenCloud deployments\n\nceilometer: {}\n\nceilometer-agent: {}\n\nglance:\n openstack-origin: \"cloud:trusty-kilo\"\n\nkeystone:\n admin-password: \"{{ <PASSWORD> }}\"\n os-public-hostname...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5697, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/maas-test-client-install
7,750
[ "no_license" ]
[ { "path": "roles/maas-test-client-install/tasks/main.yml", "content": "---\n- name: Enable trusty-backports\n apt_repository:\n repo: \"{{ item }}\"\n state: present\n with_items:\n - \"deb http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe\"\n - \"deb-src http://us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1959, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/onos-vm-install
7,750
[ "no_license" ]
[ { "path": "roles/onos-vm-install/tasks/main.yml", "content": "---\n# onos-vm-install/tasks/main.yml\n#\n# Install ONOS on a sub vm by calling ansible\n\n- name: Create templated ONOS files\n template:\n src: \"{{ item }}.j2\"\n dest: \"{{ ansible_user_dir }}/{{ item }}\"\n with_items:\n - onos-se...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3751, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/prereqs-common
7,750
[ "no_license" ]
[ { "path": "roles/prereqs-common/tasks/main.yml", "content": "---\n# prereqs-common/tasks/main.yml\n\n- name: \"Check here on failure: 'https://wiki.opencord.org/display/CORD/Troubleshooting+a+Build'\"\n pause:\n seconds: 10\n\n- name: Memory size Check\n assert:\n that: \"ansible_memtotal_mb >= {{ m...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2764, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/test-exampleservice
7,750
[ "no_license" ]
[ { "path": "roles/test-exampleservice/tasks/main.yml", "content": "---\n# test-examplservice/tasks/main.yml\n#\n# Run tests to check that the single-node deployment has worked\n\n- name: Onboard ExampleService and instantiate a VM\n make:\n chdir: \"{{ service_profile_repo_dest }}/{{ xos_configuration }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2766, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/test-vsg
7,750
[ "no_license" ]
[ { "path": "roles/test-vsg/tasks/main.yml", "content": "---\n# test-vsg/tasks/main.yml\n#\n# Run tests to check that the CORD-in-a-Box deployment has worked.\n\n- name: Create cord subscriber\n make:\n chdir: \"{{ service_profile_repo_dest }}/{{ xos_configuration }}\"\n target: cord-subscriber\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2221, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/xos-build
7,750
[ "no_license" ]
[ { "path": "roles/xos-build/defaults/main.yml", "content": "---\n\nxos_repo_dir: \"{{ playbook_dir }}/../../orchestration/xos/containers/xos\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/xos-build/tasks/main.yml", "content": "---\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 808, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/xos-compute-setup
7,750
[ "no_license" ]
[ { "path": "roles/xos-compute-setup/tasks/main.yml", "content": "---\n# xos-compute-setup/tasks/main.yml\n#\n# Tell XOS that a new compute node has been added\n\n- name: Create nodes/vtn TOSCA config\n template:\n src: \"{{ item }}.j2\"\n dest: \"{{ service_profile_repo_dest }}/{{ xos_configuration }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4181, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/xos-config
7,750
[ "no_license" ]
[ { "path": "roles/xos-config/tasks/main.yml", "content": "---\n# xos-head-start/tasks/main.yml\n\n# Performs any configuration of XOS that should be done right before starting\n# XOS. This includes copying the admin-openrc.sh, since we had to wait for juju\n# to finish before admin-openrc.sh was present.\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 508, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/xos-head-start
7,750
[ "no_license" ]
[ { "path": "roles/xos-head-start/tasks/main.yml", "content": "---\n# xos-head-start/tasks/main.yml\n\n- name: Run service-profile make targets\n make:\n chdir: \"{{ service_profile_repo_dest }}/{{ xos_configuration }}\"\n target: \"{{ item }}\"\n with_items: \"{{ xos_config_targets }}\"\n\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
zdw/platform-install
e0a808925f8d3d1f35e5b3ed9a918c54f565f9da
0
roles/xos-install
7,750
[ "no_license" ]
[ { "path": "roles/xos-install/templates/exampleservice.yaml.j2", "content": "tosca_definitions_version: tosca_simple_yaml_1_0\n\ndescription: Setup the ExampleService on the pod\n\nimports:\n - custom_types/xos.yaml\n - custom_types/exampleservice.yaml\n\ntopology_template:\n node_templates:\n\n# image/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 23994, "all_permissive": false }
ansible_role
macrokernel/nexus-ansible
43572ec3418ccd50a5ca26965a464079812b203b
1
ansible/roles/install_nexus
7,750
[ "no_license" ]
[ { "path": "ansible/roles/install_nexus/templates/nexus-docker-compose.yml.j2", "content": "version: '3.5'\n\nservices:\n nexus:\n restart: unless-stopped\n container_name: {{ nexus_backend_name }}\n stop_grace_period: 120s\n image: {{ nexus_docker_image }}\n ports:\n - 8081:8081\n vo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 14968, "all_permissive": false }
ansible_role
casa-delle-coccinelle/ansible-operator
0e159d4cabff47224e4ee1d1d99d304fada5940f
0
operator/roles/ansible-executor
7,750
[ "no_license" ]
[ { "path": "operator/roles/ansible-executor/tasks/main.yml", "content": "---\n- name: Include secrets tasks\n include_tasks: secrets.yaml\n when: vault_password is defined\n\n- name: Include configmaps tasks\n include_tasks: configmaps.yml\n\n- name: Deploy cronjob\n kubernetes.core.k8s:\n definition:...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 28, "total_bytes": 12007, "all_permissive": false }
ansible_role
charlesrocket/freebsd-server
9fef065856eca8fc2765da909664985715d6a347
1
roles/acct
7,750
[ "no_license" ]
[ { "path": "roles/acct/tasks/main.yml", "content": "---\n\n- name: Enable process accounting\n community.general.sysrc:\n name: accounting_enable\n state: present\n value: \"YES\"\n\n- name: Start process accounting on boot\n ansible.builtin.service:\n name: accounting\n enabled: true\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 238, "all_permissive": false }
ansible_role
charlesrocket/freebsd-server
9fef065856eca8fc2765da909664985715d6a347
1
roles/common
7,750
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: Copy Lynis profile\n ansible.builtin.copy:\n src: server.prf\n dest: /usr/local/etc/lynis/server.prf\n owner: root\n mode: '0644'\n become: true\n\n- name: Copy MOTD\n ansible.builtin.copy:\n src: motd.sh\n dest: /etc/m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 896, "all_permissive": false }
ansible_role
charlesrocket/freebsd-server
9fef065856eca8fc2765da909664985715d6a347
1
roles/pf
7,750
[ "no_license" ]
[ { "path": "roles/pf/templates/pf.conf.j2", "content": "block in all\npass out all keep state\npass in inet proto tcp from any to any port ssh flags S/SA keep state\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "roles/pf/tasks/main.yml", "co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 927, "all_permissive": false }
ansible_role
charlesrocket/freebsd-server
9fef065856eca8fc2765da909664985715d6a347
1
roles/pkg
7,750
[ "no_license" ]
[ { "path": "roles/pkg/tasks/main.yml", "content": "---\n\n- name: Ensure packages are installed\n community.general.pkgng:\n state: present\n name: \"{{ packages }}\"\n autoremove: true\n cached: false\n vars:\n packages: \"{{ pkgng_packages }}\"\n\n- name: Gather the package facts\n ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 303, "all_permissive": false }
ansible_role
charlesrocket/freebsd-server
9fef065856eca8fc2765da909664985715d6a347
1
roles/sys
7,750
[ "no_license" ]
[ { "path": "roles/sys/tasks/main.yml", "content": "---\n\n- name: Set hostname\n community.general.sysrc:\n name: hostname\n value: \"{{ hostname }}\"\n state: present\n when: hostname\n\n- name: Set timezone\n community.general.timezone:\n name: \"{{ timezone }}\"\n when: timezone\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4613, "all_permissive": false }
ansible_role
mattiss/krombox
5aef4e274ec5c74bbdf796c5ce7142b77f88a562
0
roles/acestreamplayer
7,750
[ "no_license" ]
[ { "path": "roles/acestreamplayer/defaults/main.yml", "content": "---\r\n# acestreamplayer variables\r\n# https://www.cnx-software.com/2018/04/15/how-to-install-and-use-acestream-easily-in-ubuntu-mint-linux/\r\n\r\nsnap_pkgs: [ 'snapd' ]\r\n\r\nacestreamplayer_snap: 'acestreamplayer'\r\n\r\nbash_aliases_path...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 913, "all_permissive": false }
ansible_role
mattiss/krombox
5aef4e274ec5c74bbdf796c5ce7142b77f88a562
0
roles/autofs
7,750
[ "no_license" ]
[ { "path": "roles/autofs/defaults/main.yml", "content": "---\r\n# autofs variables\r\n\r\nautofs_pkgs: [ 'autofs', 'nfs-common']\r\n\r\nautofs_master: \"/etc/auto.master\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "roles/autofs/tasks/main.yml"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1330, "all_permissive": false }
ansible_role
mattiss/krombox
5aef4e274ec5c74bbdf796c5ce7142b77f88a562
0
roles/docker
7,750
[ "no_license" ]
[ { "path": "roles/docker/defaults/main.yml", "content": "---\n# docker variables\n\ndocker_pkgs: [ 'apt-transport-https', 'ca-certificates', 'curl', 'software-properties-common' ]\ndocker_key: 'https://download.docker.com/linux/ubuntu/gpg'\n\ndocker_repository: 'https://download.docker.com/linux/ubuntu bioni...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2225, "all_permissive": false }
ansible_role
mattiss/krombox
5aef4e274ec5c74bbdf796c5ce7142b77f88a562
0
roles/dolphin
7,750
[ "no_license" ]
[ { "path": "roles/dolphin/defaults/main.yml", "content": "---\r\n# dolphin variables\r\n\r\ndolphin_repository: [ 'ppa:dolphin-emu/ppa' ]\r\n\r\ndolphin_pkgs: [ 'dolphin-emu']\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "roles/dolphin/tasks/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 449, "all_permissive": false }
ansible_role
mattiss/krombox
5aef4e274ec5c74bbdf796c5ce7142b77f88a562
0
roles/kodi
7,750
[ "no_license" ]
[ { "path": "roles/kodi/tasks/main.yml", "content": "---\r\n\r\n- name: \"Ensure kodi repository is present\"\r\n# apt_repository: repo=\"{{ item }}\"\r\n add_ppa: name=\"{{ item }}\"\r\n with_items: \"{{ kodi_repository }}\"\r\n become: true\r\n \r\n- name: \"Ensure kodi package(s) present\"\r\n apt: n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2041, "all_permissive": false }
ansible_role
mattiss/krombox
5aef4e274ec5c74bbdf796c5ce7142b77f88a562
0
roles/molotov.tv
7,750
[ "no_license" ]
[ { "path": "roles/molotov.tv/templates/launch_molotov.sh.j2", "content": "#!/bin/bash\n# {{ user_bin_directory }}/vpn/turn_vpn_on.sh\n\n./{{ molotov_application }}\n\n# {{ user_bin_directory }}/vpn/turn_vpn_off.sh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1380, "all_permissive": false }
ansible_role
mattiss/krombox
5aef4e274ec5c74bbdf796c5ce7142b77f88a562
0
roles/powershell
7,750
[ "no_license" ]
[ { "path": "roles/powershell/tasks/main.yml", "content": "---\r\n\r\n# ----- Setup -----\r\n- name: \"Make sure snap package manager is installed\"\r\n apt: name=\"{{ item }}\" update_cache=yes\r\n with_items: \"{{ snap_pkgs }}\"\r\n become: true\r\n\r\n- name: \"Deploy powershell snap\"\r\n command: sna...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 372, "all_permissive": false }
ansible_role
mattiss/krombox
5aef4e274ec5c74bbdf796c5ce7142b77f88a562
0
roles/steam
7,750
[ "no_license" ]
[ { "path": "roles/steam/defaults/main.yml", "content": "---\r\n# steam variables\r\n\r\nsteam_repository: [ 'multiverse' ]\r\n\r\nsteam_pkgs: [ 'steam']\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/steam/tasks/main.yml", "content": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 707, "all_permissive": false }
ansible_role
mattiss/krombox
5aef4e274ec5c74bbdf796c5ce7142b77f88a562
0
roles/vpn
7,750
[ "no_license" ]
[ { "path": "roles/vpn/templates/turn_vpn_on.sh.j2", "content": "#!/bin/bash\n\n# Check if the vpn is on.\nisVPNOn=`cat /proc/net/route | grep tun0`\n\n# Process results and compute logic.\nif [[ (-n \"${isVPNOn}\") ]]; then\n\techo VPN is on already\nelse\n\techo Turning VPN on\n\tnmcli con up id {{ vpn_defa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2910, "all_permissive": false }
ansible_role
mattiss/krombox
5aef4e274ec5c74bbdf796c5ce7142b77f88a562
0
roles/vscode
7,750
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "---\r\n\r\n# ----- Setup -----\r\n- name: \"Make sure snap package manager is installed\"\r\n apt: name=\"{{ item }}\" update_cache=yes\r\n with_items: \"{{ snap_pkgs }}\"\r\n become: true\r\n environment:\r\n PATH: $PATH:/SNAP/node/bin\r\n\r\n- na...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 404, "all_permissive": false }
ansible_role
Banshee1221/SCC-Housekeeping
dc721137b400193615578da69091e5770c1f4f4f
0
head/ansible/roles/chrony
7,749
[ "no_license" ]
[ { "path": "head/ansible/roles/chrony/tasks/main.yml", "content": "---\n- name: Install the chrony time service for compute nodes\n yum:\n name: chrony\n state: present\n\n- name: Copy the preconfigured config file\n copy: src=\"chrony.conf\" dest=\"/etc/chrony.conf\"\n\n- name: Start and enable the ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 364, "all_permissive": false }
ansible_role
Banshee1221/SCC-Housekeeping
dc721137b400193615578da69091e5770c1f4f4f
0
head/ansible/roles/deps
7,749
[ "no_license" ]
[ { "path": "head/ansible/roles/deps/tasks/main.yml", "content": "---\n- name: Install deps required for certain benchmarks on all nodes\n yum: name=\"{{ item }}\" state=present\n with_items:\n - atlas\n - atlas-devel\n - lapack\n - lapack-devel\n - lapack64\n - lapack64-devel\n - scala...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1133, "all_permissive": false }
ansible_role
Banshee1221/SCC-Housekeeping
dc721137b400193615578da69091e5770c1f4f4f
0
head/ansible/roles/ganglia
7,749
[ "no_license" ]
[ { "path": "head/ansible/roles/ganglia/tasks/post.yml", "content": "---\n- name: Start the compute node gmond services\n systemd:\n name: gmond\n state: started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "head/ansible/roles/ganglia/task...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3334, "all_permissive": false }
ansible_role
Banshee1221/SCC-Housekeeping
dc721137b400193615578da69091e5770c1f4f4f
0
head/ansible/roles/network_bootstrap
7,749
[ "no_license" ]
[ { "path": "head/ansible/roles/network_bootstrap/tasks/main.yml", "content": "---\n- name: Copy the headnode's hosts file to the compute nodes\n copy: src=/etc/hosts dest=/etc/hosts backup=yes\n\n- name: Remove existing entries from compute nodes /etc/resolv.conf\n shell: printf \"\" > /etc/resolv.conf\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 755, "all_permissive": false }
ansible_role
Banshee1221/SCC-Housekeeping
dc721137b400193615578da69091e5770c1f4f4f
0
head/ansible/roles/nfs_setup
7,749
[ "no_license" ]
[ { "path": "head/ansible/roles/nfs_setup/tasks/main.yml", "content": "---\n- name: Install packages requried for NFS client\n yum: name=\"{{ item }}\" state=present update_cache=yes\n with_items:\n - nfs-utils\n - libnfsidmap\n\n- name: Enable the necessary services\n systemd:\n name: rpcbind\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 934, "all_permissive": false }
ansible_role
Banshee1221/SCC-Housekeeping
dc721137b400193615578da69091e5770c1f4f4f
0
head/ansible/roles/openmpi
7,749
[ "no_license" ]
[ { "path": "head/ansible/roles/openmpi/vars/main.yml", "content": "---\nompi_global_ver: \"v2.0\"\nompi_ver: \"2.0.1\"\nompi_pkg: \"openmpi-{{ ompi_ver }}\"\nompi_ext: \"tar.gz\"\nomp_pkg_name: \"{{ ompi_pkg }}.{{ ompi_ext }}\"\nompi_url: \"https://www.open-mpi.org/software/ompi/{{ ompi_global_ver }}/downloa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 812, "all_permissive": false }
ansible_role
Banshee1221/SCC-Housekeeping
dc721137b400193615578da69091e5770c1f4f4f
0
head/ansible/roles/torque
7,749
[ "no_license" ]
[ { "path": "head/ansible/roles/torque/vars/main.yml", "content": "---\n\ntorque_url: \"https://wpfilebase.s3.amazonaws.com/torque/torque-5.1.3-1462984387_205d70d.tar.gz\"\n\ntorque_nodelist:\n node01.cluster:\n cpus: 4\n node02.cluster:\n cpus: 4\n\ntorque_ver: \"5.1.3-1462984387_205d70d\"\ntorque_co...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3619, "all_permissive": false }
ansible_role
qus-jiawei/backup
d58420cf3a09e2f680bbd809cbf2d4e9b7573a79
0
ansible/prepare/roles/java
7,749
[ "no_license" ]
[ { "path": "ansible/prepare/roles/java/tasks/main.yml", "content": "- name: copy java to machine\n sudo: yes\n unarchive: src={{java_tar}} dest=/usr/java/\n\n- name: link java\n sudo: yes\n file: src=/usr/java/{{java_untar_floder}} state=link path=/usr/java/default\n\n- name: add to profile\n sudo: yes\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 362, "all_permissive": false }
ansible_role
qus-jiawei/backup
d58420cf3a09e2f680bbd809cbf2d4e9b7573a79
0
ansible/prepare/roles/local_repo
7,749
[ "no_license" ]
[ { "path": "ansible/prepare/roles/local_repo/tasks/main.yml", "content": "\n- include: setup.yml\n with_items:\n - { repo_name:'cloudera-cdh4' , repo_file: 'cloudera-cdh4.repo' }\n - { repo_name:'cloudera-gplextras' , repo_file: 'cloudera-gplextras.repo' }\n", "license_type": "no_license", "detec...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1818, "all_permissive": false }
ansible_role
qus-jiawei/backup
d58420cf3a09e2f680bbd809cbf2d4e9b7573a79
0
ansible/prepare/roles/system
7,749
[ "no_license" ]
[ { "path": "ansible/prepare/roles/system/tasks/main.yml", "content": "- name: set ulimit \n sudo: yes\n shell: echo '* - nofile 51200' >> /etc/security/limits.d/90-nproc.conf ; echo '* - noproc 10240' >> /etc/security/limits.d/90-nproc.conf\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 171, "all_permissive": false }
ansible_role
qus-jiawei/backup
d58420cf3a09e2f680bbd809cbf2d4e9b7573a79
0
ansible/service/roles/checker
7,749
[ "no_license" ]
[ { "path": "ansible/service/roles/checker/files/test_hdfs.sh", "content": "#!/bin/bash\n\ndir=$1\n\nfunction check(){\n if [ \"$1\" != \"0\" ] \n then\n exit 1;\n fi\n}\n\nhdfs dfs -mkdir -p /tmp/checker\nhdfs dfs -rm -r /tmp/checker/*\nfor f in `ls $dir` \ndo\n echo $f\n hdfs dfs -copy...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2478, "all_permissive": false }
ansible_role
qus-jiawei/backup
d58420cf3a09e2f680bbd809cbf2d4e9b7573a79
0
ansible/service/roles/client
7,749
[ "no_license" ]
[ { "path": "ansible/service/roles/client/tasks/setup.yml", "content": "---\n# Playbook for Hadoop master servers\n\n- name: Install the client packages\n sudo: yes\n yum: name={{item}} state=installed\n with_items: \n - hadoop\n - hadoop-client\n - hadoop-lzo-cdh4\n - bigtop-utils\n - hbase\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 299, "all_permissive": false }
ansible_role
qus-jiawei/backup
d58420cf3a09e2f680bbd809cbf2d4e9b7573a79
0
ansible/service/roles/conf
7,749
[ "no_license" ]
[ { "path": "ansible/service/roles/conf/templates/hadoop/fair-allocation.xml.j2", "content": "<?xml version=\"1.0\"?>\n<allocations>\n <queue name=\"pool_high\">\n <minResources>50000</minResources>\n <weight>6.0</weight>\n <maxRunningApps>8</maxRunningApps>\n </queue>\n <queue name=\"default\">\n...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 20, "total_bytes": 24588, "all_permissive": false }
ansible_role
qus-jiawei/backup
d58420cf3a09e2f680bbd809cbf2d4e9b7573a79
0
ansible/service/roles/datanode
7,749
[ "no_license" ]
[ { "path": "ansible/service/roles/datanode/tasks/check.yml", "content": "---\n\n- name: check weather datanode is good TODO fix this\n shell: hostname\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "ansible/service/roles/datanode/tasks/setup....
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 657, "all_permissive": false }
ansible_role
qus-jiawei/backup
d58420cf3a09e2f680bbd809cbf2d4e9b7573a79
0
ansible/service/roles/hbasemaster
7,749
[ "no_license" ]
[ { "path": "ansible/service/roles/hbasemaster/tasks/stop.yml", "content": "\n- name: stop hbase master\n sudo: yes\n service: name=hbase-master state=stopped\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "ansible/service/roles/hbasemaster/tas...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 318, "all_permissive": false }
ansible_role
qus-jiawei/backup
d58420cf3a09e2f680bbd809cbf2d4e9b7573a79
0
ansible/service/roles/historyserver
7,749
[ "no_license" ]
[ { "path": "ansible/service/roles/historyserver/tasks/setup.yml", "content": "---\n# Playbook for history server servers\n\n- name: Install the history server packages\n sudo: yes\n yum: name={{item}} state=installed\n with_items: \n - hadoop-mapreduce-historyserver\n - hadoop-yarn-proxyserver\n\n- n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1109, "all_permissive": false }
ansible_role
qus-jiawei/backup
d58420cf3a09e2f680bbd809cbf2d4e9b7573a79
0
ansible/service/roles/hivemetastore
7,749
[ "no_license" ]
[ { "path": "ansible/service/roles/hivemetastore/files/start.sh", "content": "#!/bin/bash\n\nfunction check_start(){\n status=`service hive-metastore status`\n \n if [[ \"$status\" =~ \"metastore is running\" ]] ;\n then\n echo \"0\"\n else\n echo \"1\"\n fi;\n}\n\nnow=`check_start`\n\nif [ \"$now...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 1713, "all_permissive": false }
ansible_role
qus-jiawei/backup
d58420cf3a09e2f680bbd809cbf2d4e9b7573a79
0
ansible/service/roles/hiveserver
7,749
[ "no_license" ]
[ { "path": "ansible/service/roles/hiveserver/files/start.sh", "content": "#!/bin/bash\n\nfunction check_start(){\n status=`service hive-server status`\n \n if [[ \"$status\" =~ \"server is running\" ]] ;\n then\n echo \"0\"\n else\n echo \"1\"\n fi;\n}\n\nnow=`check_start`\n\nif [ \"$now\" == \"1...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 988, "all_permissive": false }
ansible_role
qus-jiawei/backup
d58420cf3a09e2f680bbd809cbf2d4e9b7573a79
0
ansible/service/roles/hiveserver2
7,749
[ "no_license" ]
[ { "path": "ansible/service/roles/hiveserver2/tasks/stop.yml", "content": "\n- name: stop hive server2\n sudo: yes\n service: name=hive-server2 state=stopped\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "ansible/service/roles/hiveserver2/tas...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 623, "all_permissive": false }
ansible_role
qus-jiawei/backup
d58420cf3a09e2f680bbd809cbf2d4e9b7573a79
0
ansible/service/roles/namenode
7,749
[ "no_license" ]
[ { "path": "ansible/service/roles/namenode/tasks/format.yml", "content": "\n- name: Format the namenode\n shell: creates=/usr/lib/hadoop/namenode.formatted su - hdfs -c \"hadoop namenode -format\" && touch /usr/lib/hadoop/namenode.formatted\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 952, "all_permissive": false }
ansible_role
qus-jiawei/backup
d58420cf3a09e2f680bbd809cbf2d4e9b7573a79
0
ansible/service/roles/nodemanager
7,749
[ "no_license" ]
[ { "path": "ansible/service/roles/nodemanager/tasks/setup.yml", "content": "---\n# Playbook for Hadoop master servers\n\n- name: Install the node manager packages\n sudo: yes\n yum: name={{item}} state=installed\n with_items: \n - hadoop-yarn-nodemanager\n - hadoop-mapreduce\n\n- name: Create the loc...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 723, "all_permissive": false }
ansible_role
qus-jiawei/backup
d58420cf3a09e2f680bbd809cbf2d4e9b7573a79
0
ansible/service/roles/qjm
7,749
[ "no_license" ]
[ { "path": "ansible/service/roles/qjm/tasks/start.yml", "content": "- name: start qjm\n sudo: yes\n service: name=hadoop-hdfs-journalnode state=started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "ansible/service/roles/qjm/tasks/stop.yml", ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 508, "all_permissive": false }
ansible_role
qus-jiawei/backup
d58420cf3a09e2f680bbd809cbf2d4e9b7573a79
0
ansible/service/roles/regionserver
7,749
[ "no_license" ]
[ { "path": "ansible/service/roles/regionserver/tasks/stop.yml", "content": "\n- name: stop hbase regionsrever\n sudo: yes\n service: name=hbase-regionserver state=stopped\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "ansible/service/roles/re...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 185, "all_permissive": false }
ansible_role
qus-jiawei/backup
d58420cf3a09e2f680bbd809cbf2d4e9b7573a79
0
ansible/service/roles/resourcemanager
7,749
[ "no_license" ]
[ { "path": "ansible/service/roles/resourcemanager/tasks/stop.yml", "content": "- name: stop resourcemanager\n sudo: yes\n service: name=hadoop-yarn-resourcemanager state=stopped\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "ansible/service/rol...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 408, "all_permissive": false }
ansible_role
qus-jiawei/backup
d58420cf3a09e2f680bbd809cbf2d4e9b7573a79
0
ansible/service/roles/zookeeper
7,749
[ "no_license" ]
[ { "path": "ansible/service/roles/zookeeper/tasks/main.yml", "content": "---\n# The plays for zookeper daemons\n#\n- include: setup.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "ansible/service/roles/zookeeper/tasks/stop.yml", "content":...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1096, "all_permissive": false }
ansible_role
abhish9416/Devopsclasses
232aaca549dd2dfee3fa2c4ac76cb8d680bcc758
0
custom_roles/roles/utilities
7,749
[ "no_license" ]
[ { "path": "custom_roles/roles/utilities/tasks/main.yml", "content": "---\n# tasks file for skeleton\n- name : Install Utils\n ansible.builtin.apt :\n name : \"{{ utils }}\"\n notify :\n - ensure ssh is running", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 201, "all_permissive": false }
ansible_role
nponeccop/vz
a3a2a12b876943cec704decc79835e8e050ced09
15
bootstrap/roles/mivok0.sudo
7,749
[ "no_license" ]
[ { "path": "bootstrap/roles/mivok0.sudo/templates/sudoers.j2", "content": "# {{ansible_managed}}\n{% for i in sudo_users %}\n{{i}} ALL=(ALL) {{\"NOPASSWD: \" if sudo_nopasswd else \"\"}}ALL\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 258, "all_permissive": false }
ansible_role
umd-mith/mith-atom
52fff0a79ef8c1deb6a8d9bb4691370989b58a83
0
roles/letsencrypt
7,749
[ "no_license" ]
[ { "path": "roles/letsencrypt/handlers/main.yml", "content": "- name: certbot renew\n service:\n name: renew\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/letsencrypt/tasks/main.yml", "content": "---\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 817, "all_permissive": false }
ansible_role
CESNET/FlowTest
510addb8d3fc63bd7edcb0fc546125a609d81de6
47
ansible/roles/collector_ipfixcol
7,749
[ "no_license" ]
[ { "path": "ansible/roles/collector_ipfixcol/tasks/main.yaml", "content": "---\n- name: ipfixcol2 is installed\n ansible.builtin.dnf:\n name: ipfixcol2\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "ansible/roles/collector_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 144, "all_permissive": false }
ansible_role
CESNET/FlowTest
510addb8d3fc63bd7edcb0fc546125a609d81de6
47
ansible/roles/common_tools
7,749
[ "no_license" ]
[ { "path": "ansible/roles/common_tools/tasks/main.yaml", "content": "---\n- name: Sudo is installed\n ansible.builtin.dnf:\n name: sudo\n state: latest\n\n- name: Git is installed\n ansible.builtin.dnf:\n name: git\n state: latest\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 167, "all_permissive": false }