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 | ProjectOrangeJuice/iac-ansible | 3edcd7e19c97874a645b45d425fdfbf37cfccb8f | 0 | roles/docker | 7,340 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yaml",
"content": "- name: Install curl and gpg\n apt:\n name:\n - curl\n - gnupg\n state: present\n\n- name: Add Docker GPG apt Key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add Docker Repository\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 775,
"all_permissive": false
} |
ansible_role | ProjectOrangeJuice/iac-ansible | 3edcd7e19c97874a645b45d425fdfbf37cfccb8f | 0 | roles/gitea | 7,340 | [
"no_license"
] | [
{
"path": "roles/gitea/files/docker-compose.yaml",
"content": "version: \"3\"\n\nnetworks:\n gitea:\n external: false\n\nservices:\n server:\n image: docker.io/gitea/gitea:1.23.3\n container_name: gitea\n environment:\n - USER_UID=1000\n - USER_GID=1000\n - GITEA__database__DB_T... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1610,
"all_permissive": false
} |
ansible_role | ProjectOrangeJuice/iac-ansible | 3edcd7e19c97874a645b45d425fdfbf37cfccb8f | 0 | roles/guest-agent | 7,340 | [
"no_license"
] | [
{
"path": "roles/guest-agent/tasks/main.yaml",
"content": "---\n- name: Install Ubuntu guest agent\n apt:\n name: qemu-guest-agent\n state: present\n\n- name: Start guest agent\n service:\n name: qemu-guest-agent\n state: started",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 175,
"all_permissive": false
} |
ansible_role | ProjectOrangeJuice/iac-ansible | 3edcd7e19c97874a645b45d425fdfbf37cfccb8f | 0 | roles/nextcloud | 7,340 | [
"no_license"
] | [
{
"path": "roles/nextcloud/tasks/main.yaml",
"content": "---\n- name: Create nextcloud user\n user:\n name: nextcloud\n state: present\n groups: docker\n createhome: yes\n\n- name: Create nextcloud folders\n file:\n path: /home/nextcloud/nc\n state: directory\n owner: nextcloud\n g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 846,
"all_permissive": false
} |
ansible_role | ProjectOrangeJuice/iac-ansible | 3edcd7e19c97874a645b45d425fdfbf37cfccb8f | 0 | roles/nginx-tunneled | 7,340 | [
"no_license"
] | [
{
"path": "roles/nginx-tunneled/templates/tunneled.j2",
"content": "map $http_upgrade $connection_upgrade {\n default upgrade;\n '' close;\n}\n\nserver {\n listen 80 default_server;\n listen [::]:80 default_server;\n server_name _;\n return 444;\n}\n\nresolver 192.168.100.1 valid=30s;\n\n#... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 8223,
"all_permissive": false
} |
ansible_role | ProjectOrangeJuice/iac-ansible | 3edcd7e19c97874a645b45d425fdfbf37cfccb8f | 0 | roles/upgrader | 7,340 | [
"no_license"
] | [
{
"path": "roles/upgrader/tasks/main.yaml",
"content": "- name: Update\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 166400 #two ish days\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 104,
"all_permissive": false
} |
ansible_role | ProjectOrangeJuice/iac-ansible | 3edcd7e19c97874a645b45d425fdfbf37cfccb8f | 0 | roles/vault | 7,340 | [
"no_license"
] | [
{
"path": "roles/vault/templates/docker-compose.yaml",
"content": "version: '3'\nservices:\n bit:\n image: vaultwarden/server:latest\n environment:\n LOG_FILE: \"/data/logger.txt\"\n SIGNUPS_ALLOWED: \"false\"\n DOMAIN: https://bit.{{domain_name}}\n #ADMI... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 895,
"all_permissive": false
} |
ansible_role | ProjectOrangeJuice/iac-ansible | 3edcd7e19c97874a645b45d425fdfbf37cfccb8f | 0 | roles/wazuh-agent | 7,340 | [
"no_license"
] | [
{
"path": "roles/wazuh-agent/tasks/main.yaml",
"content": "- name: Install curl and gpg\n apt:\n name:\n - curl\n - gnupg\n state: present\n\n- name: Install Wazuh GPG key\n apt_key:\n url: https://packages.wazuh.com/key/GPG-KEY-WAZUH\n state: present\n\n- name: Add Wazuh repository\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1057,
"all_permissive": false
} |
ansible_role | ProjectOrangeJuice/iac-ansible | 3edcd7e19c97874a645b45d425fdfbf37cfccb8f | 0 | roles/wazuhMaster | 7,340 | [
"no_license"
] | [
{
"path": "roles/wazuhMaster/tasks/main.yaml",
"content": "\n- name: Install required packages\n apt:\n name:\n - curl\n - tar\n state: present\n\n- name: Download the install file\n get_url:\n url: https://packages.wazuh.com/4.7/wazuh-install.sh\n dest: /root/wazuh-install.sh\n\n\n#... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 272,
"all_permissive": false
} |
ansible_role | sinackfin/openvpn-ansible | a37130c247bf38f3646efa8b7162d7714ad42b8d | 0 | roles/clients | 7,340 | [
"no_license"
] | [
{
"path": "roles/clients/templates/client.conf.j2",
"content": "client\ndev tun\nproto udp\nremote {{remote_server}} 1194\nresolv-retry infinite\nnobind\npersist-key\npersist-tun\nremote-cert-tls server\nauth SHA256\ncipher AES-256-GCM\nverb 3\npull-filter ignore redirect-gateway\n\n",
"license_type": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3914,
"all_permissive": false
} |
ansible_role | sinackfin/openvpn-ansible | a37130c247bf38f3646efa8b7162d7714ad42b8d | 0 | roles/install | 7,340 | [
"no_license"
] | [
{
"path": "roles/install/tasks/main.yml",
"content": "- name: Add an Apt signing key to a specific keyring file\n ansible.builtin.apt_key:\n url: https://swupdate.openvpn.net/repos/repo-public.gpg\n keyring: /usr/share/keyrings/openvpn-public.gpg\n\n- name: build CA\n shell:\n cmd: echo \"deb [ar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2966,
"all_permissive": false
} |
ansible_role | gbvbg/3dexp | 74ca9c8fa1b27e764c2d15cc2b8dcf9ffcb01ce0 | 3 | provisioning/roles/x3d_database | 7,349 | [
"no_license"
] | [
{
"path": "provisioning/roles/x3d_database/templates/create_notification_db.sql.j2",
"content": "USE master;\nGO\n-- Create database\nCREATE DATABASE {{ x3d_notification_db }} COLLATE SQL_Latin1_General_CP1_CI_AS;\nGO\n-- Minimizing deadlock potential\nALTER DATABASE {{ x3d_notification_db }} SET READ_COMMI... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 14827,
"all_permissive": false
} |
ansible_role | gbvbg/3dexp | 74ca9c8fa1b27e764c2d15cc2b8dcf9ffcb01ce0 | 3 | provisioning/roles/x3d_service | 7,349 | [
"no_license"
] | [
{
"path": "provisioning/roles/x3d_service/templates/UserIntentions_CODE_3DComment.xml",
"content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UserIntentions mediaName=\"CODE\\win_b64\\X3D_CMNT.media\" mediaVersion=\"421\">\n <SetVariable name=\"installEmbeddedServerJRE\" value=\"true\"/>\n <SetVariable... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 23209,
"all_permissive": false
} |
ansible_role | Agilefreaks/agilefreaks-deploy | f5ac233df1d37d9148e419622fe9b71c6982f4dd | 0 | roles/common | 7,349 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n - name: ensure python installed\n raw: sudo bash -c \"test -e /usr/bin/python || (apt -qqy update && apt install -qy python)\"\n\n - name: update apt packages\n sudo: yes\n apt: update_cache=yes cache_valid_time=3600\n\n - name: disallow... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 657,
"all_permissive": false
} |
ansible_role | Agilefreaks/agilefreaks-deploy | f5ac233df1d37d9148e419622fe9b71c6982f4dd | 0 | roles/letsencrypt | 7,349 | [
"no_license"
] | [
{
"path": "roles/letsencrypt/tasks/main.yml",
"content": "---\n - name: add certbot repository\n apt_repository: repo={{ item }}\n with_items:\n - \"ppa:certbot/certbot\"\n\n - name: update package lists\n apt: update_cache=yes cache_valid_time=3600\n\n - name: install letsencrypt required ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1252,
"all_permissive": false
} |
ansible_role | Agilefreaks/agilefreaks-deploy | f5ac233df1d37d9148e419622fe9b71c6982f4dd | 0 | roles/nginx | 7,349 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n - name: add nginx ppa\n sudo: yes\n apt_repository: repo='ppa:nginx/stable'\n\n - name: update apt-get\n sudo: yes\n apt: update_cache=yes cache_valid_time=3600\n\n - name: install packages\n sudo: yes\n apt: pkg={{ item }} state... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2820,
"all_permissive": false
} |
ansible_role | Agilefreaks/agilefreaks-deploy | f5ac233df1d37d9148e419622fe9b71c6982f4dd | 0 | roles/nodejs | 7,349 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n - name: add node ppa\n sudo: yes\n shell: curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -\n\n - name: update apt packages\n sudo: yes\n apt: update_cache=yes cache_valid_time=3600\n\n - name: install packages\n sudo:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 581,
"all_permissive": false
} |
ansible_role | Agilefreaks/agilefreaks-deploy | f5ac233df1d37d9148e419622fe9b71c6982f4dd | 0 | roles/website | 7,349 | [
"no_license"
] | [
{
"path": "roles/website/tasks/main.yml",
"content": "---\n - name: Clone project locally\n local_action: command bash -c \"test -e project || git clone {{ repo_url }} project\"\n\n - name: Fetch latest changes\n local_action: command chdir=project git fetch origin {{ repo_version }}\n\n - name: Ch... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1842,
"all_permissive": false
} |
ansible_role | v1k0d3n/vagrant-ghost | 031e5457f7658f23c8d3514e7c0fc686ff13c09d | 0 | ghost-install/roles/ghost-install | 7,349 | [
"no_license"
] | [
{
"path": "ghost-install/roles/ghost-install/tasks/install-prereqs.yml",
"content": "---\n# Copyright 2016, JinkIT, and it's 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 Li... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2212,
"all_permissive": false
} |
ansible_role | v1k0d3n/vagrant-ghost | 031e5457f7658f23c8d3514e7c0fc686ff13c09d | 0 | ghost-install/roles/ghost-setup | 7,349 | [
"no_license"
] | [
{
"path": "ghost-install/roles/ghost-setup/tasks/setup-config.yml",
"content": "---\n# Copyright 2016, JinkIT, and it's 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... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2075,
"all_permissive": false
} |
ansible_role | autodeb/autodeb-infrastructure | 99c5349d6380fe0242255ee2a37a525e435f5152 | 0 | roles/aptly | 7,349 | [
"no_license"
] | [
{
"path": "roles/aptly/tasks/main.yml",
"content": "---\n\n- name: install aptly-api\n apt:\n name: aptly-api\n default_release: stretch-backports\n state: latest\n\n- name: install /etc/default/aptly-api\n template:\n src: aptly-api.default\n dest: /etc/default/aptly-api\n notify:\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 518,
"all_permissive": false
} |
ansible_role | autodeb/autodeb-infrastructure | 99c5349d6380fe0242255ee2a37a525e435f5152 | 0 | roles/autodeb-server | 7,349 | [
"no_license"
] | [
{
"path": "roles/autodeb-server/handlers/main.yml",
"content": "---\n\n- name: restart nginx\n service:\n name: nginx\n state: restarted\n\n- name: restart autodeb-server\n service:\n name: autodeb-server\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1138,
"all_permissive": false
} |
ansible_role | autodeb/autodeb-infrastructure | 99c5349d6380fe0242255ee2a37a525e435f5152 | 0 | roles/autodeb-worker | 7,349 | [
"no_license"
] | [
{
"path": "roles/autodeb-worker/handlers/main.yml",
"content": "---\n\n- name: restart autodeb-worker\n service:\n name: autodeb-worker\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "roles/autodeb-worker/tasks/main.yml"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2297,
"all_permissive": false
} |
ansible_role | autodeb/autodeb-infrastructure | 99c5349d6380fe0242255ee2a37a525e435f5152 | 0 | roles/common | 7,349 | [
"no_license"
] | [
{
"path": "roles/common/tasks/docker.yml",
"content": "---\n\n- name: Install apt-transport-https\n apt:\n name: apt-transport-https\n state: present\n update_cache: yes\n\n- name: Install python-docker\n apt:\n name: python-docker\n state: present\n update_cache: yes\n\n- name: Install ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1131,
"all_permissive": false
} |
ansible_role | autodeb/autodeb-infrastructure | 99c5349d6380fe0242255ee2a37a525e435f5152 | 0 | roles/letsencrypt | 7,349 | [
"no_license"
] | [
{
"path": "roles/letsencrypt/tasks/main.yml",
"content": "---\n\n- name: install nginx\n apt:\n name: nginx\n state: latest\n\n- name: configure nginx\n template:\n src: nginx-default\n dest: /etc/nginx/sites-enabled/default\n\n- name: enable and restart the nginx service\n service:\n name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 674,
"all_permissive": false
} |
ansible_role | autodeb/autodeb-infrastructure | 99c5349d6380fe0242255ee2a37a525e435f5152 | 0 | roles/purge | 7,349 | [
"no_license"
] | [
{
"path": "roles/purge/tasks/main.yml",
"content": "---\n\n- name: postgres container\n docker_container:\n name: postgres\n image: postgres\n state: absent\n\n- name: purge autodeb-server\n apt:\n name: autodeb-server\n state: absent\n purge: yes\n\n- name: purge autodeb-worker\n apt:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 855,
"all_permissive": false
} |
ansible_role | brooms/vault-standalone | a8014264cd08dc1a7cd68444f53257ecaa0f5448 | 0 | roles/deploy-vault-server | 7,349 | [
"no_license"
] | [
{
"path": "roles/deploy-vault-server/tasks/deploy-vault.yml",
"content": "---\n\n- name: Create vault configuration\n template:\n src: config.json.j2\n dest: \"{{ playbook_dir }}/config/config.json\"\n\n- name: Launch service container\n docker_container:\n name: vault\n image: \"{{ vault.imag... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2438,
"all_permissive": false
} |
ansible_role | brooms/vault-standalone | a8014264cd08dc1a7cd68444f53257ecaa0f5448 | 0 | roles/seed-vault-master | 7,349 | [
"no_license"
] | [
{
"path": "roles/seed-vault-master/tasks/main.yml",
"content": "---\n\n- debug:\n msg: \"Seeding Vault Master ...\"\n\n- import_tasks: store-vault-secrets.yml\n tags:\n - vault",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "roles/seed-vaul... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1010,
"all_permissive": false
} |
ansible_role | ksator/microservice_collect_junos_configuration | 86d757dfa1f13b169f90977f90a7aad328c96ac9 | 2 | roles/collect-configuration | 7,349 | [
"no_license"
] | [
{
"path": "roles/collect-configuration/tasks/main.yml",
"content": "---\n - name: Create output directory for each device\n file:\n path: \"{{save_dir}}\"\n state: directory\n \n - name: Collect configuration in text format from devices\n junos_facts:\n gather_subset: config\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1962,
"all_permissive": false
} |
ansible_role | ophum/ansible-clickhouse | c09a60082085870bc8ccaaf5696b9e4a5c4d9ab9 | 0 | roles/clickhouse_apt_repo | 7,349 | [
"no_license"
] | [
{
"path": "roles/clickhouse_apt_repo/tasks/main.yml",
"content": "---\n- name: Get ClickHouse apt repository key\n ansible.builtin.get_url:\n url: https://packages.clickhouse.com/rpm/lts/repodata/repomd.xml.key\n dest: /etc/apt/keyrings/clickhouse-repo.asc\n\n- name: Create ClickHouse apt repository ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 352,
"all_permissive": false
} |
ansible_role | ophum/ansible-clickhouse | c09a60082085870bc8ccaaf5696b9e4a5c4d9ab9 | 0 | roles/clickhouse_keeper | 7,349 | [
"no_license"
] | [
{
"path": "roles/clickhouse_keeper/tasks/main.yml",
"content": "---\n- ansible.builtin.import_tasks: install.yml\n tags:\n - clickhouse_keeper\n - clickhouse_keeper_install\n\n- ansible.builtin.import_tasks: config.yml\n tags:\n - clickhouse_keeper\n - clickhouse_keeper_config\n",
"license... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1820,
"all_permissive": false
} |
ansible_role | ophum/ansible-clickhouse | c09a60082085870bc8ccaaf5696b9e4a5c4d9ab9 | 0 | roles/clickhouse_server | 7,349 | [
"no_license"
] | [
{
"path": "roles/clickhouse_server/tasks/config.yml",
"content": "---\n- name: Set fact cluster_shard_replicas\n ansible.builtin.set_fact:\n cluster_shard_replicas: \"{{ cluster_shard_replicas | default([]) + [{'cluster_name': item.0.name, 'shard_id': item.1.id, 'replicas': item.1.replicas}] }}\"\n loo... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2823,
"all_permissive": false
} |
ansible_role | madhur/redis-cluster-vagrant | 6afdca5f6f9c3ff04a22da2340eb31e692f22325 | 4 | ansible/roles/ansible-role-redis | 7,349 | [
"no_license"
] | [
{
"path": "ansible/roles/ansible-role-redis/tasks/main.yml",
"content": "---\n# Variable setup.\n- name: Include OS-specific variables.\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- name: Disable SELinux\n selinux:\n state: disabled\n\n- name: Define redis_package.\n set_fact:\n redis_packag... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1964,
"all_permissive": false
} |
ansible_role | abhishekkr/ansible-dashr | 287cf6f809dbd6ad9eaed0d56f880837ced7103f | 70 | dummy-ansible-files/roles/bind | 7,349 | [
"no_license"
] | [
{
"path": "dummy-ansible-files/roles/bind/templates/named.conf.local.master.j2",
"content": "## {{ ansible_managed }}\n\n{% for master_zone in bind_config_master_zones %}\nzone \"{{ master_zone.name }}\" {\n type master;\n file \"{{bind_base_zones_path}}/{{bind_masterzones_path}}/db.{{ master_zone.nam... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 6533,
"all_permissive": false
} |
ansible_role | abhishekkr/ansible-dashr | 287cf6f809dbd6ad9eaed0d56f880837ced7103f | 70 | dummy-ansible-files/roles/memcached | 7,349 | [
"no_license"
] | [
{
"path": "dummy-ansible-files/roles/memcached/defaults/main.yml",
"content": "---\n\nmemcached_port: 11211\nmemcached_listen_address: 0.0.0.0\nmemcached_max_conn: 1024\nmemcached_cache_size: 64\nmemcached_fs_file_max: 756024\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2457,
"all_permissive": false
} |
ansible_role | abhishekkr/ansible-dashr | 287cf6f809dbd6ad9eaed0d56f880837ced7103f | 70 | dummy-ansible-files/roles/redis | 7,349 | [
"no_license"
] | [
{
"path": "dummy-ansible-files/roles/redis/vars/RedHat.yml",
"content": "redis_service: redis\nredis_conf_dest: /etc/redis.conf\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "dummy-ansible-files/roles/redis/README.md",
"content": "redis\n===... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5161,
"all_permissive": false
} |
ansible_role | DaveCrown/install_k8s | f587ee88ba1c2839979c67bcc7d3dc5275fd765e | 0 | roles/common | 7,349 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Create ansible user\n ansible.builtin.user:\n name: ansible\n groups:\n - wheel\n\n- name: \"Add authorized keys\"\n authorized_key:\n user: ansible\n key: \"{{ lookup('file', '/Users/dave/.ssh/id_ed25519.pub') }}\"\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 817,
"all_permissive": false
} |
ansible_role | DaveCrown/install_k8s | f587ee88ba1c2839979c67bcc7d3dc5275fd765e | 0 | roles/dhcpd | 7,349 | [
"no_license"
] | [
{
"path": "roles/dhcpd/handlers/main.yml",
"content": "---\n- name: systemd_reload\n systemd:\n daemon_reload: yes\n\n- name: dhcpd_service\n service:\n name: dhcpd\n state: restarted\n enabled: yes\n\n- name: rsyslog_service\n service:\n name: rsyslog\n state: restarted\n enabled: y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2842,
"all_permissive": false
} |
ansible_role | DaveCrown/install_k8s | f587ee88ba1c2839979c67bcc7d3dc5275fd765e | 0 | roles/dns | 7,349 | [
"no_license"
] | [
{
"path": "roles/dns/tasks/main.yml",
"content": "---\n- name: install shizzle\n package:\n name: \"{{ rhel_pkgs }}\"\n state: latest\n\n- name: build zone dir\n file:\n state: directory\n path: /etc/named/zones\n mode: '0755'\n\n- name: deploy the templates\n template:\n src: \"{{ file.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4113,
"all_permissive": false
} |
ansible_role | DaveCrown/install_k8s | f587ee88ba1c2839979c67bcc7d3dc5275fd765e | 0 | roles/glass | 7,349 | [
"no_license"
] | [
{
"path": "roles/glass/tasks/main.yml",
"content": "---\n- name: install shizzle\n package:\n name: \"{{ rhel_pkgs }}\"\n state: latest\n\n- name: deploy systemd unit file\n template:\n src: dhcpd_glass.service.j2\n dest: /etc/systemd/system/dhcpd_glass.service\n owner: root\n group: roo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2609,
"all_permissive": false
} |
ansible_role | nearform/openshift-ansible | ecc5d727cae372ec77877f56c405147bed3af388 | 5 | reference-architecture/rhv-ansible/playbooks/roles/gdeployer | 7,349 | [
"no_license"
] | [
{
"path": "reference-architecture/rhv-ansible/playbooks/roles/gdeployer/tasks/main.yaml",
"content": "---\n- name: Install gdeploy\n package:\n name: gdeploy\n state: latest\n- name: Ensure root has an .ssh directory\n file:\n path: /root/.ssh\n owner: root\n group: root\n mode: 0700\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 713,
"all_permissive": false
} |
ansible_role | nearform/openshift-ansible | ecc5d727cae372ec77877f56c405147bed3af388 | 5 | reference-architecture/rhv-ansible/playbooks/roles/instance-groups | 7,349 | [
"no_license"
] | [
{
"path": "reference-architecture/rhv-ansible/playbooks/roles/instance-groups/tasks/main.yaml",
"content": "---\n- name: Add masters to requisite groups\n add_host:\n name: \"{{ hostvars[item].inventory_hostname }}\"\n openshift_hostname: \"{{ hostvars[item].inventory_hostname }}\"\n groups: maste... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1584,
"all_permissive": false
} |
ansible_role | nearform/openshift-ansible | ecc5d727cae372ec77877f56c405147bed3af388 | 5 | reference-architecture/vmware-ansible/playbooks/roles/cloud-provider-setup | 7,349 | [
"no_license"
] | [
{
"path": "reference-architecture/vmware-ansible/playbooks/roles/cloud-provider-setup/templates/vsphere.conf.j2",
"content": "[Global]\nuser = \"{{ vcenter_username }}\"\npassword = \"{{ <PASSWORD> }}\"\nserver = \"{{ vcenter_host }}\" \nport = 443\ninsecure-flag = 1\ndatacenter = {{ vcenter_datacenter }}\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 674,
"all_permissive": false
} |
ansible_role | nearform/openshift-ansible | ecc5d727cae372ec77877f56c405147bed3af388 | 5 | reference-architecture/vmware-ansible/playbooks/roles/create-vm-add-prod-ose | 7,349 | [
"no_license"
] | [
{
"path": "reference-architecture/vmware-ansible/playbooks/roles/create-vm-add-prod-ose/tasks/main.yaml",
"content": "---\n- name: Assign app memory for container_storage\n set_fact:\n app_memory: 32768\n when: \"'cns' in container_storage\"\n\n- name: Assign app memory for container_storage\n set_fac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1640,
"all_permissive": false
} |
ansible_role | nearform/openshift-ansible | ecc5d727cae372ec77877f56c405147bed3af388 | 5 | reference-architecture/vmware-ansible/playbooks/roles/create-vm-cns-prod-ose | 7,349 | [
"no_license"
] | [
{
"path": "reference-architecture/vmware-ansible/playbooks/roles/create-vm-cns-prod-ose/tasks/main.yaml",
"content": "---\n- name: Create CNS production VMs on vCenter\n vmware_guest:\n hostname: \"{{ vcenter_host }}\"\n username: \"{{ vcenter_username }}\"\n password: \"{{ <PASSWORD> }}\"\n va... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1550,
"all_permissive": false
} |
ansible_role | nearform/openshift-ansible | ecc5d727cae372ec77877f56c405147bed3af388 | 5 | reference-architecture/vmware-ansible/playbooks/roles/create-vm-crs-prod-ose | 7,349 | [
"no_license"
] | [
{
"path": "reference-architecture/vmware-ansible/playbooks/roles/create-vm-crs-prod-ose/tasks/main.yaml",
"content": "---\n- name: Set cluster_id crs annoation\n set_fact:\n crs_annoation: \"{{ cluster_id }}-crs\"\n\n- name: Create CRS production VMs on vCenter\n vmware_guest:\n hostname: \"{{ vcent... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1647,
"all_permissive": false
} |
ansible_role | nearform/openshift-ansible | ecc5d727cae372ec77877f56c405147bed3af388 | 5 | reference-architecture/vmware-ansible/playbooks/roles/create-vm-haproxy | 7,349 | [
"no_license"
] | [
{
"path": "reference-architecture/vmware-ansible/playbooks/roles/create-vm-haproxy/tasks/main.yaml",
"content": "---\n- name: Create haproxy VM on vCenter\n vmware_guest:\n hostname: \"{{ vcenter_host }}\"\n username: \"{{ vcenter_username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1418,
"all_permissive": false
} |
ansible_role | nearform/openshift-ansible | ecc5d727cae372ec77877f56c405147bed3af388 | 5 | reference-architecture/vmware-ansible/playbooks/roles/create-vm-nfs | 7,349 | [
"no_license"
] | [
{
"path": "reference-architecture/vmware-ansible/playbooks/roles/create-vm-nfs/tasks/main.yaml",
"content": "---\n- name: Create NFS VM on vCenter\n vmware_guest:\n hostname: \"{{ vcenter_host }}\"\n username: \"{{ vcenter_username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: False\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1400,
"all_permissive": false
} |
ansible_role | nearform/openshift-ansible | ecc5d727cae372ec77877f56c405147bed3af388 | 5 | reference-architecture/vmware-ansible/playbooks/roles/create-vm-prod-ose | 7,349 | [
"no_license"
] | [
{
"path": "reference-architecture/vmware-ansible/playbooks/roles/create-vm-prod-ose/tasks/main.yaml",
"content": "---\n- name: Assign app memory for container_storage\n set_fact:\n app_memory: 32768\n when: \"'cns' in container_storage\"\n\n- name: Assign app memory for container_storage\n set_fact:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4337,
"all_permissive": false
} |
ansible_role | nearform/openshift-ansible | ecc5d727cae372ec77877f56c405147bed3af388 | 5 | reference-architecture/vmware-ansible/playbooks/roles/storage-class-configure | 7,349 | [
"no_license"
] | [
{
"path": "reference-architecture/vmware-ansible/playbooks/roles/storage-class-configure/templates/cloud-provider-storage-class.yaml.j2",
"content": "kind: StorageClass\napiVersion: storage.k8s.io/v1\nmetadata:\n name: \"{{ vcenter_datastore }}\"\nprovisioner: kubernetes.io/vsphere-volume\nparameters:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 888,
"all_permissive": false
} |
ansible_role | nearform/openshift-ansible | ecc5d727cae372ec77877f56c405147bed3af388 | 5 | reference-architecture/vmware-ansible/playbooks/roles/vmware-guest-setup | 7,349 | [
"no_license"
] | [
{
"path": "reference-architecture/vmware-ansible/playbooks/roles/vmware-guest-setup/tasks/main.yaml",
"content": "---\n- name: be sure all pre-req packages are installed\n yum: name={{item}} state=installed\n with_items:\n - open-vm-tools\n - PyYAML\n - perl\n - net-tools\n - chrony\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 801,
"all_permissive": false
} |
ansible_role | nearform/openshift-ansible | ecc5d727cae372ec77877f56c405147bed3af388 | 5 | roles/deploy-host | 7,349 | [
"no_license"
] | [
{
"path": "roles/deploy-host/tasks/main.yaml",
"content": "---\n- name: \"Obtain currently enabled repos\"\n shell: 'subscription-manager repos --list-enabled | sed -ne \"s/^Repo ID:[^a-zA-Z0-9]*\\(.*\\)/\\1/p\"'\n register: enabled_repos\n\n- name: \"Enable specified repositories not already enabled\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3919,
"all_permissive": false
} |
ansible_role | nearform/openshift-ansible | ecc5d727cae372ec77877f56c405147bed3af388 | 5 | roles/deploy-host-nonpriv | 7,349 | [
"no_license"
] | [
{
"path": "roles/deploy-host-nonpriv/tasks/main.yaml",
"content": "---\n# RHV and VSPHERE need ssh keys\n- block:\n - name: Search for SSH key\n stat:\n path: ~/.ssh/id_rsa\n register: ssh_key\n\n - name: Create SSH key if it is missing\n command: \"ssh-keygen -N '' -f ~/.ssh/id_rsa\"\n w... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 510,
"all_permissive": false
} |
ansible_role | nearform/openshift-ansible | ecc5d727cae372ec77877f56c405147bed3af388 | 5 | roles/dns-records | 7,349 | [
"no_license"
] | [
{
"path": "roles/dns-records/tasks/main.yml",
"content": "---\n- name: \"Generate list of private A records\"\n set_fact:\n private_records: \"{{ private_records | default([]) + [ { 'type': 'A', 'hostname': hostvars[item]['ansible_hostname'], 'ip': hostvars[item]['private_v4'] } ] }}\"\n with_items: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 6734,
"all_permissive": false
} |
ansible_role | nearform/openshift-ansible | ecc5d727cae372ec77877f56c405147bed3af388 | 5 | roles/master-prerequisites | 7,349 | [
"no_license"
] | [
{
"path": "roles/master-prerequisites/tasks/main.yaml",
"content": "---\n- name: Install git\n package:\n name: git\n state: latest\n when: not openshift.common.is_atomic | bool\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 113,
"all_permissive": false
} |
ansible_role | nearform/openshift-ansible | ecc5d727cae372ec77877f56c405147bed3af388 | 5 | roles/static_inventory | 7,349 | [
"no_license"
] | [
{
"path": "roles/static_inventory/tasks/main.yml",
"content": "---\n- name: Remove any existing inventory\n file:\n path: \"{{ inventory_path }}/hosts\"\n state: absent\n\n- name: Refresh the inventory\n meta: refresh_inventory\n\n- name: Generate in-memory inventory\n include: openstack.yml\n\n- n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 917,
"all_permissive": false
} |
ansible_role | giga-dev/xap-ansible | 3c6db63eb8d59d7ff4a18ac91287d7608ffaf134 | 1 | roles/install_java | 7,349 | [
"no_license"
] | [
{
"path": "roles/install_java/tasks/main.yml",
"content": "---\n- name: create directory\n command: \"mkdir -p {{download_folder}}\"\n- name: install JAVA\n command: \"wget -q -O {{java_archive}} --no-check-certificate --no-cookies --header 'Cookie: oraclelicense=accept-securebackup-cookie' {{download_url... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 700,
"all_permissive": false
} |
ansible_role | seba8co/k8s-cluster-vagrant-ansible | 81e78d2e933d83e79555b4e9839a4777e0036db8 | 0 | roles/cni | 7,349 | [
"no_license"
] | [
{
"path": "roles/cni/tasks/main.yml",
"content": "- name: Check if Flannel network\n shell: kubectl --kubeconfig=/etc/kubernetes/admin.conf get ds --all-namespaces | grep flannel\n register: check_net\n ignore_errors: true\n\n- name: Install Flannel Network\n become: false\n when: check_net is failed\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 536,
"all_permissive": false
} |
ansible_role | seba8co/k8s-cluster-vagrant-ansible | 81e78d2e933d83e79555b4e9839a4777e0036db8 | 0 | roles/containerd | 7,349 | [
"no_license"
] | [
{
"path": "roles/containerd/tasks/main.yml",
"content": "---\n- name: Install package\n apt:\n name: containerd\n state: present\n update_cache: yes\n\n- name: Configure /etc/modules-load.d/containerd.conf\n blockinfile:\n path: /etc/modules-load.d/containerd.conf\n create: yes\n block: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1151,
"all_permissive": false
} |
ansible_role | seba8co/k8s-cluster-vagrant-ansible | 81e78d2e933d83e79555b4e9839a4777e0036db8 | 0 | roles/fish | 7,349 | [
"no_license"
] | [
{
"path": "roles/fish/tasks/main.yml",
"content": "---\n- name: Install fish\n apt:\n name: fish\n\n- name: Default shell\n user:\n name: vagrant\n shell: /usr/bin/fish\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 121,
"all_permissive": false
} |
ansible_role | seba8co/k8s-cluster-vagrant-ansible | 81e78d2e933d83e79555b4e9839a4777e0036db8 | 0 | roles/kubernetes | 7,349 | [
"no_license"
] | [
{
"path": "roles/kubernetes/tasks/main.yml",
"content": "---\n- name: Add an apt signing key for Kubernetes\n apt_key:\n url: \"{{ item.key }}\"\n state: present\n with_items: \"{{ gpg_keys | default([]) }}\"\n\n- name: Add apt repositories\n apt_repository:\n repo: \"{{ item.repo }}\"\n stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 944,
"all_permissive": false
} |
ansible_role | seba8co/k8s-cluster-vagrant-ansible | 81e78d2e933d83e79555b4e9839a4777e0036db8 | 0 | roles/masters | 7,349 | [
"no_license"
] | [
{
"path": "roles/masters/tasks/main.yml",
"content": "- name: Check if kudeadm has already run\n stat:\n path: \"/etc/kubernetes/pki/ca.key\"\n register: output\n\n- name: Init cluster if needed\n shell: kubeadm init --apiserver-advertise-address=\"{{ hostvars['node-1']['ansible_eth1']['ipv4']['addres... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 933,
"all_permissive": false
} |
ansible_role | seba8co/k8s-cluster-vagrant-ansible | 81e78d2e933d83e79555b4e9839a4777e0036db8 | 0 | roles/nodes | 7,349 | [
"no_license"
] | [
{
"path": "roles/nodes/tasks/main.yml",
"content": "---\n- name: Check if kubelet.conf exists\n stat:\n path: \"/etc/kubernetes/kubelet.conf\"\n register: kubelet_conf\n\n- name: Join the node to cluster\n shell: \"{{ hostvars['node-1']['join_command']['stdout'] }}\"\n when:\n - not kubelet_conf.s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 254,
"all_permissive": false
} |
ansible_role | constructorfleet/magrathea-ansible | a4dbd5edb8bd48018bb595b2a11d9d94c326a43e | 1 | roles/common | 7,349 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n- name: Install required software packages\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n become: yes\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - dnsmasq\n - git\n - python-pip\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 730,
"all_permissive": false
} |
ansible_role | constructorfleet/magrathea-ansible | a4dbd5edb8bd48018bb595b2a11d9d94c326a43e | 1 | roles/consul | 7,349 | [
"no_license"
] | [
{
"path": "roles/consul/vars/main.yml",
"content": "---\n\nconsul_bootstrap_expect: 1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/consul/tasks/main.yml",
"content": "---\n\n- name: Create consul group\n group:\n name: consul\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2304,
"all_permissive": false
} |
ansible_role | constructorfleet/magrathea-ansible | a4dbd5edb8bd48018bb595b2a11d9d94c326a43e | 1 | roles/cryptography | 7,349 | [
"no_license"
] | [
{
"path": "roles/cryptography/tasks/main.yml",
"content": "---\n\n- name: Copy custom openssl configuration file\n template:\n dest: /etc/ssl/ansible.cnf\n src: openssl.cnf.j2\n become: yes\n\n- name: Create new self-signed certificate using custom openssl configuration\n command: |\n openssl re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2414,
"all_permissive": false
} |
ansible_role | constructorfleet/magrathea-ansible | a4dbd5edb8bd48018bb595b2a11d9d94c326a43e | 1 | roles/docker | 7,349 | [
"no_license"
] | [
{
"path": "roles/docker/files/daemon.json",
"content": "{\n \"log-driver\": \"syslog\"\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n\n- name: Remove old versions of Docker\n apt:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 987,
"all_permissive": false
} |
ansible_role | constructorfleet/magrathea-ansible | a4dbd5edb8bd48018bb595b2a11d9d94c326a43e | 1 | roles/elastic | 7,349 | [
"no_license"
] | [
{
"path": "roles/elastic/tasks/main.yml",
"content": "---\n\n- name: Add Java Personal Package Archive\n apt_repository:\n repo: ppa:openjdk-r/ppa\n state: present\n update_cache: yes\n become: yes\n\n- name: Install Java Runtime Environment\n apt:\n name: openjdk-8-jre\n state: present\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4814,
"all_permissive": false
} |
ansible_role | constructorfleet/magrathea-ansible | a4dbd5edb8bd48018bb595b2a11d9d94c326a43e | 1 | roles/firewall | 7,349 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "---\n\n- name: Allow all incoming/outgoing network traffic\n ufw:\n policy: allow\n state: enabled\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 115,
"all_permissive": false
} |
ansible_role | constructorfleet/magrathea-ansible | a4dbd5edb8bd48018bb595b2a11d9d94c326a43e | 1 | roles/nomad | 7,349 | [
"no_license"
] | [
{
"path": "roles/nomad/tasks/deployment.yml",
"content": "---\n\n- name: Copy nomad agent client configuration file\n template:\n dest: /etc/nomad.d/configuration.hcl\n group: nomad\n owner: nomad\n src: client.hcl.j2\n become: yes\n tags:\n - client\n\n- name: Copy nomad agent server config... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2339,
"all_permissive": false
} |
ansible_role | constructorfleet/magrathea-ansible | a4dbd5edb8bd48018bb595b2a11d9d94c326a43e | 1 | roles/vault | 7,349 | [
"no_license"
] | [
{
"path": "roles/vault/tasks/main.yml",
"content": "---\n\n- name: Create vault group\n group:\n name: vault\n state: present\n become: yes\n\n- name: Create vault user\n user:\n group: vault\n name: vault\n shell: /usr/sbin/nologin\n state: present\n become: yes\n\n- name: Download va... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3706,
"all_permissive": false
} |
ansible_role | tasb/ansible-advanced | a02c950f894955f8d426af92151bf50f186d2dc2 | 1 | demos/session03/roles/user_setup | 7,349 | [
"no_license"
] | [
{
"path": "demos/session03/roles/user_setup/vars/main.yml",
"content": "---\n# vars file for user_setup\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "demos/session03/roles/user_setup/handlers/main.yml",
"content": "---\n# handlers file for ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 972,
"all_permissive": false
} |
ansible_role | tasb/ansible-advanced | a02c950f894955f8d426af92151bf50f186d2dc2 | 1 | demos/session03/roles/user_setup_step6 | 7,349 | [
"no_license"
] | [
{
"path": "demos/session03/roles/user_setup_step6/defaults/main.yml",
"content": "---\nusers_list: \n - xpto\n - xpto2\ngroup_name: newgroup\ncreate_home: yes\nhome_subfolders:\n - documents\n - downloads\n - tmp\n - configs\ndestination_path_on_control_node: \"/path/to/store/keys\"\n",
"license_t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 416,
"all_permissive": false
} |
ansible_role | mlandauer/politicalsurvey2003-vm | 2d43ff1b5ee3e007f9126726619404a2f9d9a5f4 | 0 | roles/politicalsurvey | 7,350 | [
"no_license"
] | [
{
"path": "roles/politicalsurvey/tasks/main.yml",
"content": "- name: Update apt cache\n apt:\n update_cache: yes\n cache_valid_time: 31536000\n\n- name: Install perl\n apt: pkg=perl\n\n- name: Install cpanm\n apt: pkg=cpanminus\n\n- name: Install libgd\n apt: pkg=libgd-dev\n\n- name: Install requ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4813,
"all_permissive": false
} |
ansible_role | yeti890/fops_15 | 2b0db315836c754c0954c58d81dde7c986245b3c | 0 | 11. Automatization CI-CD/11.2 Ansible 2/roles/web_server | 7,350 | [
"no_license"
] | [
{
"path": "11. Automatization CI-CD/11.2 Ansible 2/roles/web_server/templates/index.html.j2",
"content": "<!DOCTYPE html>\n<html>\n<head>\n <title>Server Information</title>\n</head>\n<body>\n <h1>Server Information</h1>\n <p>Hostname: {{ ansible_hostname }}</p>\n <p>IP Address: {{ ansible_default_ipv4.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 726,
"all_permissive": false
} |
ansible_role | madhav0407/TicketResolver_Frontend | e4338f09c9077fac80a1004703019595406ea2e1 | 0 | roles/docker | 7,350 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/pull_images.yml",
"content": "---\n- name: Pull backend image\n docker_image:\n name: madhavsood04/ticketresolver-backend:latest\n source: pull\n\n- name: Pull frontend image\n docker_image:\n name: madhavsood04/ticketresolver_frontend:latest\n source: pull\n\n- n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 850,
"all_permissive": false
} |
ansible_role | colso1110/helion | c68a726067de314cf92d1a6b2da00474120ef1c1 | 1 | hos/ansible/roles/CEI-API | 7,350 | [
"no_license"
] | [
{
"path": "hos/ansible/roles/CEI-API/tasks/keystone_pwd_configure.yml",
"content": "#\n# (c) Copyright 2015-2016 Hewlett Packard Enterprise Development LP\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 obtai... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 19945,
"all_permissive": false
} |
ansible_role | colso1110/helion | c68a726067de314cf92d1a6b2da00474120ef1c1 | 1 | hos/ansible/roles/CEI-CAG | 7,350 | [
"no_license"
] | [
{
"path": "hos/ansible/roles/CEI-CAG/tasks/uninstall.yml",
"content": "#\n# (c) Copyright 2016 Hewlett Packard Enterprise Development LP\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... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1758,
"all_permissive": false
} |
ansible_role | colso1110/helion | c68a726067de314cf92d1a6b2da00474120ef1c1 | 1 | hos/ansible/roles/CEI-COL | 7,350 | [
"no_license"
] | [
{
"path": "hos/ansible/roles/CEI-COL/tasks/uninstall.yml",
"content": "#\n# (c) Copyright 2016 Hewlett Packard Enterprise Development LP\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... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1349,
"all_permissive": false
} |
ansible_role | colso1110/helion | c68a726067de314cf92d1a6b2da00474120ef1c1 | 1 | hos/ansible/roles/CEI-EXP | 7,350 | [
"no_license"
] | [
{
"path": "hos/ansible/roles/CEI-EXP/tasks/uninstall.yml",
"content": "#\n# (c) Copyright 2016 Hewlett Packard Enterprise Development LP\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... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 970,
"all_permissive": false
} |
ansible_role | colso1110/helion | c68a726067de314cf92d1a6b2da00474120ef1c1 | 1 | hos/ansible/roles/CEI-NAG | 7,350 | [
"no_license"
] | [
{
"path": "hos/ansible/roles/CEI-NAG/tasks/configure.yml",
"content": "#\n# (c) Copyright 2015-2016 Hewlett Packard Enterprise Development LP\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": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4260,
"all_permissive": false
} |
ansible_role | colso1110/helion | c68a726067de314cf92d1a6b2da00474120ef1c1 | 1 | hos/ansible/roles/CEI-POL | 7,350 | [
"no_license"
] | [
{
"path": "hos/ansible/roles/CEI-POL/tasks/start.yml",
"content": "#\n# (c) Copyright 2016 Hewlett Packard Enterprise Development LP\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": false
} | {
"file_count": 2,
"total_bytes": 2636,
"all_permissive": false
} |
ansible_role | colso1110/helion | c68a726067de314cf92d1a6b2da00474120ef1c1 | 1 | hos/ansible/roles/CEP-MON | 7,350 | [
"no_license"
] | [
{
"path": "hos/ansible/roles/CEP-MON/tasks/status.yml",
"content": "#\n# (c) Copyright 2015-2016 Hewlett Packard Enterprise Development LP\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 t... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5043,
"all_permissive": false
} |
ansible_role | colso1110/helion | c68a726067de314cf92d1a6b2da00474120ef1c1 | 1 | hos/ansible/roles/CEP-OSD | 7,350 | [
"no_license"
] | [
{
"path": "hos/ansible/roles/CEP-OSD/tasks/configure.yml",
"content": "#\n# (c) Copyright 2015-2016 Hewlett Packard Enterprise Development LP\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": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 14249,
"all_permissive": false
} |
ansible_role | colso1110/helion | c68a726067de314cf92d1a6b2da00474120ef1c1 | 1 | hos/ansible/roles/CEP-RGW | 7,350 | [
"no_license"
] | [
{
"path": "hos/ansible/roles/CEP-RGW/tasks/_configure_simple_rgw.yml",
"content": "#\n# (c) Copyright 2016 Hewlett Packard Enterprise Development LP\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... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 11466,
"all_permissive": false
} |
ansible_role | colso1110/helion | c68a726067de314cf92d1a6b2da00474120ef1c1 | 1 | hos/ansible/roles/CMC-DEP | 7,350 | [
"no_license"
] | [
{
"path": "hos/ansible/roles/CMC-DEP/tasks/install.yml",
"content": "#\n# (c) Copyright 2015-2016 Hewlett Packard Enterprise Development LP\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": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2323,
"all_permissive": false
} |
ansible_role | colso1110/helion | c68a726067de314cf92d1a6b2da00474120ef1c1 | 1 | hos/ansible/roles/CND-API | 7,350 | [
"no_license"
] | [
{
"path": "hos/ansible/roles/CND-API/tasks/keystone_conf.yml",
"content": "#\n# (c) Copyright 2015-2016 Hewlett Packard Enterprise Development LP\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 co... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 19056,
"all_permissive": false
} |
ansible_role | colso1110/helion | c68a726067de314cf92d1a6b2da00474120ef1c1 | 1 | hos/ansible/roles/CND-BCK | 7,350 | [
"no_license"
] | [
{
"path": "hos/ansible/roles/CND-BCK/tasks/install.yml",
"content": "#\n# (c) Copyright 2015-2016 Hewlett Packard Enterprise Development LP\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": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4321,
"all_permissive": false
} |
ansible_role | colso1110/helion | c68a726067de314cf92d1a6b2da00474120ef1c1 | 1 | hos/ansible/roles/CND-SCH | 7,350 | [
"no_license"
] | [
{
"path": "hos/ansible/roles/CND-SCH/tasks/install.yml",
"content": "#\n# (c) Copyright 2015-2016 Hewlett Packard Enterprise Development LP\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": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1751,
"all_permissive": false
} |
ansible_role | colso1110/helion | c68a726067de314cf92d1a6b2da00474120ef1c1 | 1 | hos/ansible/roles/CND-VOL | 7,350 | [
"no_license"
] | [
{
"path": "hos/ansible/roles/CND-VOL/vars/cinder_vol_run_location.yml",
"content": "#\n# (c) Copyright 2015-2016 Hewlett Packard Enterprise Development LP\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 obtai... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 13953,
"all_permissive": false
} |
ansible_role | colso1110/helion | c68a726067de314cf92d1a6b2da00474120ef1c1 | 1 | hos/ansible/roles/FND-AP2 | 7,350 | [
"no_license"
] | [
{
"path": "hos/ansible/roles/FND-AP2/tasks/status.yml",
"content": "#\n# (c) Copyright 2015-2016 Hewlett Packard Enterprise Development LP\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 t... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 12076,
"all_permissive": false
} |
ansible_role | colso1110/helion | c68a726067de314cf92d1a6b2da00474120ef1c1 | 1 | hos/ansible/roles/FND-MDB | 7,350 | [
"no_license"
] | [
{
"path": "hos/ansible/roles/FND-MDB/tasks/bootstrap.yml",
"content": "#\n# (c) Copyright 2015-2016 Hewlett Packard Enterprise Development LP\n#\n# Confidential computer software. Valid license from HPE required for\n# possession, use or copying. Consistent with FAR 12.211 and 12.212,\n# Commercial Computer... | {
"task_files": 19,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 20,
"total_bytes": 50675,
"all_permissive": false
} |
ansible_role | colso1110/helion | c68a726067de314cf92d1a6b2da00474120ef1c1 | 1 | hos/ansible/roles/FND-MDB-monasca | 7,350 | [
"no_license"
] | [
{
"path": "hos/ansible/roles/FND-MDB-monasca/tasks/configure.yml",
"content": "#\n# (c) Copyright 2016 Hewlett Packard Enterprise Development LP\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 cop... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 876,
"all_permissive": false
} |
ansible_role | colso1110/helion | c68a726067de314cf92d1a6b2da00474120ef1c1 | 1 | hos/ansible/roles/FND-SPA | 7,350 | [
"no_license"
] | [
{
"path": "hos/ansible/roles/FND-SPA/tasks/spark_submit.yml",
"content": "#\n# (c) Copyright 2016 Hewlett Packard Enterprise Development LP\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": 9,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 25306,
"all_permissive": false
} |
ansible_role | colso1110/helion | c68a726067de314cf92d1a6b2da00474120ef1c1 | 1 | hos/ansible/roles/GLA-API | 7,350 | [
"no_license"
] | [
{
"path": "hos/ansible/roles/GLA-API/tasks/start.yml",
"content": "#\n# (c) Copyright 2015,2016 Hewlett Packard Enterprise Development LP\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 th... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 12710,
"all_permissive": false
} |
ansible_role | colso1110/helion | c68a726067de314cf92d1a6b2da00474120ef1c1 | 1 | hos/ansible/roles/GLA-REG | 7,350 | [
"no_license"
] | [
{
"path": "hos/ansible/roles/GLA-REG/tasks/reload_metadef.yml",
"content": "#\n# (c) Copyright 2015,2016 Hewlett Packard Enterprise Development LP\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 c... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 12629,
"all_permissive": false
} |
ansible_role | colso1110/helion | c68a726067de314cf92d1a6b2da00474120ef1c1 | 1 | hos/ansible/roles/HUX-SVC | 7,350 | [
"no_license"
] | [
{
"path": "hos/ansible/roles/HUX-SVC/defaults/main.yml",
"content": "#\n# (c) Copyright 2016 Hewlett Packard Enterprise Development LP\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": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2810,
"all_permissive": false
} |
ansible_role | colso1110/helion | c68a726067de314cf92d1a6b2da00474120ef1c1 | 1 | hos/ansible/roles/HZN-WEB | 7,350 | [
"no_license"
] | [
{
"path": "hos/ansible/roles/HZN-WEB/tasks/stop.yml",
"content": "#\n# (c) Copyright 2015-2016 Hewlett Packard Enterprise Development LP\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... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3112,
"all_permissive": false
} |
ansible_role | colso1110/helion | c68a726067de314cf92d1a6b2da00474120ef1c1 | 1 | hos/ansible/roles/KEY-API | 7,350 | [
"no_license"
] | [
{
"path": "hos/ansible/roles/KEY-API/templates/keystone-paste.ini.j2",
"content": "{#\n#\n# (c) Copyright 2015-2016 Hewlett Packard Enterprise Development LP\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 ob... | {
"task_files": 12,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 54201,
"all_permissive": false
} |
ansible_role | colso1110/helion | c68a726067de314cf92d1a6b2da00474120ef1c1 | 1 | hos/ansible/roles/KEYMGR-API | 7,350 | [
"no_license"
] | [
{
"path": "hos/ansible/roles/KEYMGR-API/tasks/_configure_pkcs11_plugin_certs.yml",
"content": "#\n# (c) Copyright 2015-2016 Hewlett Packard Enterprise Development LP\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. Yo... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 40605,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.