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
manasrinivasa/tf_project
1c7ed630a77d352a44936fce6244b03d00274b7b
1
ansible/roles/ubuntu
2,958
[ "no_license" ]
[ { "path": "ansible/roles/ubuntu/tasks/main.yml", "content": "# update && upgrade ubuntu \n- name: upgrade Ubuntu \n apt: \n name: \"*\"\n update_cache: yes \n cache_valid_time: 86400 \n state: latest \n force_apt_get: true \n autoclean: yes \n autoremove: yes ", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 210, "all_permissive": false }
ansible_role
manasrinivasa/tf_project
1c7ed630a77d352a44936fce6244b03d00274b7b
1
tf/ansible/roles/docker
2,958
[ "no_license" ]
[ { "path": "tf/ansible/roles/docker/tasks/main.yml", "content": "- name: Remove Docker Packages\n apt:\n name: \"{{ item }}\"\n state: absent\n loop:\n - docker\n - docker-engine\n - docker.io\n - containerd\n - runc\n- name: Install aptitude\n apt:\n name: aptitude\n state: lat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2699, "all_permissive": false }
ansible_role
mrkittttt/elasticsearch_ansible
60260922f0a5b2c357cb07dd8ee9647dfd52461d
0
roles/install_elasticsearch
2,958
[ "no_license" ]
[ { "path": "roles/install_elasticsearch/tasks/main.yml", "content": "- name: Install elasticsearch for RedHat based distribution\n when: ansible_os_family == \"RedHat\"\n block:\n - name: Import GPG key\n become: true\n ansible.builtin.rpm_key:\n state: present\n key: \"https://a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1823, "all_permissive": false }
ansible_role
danielscholl/jenkins
4124e94928d0158d94a9ed431d1112c388e6147c
1
roles/jenkins
2,958
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/dependencies_deb.yml", "content": "---\n- name: Install dependencies\n apt: name={{ item }} state=installed\n with_items: jenkins.deb.dependencies\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "roles/jenkins/tas...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2868, "all_permissive": false }
ansible_role
danielscholl/jenkins
4124e94928d0158d94a9ed431d1112c388e6147c
1
roles/mongodb
2,958
[ "no_license" ]
[ { "path": "roles/mongodb/defaults/main.yml", "content": "---\n# defaults file for mongodb\n\nmongodb_version: 3.0.1\nmongodb_port: 27017\nmongodb_bind_ip: 127.0.0.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "roles/mongodb/tasks/Ubuntu.yml",...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1388, "all_permissive": false }
ansible_role
danielscholl/jenkins
4124e94928d0158d94a9ed431d1112c388e6147c
1
roles/nodejs
2,958
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n\n- name: Package prerequisites for node.js\n action: apt pkg=python-software-properties state=installed update-cache=yes\n tags: [nodejs]\n\n- name: Setup Script\n shell: curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash -\n tags: [node...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 588, "all_permissive": false }
ansible_role
kevintruong/kzefram
8130cdcb8018de4bf94cf65c11563319ba95cf22
0
ansible-build/roles/backup-crontask
2,958
[ "no_license" ]
[ { "path": "ansible-build/roles/backup-crontask/tasks/install.yml", "content": "---\n\n- name: make sure workspace rsync installed in remote\n include_role:\n name: timemachine\n vars:\n timemachine: \"install\"\n\n- name: create backup service dir\n become: True\n file:\n path: \"{{ backup_serv...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1457, "all_permissive": false }
ansible_role
kevintruong/kzefram
8130cdcb8018de4bf94cf65c11563319ba95cf22
0
ansible-build/roles/clipmenu
2,958
[ "no_license" ]
[ { "path": "ansible-build/roles/clipmenu/tasks/install.yml", "content": "---\n\n- name: ensure clipmenu requirements are installed\n include_role:\n name: apt-meta\n vars:\n apt_packages: \"{{ clipmenu_shared_packages }}\"\n\n- name: ensure clipmenu is downloaded\n get_url:\n url: \"https://raw.g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 517, "all_permissive": false }
ansible_role
kevintruong/kzefram
8130cdcb8018de4bf94cf65c11563319ba95cf22
0
ansible-build/roles/data-sync
2,958
[ "no_license" ]
[ { "path": "ansible-build/roles/data-sync/tasks/main.yml", "content": "---\n\n- include_tasks: install.yml\n when: data_sync == 'install'\n\n- include_tasks: uninstall.yml\n when: data_sync == 'uninstall'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 837, "all_permissive": false }
ansible_role
kevintruong/kzefram
8130cdcb8018de4bf94cf65c11563319ba95cf22
0
ansible-build/roles/nfs-client-mount
2,958
[ "no_license" ]
[ { "path": "ansible-build/roles/nfs-client-mount/vars/main.yml", "content": "---\n\nnfs_client_package:\n - openvpn\nopenvpn_client_conf_dir: \"/etc/openvpn\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "ansible-build/roles/nfs-client-mount/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 373, "all_permissive": false }
ansible_role
kevintruong/kzefram
8130cdcb8018de4bf94cf65c11563319ba95cf22
0
ansible-build/roles/ssh-credential
2,958
[ "no_license" ]
[ { "path": "ansible-build/roles/ssh-credential/tasks/uninstall.yml", "content": "---\n\n- name: ensure ws-rsync is removed\n file:\n state: absent\n path: \"{{ ws_rsync_path }}\"\n become: True\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 757, "all_permissive": false }
ansible_role
kevintruong/kzefram
8130cdcb8018de4bf94cf65c11563319ba95cf22
0
ansible-build/roles/vpn-client
2,958
[ "no_license" ]
[ { "path": "ansible-build/roles/vpn-client/default/main.yml", "content": "---\n\n# 'install', 'remove' or 'ignore'\nvpn-client: 'ignore'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "ansible-build/roles/vpn-client/vars/main.yml", "content": ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1818, "all_permissive": false }
ansible_role
kevintruong/kzefram
8130cdcb8018de4bf94cf65c11563319ba95cf22
0
ansible-build/roles/ws-rsync
2,958
[ "no_license" ]
[ { "path": "ansible-build/roles/ws-rsync/vars/main.yml", "content": "---\n\nws_rsync_path: /usr/local/bin/ws-rsync\n\nws_rsync_shared_packages:\n - rsync\n - inotify-tools\n - sshpass\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "ansible-bui...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 775, "all_permissive": false }
ansible_role
noxpn/sre-solution
330b39cca23414236b7ed1f26038785a0666b03c
0
roles/centos-updated
2,958
[ "no_license" ]
[ { "path": "roles/centos-updated/tasks/main.yml", "content": "---\n- name: \"Install epel\"\n yum:\n name: epel-release\n state: present\n\n- name: \"Upgrade all packages\"\n yum:\n name: '*'\n state: latest\n\n- name: \"Install Yum Utils\"\n yum:\n name: yum-utils\n state: latest\n...\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": false }
ansible_role
noxpn/sre-solution
330b39cca23414236b7ed1f26038785a0666b03c
0
roles/docker
2,958
[ "no_license" ]
[ { "path": "roles/docker/tasks/docker-install.yml", "content": "---\n- name: \"Add Docker repo\"\n shell: yum-config-manager --add-repo=\"{{ docker_repo }}\"\n args:\n creates: /etc/yum.repos.d/centos_o.repo \n\n- name: \"Install docker\"\n yum:\n name: \"{{ items }}\"\n state: present\n vars:\n...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1905, "all_permissive": false }
ansible_role
noxpn/sre-solution
330b39cca23414236b7ed1f26038785a0666b03c
0
roles/firewall-web
2,958
[ "no_license" ]
[ { "path": "roles/firewall-web/tasks/main.yml", "content": "---\n- name: \"Set up ansible_python_interpreter to Python2\"\n set_fact:\n ansible_python_interpreter: \"{{ ansible_facts.discovered_interpreter_python }}\"\n \n- name: \"Fix firewall HTTP(80)\"\n ansible.posix.firewalld:\n zone: public\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 468, "all_permissive": false }
ansible_role
noxpn/sre-solution
330b39cca23414236b7ed1f26038785a0666b03c
0
roles/nginx
2,958
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: \"Install nginx\"\n yum:\n name: nginx\n state: present\n\n- name: \"Start service httpd\"\n ansible.builtin.service:\n name: nginx\n state: started\n enabled: yes\n\n...", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 184, "all_permissive": false }
ansible_role
noxpn/sre-solution
330b39cca23414236b7ed1f26038785a0666b03c
0
roles/pgsql
2,958
[ "no_license" ]
[ { "path": "roles/pgsql/tasks/main.yml", "content": "---\n- name: \"Install pgsql\"\n yum:\n name: \"{{ items }}\"\n state: present\n vars:\n items:\n - postgresql\n - postgresql-server\n\n- name: \"Install Psycopg2 dependecies\"\n yum:\n name: \"{{ items }}\"\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 799, "all_permissive": false }
ansible_role
noxpn/sre-solution
330b39cca23414236b7ed1f26038785a0666b03c
0
roles/python
2,958
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n- name: \"Install python3 and pre-requipments\"\n yum:\n name: \"{{ items }}\"\n state: present\n vars:\n items:\n - python3\n - python3-pip\n - python3-setuptools\n\n...\n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 181, "all_permissive": false }
ansible_role
noxpn/sre-solution
330b39cca23414236b7ed1f26038785a0666b03c
0
roles/sre-container
2,958
[ "no_license" ]
[ { "path": "roles/sre-container/tasks/debug.yml", "content": "---\n- name: \"Show DEBUG info\"\n ansible.builtin.debug:\n var: ansible_facts\n tags: \n - debug-info\n\n# - name: \"Show DEBUG1 info: discovered_interpreter_python\"\n# ansible.builtin.debug:\n# var: ansible_facts.discovered_interp...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2849, "all_permissive": false }
ansible_role
noxpn/sre-solution
330b39cca23414236b7ed1f26038785a0666b03c
0
roles/sre-host
2,958
[ "no_license" ]
[ { "path": "roles/sre-host/defaults/main.yml", "content": "---\nquery_tb_create: \"CREATE TABLE author (id SERIAL, name VARCHAR(100));\"\nquery_tb_fill: \"INSERT INTO author (name) VALUES ('John'), ('Alex');\"\nhttps_server_name: \"cos01.noxp.ru\"\nssl_crt_path: \"/etc/nginx/crt/\"\nssl_key_path: \"/etc/ngin...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 7954, "all_permissive": false }
ansible_role
noxpn/sre-solution
330b39cca23414236b7ed1f26038785a0666b03c
0
roles/thp-disable
2,958
[ "no_license" ]
[ { "path": "roles/thp-disable/tasks/main.yml", "content": "---\n- name: \"Disable THP\"\n become: True\n become_user: root\n\n block: \n - name: \"Copy THP-disable.service file\"\n copy:\n src: \"files/disable-thp.service\"\n dest: \"/etc/systemd/system/disable-thp.service\"\n\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 494, "all_permissive": false }
ansible_role
C0axx/ansible
117ed6179ed4c5dde8e16ccf7585b5107a875468
0
roles/ad_client
3,058
[ "no_license" ]
[ { "path": "roles/ad_client/README.md", "content": "Role Name\r\n=========\r\n\r\nRole to configure an AD domain joined machine.\r\n\r\nRequirements\r\n------------\r\n\r\nNone\r\n\r\nRole Variables\r\n--------------\r\n\r\n| Variable | Default | Comments (type) ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1804, "all_permissive": false }
ansible_role
C0axx/ansible
117ed6179ed4c5dde8e16ccf7585b5107a875468
0
roles/ad_computer
3,058
[ "no_license" ]
[ { "path": "roles/ad_computer/tasks/main.yml", "content": "---\r\n# tasks file for ad_computer\r\n\r\n- name: stop windows update service and set to disabled\r\n win_service:\r\n name: wuauserv\r\n start_mode: disabled\r\n state: stopped\r\n # force_dependent_services: true\r\n\r\n- name: change...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 419, "all_permissive": false }
ansible_role
C0axx/ansible
117ed6179ed4c5dde8e16ccf7585b5107a875468
0
roles/ad_dc
3,058
[ "no_license" ]
[ { "path": "roles/ad_dc/tasks/main.yml", "content": "---\r\n# tasks file for ad_dc\r\n- name: install windows feature AD-DS on DCs\r\n win_feature:\r\n name: AD-Domain-Services\r\n include_management_tools: yes\r\n include_sub_features: yes\r\n state: present\r\n register: adds_install\r\n\r\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1002, "all_permissive": false }
ansible_role
C0axx/ansible
117ed6179ed4c5dde8e16ccf7585b5107a875468
0
roles/cobalt_strike
3,058
[ "no_license" ]
[ { "path": "roles/cobalt_strike/tasks/main.yml", "content": "---\r\n# tasks file for cobalt_strike role\r\n\r\n# Setup/install task\r\n- include_tasks: \"setup-cobaltstrike.yml\"\r\n \r\n- name: Include Cobalt Strike role specific variables\r\n include_vars: \"{{ cobalt_strike_role }}.yml\"\r\n\r\n- name: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4136, "all_permissive": false }
ansible_role
C0axx/ansible
117ed6179ed4c5dde8e16ccf7585b5107a875468
0
roles/disable_defender
3,058
[ "no_license" ]
[ { "path": "roles/disable_defender/defaults/main.yml", "content": "---\r\n# defaults file for disable_defender", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/disable_defender/tasks/main.yml", "content": "---\r\n# tasks file for disable_de...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1313, "all_permissive": false }
ansible_role
C0axx/ansible
117ed6179ed4c5dde8e16ccf7585b5107a875468
0
roles/update_linux
3,058
[ "no_license" ]
[ { "path": "roles/update_linux/tasks/main.yml", "content": " - name: Update repo and upgrade all packages to the latest version (Debian family)\n apt:\n name: '*'\n update_cache: yes\n state: latest\n tags: update\n when: ansible_os_family == 'Debian'\n\n - name: Update repo and upg...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1106, "all_permissive": false }
ansible_role
C0axx/ansible
117ed6179ed4c5dde8e16ccf7585b5107a875468
0
roles/windows_rdp
3,058
[ "no_license" ]
[ { "path": "roles/windows_rdp/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n tasks:\n - name: \"Include windows_rdp\"\n include_role:\n name: \"windows_rdp\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2297, "all_permissive": false }
ansible_role
htve/coreos-k8s-ansible
9422515584c581eaaf5cfc45b2438b2444231410
3
ansible/coreos/roles/wod.abort
3,058
[ "no_license" ]
[ { "path": "ansible/coreos/roles/wod.abort/tasks/main.yml", "content": "- name: Stop systemd\n raw: systemctl stop kubelet\n\n- name: Abort docker\n raw: docker rm -f `docker ps -a|awk '{print $1}'`\n ignore_errors: True\n\n- name: Clear Docker Images\n raw: docker rmi $(docker images -q)\n ignore_error...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1936, "all_permissive": false }
ansible_role
htve/coreos-k8s-ansible
9422515584c581eaaf5cfc45b2438b2444231410
3
ansible/coreos/roles/wod.bootstrap
3,058
[ "no_license" ]
[ { "path": "ansible/coreos/roles/wod.bootstrap/files/cni.sh", "content": "#!/bin/bash \n\nset -e \n\nmkdir -p /opt/cni/bin\n\nif [[ -e /opt/cni/bin/host-local ]]; then\n echo 'cni bin is already exist!'\nelse\n curl $HTTP_SERVER/$K8S_CNI_BIN.tgz > /opt/cni/bin/$K8S_CNI_BIN.tgz\n cd /opt/cni/bin && tar -x...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1567, "all_permissive": false }
ansible_role
htve/coreos-k8s-ansible
9422515584c581eaaf5cfc45b2438b2444231410
3
ansible/coreos/roles/wod.install
3,058
[ "no_license" ]
[ { "path": "ansible/coreos/roles/wod.install/tasks/main.yml", "content": "---\n- name: template master.yml to /usr/share/oem/coreos-install.yml\n template: src=master.yml dest=/usr/share/oem/coreos-install.yml\n when: inventory_hostname in groups[\"kube-master\"]\n \n- name: template worker.yml to /usr/sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 14407, "all_permissive": false }
ansible_role
htve/coreos-k8s-ansible
9422515584c581eaaf5cfc45b2438b2444231410
3
ansible/coreos/roles/wod.k8s-addon
3,058
[ "no_license" ]
[ { "path": "ansible/coreos/roles/wod.k8s-addon/templates/influxdb-grafana.yml", "content": "---\napiVersion: v1\nkind: Service\nmetadata:\n name: monitoring-grafana\n namespace: kube-system\n labels:\n kubernetes.io/cluster-service: \"true\"\n addonmanager.kubernetes.io/mode: Reconcile\n kubernet...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 11995, "all_permissive": false }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/ardana_deploy/files/enable-centos-rpms-on-rhel/roles/deployer-rhel-repo
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/ardana_deploy/files/enable-centos-rpms-on-rhel/roles/deployer-rhel-repo/tasks/create_target_repo_tarball.yml", "content": "#\n# (c) Copyright 2018 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file exce...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 17207, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/ardana_reboot
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/ardana_reboot/tasks/reboot_nodes.yml", "content": "#\n# (c) Copyright 2020 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the Licen...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3659, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/ardana_tempest
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/ardana_tempest/defaults/main.yml", "content": "#\n# (c) Copyright 2018 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the License a...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 11062, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/ardana_update
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/ardana_update/tasks/pre_cloudsource_update.yml", "content": "#\n# (c) Copyright 2018 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4583, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/ardana_upgrade
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/ardana_upgrade/tasks/upgrade_nodes.yml", "content": "#\n# (c) Copyright 2020 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the Lic...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 9607, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/bootstrap_ardana
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/bootstrap_ardana/tasks/main.yml", "content": "#\n# (c) Copyright 2018 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the License at...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5017, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/crowbar_reapply_barclamps
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/crowbar_reapply_barclamps/tasks/main.yml", "content": "#\n# (c) Copyright 2019 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the L...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2732, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/crowbar_register
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/crowbar_register/defaults/main.yml", "content": "---\n\nadmin_interface_index: 0\nadmin_interface: \"eth{{ admin_interface_index }}\"\n\ncrowbar_register_path: \"/root/crowbar_register\"\ncrowbar_register_log: \"/root/crowbar_register.log\"\n\ncrowbar_register_...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4771, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/crowbar_setup
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/crowbar_setup/tasks/main.yml", "content": "---\n\n- name: Add override env vars to mkcloud.config\n blockinfile:\n path: \"{{ admin_mkcloud_config_file }}\"\n marker: \"# {mark} {{ override_vars_reason|default('') }} environment variable overrides \"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1127, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/crowbar_tempest
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/crowbar_tempest/tasks/retry_failed.yml", "content": "#\n# (c) Copyright 2019 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the Lic...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4191, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/crowbar_update
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/crowbar_update/defaults/main.yml", "content": "#\n# (c) Copyright 2019 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the License a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2801, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/deploy_caasp_terraform
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/deploy_caasp_terraform/tasks/deploy_caasp.yml", "content": "#\n# (c) Copyright 2020 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 36973, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/frontail
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/frontail/files/ardana-preset.json", "content": "{\n \"words\": {\n },\n \"lines\": {\n \"ok:\": \"color: green;\",\n \"changed:\": \"color: yellow;\",\n \"skipping:\": \"color: cyan;\",\n \"failed:\": \"color: red;\"\n }\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2403, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/heat-generator
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/heat-generator/README.md", "content": "# Ardana Heat Orchestration Template Generator\n\nThe `generate-heat.yml` top-level ansible playbook, aided by the `heat-generator` ansible role, implements the task of \nconverting an Ardana input model into an OpenStack ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 93649, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/heat_stack
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/heat_stack/tasks/monitor.yml", "content": "#\n# (c) Copyright 2018 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the License at\n#...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3879, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/input_model_clone
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/input_model_clone/tasks/main.yml", "content": "#\n# (c) Copyright 2018 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the License a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1221, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/jenkins_artifacts
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/jenkins_artifacts/tasks/main.yml", "content": "#\n# (c) Copyright 2018 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the License a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 980, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/jira_issue_report
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/jira_issue_report/tasks/main.yml", "content": "#\n# (c) Copyright 2019 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the License a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1733, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/list_packages
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/list_packages/library/combine_files.py", "content": "#!/usr/bin/env python3\n#\n# (c) Copyright 2020 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obt...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 22856, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/prepare_deployer_vm
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/prepare_deployer_vm/tasks/main.yml", "content": "#\n# (c) Copyright 2018 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the License...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1316, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/reboot_node
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/reboot_node/tasks/reboot_deployer.yml", "content": "#\n# (c) Copyright 2019 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the Lice...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4486, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/rocketchat_notify
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/rocketchat_notify/vars/upgrade.yml", "content": "#\n# (c) Copyright 2020 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the License...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 25237, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/send_to_os_health
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/send_to_os_health/tasks/main.yml", "content": "#\n# (c) Copyright 2018 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the License a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2386, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/ses_cloud_integration
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/ses_cloud_integration/tasks/ses_configure_v1.yml", "content": "#\n# (c) Copyright 2018 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5763, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/ses_configure
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/ses_configure/tasks/get_ses_conf.yml", "content": "#\n# (c) Copyright 2018 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the Licen...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 10413, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/setup_amphora_image
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/setup_amphora_image/tasks/main.yml", "content": "#\n# (c) Copyright 2019 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the License...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 928, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/setup_root_partition
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/setup_root_partition/tasks/main.yml", "content": "#\n# (c) Copyright 2015-2017 Hewlett Packard Enterprise Development LP\n# (c) Copyright 2017 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except i...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 8224, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/setup_zypper_repos
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/setup_zypper_repos/tasks/remove_extra_repos.yml", "content": "#\n# (c) Copyright 2019 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy o...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 30439, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/ssh_keys
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/ssh_keys/tasks/main.yml", "content": "#\n# (c) Copyright 2018 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the License at\n#\n# h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1310, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/cloud/ansible/roles/tempest_results
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/cloud/ansible/roles/tempest_results/tasks/install_dependencies.yml", "content": "---\n\n- name: Install SLE package dependencies\n zypper:\n name: \"{{ sle_packages }}\"\n state: present\n\n- name: Ensure Leap repo is in place\n zypper_repository:\n repo: \"{{ leap_repo...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2554, "all_permissive": true }
ansible_role
SUSE-Cloud/automation
1a0a707db5975f2f7b86cae400ffbaa4ec2d874a
70
scripts/jenkins/workers/roles/jenkins_worker
3,058
[ "permissive" ]
[ { "path": "scripts/jenkins/workers/roles/jenkins_worker/tasks/copy_files.yml", "content": "#\n# (c) Copyright 2019 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the License at\n...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 9343, "all_permissive": true }
ansible_role
FabOS-AI/fabos-slm-dc-k8s
40bc8b1f932c77ed6eea90212a5ca0b84a4d13de
0
roles/recap_helper
3,058
[ "no_license" ]
[ { "path": "roles/recap_helper/tasks/persist_vars.yml", "content": "---\r\n- name: Get config from environment variables\r\n set_fact:\r\n consul_url: \"{{ lookup('env', 'CONSUL_URL') }}\"\r\n consul_token: \"{{ lookup('env', 'CONSUL_TOKEN') }}\"\r\n vault_url: \"{{ lookup('env', 'VAULT_URL') }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1886, "all_permissive": false }
ansible_role
FabOS-AI/fabos-slm-dc-k8s
40bc8b1f932c77ed6eea90212a5ca0b84a4d13de
0
roles/setup
3,058
[ "no_license" ]
[ { "path": "roles/setup/tasks/k8s_master/020_init_kubeadm.yml", "content": "---\r\n\r\n- name: Check if Kubernetes has already been initialized.\r\n stat:\r\n path: /etc/kubernetes/admin.conf\r\n register: kubernetes_init_stat\r\n\r\n- name: Initialize Kubernetes master with kubeadm init\r\n command: >...
{ "task_files": 29, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 52, "total_bytes": 56765, "all_permissive": false }
ansible_role
FabOS-AI/fabos-slm-dc-k8s
40bc8b1f932c77ed6eea90212a5ca0b84a4d13de
0
roles/use
3,058
[ "no_license" ]
[ { "path": "roles/use/defaults/main.yml", "content": "---\n# defaults file for use", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/use/tasks/main.yml", "content": "---\r\n# tasks file for use\r\n", "license_type": "no_license", "de...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 16, "total_bytes": 12381, "all_permissive": false }
ansible_role
ibonder/homelab
915674eaeed8969be370d13a921299fa76672ac0
0
ansible/roles/docker_network
3,058
[ "no_license" ]
[ { "path": "ansible/roles/docker_network/tasks/main.yml", "content": "---\n# TODO: check if it is needed\n- name: Check if Docker network exists\n community.docker.docker_network_info:\n name: \"{{ docker_network__name }}\"\n register: docker_network_info\n when: docker_network__name not in ['bridge', ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1018, "all_permissive": false }
ansible_role
ibonder/homelab
915674eaeed8969be370d13a921299fa76672ac0
0
ansible/roles/init_setup
3,058
[ "no_license" ]
[ { "path": "ansible/roles/init_setup/tasks/main.yml", "content": "---\n- name: Add tmpfs /tmp to /etc/fstab and mount\n ansible.posix.mount:\n path: /tmp\n src: tmpfs\n fstype: tmpfs\n opts: defaults,noatime,nosuid,nodev,noexec,mode=1777,size=2G\n state: mounted\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 206, "all_permissive": false }
ansible_role
Tarungagiya/ansible_roles
e8db67d5a5920557e451b764062543caf8c27566
0
playbooks/roles/development_role
3,058
[ "no_license" ]
[ { "path": "playbooks/roles/development_role/handlers/main.yml", "content": "---\n# handlers file for development_role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "playbooks/roles/development_role/vars/main.yml", "content": "---\n# vars fil...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 583, "all_permissive": false }
ansible_role
Tarungagiya/ansible_roles
e8db67d5a5920557e451b764062543caf8c27566
0
playbooks/roles/firewall_role
3,058
[ "no_license" ]
[ { "path": "playbooks/roles/firewall_role/vars/main.yml", "content": "---\n# vars file for firewall_role\n\nservice_name: http\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "playbooks/roles/firewall_role/handlers/main.yml", "content": "---\n#...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 447, "all_permissive": false }
ansible_role
broadinstitute/sabetilab-remote-config
3dbe59f4999943faa874e043f79c5fbb0c49b560
1
roles/Mayeu.RabbitMQ
3,058
[ "no_license" ]
[ { "path": "roles/Mayeu.RabbitMQ/tasks/main.yml", "content": "---\n- include_tasks: install/main.yml\n- include_tasks: configuration.yml\n- include_tasks: plugins.yml\n- include_tasks: vhost.yml\n- include_tasks: federation.yml\n when: rabbitmq_federation\n", "license_type": "no_license", "detected_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 451, "all_permissive": false }
ansible_role
broadinstitute/sabetilab-remote-config
3dbe59f4999943faa874e043f79c5fbb0c49b560
1
roles/Mayeu.sensu
3,058
[ "no_license" ]
[ { "path": "roles/Mayeu.sensu/tasks/server.yml", "content": "---\n- name: copy the patched init script\n copy:\n src=sensu-{{ item }}\n dest=/etc/init.d/\n owner=root\n group=root\n mode=755\n backup=yes\n with_items:\n - server\n - api\n when: sensu_server_patch_init_scripts\n\n- ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2844, "all_permissive": false }
ansible_role
broadinstitute/sabetilab-remote-config
3dbe59f4999943faa874e043f79c5fbb0c49b560
1
roles/dx-streaming-upload
3,058
[ "no_license" ]
[ { "path": "roles/dx-streaming-upload/files/monitor_runs.py", "content": "#!/usr/bin/env python\n\nimport argparse\nimport dxpy\nimport glob\nimport json\nimport multiprocessing\nimport os\nimport subprocess as sub\nimport sys\nimport time\nimport yaml\n\n# Whether to print verbose Debuggin messages\nDEBUG =...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 55601, "all_permissive": false }
ansible_role
broadinstitute/sabetilab-remote-config
3dbe59f4999943faa874e043f79c5fbb0c49b560
1
roles/geerlingguy.security
3,058
[ "no_license" ]
[ { "path": "roles/geerlingguy.security/tasks/autoupdate-RedHat.yml", "content": "---\n- name: Install yum-cron.\n yum: name=yum-cron state=present\n\n- name: Ensure yum-cron is running and enabled on boot.\n service: name=yum-cron state=started enabled=yes\n", "license_type": "no_license", "detecte...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1076, "all_permissive": false }
ansible_role
broadinstitute/sabetilab-remote-config
3dbe59f4999943faa874e043f79c5fbb0c49b560
1
roles/tersmitten.autossh-tunnel-client
3,058
[ "no_license" ]
[ { "path": "roles/tersmitten.autossh-tunnel-client/defaults/main.yml", "content": "# defaults file for autossh-tunnel-client\n---\nautossh_tunnel_client_autossh_debug: 1\nautossh_tunnel_client_autossh_first_poll: 30\nautossh_tunnel_client_autossh_gatetime: 0\nautossh_tunnel_client_autossh_loglevel: 7\nautoss...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 11486, "all_permissive": false }
ansible_role
broadinstitute/sabetilab-remote-config
3dbe59f4999943faa874e043f79c5fbb0c49b560
1
roles/tersmitten.autossh-tunnel-server
3,058
[ "no_license" ]
[ { "path": "roles/tersmitten.autossh-tunnel-server/defaults/main.yml", "content": "# defaults file for autossh-tunnel-server\n---\nautossh_tunnel_server_user: autossh\nautossh_tunnel_server_group: autossh\nautossh_tunnel_server_groups: []\nautossh_tunnel_server_shell: /bin/false\nautossh_tunnel_server_author...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 5404, "all_permissive": false }
ansible_role
ravidshachar/terraform-domain-gen
44d7cc0866f35055e4014f16e83abc3f2d7f0be2
0
ansible/roles/create_domain
3,058
[ "no_license" ]
[ { "path": "ansible/roles/create_domain/tasks/main.yml", "content": "---\n# tasks file for create_domain\n- name: create domain\n win_domain:\n dns_domain_name: \"{{ domain_name }}\"\n safe_mode_password: \"{{ <PASSWORD> }}\"\n register: domain_creation\n\n- name: reboot if neccassary\n win_reboot: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 899, "all_permissive": false }
ansible_role
ravidshachar/terraform-domain-gen
44d7cc0866f35055e4014f16e83abc3f2d7f0be2
0
ansible/roles/join_domain
3,058
[ "no_license" ]
[ { "path": "ansible/roles/join_domain/tasks/main.yml", "content": "---\n# tasks file for join_domain\n- name: Set DC as DNS\n win_dns_client:\n adapter_names: \"*\"\n ipv4_addresses: \"{{ domain_ip }}\"\n\n- name: Join workstation to domain\n win_domain_membership:\n dns_domain_name: \"{{ domain_n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 485, "all_permissive": false }
ansible_role
ravidshachar/terraform-domain-gen
44d7cc0866f35055e4014f16e83abc3f2d7f0be2
0
ansible/roles/setup_exchange
3,058
[ "no_license" ]
[ { "path": "ansible/roles/setup_exchange/tasks/main.yml", "content": "---\n- name: debug org name\n debug:\n msg: \"/OrganizationName \\\"{{ domain_name.split(\\\".\\\")[0] | capitalize }} Org\\\"\"\n\n- name: Add account to Log on as a service\n win_user_right:\n name: SeServiceLogonRight\n users...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3663, "all_permissive": false }
ansible_role
ravidshachar/terraform-domain-gen
44d7cc0866f35055e4014f16e83abc3f2d7f0be2
0
ansible/roles/setup_ssh
3,058
[ "no_license" ]
[ { "path": "ansible/roles/setup_ssh/tasks/main.yml", "content": "---\n- name: install the Win32-OpenSSH service\n win_chocolatey:\n name: openssh\n package_params: /SSHServerFeature\n state: present\n\n- name: set the default shell to PowerShell\n win_regedit:\n path: HKLM:\\SOFTWARE\\OpenSSH\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 830, "all_permissive": false }
ansible_role
americanbwana/ansible-mariadb
369af8c27981a7326865cd8b690a823f1a24bf4c
0
roles/common
3,058
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# This playbook contains common plays that will be run on all nodes.\n\n- name: Install ntp\n yum: name=ntp state=present\n tags: ntp\n\n- name: Install common dependencies\n yum: name={{ item }} state=installed\n with_items:\n - libselinux-pyt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 378, "all_permissive": false }
ansible_role
banh-gao/devops-exercise
5666a34dd033c923be50aa5fb983e9a94a28e118
0
roles/docker_remote
3,058
[ "no_license" ]
[ { "path": "roles/docker_remote/tasks/client-cert.yml", "content": "- name: Generate client private key locally\n become: no\n delegate_to: localhost\n openssl_privatekey:\n path: swarm-auth/key.pem\n\n- name: Generate client CSR locally\n become: no\n delegate_to: localhost\n openssl_csr:\n path...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3022, "all_permissive": false }
ansible_role
banh-gao/devops-exercise
5666a34dd033c923be50aa5fb983e9a94a28e118
0
roles/docker_storage
3,058
[ "no_license" ]
[ { "path": "roles/docker_storage/tasks/main.yml", "content": "- name: Create a new primary partition\n parted:\n device: /dev/vdb\n number: 1\n state: present\n\n- name: Create a ext4 filesystem on /dev/vdb1\n filesystem:\n fstype: ext4\n dev: /dev/vdb1\n\n- name: Set mount point for docker ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 333, "all_permissive": false }
ansible_role
josephaw1022/LaptopConfiguration
9af16234d3fbd5ff1d1a394eef4b87311423d4a3
0
fedora-41/automated-setup/roles/base_packages
3,058
[ "no_license" ]
[ { "path": "fedora-41/automated-setup/roles/base_packages/files/taskfile.yaml", "content": "version: '3'\n\ntasks:\n default:\n desc: \"List all available tasks\"\n cmds:\n - task --list-all\n\n root-taskfile-edit:\n desc: \"Opens up the root taskfile.yaml file\"\n cmds:\n - code ~/ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4075, "all_permissive": false }
ansible_role
josephaw1022/LaptopConfiguration
9af16234d3fbd5ff1d1a394eef4b87311423d4a3
0
fedora-41/automated-setup/roles/cli_tools
3,058
[ "no_license" ]
[ { "path": "fedora-41/automated-setup/roles/cli_tools/tasks/epinio.yml", "content": "- name: Set Epinio variables\n set_fact:\n epinio_version: \"v1.11.0\"\n epinio_url: \"https://github.com/epinio/epinio/releases/download/v1.11.0/epinio-linux-x86_64\"\n epinio_dest: \"/usr/local/bin/epinio\"\n\n- ...
{ "task_files": 16, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 18, "total_bytes": 13820, "all_permissive": false }
ansible_role
josephaw1022/LaptopConfiguration
9af16234d3fbd5ff1d1a394eef4b87311423d4a3
0
fedora-41/automated-setup/roles/cockpit_setup
3,058
[ "no_license" ]
[ { "path": "fedora-41/automated-setup/roles/cockpit_setup/tasks/main.yml", "content": "---\n- name: Upgrade all system packages safely (allow erasing conflicts)\n ansible.builtin.dnf:\n name: '*'\n state: latest\n update_cache: true\n allowerasing: true\n\n- name: Install Cockpit\n ansible.buil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1041, "all_permissive": false }
ansible_role
josephaw1022/LaptopConfiguration
9af16234d3fbd5ff1d1a394eef4b87311423d4a3
0
fedora-41/automated-setup/roles/flatpak_apps
3,058
[ "no_license" ]
[ { "path": "fedora-41/automated-setup/roles/flatpak_apps/tasks/gnome_favorites.yml", "content": "---\n- name: Debug GNOME favorites command\n ansible.builtin.debug:\n msg: \"gsettings set org.gnome.shell favorite-apps {{ \\\"['{}']\\\".format(flatpak_apps_gnome_favorites | join(\\\"', '\\\") ) }}\"\n\n- ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4869, "all_permissive": false }
ansible_role
josephaw1022/LaptopConfiguration
9af16234d3fbd5ff1d1a394eef4b87311423d4a3
0
fedora-41/automated-setup/roles/kubernetes_tools
3,058
[ "no_license" ]
[ { "path": "fedora-41/automated-setup/roles/kubernetes_tools/tasks/main.yml", "content": "---\n- import_tasks: kubectl.yml\n\n- import_tasks: helm.yml\n\n- import_tasks: kubectx.yml\n\n- import_tasks: kind.yml\n\n- import_tasks: k9s.yml\n\n- import_tasks: cloud_provider_kind.yml\n ignore_errors: true\n\n- i...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 7782, "all_permissive": false }
ansible_role
josephaw1022/LaptopConfiguration
9af16234d3fbd5ff1d1a394eef4b87311423d4a3
0
fedora-41/automated-setup/roles/podman
3,058
[ "no_license" ]
[ { "path": "fedora-41/automated-setup/roles/podman/tasks/packages.yml", "content": "---\n- name: Ensure Podman, Podman-Docker, and Podman-Compose are installed\n ansible.builtin.package:\n name:\n - podman\n - podman-docker\n - podman-compose\n - podlet\n state: present\n become: ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2356, "all_permissive": false }
ansible_role
singapore9/sport-progress-system
f4bf6c25640622e730ecb9d01f5b5de40352a074
0
ansible/roles/base
2,998
[ "permissive" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "---\n- ping: ~\n\n- name: Install GIT\n yum:\n name: \"git\"\n state: latest\n\n- name: Create REPOS directory\n file:\n path: \"{{dest_base_path}}\"\n state: directory\n\n- name: Clone the repo\n git:\n accept_newhostkey: true\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1239, "all_permissive": true }
ansible_role
maayanmord/redis-operator
2f064b891227b30907816b7fe59c86160e9c9e2e
0
roles/redis
2,998
[ "no_license" ]
[ { "path": "roles/redis/templates/sentinel-conf.yaml", "content": "apiVersion: {{ sentinel_conf_configmap.api_version }}\nkind: ConfigMap\nmetadata:\n namespace: \"{{ meta.namespace }}\"\n name: \"{{ sentinel_conf_configmap.name }}\"\n labels:\n app: \"{{ name }}\"\n cr: \"{{ meta.name }}\"\n ope...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 24122, "all_permissive": false }
ansible_role
amanto04/packer
bc6892711d323f5c0e99713036728bc1cb76de08
0
ansible/roles/git
2,998
[ "no_license" ]
[ { "path": "ansible/roles/git/tasks/main.yml", "content": "- name: Installing git\n become: yes\n apt:\n name: git\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 77, "all_permissive": false }
ansible_role
amanto04/packer
bc6892711d323f5c0e99713036728bc1cb76de08
0
ansible/roles/nginx
2,998
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "- name: Installing nginx\n become: yes\n apt:\n name: nginx\n state: present\n- name: Set up Nginx conf file\n template:\n src=nginx.conf.tbl\n dest=/etc/nginx/nginx.conf\n notify: restart nginx\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 202, "all_permissive": false }
ansible_role
ruanhao/python-for-fun
c0cc9a2050b9b564e71aab571a6025522bf7b0b0
0
ansible/playbook/playbook-role/roles/install-git
2,998
[ "no_license" ]
[ { "path": "ansible/playbook/playbook-role/roles/install-git/handlers/main.yml", "content": "- name: git installed\n debug:\n msg: \"Handler: git installed\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "ansible/playbook/playbook-role/roles/in...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 193, "all_permissive": false }
ansible_role
ruanhao/python-for-fun
c0cc9a2050b9b564e71aab571a6025522bf7b0b0
0
ansible/playbook/playbook-role/roles/install-python
2,998
[ "no_license" ]
[ { "path": "ansible/playbook/playbook-role/roles/install-python/tasks/main.yml", "content": "- name: install python\n become: yes\n apt:\n name:\n - python3\n state: present\n force_apt_get: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 112, "all_permissive": false }
ansible_role
antonp92/playbooks
e81edad921bf79a0a4fb02d234877c82162027ab
0
Roles/roles/redhat_webservers
2,998
[ "no_license" ]
[ { "path": "Roles/roles/redhat_webservers/handlers/main.yml", "content": "- name: restart_httpd\n service:\n name: '{{ redhat_apache }}'\n state: restarted\n when: \"ansible_os_family == 'RedHat'\"\n ignore_errors: yes\n\n- name: restart_apache2\n service:\n name: '{{ debian_apache }}'\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 910, "all_permissive": false }
ansible_role
antonp92/playbooks
e81edad921bf79a0a4fb02d234877c82162027ab
0
Roles/roles/webservers
2,998
[ "no_license" ]
[ { "path": "Roles/roles/webservers/vars/main.yml", "content": "copyright_message: Copyright2017\nredhat_apache: httpd\ndebian_apache: apache2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "Roles/roles/webservers/tasks/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 581, "all_permissive": false }
ansible_role
hadoukn/hadoukn-stack
ce4a402a29870b728519cf916d1dc9c528c5b2a9
0
roles/common
2,998
[ "no_license" ]
[ { "path": "roles/common/tasks/ssh.yml", "content": "---\n- name: install openssh-server\n sudo: True\n apt: pkg=openssh-server state=latest\n\n- name: copy the public key over\n copy: src=.ssh/id_rsa.pub\n dest=/home/vagrant/.ssh/id_rsa.pub\n owner=vagrant\n group=vagrant\n mo...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 2415, "all_permissive": false }
ansible_role
hadoukn/hadoukn-stack
ce4a402a29870b728519cf916d1dc9c528c5b2a9
0
roles/db
2,998
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "---\n- include: postgres.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/db/tasks/postgres.yml", "content": "---\n- name: install postgres\n sudo: True\n apt: pkg=postgresql state=l...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 105, "all_permissive": false }