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 | Nahum48/ansible | 6677a3b12fadd5d00e4a3cc746768cefd66eb9c4 | 0 | roles/db_servers | 7,688 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yml",
"content": "- name: install mariadb server\n tags: db,mariadb,ubuntu\n apt:\n name: mariadb-server\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name: install mariadb package (CentOS)\n tags: mariadb, centos, db\n dnf:\n name: ma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 463,
"all_permissive": false
} |
ansible_role | Nahum48/ansible | 6677a3b12fadd5d00e4a3cc746768cefd66eb9c4 | 0 | roles/web_servers | 7,688 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main_oiginal.yml",
"content": " - name: start apache2 service\n tags: apache,apache2,Ubuntu\n service:\n name: apache2\n state: restarted\n when: ansible_distribution == \"Ubuntu\"\n\n\n - name: copy file for site\n tags: apache,apache2,httpd\n cop... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 352,
"all_permissive": false
} |
ansible_role | Nahum48/ansible | 6677a3b12fadd5d00e4a3cc746768cefd66eb9c4 | 0 | roles/workstations | 7,688 | [
"no_license"
] | [
{
"path": "roles/workstations/tasks/main.yml",
"content": "- name: install unzip\n package:\n name: unzip\n\n- name: install Terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/0.13.5/terraform_0.13.5_linux_amd64.zip\n dest: /usr/local/bin\n remote_src: yes\n mode: 0755\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 426,
"all_permissive": false
} |
ansible_role | MrRomo/RbotLinker | 3aa8b074cfbac627e3c5c41ed62748830e00f2a0 | 1 | rbotlinker-deploy/roles/rbotlinker-agent | 7,688 | [
"no_license"
] | [
{
"path": "rbotlinker-deploy/roles/rbotlinker-agent/tasks/main.yml",
"content": "---\n- include: deps.yml\n- name: Copy rbotlinker-agent\n copy:\n src=rbotlinker-agent\n dest=/usr/local/src\n mode=u=rwx,g=rwx,o=rx\n- name: Run npm install\n command: npm install\n chdir=/usr/local/src/rbotlinke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 283,
"all_permissive": false
} |
ansible_role | MrRomo/RbotLinker | 3aa8b074cfbac627e3c5c41ed62748830e00f2a0 | 1 | rbotlinker-deploy/roles/rbotlinker-api | 7,688 | [
"no_license"
] | [
{
"path": "rbotlinker-deploy/roles/rbotlinker-api/files/rbotlinker-api/package.json",
"content": "{\n \"name\": \"rbotlinker-api\",\n \"version\": \"1.0.0\",\n \"description\": \"A simple IoT platform -API\",\n \"private\": false,\n \"main\": \"server.js\",\n \"scripts\": {\n \"test\": \"DEBUG=rbot... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2284,
"all_permissive": false
} |
ansible_role | MrRomo/RbotLinker | 3aa8b074cfbac627e3c5c41ed62748830e00f2a0 | 1 | rbotlinker-deploy/roles/rbotlinker-db | 7,688 | [
"no_license"
] | [
{
"path": "rbotlinker-deploy/roles/rbotlinker-db/files/rbotlinker-db/package.json",
"content": "{\n \"name\": \"rbotlinker-db\",\n \"version\": \"1.0.0\",\n \"description\": \"A Simple IoT Platform - DB Module\",\n \"main\": \"index.js\",\n \"scripts\": {\n \"test\": \"DEBUG=rbotlinker:* nyc --repor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1319,
"all_permissive": false
} |
ansible_role | MrRomo/RbotLinker | 3aa8b074cfbac627e3c5c41ed62748830e00f2a0 | 1 | rbotlinker-deploy/roles/rbotlinker-mqtt | 7,688 | [
"no_license"
] | [
{
"path": "rbotlinker-deploy/roles/rbotlinker-mqtt/meta/main.yml",
"content": "---\ndependencies:\n - { role: node }\n - { role: rbotlinker-db }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "rbotlinker-deploy/roles/rbotlinker-mqtt/tasks/main.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1385,
"all_permissive": false
} |
ansible_role | MrRomo/RbotLinker | 3aa8b074cfbac627e3c5c41ed62748830e00f2a0 | 1 | rbotlinker-deploy/roles/rbotlinker-web | 7,688 | [
"no_license"
] | [
{
"path": "rbotlinker-deploy/roles/rbotlinker-web/meta/main.yml",
"content": "---\ndependencies:\n - { role: node }\n - { role: jdauphant.nginx }\n - { role: rbotlinker-agent }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
},
{
"path": "rbotlinker-deploy/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 745,
"all_permissive": false
} |
ansible_role | leo-project/leofs_ansible | 78ea25e78591d0252e01ba2ad57727f5025f45c9 | 3 | roles/builder | 7,688 | [
"no_license"
] | [
{
"path": "roles/builder/files/build_default.sh",
"content": "#!/bin/bash\n\nif [ $# -lt 1 ]; then\n echo \"Need a temporary path for git clone\"\n echo -e \"\\nUsage: $0 [build_path] [tag]\\n\"\n exit 1\nfi\n\ngit clone https://github.com/leo-project/leofs.git $1\ncd $1\n\nif [ $# -ge 2 ]; then\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 995,
"all_permissive": false
} |
ansible_role | leo-project/leofs_ansible | 78ea25e78591d0252e01ba2ad57727f5025f45c9 | 3 | roles/common | 7,688 | [
"no_license"
] | [
{
"path": "roles/common/tasks/install_build.yml",
"content": "---\n- name: Install LeoFS From Built package\n synchronize: \n src: \"{{ build_temp_path }}/package\"\n dest: \"{{ build_install_path }}\"\n delegate_to: \"{{ build_host }}\"\n tags:\n - install\n\n",
"license_type": "no_license"... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 14,
"total_bytes": 6527,
"all_permissive": false
} |
ansible_role | leo-project/leofs_ansible | 78ea25e78591d0252e01ba2ad57727f5025f45c9 | 3 | roles/controller | 7,688 | [
"no_license"
] | [
{
"path": "roles/controller/tasks/main.yml",
"content": "---\n- name: Setup LeoFS Admin Tool\n template: \n src: leofs-adm.j2\n dest: ./leofs-adm\n mode: 0755\n tags: \n - config\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 131,
"all_permissive": false
} |
ansible_role | leo-project/leofs_ansible | 78ea25e78591d0252e01ba2ad57727f5025f45c9 | 3 | roles/leo_gateway | 7,688 | [
"no_license"
] | [
{
"path": "roles/leo_gateway/defaults/main.yml",
"content": "---\nleofs_module: leo_gateway\n\nleo_gateway_protocol: \"s3\"\n\nleo_gateway_http_port: 8080\nleo_gateway_http_acceptors: 128 \nleo_gateway_http_keepalive: 4096\nleo_gateway_http_layer_of_dirs: 12\nleo_gateway_http_ssl_port: 8443\nl... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 18642,
"all_permissive": false
} |
ansible_role | leo-project/leofs_ansible | 78ea25e78591d0252e01ba2ad57727f5025f45c9 | 3 | roles/leo_manager_0 | 7,688 | [
"no_license"
] | [
{
"path": "roles/leo_manager_0/meta/main.yml",
"content": "---\ndependencies:\n - { role: common, leofs_module: leo_manager_0 }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/leo_manager_0/templates/leo_manager_0.conf.j2",
"content"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 9993,
"all_permissive": false
} |
ansible_role | leo-project/leofs_ansible | 78ea25e78591d0252e01ba2ad57727f5025f45c9 | 3 | roles/leo_manager_1 | 7,688 | [
"no_license"
] | [
{
"path": "roles/leo_manager_1/meta/main.yml",
"content": "---\ndependencies:\n - { role: common, leofs_module: leo_manager_1 }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/leo_manager_1/defaults/main.yml",
"content": "---\nleofs_... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1431,
"all_permissive": false
} |
ansible_role | leo-project/leofs_ansible | 78ea25e78591d0252e01ba2ad57727f5025f45c9 | 3 | roles/leo_storage | 7,688 | [
"no_license"
] | [
{
"path": "roles/leo_storage/defaults/main.yml",
"content": "---\nleofs_module: leo_storage\n\nleo_storage_container_paths:\n - \"{{ leofs_module_path }}/avs\"\nleo_storage_num_of_containers: \n - 8\n\nnum_vnodes: 168\n\nleo_storage_metadata_storage: \"leveldb\"\nleo_storage_strict_check: ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 22918,
"all_permissive": false
} |
ansible_role | RafalSladek/myLinux | 7e4c84548eb11a695024264ecc8f9c66971a8450 | 0 | ansible/masternodes/roles/common | 7,688 | [
"no_license"
] | [
{
"path": "ansible/masternodes/roles/common/tasks/main.yml",
"content": "---\n# tasks file for common\n\n- name: Change repository Ubuntu 20.04\n copy:\n src: sources.list\n dest: /etc/apt/\n backup: yes\n\n- name: Update repository and Upgrade packages\n apt:\n upgrade: dist\n update_cache... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1722,
"all_permissive": false
} |
ansible_role | RafalSladek/myLinux | 7e4c84548eb11a695024264ecc8f9c66971a8450 | 0 | ansible/masternodes/roles/create-user-with-password | 7,688 | [
"no_license"
] | [
{
"path": "ansible/masternodes/roles/create-user-with-password/handlers/main.yml",
"content": "---\n# handlers file for create-user-with-password",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "ansible/masternodes/roles/create-user-with-password/te... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1488,
"all_permissive": false
} |
ansible_role | waharnum/kubernetes-atomic | e5774f5709228a9ac3f2081f2099a26f1ce9ba57 | 0 | roles/ansible-kubernetes-atomic-busybox | 7,688 | [
"no_license"
] | [
{
"path": "roles/ansible-kubernetes-atomic-busybox/templates/busybox.j2",
"content": "apiVersion: v1\nkind: Pod\nmetadata:\n name: {{ item }}\n namespace: default\n labels:\n app: busybox\nspec:\n containers:\n - image: busybox\n command:\n - sleep\n - \"3600\"\n imagePullPolicy: IfN... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 984,
"all_permissive": false
} |
ansible_role | waharnum/kubernetes-atomic | e5774f5709228a9ac3f2081f2099a26f1ce9ba57 | 0 | roles/ansible-kubernetes-atomic-dns | 7,688 | [
"no_license"
] | [
{
"path": "roles/ansible-kubernetes-atomic-dns/defaults/main.yml",
"content": "---\n# defaults file for ansible-kubernetes-atomic-dns\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "roles/ansible-kubernetes-atomic-dns/handlers/main.yml",
"con... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 954,
"all_permissive": false
} |
ansible_role | waharnum/kubernetes-atomic | e5774f5709228a9ac3f2081f2099a26f1ce9ba57 | 0 | roles/ansible-kubernetes-atomic-master | 7,688 | [
"no_license"
] | [
{
"path": "roles/ansible-kubernetes-atomic-master/templates/flanneld-conf.json.j2",
"content": "{\n \"Network\": \"{{ flannel_ip_range }}\",\n \"SubnetLen\": 24,\n \"Backend\": {\n \"Type\": \"vxlan\"\n }\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3823,
"all_permissive": false
} |
ansible_role | waharnum/kubernetes-atomic | e5774f5709228a9ac3f2081f2099a26f1ce9ba57 | 0 | roles/ansible-kubernetes-atomic-nfs-client | 7,688 | [
"no_license"
] | [
{
"path": "roles/ansible-kubernetes-atomic-nfs-client/tasks/main.yml",
"content": "---\n# tasks file for ansible-kubernetes-atomic-nfs-client\n\n# Atomic Host already has nfs utils (and no package manager...)\n\n# - name: install nfs-utils\n# yum:\n# name: nfs-utils\n# state: latest\n\n- name: cre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 583,
"all_permissive": false
} |
ansible_role | waharnum/kubernetes-atomic | e5774f5709228a9ac3f2081f2099a26f1ce9ba57 | 0 | roles/ansible-kubernetes-atomic-nfs-server | 7,688 | [
"no_license"
] | [
{
"path": "roles/ansible-kubernetes-atomic-nfs-server/templates/exports.j2",
"content": "{% for host in groups['nodes'] %}\n{{ kube_nfs_storage_directory }} {{ hostvars[host]['ansible_ssh_host'] }}(rw,sync,no_root_squash,no_subtree_check)\n{% endfor %}\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 772,
"all_permissive": false
} |
ansible_role | waharnum/kubernetes-atomic | e5774f5709228a9ac3f2081f2099a26f1ce9ba57 | 0 | roles/ansible-kubernetes-atomic-node | 7,688 | [
"no_license"
] | [
{
"path": "roles/ansible-kubernetes-atomic-node/tasks/main.yml",
"content": "---\n# tasks file for ansible-kubernetes-atomic-node\n\n# - name: upgrade the atomic host\n# command: atomic host upgrade\n\n# - name: restart atomic host if upgraded\n# command: systemctl reboot\n\n- name: template Docker conf... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2737,
"all_permissive": false
} |
ansible_role | mponcet/my-kubernetes-playground | 0f110918a1daca25c29e9fe60a55bcfaab0a460d | 0 | ansible/roles/common | 7,688 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "- name: Install packages that allow apt to be used over HTTPS\n apt:\n name: \"{{ packages }}\"\n state: present\n update_cache: yes\n vars:\n packages:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2045,
"all_permissive": false
} |
ansible_role | mponcet/my-kubernetes-playground | 0f110918a1daca25c29e9fe60a55bcfaab0a460d | 0 | ansible/roles/k8s_master | 7,688 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s_master/tasks/main.yml",
"content": "- name: Initialize the Kubernetes cluster using kubeadm\n command: kubeadm init --apiserver-advertise-address=\"{{ ansible_default_ipv4.address }}\" --apiserver-cert-extra-sans=\"{{ ansible_default_ipv4.address }}\" --node-name k8s-master --... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 932,
"all_permissive": false
} |
ansible_role | mponcet/my-kubernetes-playground | 0f110918a1daca25c29e9fe60a55bcfaab0a460d | 0 | ansible/roles/k8s_worker | 7,688 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s_worker/tasks/main.yml",
"content": "- name: Copy the join command to server location\n copy: src=join-command dest=/tmp/join-command.sh mode=0777\n\n- name: Join the node to cluster\n command: sh /tmp/join-command.sh\n\n- name: Delete join-command.sh\n file:\n path: /tmp/j... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 268,
"all_permissive": false
} |
ansible_role | mateuschmitz/ansible-digitalocean | 9001da8d5547ccfcbd9d1ce150e8342234e45297 | 0 | roles/server | 7,688 | [
"no_license"
] | [
{
"path": "roles/server/tasks/main.yml",
"content": "---\n- name: Update apt package cache and run upgrade safe\n become: true\n apt:\n update_cache: yes\n cache_valid_time: 3600\n upgrade: safe\n- name: Install Base Packages\n apt:\n name: \"{{ item }}\"\n state: present\n with_items: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3862,
"all_permissive": false
} |
ansible_role | wanghm/nutanix-ndb-playbook | a8fe14271f03ac3bbbfe861b77040746c4bc020a | 0 | roles/postgres_ha | 7,688 | [
"no_license"
] | [
{
"path": "roles/postgres_ha/tasks/centos7.yml",
"content": "---\n# roles/postgres_ha/tasks/centos_7.yml\n\n- name: yum update\n yum:\n name: '*'\n state: latest\n\n- name: add /etc/yum.repos.d/epel.repo\n yum:\n name: epel-release\n state: present\n\n- name: install python36, python3-devel\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5675,
"all_permissive": false
} |
ansible_role | bramplatier/ansible | 13e2532d443fcb5a53d40e1aab64e2b2738f54a7 | 0 | main/roles/createUser | 7,688 | [
"no_license"
] | [
{
"path": "main/roles/createUser/tasks/main.yml",
"content": "---\n- name: Set student password\n become: true\n user:\n name: \"student\"\n password: \"{{ '<PASSWORD>!' | password_hash('<PASSWORD>') }}\" \n update_password: always\n ignore_errors: true\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 193,
"all_permissive": false
} |
ansible_role | bramplatier/ansible | 13e2532d443fcb5a53d40e1aab64e2b2738f54a7 | 0 | main/roles/createVM | 7,688 | [
"no_license"
] | [
{
"path": "main/roles/createVM/tasks/main.yml",
"content": "---\n- name: Deploy a virtual machine from template\n vmware_guest:\n hostname: \"{{ vcenter_hostname }}\"\n username: \"{{ vcenter_username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: no\n datacenter: \"{{ vcenter_datac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1094,
"all_permissive": false
} |
ansible_role | bramplatier/ansible | 13e2532d443fcb5a53d40e1aab64e2b2738f54a7 | 0 | main/roles/installApache | 7,688 | [
"no_license"
] | [
{
"path": "main/roles/installApache/tasks/main.yml",
"content": "---\n- name: Update apt package cache\n apt:\n update_cache: yes\n\n- name: Install Apache\n apt:\n name: apache2\n state: present\n\n- name: Start Apache service\n service:\n name: apache2\n state: started\n enabled: yes\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 656,
"all_permissive": false
} |
ansible_role | bramplatier/ansible | 13e2532d443fcb5a53d40e1aab64e2b2738f54a7 | 0 | main/roles/installCMKAgent | 7,688 | [
"no_license"
] | [
{
"path": "main/roles/installCMKAgent/tasks/main.yml",
"content": "---\n - name: Download the Checkmk Agent .deb file\n get_url:\n url: http://172.16.2.12/monitoring/check_mk/agents/check-mk-agent_2.3.0p15-1_all.deb\n dest: /tmp/check-mk-agent_2.3.0p15-1_all.deb\n\n - name: Install the Checkm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2034,
"all_permissive": false
} |
ansible_role | bramplatier/ansible | 13e2532d443fcb5a53d40e1aab64e2b2738f54a7 | 0 | main/roles/updateInventory | 7,688 | [
"no_license"
] | [
{
"path": "main/roles/updateInventory/tasks/main.yml",
"content": "---\n- name: update inventory\n add_host:\n name: \"{{ vm_name }}\"\n ansible_host: \"{{ ipvanmachine }}\"\n ansible_user: student\n ansible_ssh_pass: <PASSWORD>!\n groups: deployed_vms",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 190,
"all_permissive": false
} |
ansible_role | bramplatier/ansible | 13e2532d443fcb5a53d40e1aab64e2b2738f54a7 | 0 | test/roles/installCMKAgent | 7,688 | [
"no_license"
] | [
{
"path": "test/roles/installCMKAgent/tasks/main.yml",
"content": "---\n - name: Download the Checkmk Agent .deb file\n get_url:\n url: http://172.16.2.12/monitoring/check_mk/agents/check-mk-agent_2.3.0p15-1_all.deb\n dest: /tmp/check-mk-agent_2.3.0p15-1_all.deb\n\n - name: Install the Checkm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2946,
"all_permissive": false
} |
ansible_role | bramplatier/ansible | 13e2532d443fcb5a53d40e1aab64e2b2738f54a7 | 0 | test/roles/updateCMKserver | 7,688 | [
"no_license"
] | [
{
"path": "test/roles/updateCMKserver/tasks/RunServiceDiscovery.yml",
"content": "---\n- name: Voer service discovery uit voor de nieuwe host\n ansible.builtin.command: \"su - monitoring -c 'cmk -I {{ vm_name }}'\"\n become: true\n register: service_discovery_result\n\n- name: Toon resultaat van service ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1509,
"all_permissive": false
} |
ansible_role | bramplatier/ansible | 13e2532d443fcb5a53d40e1aab64e2b2738f54a7 | 0 | test/roles/updateInventory | 7,688 | [
"no_license"
] | [
{
"path": "test/roles/updateInventory/tasks/main.yml",
"content": "---\n - name: update inventory\n add_host:\n name: \"{{ vm_name }}\"\n ansible_host: \"{{ ipvanmachine }}\"\n ansible_user: student\n ansible_ssh_pass: <PASSWORD>!\n groups: deployed_vms\n\n - name: Add vm to in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 573,
"all_permissive": false
} |
ansible_role | bramplatier/ansible | 13e2532d443fcb5a53d40e1aab64e2b2738f54a7 | 0 | test/roles/updateServer | 7,688 | [
"no_license"
] | [
{
"path": "test/roles/updateServer/tasks/main.yml",
"content": "- name: Update apt package cache\n apt:\n update_cache: yes\n\n- name: Upgrade all packages to latest version\n apt:\n upgrade: dist\n autoremove: yes\n\n- name: Clean up cached package files\n apt:\n autoclean: yes\n autoremo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 903,
"all_permissive": false
} |
ansible_role | megandil/ansible_dhcp | 0073f4fbb535761b777e8138d95cd642a076ce0d | 0 | roles/dhcp | 7,688 | [
"no_license"
] | [
{
"path": "roles/dhcp/handlers/main.yaml",
"content": "- name: reiniciar_dhcp\n command: service isc-dhcp-server restart\n become: yes\n become_user: root\n ignore_errors: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
},
{
"path": "roles/dhcp/tasks/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 641,
"all_permissive": false
} |
ansible_role | tannguyenit/ansible-laravel | 8322497ce67e7a9fc78a7b6bdbcae2561d0aae3e | 0 | roles/cerbot | 7,688 | [
"no_license"
] | [
{
"path": "roles/cerbot/templates/app.conf.j2",
"content": "upstream web {\n server {{ upstream_server }};\n}\n\nserver {\n server_name {{ server_name }};\n root {{ server_root }};\n\n access_log /var/log/nginx/{{ server_name }}-access.log main;\n\n client_max_body_size 20M;\n\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3137,
"all_permissive": false
} |
ansible_role | tannguyenit/ansible-laravel | 8322497ce67e7a9fc78a7b6bdbcae2561d0aae3e | 0 | roles/debug | 7,688 | [
"no_license"
] | [
{
"path": "roles/debug/tasks/main.yml",
"content": "---\n# - name: Save our destination host\n# set_fact: dest_host=\"{{ ansible_host }}\"\n\n# - name: Get user from local ssh config\n# local_action: shell ssh -G {{ dest_host }} | awk '/^user /{ print $2 }'\n# changed_when: false\n# register: ssh_us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 403,
"all_permissive": false
} |
ansible_role | tannguyenit/ansible-laravel | 8322497ce67e7a9fc78a7b6bdbcae2561d0aae3e | 0 | roles/docker | 7,688 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Update APT package lists\n apt:\n update_cache: yes\n\n- name: Install Docker\n apt:\n name: docker.io\n state: present\n\n- name: Start and enable Docker service\n systemd:\n name: docker\n enabled: yes\n state: started\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 969,
"all_permissive": false
} |
ansible_role | tannguyenit/ansible-laravel | 8322497ce67e7a9fc78a7b6bdbcae2561d0aae3e | 0 | roles/mysql | 7,688 | [
"no_license"
] | [
{
"path": "roles/mysql/defaults/main.yml",
"content": "---\nmysql_root_password: \"{{ <PASSWORD>root_password }}\"\ndb_user: \"{{ db_user }}\"\ndb_password: \"{{ <PASSWORD> }}\"\ndb_database: \"{{ db_database }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 147
},
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1886,
"all_permissive": false
} |
ansible_role | tannguyenit/ansible-laravel | 8322497ce67e7a9fc78a7b6bdbcae2561d0aae3e | 0 | roles/nginx | 7,688 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Update The Operating System\n apt:\n update_cache: yes\n\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n become: true\n\n- name: Enable Nginx service\n systemd:\n name: nginx\n daemon_reload: yes\n enabled:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 718,
"all_permissive": false
} |
ansible_role | tannguyenit/ansible-laravel | 8322497ce67e7a9fc78a7b6bdbcae2561d0aae3e | 0 | roles/redis | 7,688 | [
"no_license"
] | [
{
"path": "roles/redis/templates/redis.conf.j2",
"content": "# Redis configuration file example.\n#\n# Note that in order to read the configuration file, Redis must be\n# started with the file path as first argument:\n#\n# ./redis-server /path/to/redis.conf\n\n# Note on units: when memory size is needed, it... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 109313,
"all_permissive": false
} |
ansible_role | tannguyenit/ansible-laravel | 8322497ce67e7a9fc78a7b6bdbcae2561d0aae3e | 0 | roles/users | 7,688 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yml",
"content": "---\n- name: Create group dev\n group:\n name: \"{{ user_group }}\"\n state: present\n\n- name: Create user dev\n user:\n name: \"{{ user_name }}\"\n group: \"{{ user_group }}\"\n password: \"{{ <PASSWORD> }}\"\n create_home: yes\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 703,
"all_permissive": false
} |
ansible_role | mesosphere/konvoy-image-builder | 4f5e1bb7a028eb34f93ade6d8ae106c1ace0dd9f | 19 | ansible/roles/config | 7,688 | [
"permissive"
] | [
{
"path": "ansible/roles/config/tasks/main.yaml",
"content": "---\n- name: create kubelet systemd directory\n file:\n path: \"/etc/systemd/system/kubelet.service.d/\"\n state: directory\n notify:\n - reload systemd\n\n- name: copy containerd kubelet systemd drop-in to remote\n template:\n src... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1434,
"all_permissive": true
} |
ansible_role | mesosphere/konvoy-image-builder | 4f5e1bb7a028eb34f93ade6d8ae106c1ace0dd9f | 19 | ansible/roles/containerd | 7,688 | [
"permissive"
] | [
{
"path": "ansible/roles/containerd/tasks/redhat.yaml",
"content": "---\n- name: remove versionlock for containerd\n command: yum versionlock {{ '--disablerepo \"*\" --enablerepo offline' if offline_mode_enabled else '' }} delete containerd.io\n args:\n warn: false\n ignore_errors: true\n register: c... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 10171,
"all_permissive": true
} |
ansible_role | mesosphere/konvoy-image-builder | 4f5e1bb7a028eb34f93ade6d8ae106c1ace0dd9f | 19 | ansible/roles/fips | 7,688 | [
"permissive"
] | [
{
"path": "ansible/roles/fips/tasks/main.yaml",
"content": "# see: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/security_hardening/using-the-system-wide-cryptographic-policies_security-hardening#switching-the-system-to-fips-mode_using-the-system-wide-cryptographic-policies\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 952,
"all_permissive": true
} |
ansible_role | mesosphere/konvoy-image-builder | 4f5e1bb7a028eb34f93ade6d8ae106c1ace0dd9f | 19 | ansible/roles/gpu | 7,688 | [
"permissive"
] | [
{
"path": "ansible/roles/gpu/tasks/main.yaml",
"content": "---\n- name: \"NVIDIA GPU detected\"\n include_tasks: nvidia-gpu.yaml\n when:\n - gpu is defined\n - \"'nvidia' in gpu.types\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 126
... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 20891,
"all_permissive": true
} |
ansible_role | mesosphere/konvoy-image-builder | 4f5e1bb7a028eb34f93ade6d8ae106c1ace0dd9f | 19 | ansible/roles/images | 7,688 | [
"permissive"
] | [
{
"path": "ansible/roles/images/tasks/upload.yaml",
"content": "---\n\n- block:\n - name: create images directory\n file:\n path: \"{{ images_cache }}\"\n state: directory\n\n - name: list tar.gz files in the local image cache\n find:\n paths:\n - \"{{ images_lo... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4242,
"all_permissive": true
} |
ansible_role | mesosphere/konvoy-image-builder | 4f5e1bb7a028eb34f93ade6d8ae106c1ace0dd9f | 19 | ansible/roles/kubeadm | 7,688 | [
"permissive"
] | [
{
"path": "ansible/roles/kubeadm/tasks/main.yaml",
"content": "---\n- include: redhat.yaml\n when: ansible_os_family == \"RedHat\"\n\n- include: suse.yaml\n when: ansible_os_family == \"Suse\"\n\n- include: flatcar.yaml\n when: ansible_os_family == \"Flatcar\"\n\n- include: debian.yaml\n when: ansible_o... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5850,
"all_permissive": true
} |
ansible_role | mesosphere/konvoy-image-builder | 4f5e1bb7a028eb34f93ade6d8ae106c1ace0dd9f | 19 | ansible/roles/networking | 7,688 | [
"permissive"
] | [
{
"path": "ansible/roles/networking/tasks/main.yaml",
"content": "- name: load br_netfilter kernel module\n modprobe:\n name: br_netfilter\n state: present\n register: br_netfilter\n\n- name: persist br_netfilter kernel module\n copy:\n dest: /etc/modules-load.d/konvoy-br_netfilter.conf\n con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3998,
"all_permissive": true
} |
ansible_role | mesosphere/konvoy-image-builder | 4f5e1bb7a028eb34f93ade6d8ae106c1ace0dd9f | 19 | ansible/roles/offline | 7,688 | [
"permissive"
] | [
{
"path": "ansible/roles/offline/tasks/main.yaml",
"content": "---\n- include_tasks: upload.yaml\n\n- name: check for offline bundle\n stat:\n path: \"{{ offline.os_packages_remote_bundle_path }}\"\n register: offline_path\n\n- name: set offline enabled fact\n set_fact:\n offline_mode_enabled: \"{{... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4435,
"all_permissive": true
} |
ansible_role | mesosphere/konvoy-image-builder | 4f5e1bb7a028eb34f93ade6d8ae106c1ace0dd9f | 19 | ansible/roles/packages | 7,688 | [
"permissive"
] | [
{
"path": "ansible/roles/packages/templates/etc/systemd/system-environment-generators/10-flatcar-path",
"content": "#!/bin/bash\n. /etc/profile\necho \"PATH=$PATH:{{flatcar_sysusr_prefix}}/bin\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 75
... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 14422,
"all_permissive": true
} |
ansible_role | mesosphere/konvoy-image-builder | 4f5e1bb7a028eb34f93ade6d8ae106c1ace0dd9f | 19 | ansible/roles/providers | 7,688 | [
"permissive"
] | [
{
"path": "ansible/roles/providers/tasks/azure-pip.yml",
"content": "# Copyright 2019 The Kubernetes Authors.\n\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n\n# http://www.... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 24457,
"all_permissive": true
} |
ansible_role | mesosphere/konvoy-image-builder | 4f5e1bb7a028eb34f93ade6d8ae106c1ace0dd9f | 19 | ansible/roles/repo | 7,688 | [
"permissive"
] | [
{
"path": "ansible/roles/repo/meta/main.yaml",
"content": "---\ndependencies:\n - offline\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 30
},
{
"path": "ansible/roles/repo/tasks/redhat-offline.yaml",
"content": "---\n- name: upload ... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 5677,
"all_permissive": true
} |
ansible_role | mesosphere/konvoy-image-builder | 4f5e1bb7a028eb34f93ade6d8ae106c1ace0dd9f | 19 | ansible/roles/rhck_kernel | 7,688 | [
"permissive"
] | [
{
"path": "ansible/roles/rhck_kernel/tasks/main.yaml",
"content": "---\n- include: oracle.yaml\n when: ansible_distribution == \"OracleLinux\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 73
},
{
"path": "ansible/roles/rhck_kernel/task... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1528,
"all_permissive": true
} |
ansible_role | mesosphere/konvoy-image-builder | 4f5e1bb7a028eb34f93ade6d8ae106c1ace0dd9f | 19 | ansible/roles/setup_versionlock | 7,688 | [
"permissive"
] | [
{
"path": "ansible/roles/setup_versionlock/tasks/redhat.yaml",
"content": "---\n# yum-plugin-versionlock is deprecated in rhel 8 and replaced with\n# python3-dnf-plugin-versionlock. python3-dnf-plugin-versionlock has hard\n# dependency on dnf and yum versions which are protected packages on\n# RedHat 8.x an... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3082,
"all_permissive": true
} |
ansible_role | mesosphere/konvoy-image-builder | 4f5e1bb7a028eb34f93ade6d8ae106c1ace0dd9f | 19 | ansible/roles/sysprep | 7,688 | [
"permissive"
] | [
{
"path": "ansible/roles/sysprep/tasks/photon.yml",
"content": "# Copyright 2019 The Kubernetes Authors.\n\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n\n# http://www.apach... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 15308,
"all_permissive": true
} |
ansible_role | mesosphere/konvoy-image-builder | 4f5e1bb7a028eb34f93ade6d8ae106c1ace0dd9f | 19 | ansible/roles/validate | 7,688 | [
"permissive"
] | [
{
"path": "ansible/roles/validate/tasks/main.yaml",
"content": "---\n - name: check for supported OS\n fail:\n msg: \"{{ ansible_distribution }} {{ ansible_distribution_major_version }} is not supported. The supported OSes - CentOS 7/8, RHEL 7/8, Oracle 7/8, Suse 15, SLES 15, Ubuntu 16 (xenial) 18 ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 8668,
"all_permissive": true
} |
ansible_role | mesosphere/konvoy-image-builder | 4f5e1bb7a028eb34f93ade6d8ae106c1ace0dd9f | 19 | ansible/roles/version | 7,688 | [
"permissive"
] | [
{
"path": "ansible/roles/version/tasks/main.yaml",
"content": "---\n# NOTE(jkoelker) Grab the build tag (eg. `fips.0` from `v1.21.6+fips.0`)\n- name: detect build\n shell: kubeadm version -o short\n register: kubeadm_version_out\n\n- name: set kubeadm version\n set_fact:\n kubeadm_version: \"{{ kubead... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2892,
"all_permissive": true
} |
ansible_role | mesosphere/konvoy-image-builder | 4f5e1bb7a028eb34f93ade6d8ae106c1ace0dd9f | 19 | test/e2e/ansible/testdata/ansible/roles/echo | 7,688 | [
"permissive"
] | [
{
"path": "test/e2e/ansible/testdata/ansible/roles/echo/tasks/main.yaml",
"content": "---\n- name: Echo test success\n command: echo \"Test Success\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 61
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 61,
"all_permissive": true
} |
ansible_role | KakorHolloway/centos-kubeadm | 315ce4e2cafadb68963a2a54179011a9659291b5 | 0 | roles/base-install | 7,688 | [
"no_license"
] | [
{
"path": "roles/base-install/tasks/main.yml",
"content": "---\n- name: Copy hosts file\n ansible.builtin.template:\n src: ./files/hosts\n dest: /etc/hosts\n mode: '0666'\n owner: 0\n group: 0\n become: yes\n- name: Configure dns server \n become: yes\n ansible.builtin.shell:\n cmd: un... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3470,
"all_permissive": false
} |
ansible_role | KakorHolloway/centos-kubeadm | 315ce4e2cafadb68963a2a54179011a9659291b5 | 0 | roles/lb-install | 7,688 | [
"no_license"
] | [
{
"path": "roles/lb-install/tasks/main.yml",
"content": "---\n- name : Disable setenforce\n become: yes\n ansible.builtin.shell:\n cmd: setenforce 0 && sed -i 's/^SELINUX=enforcing$/SELINUX=permissive/' /etc/selinux/config\n- name: Copy hosts file\n ansible.builtin.template:\n src: ./files/hosts\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 882,
"all_permissive": false
} |
ansible_role | ipleiria-labrob/infrastructure | 3aea0278a6afa25067504f46c8a76ab4b7a9cdee | 2 | roles/common | 7,688 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n- name: install devtools\n pacman:\n name: devtools\n state: installed\n\n- name: install pacman-contrib\n pacman:\n name: pacman-contrib\n state: installed\n\n- name: install pacman config\n copy:\n src: pacman.conf\n dest: /e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 440,
"all_permissive": false
} |
ansible_role | ipleiria-labrob/infrastructure | 3aea0278a6afa25067504f46c8a76ab4b7a9cdee | 2 | roles/libvirt | 7,688 | [
"no_license"
] | [
{
"path": "roles/libvirt/tasks/main.yml",
"content": "---\n\n- name: install libvirt and dependencies\n pacman:\n name:\n - libvirt\n - qemu\n - openbsd-netcat\n - ebtables\n - dnsmasq\n - bridge-utils\n state: present\n\n- name: add libvirt group\n group:\n name: li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 875,
"all_permissive": false
} |
ansible_role | ipleiria-labrob/infrastructure | 3aea0278a6afa25067504f46c8a76ab4b7a9cdee | 2 | roles/ssh_root | 7,688 | [
"no_license"
] | [
{
"path": "roles/ssh_root/tasks/main.yml",
"content": "---\n\n- name: add authorized keys for root\n template:\n src: authorized_keys.j2\n dest: /root/.ssh/authorized_keys\n mode: 0600\n owner: root\n group: root\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 343,
"all_permissive": false
} |
ansible_role | ipleiria-labrob/infrastructure | 3aea0278a6afa25067504f46c8a76ab4b7a9cdee | 2 | roles/sudo | 7,688 | [
"no_license"
] | [
{
"path": "roles/sudo/tasks/main.yml",
"content": "---\n\n- name: install sudo\n pacman:\n name: sudo\n state: present\n\n- name: add wheel group\n group:\n name: wheel\n state: present\n\n# https://github.com/ansible/ansible/issues/11024\n- name: remove all users from wheel group\n command: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 688,
"all_permissive": false
} |
ansible_role | ipleiria-labrob/infrastructure | 3aea0278a6afa25067504f46c8a76ab4b7a9cdee | 2 | roles/users | 7,688 | [
"no_license"
] | [
{
"path": "roles/users/templates/authorized_keys.j2",
"content": "#jinja2: lstrip_blocks: True\n{{ lookup('file', '../pubkeys/' + item.value.ssh_key) }}\n{% if item.value.additional_ssh_keys is defined %}\n\t{% for key in item.value.additional_ssh_keys %}\n\t\t{% if inventory_hostname in key.hosts %}\n{{ lo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1713,
"all_permissive": false
} |
ansible_role | nikolai-vasilyev/ansible04 | 2358b4235cd2c30065d0e5b9e4f4759f358c3ac3 | 0 | playbook/roles/clickhouse-role | 7,684 | [
"no_license"
] | [
{
"path": "playbook/roles/clickhouse-role/tasks/main.yml",
"content": "---\n- name: Download Clickhouse\n block:\n - name: Get clickhouse distrib\n ansible.builtin.get_url:\n url: \"{{ repo_click }}/clickhouse-client/clickhouse-client_{{ clickhouse_version }}_amd64.deb\"\n dest: \"./c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1758,
"all_permissive": false
} |
ansible_role | CiscoUcs/KUBaM | 0718a8245d56be060838e41f44765c746fbcdc4c | 14 | kubam/ansible/roles/common | 7,684 | [
"no_license"
] | [
{
"path": "kubam/ansible/roles/common/templates/ntp.conf.j2",
"content": "#For more information about this file, see the man pages\n# ntp.conf(5), ntp_acc(5), ntp_auth(5), ntp_clock(5), ntp_misc(5), ntp_mon(5).\ndriftfile /var/lib/ntp/drift\nrestrict default nomodify notrap nopeer noquery\nrestrict 127.0.0.... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4951,
"all_permissive": false
} |
ansible_role | CiscoUcs/KUBaM | 0718a8245d56be060838e41f44765c746fbcdc4c | 14 | kubam/ansible/roles/contiv | 7,684 | [
"no_license"
] | [
{
"path": "kubam/ansible/roles/contiv/tasks/main.yml",
"content": "---\n\n- name: Ensure /var/contiv directory exists\n file: name=/var/contiv/ state=directory\n\n- name: See if Private key has already been generated? \n stat: path=/var/contiv/auth_proxy_key.pem\n register: proxy_key\n\n- name: Create Co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4801,
"all_permissive": false
} |
ansible_role | CiscoUcs/KUBaM | 0718a8245d56be060838e41f44765c746fbcdc4c | 14 | kubam/ansible/roles/master | 7,684 | [
"no_license"
] | [
{
"path": "kubam/ansible/roles/master/tasks/main.yml",
"content": "--- \n\n- name: Generate cluster token\n command: /usr/bin/kubeadm token generate\n register: kubeadm_token_generate\n when: kubeadm_token is not defined\n\n- set_fact: kubeadm_token={{ kubeadm_token_generate.stdout }}\n when: kubeadm_to... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 836,
"all_permissive": false
} |
ansible_role | CiscoUcs/KUBaM | 0718a8245d56be060838e41f44765c746fbcdc4c | 14 | kubam/ansible/roles/node | 7,684 | [
"no_license"
] | [
{
"path": "kubam/ansible/roles/node/tasks/main.yml",
"content": "---\n# taken from https://github.com/sjenning/kubeadm-playbook/blob/master/roles/node/tasks/main.yml\n# and modified for our setup. \n- set_fact: kubeadm_token={{ hostvars[groups['master'][0]]['kubeadm_token'] }}\n when: kubeadm_token is not ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 649,
"all_permissive": false
} |
ansible_role | CiscoUcs/KUBaM | 0718a8245d56be060838e41f44765c746fbcdc4c | 14 | kubam/ansible/roles/proxy | 7,684 | [
"no_license"
] | [
{
"path": "kubam/ansible/roles/proxy/templates/https-proxy.j2",
"content": "[Service]\nEnvironment=\"HTTPS_PROXY={{ https_proxy }}\" \"HTTP_PROXY={{ http_proxy }}\" \"NO_PROXY={{ no_proxy }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "kuba... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 710,
"all_permissive": false
} |
ansible_role | CiscoUcs/KUBaM | 0718a8245d56be060838e41f44765c746fbcdc4c | 14 | manual/stage3/ansible/roles/common | 7,684 | [
"no_license"
] | [
{
"path": "manual/stage3/ansible/roles/common/defaults/main.yml",
"content": "---\n# defaults file for kubeadm_install\nkubeadm_services: []\n\n#host IP\nmaster_ip: \"10.10.20.1\"\nworker1_ip: \"10.10.20.2\"\nworker2_ip: \"10.10.20.3\"\nworker3_ip: \"10.10.20.4\"\n\n##host name\nmaster: netmaster\nworker1: ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4066,
"all_permissive": false
} |
ansible_role | anikitenko/ansible-test | 89e5753f36649cb2773b348ff01acf7e7c68fc5a | 0 | roles/marathon | 7,684 | [
"no_license"
] | [
{
"path": "roles/marathon/meta/main.yml",
"content": "dependencies:\n - { role: mesos-master }\n - { role: zookeeper }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "roles/marathon/tasks/main.yml",
"content": "- name: Clone Marathon from r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 975,
"all_permissive": false
} |
ansible_role | anikitenko/ansible-test | 89e5753f36649cb2773b348ff01acf7e7c68fc5a | 0 | roles/mesos | 7,684 | [
"no_license"
] | [
{
"path": "roles/mesos/defaults/main.yml",
"content": "make_cores: 2\n\nmaven_repo_url: \"http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo\"\nmaven_repo_name: \"epel-apache-maven.repo\"\n\nmesos_sources_zip_url: \"https://github.com/apache/mesos/archive/master.zip\"\nmesos_archi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1578,
"all_permissive": false
} |
ansible_role | anikitenko/ansible-test | 89e5753f36649cb2773b348ff01acf7e7c68fc5a | 0 | roles/mesos-master | 7,684 | [
"no_license"
] | [
{
"path": "roles/mesos-master/tasks/main.yml",
"content": "- name: check for working directory\n file: path={{ mesos_work_dir }} state=directory\n\n- name: check for 'daemonize'\n yum: name={{ daemonize_rpm }} state=present\n\n- name: start Mesos master\n shell: daemonize {{ mesos_compile_dir }}/sbin/mes... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 448,
"all_permissive": false
} |
ansible_role | anikitenko/ansible-test | 89e5753f36649cb2773b348ff01acf7e7c68fc5a | 0 | roles/mesos-slave | 7,684 | [
"no_license"
] | [
{
"path": "roles/mesos-slave/defaults/main.yml",
"content": "mesos_master: node1\nmesos_compile_dir: \"/usr/local\"\nmesos_tmp_dir: \"/tmp/mesos\"\nmesos_containers: \"mesos,docker\"\n\ndaemonize_rpm: \"https://forensics.cert.org/centos/cert/7/x86_64/daemonize-1.7.3-7.el7.x86_64.rpm\"\n",
"license_type"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 663,
"all_permissive": false
} |
ansible_role | anikitenko/ansible-test | 89e5753f36649cb2773b348ff01acf7e7c68fc5a | 0 | roles/spark | 7,684 | [
"no_license"
] | [
{
"path": "roles/spark/templates/spark.json.j2",
"content": "{\n \"cmd\": \"echo \\\"127.0.0.1 `hostname`\\\" >> /etc/hosts && export MESOS_NATIVE_JAVA_LIBRARY=/libmesos.so && ./spark/sbin/start-mesos-dispatcher.sh --master mesos://{{ mesos_master_ipv4 }}:5050 ; while [ true ] ; do echo `date` ; sleep ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1346,
"all_permissive": false
} |
ansible_role | anikitenko/ansible-test | 89e5753f36649cb2773b348ff01acf7e7c68fc5a | 0 | roles/zookeeper | 7,684 | [
"no_license"
] | [
{
"path": "roles/zookeeper/tasks/main.yml",
"content": "- name: checking for proper repos\n shell: rpm -Uvh {{ cloudera_repo_rpm }}\n\n- name: installing Zookeeper\n yum: name={{ item }} state=present\n with_items:\n - zookeeper-server\n - zookeeper\n\n- name: check for working directory\n file: p... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 903,
"all_permissive": false
} |
ansible_role | kiomadria/ESXi_STIG | 61c6ba2ab0081e5bd2dabd55d1d41e9602bf591f | 0 | roles/services | 7,684 | [
"no_license"
] | [
{
"path": "roles/services/tasks/main.yml",
"content": "---\n#services Role\n- name: SV-239291r674802_rule Shell Service\n community.vmware.vmware_host_service_manager:\n cluster_name: \"{{ cluster_name }}\"\n #esxi_hostname: \"{{ inventory_hostname }}\"\n hostname: \"{{ vcenter_name }}\"\n pass... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1830,
"all_permissive": false
} |
ansible_role | kiomadria/ESXi_STIG | 61c6ba2ab0081e5bd2dabd55d1d41e9602bf591f | 0 | roles/vmk | 7,684 | [
"no_license"
] | [
{
"path": "roles/vmk/tasks/main.yml",
"content": "---\n# VMK tasks\n- name: Gather vswitch info\n community.vmware.vmware_vswitch_info:\n esxi_hostname: \"{{ inventory_hostname }}\"\n hostname: \"{{ inventory_hostname }}\"\n password: \"{{ <PASSWORD> }}\"\n username: \"{{ ansible_user }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 557,
"all_permissive": false
} |
ansible_role | huydev17/project-3 | f0bd2c033054412cb602cf4e145844cca413c464 | 0 | .circleci/ansible/roles/deploy | 7,689 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\r\n- name: \"Make some backend directories of application\"\r\n file:\r\n path: ~/backend-app\r\n state: directory\r\n\r\n- name: \"Create unarchived files for the backend\"\r\n copy:\r\n src: ~/project/artifact.tar.gz\r\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 721,
"all_permissive": false
} |
ansible_role | vyas-n/homelab | 09cf85e7f613a8094d4379af724c27203969ec0a | 0 | ansible/collections/ansible_collections/vyas/linux/roles/compose_deploy | 7,689 | [
"no_license"
] | [
{
"path": "ansible/collections/ansible_collections/vyas/linux/roles/compose_deploy/handlers/main.yml",
"content": "---\n- name: Restart compose service\n become: true\n community.docker.docker_compose_v2:\n project_src: \"{{ compose_dest_dir }}\"\n state: restarted\n",
"license_type": "no_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 848,
"all_permissive": false
} |
ansible_role | vyas-n/homelab | 09cf85e7f613a8094d4379af724c27203969ec0a | 0 | ansible/collections/ansible_collections/vyas/linux/roles/passwordless_sudo | 7,689 | [
"no_license"
] | [
{
"path": "ansible/collections/ansible_collections/vyas/linux/roles/passwordless_sudo/meta/argument_specs.yml",
"content": "---\nargument_specs:\n # roles/myapp/tasks/main.yml entry point\n main:\n options:\n passwordless_sudo_users:\n type: list\n required: true\n passwordless_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1523,
"all_permissive": false
} |
ansible_role | vyas-n/homelab | 09cf85e7f613a8094d4379af724c27203969ec0a | 0 | ansible/collections/ansible_collections/vyas/proxmox/roles/config_apt_repo | 7,689 | [
"no_license"
] | [
{
"path": "ansible/collections/ansible_collections/vyas/proxmox/roles/config_apt_repo/meta/main.yml",
"content": "---\ndependencies:\n - shared_handlers\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "ansible/collections/ansible_collections/vyas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 566,
"all_permissive": false
} |
ansible_role | vyas-n/homelab | 09cf85e7f613a8094d4379af724c27203969ec0a | 0 | ansible/collections/ansible_collections/vyas/proxmox/roles/fix_for_amd_gpu | 7,689 | [
"no_license"
] | [
{
"path": "ansible/collections/ansible_collections/vyas/proxmox/roles/fix_for_amd_gpu/templates/etc/modprobe.d/proxmox_fix_amd_gpu.conf.j2",
"content": "{% for module in modprobe_blacklist %}\n{{ module }}\n{% endfor %}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1540,
"all_permissive": false
} |
ansible_role | abdihakim-said/e-commerce-MVP-deployment | 9cd622a7570d00499737cc11778ffa71f9b645e5 | 0 | ansible-magento/roles/mysql | 7,689 | [
"permissive"
] | [
{
"path": "ansible-magento/roles/mysql/tasks/main.yml",
"content": "---\n- name: Check available Amazon Linux Extras topics\n command: amazon-linux-extras list\n register: extras_list\n\n- name: Enable MySQL 8.0 if available\n when: \"'mysql8.0' in extras_list.stdout\"\n command: amazon-linux-extras ena... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1583,
"all_permissive": true
} |
ansible_role | abdihakim-said/e-commerce-MVP-deployment | 9cd622a7570d00499737cc11778ffa71f9b645e5 | 0 | ansible-magento/roles/php | 7,689 | [
"permissive"
] | [
{
"path": "ansible-magento/roles/php/tasks/main.yml",
"content": "---\n- name: Enable Amazon Linux Extras for PHP\n command: amazon-linux-extras enable php7.2\n args:\n creates: /etc/amazon-linux-extras-enabled-php7.2\n\n- name: Install PHP and dependencies\n yum:\n name: \"{{ item }}\"\n state:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 812,
"all_permissive": true
} |
ansible_role | abims-sbr/GGA_Cloud | bb4c492574084cfc0991ae3ddc539e397caf562d | 1 | roles/abims-sbr.gga_install | 7,689 | [
"no_license"
] | [
{
"path": "roles/abims-sbr.gga_install/templates/config.yml.j2",
"content": "hostname: {{ hostname }}\nhttp_port: {{ http_port }}\nhttps_port: {{ https_port }}\nproxy_ip: {{ ansible_default_ipv4.address }}\n\ngalaxy_default_admin_email: {{ galaxy_default_admin_email }}\ngalaxy_default_admin_user: {{ galaxy_... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3379,
"all_permissive": false
} |
ansible_role | abims-sbr/GGA_Cloud | bb4c492574084cfc0991ae3ddc539e397caf562d | 1 | roles/abims-sbr.gga_load_data | 7,689 | [
"no_license"
] | [
{
"path": "roles/abims-sbr.gga_load_data/README.rst",
"content": "GGA cloud load data role\n========================\n\nThe gga_load_data role, first, generates the directory tree into the organism src_data subfolders and then copies data files into the src_data directory tree.\n\nIn a second time, the role... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 7995,
"all_permissive": false
} |
ansible_role | abims-sbr/GGA_Cloud | bb4c492574084cfc0991ae3ddc539e397caf562d | 1 | roles/abims-sbr.gga_terraform | 7,689 | [
"no_license"
] | [
{
"path": "roles/abims-sbr.gga_terraform/templates/outputs.tf.j2",
"content": "### The Ansible hosts file\nresource \"local_file\" \"AnsibleInventory\" {\n content = templatefile(\"{{ role_path }}/templates/hosts.tmpl\",\n {\n os_cloud_ip = var.os_auth_url,\n os_vms_ip = openstack_compute_instance_v2.{{ v... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 9000,
"all_permissive": false
} |
ansible_role | keigo-brook/sandbox-provisioning | e519351ff64d3db84a61c35c4955db94b3cce5ae | 0 | ansible/roles/init | 7,689 | [
"no_license"
] | [
{
"path": "ansible/roles/init/tasks/main.yml",
"content": "---\n- name: apt update\n become: yes\n apt:\n update_cache: yes\n- name: install bootstrap applications\n become: yes\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - build-essential\n - gi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1339,
"all_permissive": false
} |
ansible_role | keigo-brook/sandbox-provisioning | e519351ff64d3db84a61c35c4955db94b3cce5ae | 0 | ansible/roles/rbenv | 7,689 | [
"no_license"
] | [
{
"path": "ansible/roles/rbenv/tasks/main.yml",
"content": "- name: install rbenv\n become: no\n git:\n repo: https://github.com/sstephenson/rbenv.git\n dest: ~/.rbenv\n- name: install ruby-build\n become: no\n git:\n repo: https://github.com/sstephenson/ruby-build.git\n dest: ~/.rbenv/plugi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 506,
"all_permissive": false
} |
ansible_role | georgeanderson/ansible-101 | 446899a0a0144ed6e1481d24f2a252f19514e3e8 | 0 | roles/challenge5 | 7,689 | [
"no_license"
] | [
{
"path": "roles/challenge5/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/challenge5",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/challenge5/handlers/main.yml",
"content": "---\n# hand... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 860,
"all_permissive": false
} |
ansible_role | georgeanderson/ansible-101 | 446899a0a0144ed6e1481d24f2a252f19514e3e8 | 0 | roles/webcheck | 7,689 | [
"no_license"
] | [
{
"path": "roles/webcheck/vars/main.yml",
"content": "---\n# vars file for roles/webcheck\nweb_endpoint: \"http://{{ ansible_host }}\"\nhello_page: \"{{ lookup('url', web_endpoint) }}\"\nlog_entry: \"{{ ansible_hostname }}: {{ ansible_host }} - {{ ansible_date_time.date }}:{{ ansible_date_time.time}}\"",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 835,
"all_permissive": false
} |
ansible_role | georgeanderson/ansible-101 | 446899a0a0144ed6e1481d24f2a252f19514e3e8 | 0 | roles/webservers | 7,689 | [
"no_license"
] | [
{
"path": "roles/webservers/tasks/git-checkout.yml",
"content": "- name: Cleanup repo\n file:\n path: \"{{ git_dest }}\"\n state: absent\n- name: Git checkout\n git:\n repo: \"{{ git_repo }}\"\n dest: \"{{ git_dest }}\"\n- name: Copy index.html\n copy: \n src: \"{{ git_dest}}/playbooks/dat... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 998,
"all_permissive": false
} |
ansible_role | ashrithak19/LAMP-Jenkins | 9b5278401c8b68d0deb0264e1335fcd316e00f3c | 0 | roles/jenkins | 7,689 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "---\n\n#- name: Install Java on host1\n # yum:\n # name: \"{{java.VERSION}}\"\n # state: latest\n # become: true\n\n#- name: Change the default java version\n # alternatives:\n # name: java\n # link: /bin/java\n # path: \"{{java.ALTERNATIVES... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1023,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.