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 | Hiklas/multi-wifi-vlan-routing-setup | 53b09be0f4dfa3164a258c823cd9e6b7a4024323 | 1 | roles/reboot | 7,851 | [
"permissive"
] | [
{
"path": "roles/reboot/tasks/main.yml",
"content": "---\n- name: Reboot the raspberry pi\n raw: reboot\n\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 51
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 51,
"all_permissive": true
} |
ansible_role | Hiklas/multi-wifi-vlan-routing-setup | 53b09be0f4dfa3164a258c823cd9e6b7a4024323 | 1 | roles/wait_for_ssh | 7,851 | [
"permissive"
] | [
{
"path": "roles/wait_for_ssh/tasks/main.yml",
"content": "---\n- name: Wait for host to listen on port 22\n wait_for:\n state: started\n host: \"{{ ansible_default_ipv4.address }}\"\n port: 22\n delay: 30\n sleep: 2\n timeout: 60\n delegate_to: localhost\n",
"license_type": "permiss... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 206,
"all_permissive": true
} |
ansible_role | sagudeloo/movie-analyst-deployment | e29218e03baf9c771f20ca69bf7ca8a346fdbedb | 0 | ansible-provision/roles/common | 7,851 | [
"no_license"
] | [
{
"path": "ansible-provision/roles/common/tasks/dependencies.yml",
"content": "---\n- name: Install the projects dependencies\n community.general.npm:\n path: /tmp/{{ project_name }}\n production: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},
{
... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 1134,
"all_permissive": false
} |
ansible_role | capt-alien/datastore-zero | c5b75c0ca9118a830c4ac5ebf166835a35bd0614 | 0 | ansible/roles/deploy | 7,851 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy/templates/deployment.yaml.j2",
"content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: datastore-zero\n namespace: {{ target_namespace }}\nspec:\n replicas: 1\n selector:\n matchLabels:\n app: datastore-zero\n template:\n metadata:\n labels:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4083,
"all_permissive": false
} |
ansible_role | capt-alien/datastore-zero | c5b75c0ca9118a830c4ac5ebf166835a35bd0614 | 0 | ansible/roles/k8s | 7,851 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s/tasks/main.yaml",
"content": "---\n- name: Install dependencies\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n state: present\n update_cache: yes\n\n- name: Add Kubernetes apt key\n apt_key:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1902,
"all_permissive": false
} |
ansible_role | Hadassa-E/ansible | d556fc6c9517a0916cc382684454bcc71cff1a83 | 0 | roles/cluster_k3s | 7,851 | [
"no_license"
] | [
{
"path": "roles/cluster_k3s/tasks/main.yml",
"content": "- name: Install K3s cluster in airgap mode\n hosts: k3s_servers\n become: true\n tasks:\n\n # Copy K3s binary\n - name: Copy K3s binary to /usr/local/bin/k3s\n copy:\n src: files/k3s\n dest: /usr/local/bin/k3s\n mod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3296,
"all_permissive": false
} |
ansible_role | Hadassa-E/ansible | d556fc6c9517a0916cc382684454bcc71cff1a83 | 0 | roles/rancher | 7,851 | [
"no_license"
] | [
{
"path": "roles/rancher/tasks/main.yml",
"content": "- name: Add Rancher Helm repo\n community.kubernetes.helm_repository:\n name: rancher\n repo_url: https://releases.rancher.com/server-charts/latest #change to charter\n register: add_helm_repo_result\n\n- name: Create cattle-system namespace if n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 696,
"all_permissive": false
} |
ansible_role | Juuunnne/TP-CICD | cf2ee6990dcf69b8706379a834f12efe14c2f45e | 0 | ansible/roles/app | 7,851 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/main.yml",
"content": "---\n- name: Install application packages\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n loop: \"{{ app_packages }}\"\n when: ansible_os_family == 'Debian' ",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 783,
"all_permissive": false
} |
ansible_role | Juuunnne/TP-CICD | cf2ee6990dcf69b8706379a834f12efe14c2f45e | 0 | ansible/roles/db | 7,851 | [
"no_license"
] | [
{
"path": "ansible/roles/db/meta/main.yml",
"content": "---\ngalaxy_info:\n namespace: devops\n role_name: db\n author: DevOps\n description: Install MySQL server\n license: MIT\n min_ansible_version: \"2.14\"\n platforms:\n - name: Debian\n versions: ['all']\n\ndependencies: [] ",
"licen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1004,
"all_permissive": false
} |
ansible_role | Juuunnne/TP-CICD | cf2ee6990dcf69b8706379a834f12efe14c2f45e | 0 | ansible/roles/monitoring | 7,851 | [
"no_license"
] | [
{
"path": "ansible/roles/monitoring/molecule/default/verify.yml",
"content": "---\n- name: Verify\n hosts: all\n gather_facts: false\n tasks:\n - name: Check node_exporter binary\n ansible.builtin.command: which node_exporter || which prometheus-node-exporter\n register: node_cmd\n chan... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2892,
"all_permissive": false
} |
ansible_role | SirBarksALot/monitoring | d95fb2399cd302468b280b5c0671668e76c46e82 | 0 | ansible/roles/create-dhparam | 7,851 | [
"no_license"
] | [
{
"path": "ansible/roles/create-dhparam/handlers/main.yml",
"content": "---\n# handlers file for create-dhparam",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "ansible/roles/create-dhparam/tests/test.yml",
"content": "---\n- hosts: localhost\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 327,
"all_permissive": false
} |
ansible_role | SirBarksALot/monitoring | d95fb2399cd302468b280b5c0671668e76c46e82 | 0 | ansible/roles/elasticsearch-container | 7,851 | [
"no_license"
] | [
{
"path": "ansible/roles/elasticsearch-container/tasks/es.yml",
"content": "---\n- name: Container up\n docker_container:\n name: elasticsearch\n state: started\n image: \"{{ es_image_name }}\"\n ports:\n - \"9200:9200\"\n - \"9300:9300\"\n env:\n discovery.type: single-node\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 365,
"all_permissive": false
} |
ansible_role | SirBarksALot/monitoring | d95fb2399cd302468b280b5c0671668e76c46e82 | 0 | ansible/roles/kibana-container | 7,851 | [
"no_license"
] | [
{
"path": "ansible/roles/kibana-container/tasks/nginx.yml",
"content": "---\n- name: Create dhparams\n include_role:\n name: create-dhparam\n\n- name: Create volumes directories\n file:\n owner: \"{{ nginx_dir_owner }}\"\n group: \"{{ nginx_dir_owner }}\"\n path: \"{{ nginx_dir_loc }}/{{ item.... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3198,
"all_permissive": false
} |
ansible_role | russmckendrick/Infrastructure_as_Code_for_Beginners | 728f54c301dadad81ba3b398b615bc242ccd8a1f | 2 | chapter05/ansible-aws/roles/aws-vm-admin | 7,851 | [
"no_license"
] | [
{
"path": "chapter05/ansible-aws/roles/aws-vm-admin/tasks/main.yml",
"content": "---\n# tasks file for roles/aws-vm-admin\n\n- name: Generate temp admin cloud-init file\n ansible.builtin.tempfile:\n register: tmp_file_create_cloud_init_admin_task\n\n- name: Create thw admin cloud-init file from a template... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2199,
"all_permissive": false
} |
ansible_role | Choongqihan/HOA5.1 | d412d4d113df161d04426150f34a881a0083eb63 | 0 | roles/centos-docker | 7,851 | [
"no_license"
] | [
{
"path": "roles/centos-docker/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/centos-docker",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "roles/centos-docker/handlers/main.yml",
"content": "--... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 566,
"all_permissive": false
} |
ansible_role | Choongqihan/HOA5.1 | d412d4d113df161d04426150f34a881a0083eb63 | 0 | roles/centos-groupd | 7,851 | [
"no_license"
] | [
{
"path": "roles/centos-groupd/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/centos-group-docker",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "roles/centos-groupd/handlers/main.yml",
"content... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 433,
"all_permissive": false
} |
ansible_role | Choongqihan/HOA5.1 | d412d4d113df161d04426150f34a881a0083eb63 | 0 | roles/ubuntu-docker | 7,851 | [
"no_license"
] | [
{
"path": "roles/ubuntu-docker/tasks/main.yml",
"content": "---\n# tasks file for roles/ubuntu-docker\n- name: Installing pre-requisites\n apt:\n name:\n - python3\n - python3-pip\n state: present\n\n- name: Installing docker file\n apt:\n name: docker.io\n state: latest\n update_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 363,
"all_permissive": false
} |
ansible_role | Choongqihan/HOA5.1 | d412d4d113df161d04426150f34a881a0083eb63 | 0 | roles/ubuntu-userd | 7,851 | [
"no_license"
] | [
{
"path": "roles/ubuntu-userd/handlers/main.yml",
"content": "---\n# handlers file for roles/ubuntu-user-docker",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "roles/ubuntu-userd/vars/main.yml",
"content": "---\n# vars file for roles/ubuntu-use... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 428,
"all_permissive": false
} |
ansible_role | Choongqihan/HOA5.1 | d412d4d113df161d04426150f34a881a0083eb63 | 0 | roles/ubuntu-webdb | 7,851 | [
"no_license"
] | [
{
"path": "roles/ubuntu-webdb/handlers/main.yml",
"content": "---\n# handlers file for roles/ubuntu-file-docker",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "roles/ubuntu-webdb/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_us... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 626,
"all_permissive": false
} |
ansible_role | Cloudecoder/ansible | 53bb489bc25ad88413d21801e48bed38dfc9f5e3 | 0 | roles/catalogue | 7,851 | [
"no_license"
] | [
{
"path": "roles/catalogue/tasks/main.yml",
"content": "- name: Setting up catalogue\n include_role:\n name: common\n tasks_from: nodejs.yml\n vars:\n COMPONENT: catalogue\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path": "roles/catalogu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 200,
"all_permissive": false
} |
ansible_role | Cloudecoder/ansible | 53bb489bc25ad88413d21801e48bed38dfc9f5e3 | 0 | roles/common | 7,851 | [
"no_license"
] | [
{
"path": "roles/common/tasks/nodejs.yml",
"content": "- name: Setting up the {{COMPONENT}} component\n yum:\n name:\n - nodejs\n - make\n - gcc-c++\n state: installed\n\n- name: Add the user Roboshop\n shell: useradd roboshop | bash\n become: yes\n\n- name: Unarchive the package\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1029,
"all_permissive": false
} |
ansible_role | Cloudecoder/ansible | 53bb489bc25ad88413d21801e48bed38dfc9f5e3 | 0 | roles/frontend | 7,851 | [
"no_license"
] | [
{
"path": "roles/frontend/vars/main.yml",
"content": "COMPONENT: frontend\nSERVICE: nginx",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Install Nginx\n yum:\n name: nginx\n state: pre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 646,
"all_permissive": false
} |
ansible_role | Cloudecoder/ansible | 53bb489bc25ad88413d21801e48bed38dfc9f5e3 | 0 | roles/mongodb | 7,851 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "- name: Adding mongoDB repositories\n yum_repository:\n name: MongoDB\n description: EPEL YUM repo\n baseurl: https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/4.2/x86_64/\n gpgcheck: yes\n enabled: yes\n gpgkey: https://www.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1008,
"all_permissive": false
} |
ansible_role | Cloudecoder/ansible | 53bb489bc25ad88413d21801e48bed38dfc9f5e3 | 0 | roles/mysql | 7,851 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: setting up SQL repo\n yum_repository:\n name: MySQL\n description: mysql repo\n file: mysql\n baseurl: http://repo.mysql.com/yum/mysql-5.7-community/el/7/$basearch/\n enabled: yes\n gpgcheck: no\n\n- name: Removing MariaDb\n yum... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1668,
"all_permissive": false
} |
ansible_role | Cloudecoder/ansible | 53bb489bc25ad88413d21801e48bed38dfc9f5e3 | 0 | roles/payment | 7,851 | [
"no_license"
] | [
{
"path": "roles/payment/tasks/main.yml",
"content": "- name: Installing the payment component\n yum:\n name:\n - python36\n - gcc\n - python3-devel\n state: installed\n\n- name: Adding user Roboshop\n user:\n name: roboshop\n comment: roboshop project user\n\n- name: downloadin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1179,
"all_permissive": false
} |
ansible_role | Cloudecoder/ansible | 53bb489bc25ad88413d21801e48bed38dfc9f5e3 | 0 | roles/rabbitmq | 7,851 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "- name: Installing Erlang package\n yum:\n name: https://github.com/rabbitmq/erlang-rpm/releases/download/v23.2.6/erlang-23.2.6-1.el7.x86_64.rpm\n state: present\n\n- name: Setup the Repository\n shell: curl -s https://packagecloud.io/install/re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 724,
"all_permissive": false
} |
ansible_role | Cloudecoder/ansible | 53bb489bc25ad88413d21801e48bed38dfc9f5e3 | 0 | roles/redis | 7,851 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "- name: installing {{COMPONENT}} components\n yum:\n name: http://rpms.remirepo.net/enterprise/remi-release-7.rpm\n state: present\n\n- name: Enabling the Redis repo\n yum:\n name: redis\n state: present\n enablerepo: \"remi\"\n\n- name: R... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 462,
"all_permissive": false
} |
ansible_role | Cloudecoder/ansible | 53bb489bc25ad88413d21801e48bed38dfc9f5e3 | 0 | roles/shipping | 7,851 | [
"no_license"
] | [
{
"path": "roles/shipping/tasks/main.yml",
"content": "- name: Installing Maven\n yum:\n name: maven\n state: installed\n\n\n- name: Adding user roboshop\n user:\n name: roboshop\n state: present\n\n- name: Downloading and Extracting from git hub\n include_role:\n name: common\n tasks_f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1139,
"all_permissive": false
} |
ansible_role | Cloudecoder/ansible | 53bb489bc25ad88413d21801e48bed38dfc9f5e3 | 0 | roles/user | 7,851 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "- name: Setting up the {{COMPONENT}} component\n include_role:\n name: common\n tasks_from: nodejs.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
},
{
"path": "roles/user/meta/main.yml",
"conten... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 138,
"all_permissive": false
} |
ansible_role | yosrijendoubi/CD | 7ad4c8b0ade69d9eccc20c3cb7e2d5e774e5ccb8 | 0 | ansible/roles/build | 7,851 | [
"no_license"
] | [
{
"path": "ansible/roles/build/tasks/main.yml",
"content": "---\n# tasks file for build\n- name: build app\n command: ng build --prod\n environment:\n PATH: /root/.nvm/versions/node/v12.8.1/bin\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 134,
"all_permissive": false
} |
ansible_role | yosrijendoubi/CD | 7ad4c8b0ade69d9eccc20c3cb7e2d5e774e5ccb8 | 0 | ansible/roles/register | 7,851 | [
"no_license"
] | [
{
"path": "ansible/roles/register/tasks/main.yml",
"content": "---\n# tasks file for docker-registry\n- name: Log into DockerHub\n docker_login:\n username: polare01\n password: <PASSWORD>\n\n- name: Tag and push to docker hub\n docker_image:\n name: devops:latest\n repository: polare01/cd_pro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 267,
"all_permissive": false
} |
ansible_role | otus-devops-2019-05/MurMurt_infra | 3397c06e8a3faaf0d16c7bfc71e6e37e6ebc4fea | 0 | ansible/roles/db | 7,848 | [
"no_license"
] | [
{
"path": "ansible/roles/db/tasks/install_mongo.yml",
"content": "- name: Add an Apt signing key\n apt_key:\n keyserver: hkp://keyserver.ubuntu.com:80\n id: 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5\n tags: install\n\n- name: Add MongoDB repository\n apt_repository:\n repo: deb http://repo.mongod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 655,
"all_permissive": false
} |
ansible_role | arnaldompf/ansible-desafiofinal-wp | 2cdf362fa141a611fc82efdc0146ca7c13442385 | 0 | ansible/roles/wordpress | 7,848 | [
"no_license"
] | [
{
"path": "ansible/roles/wordpress/tasks/main.yml",
"content": "---\n - name: nginx and php installation \n apt:\n pkg: \n - nginx\n - unzip\n - php7.4-zip\n - php-imagick\n - php7.4-curl\n - php7.4-fpm\n - php7.4-mbstring\n - php7.4-cli\n - php7.4-bcmat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1039,
"all_permissive": false
} |
ansible_role | omerbd21/elk-ansible | 99f9578a0b6906771c2404d29344e1479ba904f6 | 0 | roles/configure | 7,848 | [
"no_license"
] | [
{
"path": "roles/configure/tasks/main.yml",
"content": "- name: Install packages\n yum:\n name:\n - python3\n - openssl-devel\n - python3-devel\n - libffi-devel\n state: present\n- name: Set pip3 as default pip\n file:\n src: /usr/bin/pip3\n dest: /usr/bin/pip\n state: l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 471,
"all_permissive": false
} |
ansible_role | omerbd21/elk-ansible | 99f9578a0b6906771c2404d29344e1479ba904f6 | 0 | roles/elk | 7,848 | [
"no_license"
] | [
{
"path": "roles/elk/tasks/main.yml",
"content": "- name: Create elk folder\n ansible.builtin.file:\n path: /mnt/elk\n state: directory\n mode: '0755'\n\n- name: Copy over docker-compose folder\n ansible.posix.synchronize:\n src: ../../files/\n dest: /mnt/elk\n recursive: true\n\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 732,
"all_permissive": false
} |
ansible_role | thecodeassassin/server-playbooks | ed1cd14e2b0dbc3f1cbb964ad1657c9d8c72c980 | 0 | cloud-server/provisioning/roles/tca0.server | 7,848 | [
"no_license"
] | [
{
"path": "cloud-server/provisioning/roles/tca0.server/tasks/main.yml",
"content": "# Basic role for all tca0 servers\n\n# make sure group sudo exists\n- group: name=sudo state=present\n\n# copy templates\n- name: Copy templates\n template: src=sudoers dest=/etc/sudoers validate='visudo -cf %s'\n template... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 555,
"all_permissive": false
} |
ansible_role | rheventflowcatalog/openshift-cloudevents-source-apb | 68e7900bfe3b5a7b24d01742471417315b1978e2 | 0 | roles/provision-openshift-cloud-event-source-apb | 7,848 | [
"permissive"
] | [
{
"path": "roles/provision-openshift-cloud-event-source-apb/templates/deploy.yml.j2",
"content": "# Copyright 2017 Heptio Inc.\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 a... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4624,
"all_permissive": true
} |
ansible_role | Mr-STARK22/deploy_wazuh | be66b250b4f4584bbbf80f41eca34d3b372a10ce | 0 | ansible/roles/deploy_wazuh | 7,848 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy_wazuh/templates/wazuh/secrets/wazuh-authd-pass-secret.yml.j2",
"content": "---\napiVersion: v1\nkind: Secret\nmetadata:\n name: wazuh-authd-pass\n namespace: wazuh\ndata:\n authd.pass: {{ authd_pass | b64encode }}",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 19,
"total_bytes": 27822,
"all_permissive": false
} |
ansible_role | dgmorales/workshop-ansible | 176e9715b33ce7c859fb747f66104aa5df22101f | 1 | roles/example.epel | 7,848 | [
"no_license"
] | [
{
"path": "roles/example.epel/tasks/main.yml",
"content": "---\n# tasks file for example.epel\n- name: Install EPEL repo.\n yum:\n name: \"{{ epel_repo_url }}\"\n state: present\n\n- name: Import EPEL GPG key.\n rpm_key:\n key: \"{{ epel_repo_gpg_key_url }}\"\n state: present\n ignore_errors:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 402,
"all_permissive": false
} |
ansible_role | dgmorales/workshop-ansible | 176e9715b33ce7c859fb747f66104aa5df22101f | 1 | roles/example.myapp | 7,848 | [
"no_license"
] | [
{
"path": "roles/example.myapp/handlers/main.yml",
"content": "---\n# handlers file for example.myapp\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/example.myapp/tasks/main.yml",
"content": "---\n# tasks file for example.myapp\n#- nam... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 345,
"all_permissive": false
} |
ansible_role | dgmorales/workshop-ansible | 176e9715b33ce7c859fb747f66104aa5df22101f | 1 | roles/example.nginx | 7,848 | [
"no_license"
] | [
{
"path": "roles/example.nginx/defaults/main.yml",
"content": "---\n# defaults file for example.nginx\nnginx_use_epel: false\nnginx_conf_file_path: /etc/nginx/nginx.conf\nnginx_port: 80\nnginx_docroot: \"/opt/www\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
},... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1023,
"all_permissive": false
} |
ansible_role | pluizetto/ansible-advance-course | 06a33961716c364d993547265b74668c37f51cdd | 0 | roles/app2-tomcat-config | 7,848 | [
"no_license"
] | [
{
"path": "roles/app2-tomcat-config/tasks/main.yml",
"content": "---\n- name: Create directory structure to index.html file of APP2 Server \n file:\n path: /usr/share/tomcat/webapps/ansible/\n state: directory\n\n- name: Deliver index.html template file to APP2 Server\n template:\n src: templates... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 355,
"all_permissive": false
} |
ansible_role | pluizetto/ansible-advance-course | 06a33961716c364d993547265b74668c37f51cdd | 0 | roles/configure-repos | 7,848 | [
"no_license"
] | [
{
"path": "roles/configure-repos/tasks/main.yml",
"content": "---\n- name: enable necessary repositories get packages\n template:\n src: templates/open_three-tier-app.repo\n dest: /etc/yum.repos.d/open_three-tier-app.repo\n mode: 0644\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 178,
"all_permissive": false
} |
ansible_role | pluizetto/ansible-advance-course | 06a33961716c364d993547265b74668c37f51cdd | 0 | roles/deploy-apache | 7,848 | [
"no_license"
] | [
{
"path": "roles/deploy-apache/tasks/main.yml",
"content": "---\n- name: Install Apache Package\n yum:\n name: httpd\n state: latest\n \n- name: Start and enable apache to start at boot time\n service:\n name: httpd.service\n state: started\n enabled: yes\n\n",
"license_type": "no_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 205,
"all_permissive": false
} |
ansible_role | pluizetto/ansible-advance-course | 06a33961716c364d993547265b74668c37f51cdd | 0 | roles/deploy-haproxy | 7,848 | [
"no_license"
] | [
{
"path": "roles/deploy-haproxy/tasks/main.yml",
"content": "---\n- name: Install necessary packages\n yum:\n name:\n - httpie\n - haproxy\n state: latest\n\n- name: Start and enable HAproxy Service to start at boot time\n service: \n name: haproxy.service\n state: started\n enabl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 516,
"all_permissive": false
} |
ansible_role | pluizetto/ansible-advance-course | 06a33961716c364d993547265b74668c37f51cdd | 0 | roles/deploy-postgres | 7,848 | [
"no_license"
] | [
{
"path": "roles/deploy-postgres/tasks/main.yml",
"content": "---\n- name: Install Postgres package\n yum:\n name: postgresql-server\n state: latest\n\n- name: Setup Postgress DB\n shell: postgresql-setup initdb\n\n- name: Start and enable postgresql.service at boot time\n service:\n name: postg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 285,
"all_permissive": false
} |
ansible_role | pluizetto/ansible-advance-course | 06a33961716c364d993547265b74668c37f51cdd | 0 | roles/deploy-tomcat | 7,848 | [
"no_license"
] | [
{
"path": "roles/deploy-tomcat/tasks/main.yml",
"content": "---\n- name: Install necessary packages\n yum:\n name: tomcat\n state: latest\n\n- name: Start and enable tomcat.service to start at boot time\n service:\n name: tomcat.service\n state: started\n enabled: yes\n\n- name: Create dire... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 640,
"all_permissive": false
} |
ansible_role | SnowMasaya/VPN_ansible_docker | 6965646764b6f51c79080e7b17f415505bcb74c8 | 0 | ansible_setting/roles/nat | 7,848 | [
"no_license"
] | [
{
"path": "ansible_setting/roles/nat/vars/main.yml",
"content": "---\ninventory_hostname: {your instance ip}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "ansible_setting/roles/nat/tasks/main.yml",
"content": "---\n- include: common.yml\n- ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2517,
"all_permissive": false
} |
ansible_role | vineethgit5/Ansible | ad48da8bc58ab095ad3b6bebf66679a8573f1ab7 | 0 | roles/apache | 7,848 | [
"no_license"
] | [
{
"path": "roles/apache/defaults/main.yml",
"content": "source_path: /home/ubuntu/ansible\ndestination_path: /var/www/html\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "roles/apache/tasks/Debian.yml",
"content": "- name: install apache\n a... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 410,
"all_permissive": false
} |
ansible_role | todo-everything/todo-everything-ops | de6f57b1ccb789335ecc4a3de35e39f86f3b4999 | 0 | ansible/roles/common | 7,848 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Make SSH dir\n file:\n path: \"~/.ssh\"\n state: directory\n mode: 0744\n\n- name: Ensure `~/.ssh/authorize_keys` exists\n file:\n path: \"~/.ssh/authorized_keys\"\n state: touch\n mode: 0600\n\n- name: Append publ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 573,
"all_permissive": false
} |
ansible_role | vipin0/ansible-hands-on | 1512b328ee12b5a70998e29eb12e7382114521ef | 0 | roles/create_user | 7,848 | [
"no_license"
] | [
{
"path": "roles/create_user/tasks/main.yaml",
"content": "---\n- name: Ensure ec2-user is in docker group\n user:\n name: ec2-user\n groups: docker\n append: yes\n- name: Reconnect to server session\n meta: reset_connection",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 169,
"all_permissive": false
} |
ansible_role | dustinmhorvath/AnsibleConfiguration | fc74f6e80d2a25ca09d6f64f15fe07f5c6c54c48 | 0 | playbooks/roles/centos_awips-cave | 7,848 | [
"no_license"
] | [
{
"path": "playbooks/roles/centos_awips-cave/tasks/main.yml",
"content": "---\n- name: Add Awips2 repo\n become: yes\n yum_repository:\n name: awips\n description: Awips2 cave repo\n baseurl: https://www.unidata.ucar.edu/repos/yum/awips2/\n gpgcheck: no\n register: awips_installed\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1332,
"all_permissive": false
} |
ansible_role | dustinmhorvath/AnsibleConfiguration | fc74f6e80d2a25ca09d6f64f15fe07f5c6c54c48 | 0 | playbooks/roles/centos_epel | 7,848 | [
"no_license"
] | [
{
"path": "playbooks/roles/centos_epel/tasks/main.yml",
"content": "---\n- name: Add EPEL repo\n become: yes\n yum:\n name=epel-release\n state=latest\n register: epel_installed\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 | dustinmhorvath/AnsibleConfiguration | fc74f6e80d2a25ca09d6f64f15fe07f5c6c54c48 | 0 | playbooks/roles/centos_gdal | 7,848 | [
"no_license"
] | [
{
"path": "playbooks/roles/centos_gdal/tasks/main.yml",
"content": "---\n- name: Get rpmforge repo\n yum_repository:\n name: rpmforge\n description: RPMforge YUM repo\n file: external_repos\n baseurl: http://apt.sw.be/redhat/el7/en/$basearch/rpmforge\n mirrorlist: http://mirrorlist.repoforge... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 375,
"all_permissive": false
} |
ansible_role | dustinmhorvath/AnsibleConfiguration | fc74f6e80d2a25ca09d6f64f15fe07f5c6c54c48 | 0 | playbooks/roles/centos_matlab | 7,848 | [
"no_license"
] | [
{
"path": "playbooks/roles/centos_matlab/tasks/main.yml",
"content": "---\n- name: Create smb mounting directory\n become: yes\n file:\n path: /mnt/matlab_smb\n state: directory\n mode: 0444\n\n- name: Create iso mounting directory\n become: yes\n file:\n path: /mnt/matlab_iso\n state: di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2713,
"all_permissive": false
} |
ansible_role | dustinmhorvath/AnsibleConfiguration | fc74f6e80d2a25ca09d6f64f15fe07f5c6c54c48 | 0 | playbooks/roles/centos_netcdf | 7,848 | [
"no_license"
] | [
{
"path": "playbooks/roles/centos_netcdf/tasks/main.yml",
"content": "---\n#- name: Clean yum cache\n# become: yes\n# command: yum clean all\n# register: cache_clean_complete\n\n- name: Install $cdf packages\n# when: cache_clean_complete|success\n become: yes\n yum:\n name={{item}}\n with_items:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 258,
"all_permissive": false
} |
ansible_role | dustinmhorvath/AnsibleConfiguration | fc74f6e80d2a25ca09d6f64f15fe07f5c6c54c48 | 0 | playbooks/roles/centos_rstudio | 7,848 | [
"no_license"
] | [
{
"path": "playbooks/roles/centos_rstudio/meta/main.yml",
"content": "---\ndependencies:\n - { role: centos_epel }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "playbooks/roles/centos_rstudio/tasks/main.yml",
"content": "---\n- name: Insta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 613,
"all_permissive": false
} |
ansible_role | harikishanvai/ansible-hk | 48fd5f5fb0991ea621c253f34e9629852f8a9057 | 0 | roles/common | 7,848 | [
"no_license"
] | [
{
"path": "roles/common/tasks/nodejs.yml",
"content": "- name: Configure YUM repos\n ansible.builtin.shell: curl -sL https://rpm.nodesource.com/setup_lts.x | bash -\n\n- name: Install NodeJs\n ansible.builtin.yum:\n name:\n - nodejs\n - gcc-c++\n state: installed\n\n- name: Add Application... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1142,
"all_permissive": false
} |
ansible_role | oteseff/bareos-ansible | 67025a4da60cf9621ba60247f4c255fffaa86b27 | 0 | roles/bareos-basic | 7,848 | [
"no_license"
] | [
{
"path": "roles/bareos-basic/tasks/main.yml",
"content": "---\n\n- block:\n - name: Set repo for CentOS 6\n template:\n src: CentOS-Base-EL6.repo\n dest: /etc/yum.repos.d/CentOS-Base-EL6.repo\n become: true\n vars:\n ansible_python_interpreter: /usr/bin/python\n when: ansible_os... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2608,
"all_permissive": false
} |
ansible_role | oteseff/bareos-ansible | 67025a4da60cf9621ba60247f4c255fffaa86b27 | 0 | roles/bareos-client | 7,848 | [
"no_license"
] | [
{
"path": "roles/bareos-client/handlers/main.yml",
"content": "---\n\n- name: Restart Bareos-dir service\n service:\n name: bareos-dir\n state: restarted\n become: true\n delegate_to: \"{{ item }}\"\n with_items: \"{{ groups['director'][0] }}\"\n\n- name: Restart Bareos-fd service\n service:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4546,
"all_permissive": false
} |
ansible_role | oteseff/bareos-ansible | 67025a4da60cf9621ba60247f4c255fffaa86b27 | 0 | roles/bareos-job | 7,848 | [
"no_license"
] | [
{
"path": "roles/bareos-job/templates/linux-job.conf.j2",
"content": "Job {\n Name = {{ inventory_hostname }}-ai-backup\n Client = {{ inventory_hostname }}\n JobDefs = {{ jobdefs_linux }}\n}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
},
{
"path": "roles... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 918,
"all_permissive": false
} |
ansible_role | tolq15/ansible_on_vagrant_acs02 | a7e3f6b60fc33007839d1982c71d885e3e9f3238 | 1 | roles/manage_users | 7,848 | [
"no_license"
] | [
{
"path": "roles/manage_users/tasks/drop_user_tolq15.yml",
"content": "---\n\n#- hosts: all\n# become: yes\n# become_method: sudo\n# gather_facts: no\n\n#tasks:\n- name: Drop user and private/public keys\n user:\n name: \"{{ item }}\"\n state: absent\n remove: yes\n with_items: the_users\n\n",... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 766,
"all_permissive": false
} |
ansible_role | tolq15/ansible_on_vagrant_acs02 | a7e3f6b60fc33007839d1982c71d885e3e9f3238 | 1 | roles/pgbackrest | 7,848 | [
"no_license"
] | [
{
"path": "roles/pgbackrest/defaults/main.yml",
"content": "---\n# defaults file for pgbackrest",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/pgbackrest/tasks/additional_tasks.yml",
"content": "- name: execute the first backup\n comman... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5099,
"all_permissive": false
} |
ansible_role | tolq15/ansible_on_vagrant_acs02 | a7e3f6b60fc33007839d1982c71d885e3e9f3238 | 1 | roles/postgresql | 7,848 | [
"no_license"
] | [
{
"path": "roles/postgresql/meta/main.yml",
"content": "# file: postgresql/meta/main.yml\n\ngalaxy_info:\n author: <NAME>\n company: ANXS\n description: \"Install and configure PostgreSQL, dependencies, extensions, databases and users.\"\n min_ansible_version: 2.4.0\n license: MIT\n\n platforms:\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 914,
"all_permissive": false
} |
ansible_role | tolq15/ansible_on_vagrant_acs02 | a7e3f6b60fc33007839d1982c71d885e3e9f3238 | 1 | roles/user_ssh | 7,848 | [
"no_license"
] | [
{
"path": "roles/user_ssh/vars/main.yml",
"content": "---\n# vars file for user_ssh\n\nssh_users:\n - tolq16\n - postgres01\n\ntolq16_password: <PASSWORD>.' # lt_215\npostgres01_password: <PASSWORD>/' # postgres01\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3053,
"all_permissive": false
} |
ansible_role | MalibuKoKo/k3s-consul-helm | 0221645ea2fff5910dfc60298ec8acb6bbbc89bb | 1 | roles/consul | 7,848 | [
"no_license"
] | [
{
"path": "roles/consul/tasks/consul-kube.yml",
"content": "---\n- block:\n - name: set ip_address\n set_fact:\n ip_address: \"{{ ansible_facts[net_interface].ipv4.address }}/{{ ansible_facts[net_interface].ipv4.netmask }}\"\n cidr: \"{{ ip_address | ipaddr('network/prefix') }}\"\n\n - name: ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 9258,
"all_permissive": false
} |
ansible_role | MalibuKoKo/k3s-consul-helm | 0221645ea2fff5910dfc60298ec8acb6bbbc89bb | 1 | roles/helm | 7,848 | [
"no_license"
] | [
{
"path": "roles/helm/tasks/main.yml",
"content": "---\n- name: Determine if helm is installed\n stat:\n path: /usr/local/bin/helm\n register: app_stat\n ignore_errors: True\n tags: helm\n\n- name: Determine helm version\n shell: /usr/local/bin/helm version 2>&1 | grep -Po 'v\\K((?:\\d+\\.?)*)'\n r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1746,
"all_permissive": false
} |
ansible_role | MalibuKoKo/k3s-consul-helm | 0221645ea2fff5910dfc60298ec8acb6bbbc89bb | 1 | roles/k3s | 7,848 | [
"no_license"
] | [
{
"path": "roles/k3s/defaults/main.yml",
"content": "---\n# install_k3s_version: v1.0.0\ninstall_k3s_version: v1.18.8+k3s1\ninstall_k3s_skip_download: !!str no\nstate: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
"path": "roles/k3s/tasks/main.ym... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5073,
"all_permissive": false
} |
ansible_role | MalibuKoKo/k3s-consul-helm | 0221645ea2fff5910dfc60298ec8acb6bbbc89bb | 1 | roles/longhorn | 7,848 | [
"no_license"
] | [
{
"path": "roles/longhorn/files/longhorn-manager-builder/Dockerfile",
"content": "FROM ubuntu@sha256:a8878539376d57d89dc7e8034dd8ecb16ebce4693da48b0d8ea2890efd097848\n# FROM arm64v8/ubuntu:18.04\n# FROM arm=armhf/ubuntu:16.04\n\nARG DAPPER_HOST_ARCH=arm64\nARG http_proxy\nARG https_proxy\nENV HOST_ARCH=${DA... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 13686,
"all_permissive": false
} |
ansible_role | MalibuKoKo/k3s-consul-helm | 0221645ea2fff5910dfc60298ec8acb6bbbc89bb | 1 | roles/tools | 7,848 | [
"no_license"
] | [
{
"path": "roles/tools/tasks/main.yml",
"content": "---\n- block:\n - name: install aptitude\n package: name=aptitude force_apt_get=yes\n register: apt_status\n until: apt_status is success\n delay: 6\n retries: 10\n - name: install packages\n package: name={{ item }} state=present updat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2927,
"all_permissive": false
} |
ansible_role | maresb/micromamba-role-example | dd8f8442dc478ed78318357f01aa57a873209841 | 0 | ansible/roles/conda_system_install | 7,848 | [
"no_license"
] | [
{
"path": "ansible/roles/conda_system_install/vars/main.yaml",
"content": "root_prefix: /opt/conda\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 24
},
{
"path": "ansible/roles/conda_system_install/files/environment.yaml",
"content": "# Use this file to gene... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1443,
"all_permissive": false
} |
ansible_role | maresb/micromamba-role-example | dd8f8442dc478ed78318357f01aa57a873209841 | 0 | ansible/roles/initialize_home | 7,848 | [
"no_license"
] | [
{
"path": "ansible/roles/initialize_home/files/_activate-conda",
"content": "#!/bin/bash\n\n# This is not a script. At least it should not be run as a script.\n# Instead it must be sourced.\n\n# When this file is executed as a script instead of being sourced,\n# it detects this and generates a helpful error... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3365,
"all_permissive": false
} |
ansible_role | Amarnadh31/expense-ansible-roles | 763d0a8938c93f8aa201d9cdf008ab01d296f79a | 0 | roles/backend | 7,848 | [
"no_license"
] | [
{
"path": "roles/backend/vars/main.yaml",
"content": "mysql_login_password: <PASSWORD>\nhost: mysql.expensemind.online\napp_location : /app\ncent: backend",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "roles/backend/tasks/main.yaml",
"content"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1291,
"all_permissive": false
} |
ansible_role | Amarnadh31/expense-ansible-roles | 763d0a8938c93f8aa201d9cdf008ab01d296f79a | 0 | roles/common | 7,848 | [
"no_license"
] | [
{
"path": "roles/common/tasks/app-pre-req.yaml",
"content": "- name: removing existing location\n ansible.builtin.file:\n path: \"{{ app_location }}\"\n state: absent\n ignore_errors: true\n\n- name: create app location\n ansible.builtin.file:\n path: \"{{ app_location }}\"\n state: directory... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 450,
"all_permissive": false
} |
ansible_role | InnovateUKGitHub/infrastructure | 903f36921b15fc043e147958bfe22c8887a50854 | 1 | ansible/roles/beis-openstack | 7,852 | [
"no_license"
] | [
{
"path": "ansible/roles/beis-openstack/tasks/instances.yaml",
"content": "---\n# Copyright (c) 2016, Department for Business, Energy & Industrial Strategy\n# All rights reserved.\n#\n# Redistribution and use in source and binary forms, with or without\n# modification, are permitted provided that the follow... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 13070,
"all_permissive": false
} |
ansible_role | InnovateUKGitHub/infrastructure | 903f36921b15fc043e147958bfe22c8887a50854 | 1 | ansible/roles/cloudforms | 7,852 | [
"no_license"
] | [
{
"path": "ansible/roles/cloudforms/tasks/openstack.yaml",
"content": "---\n# Copyright (c) 2016, Department for Business, Energy & Industrial Strategy\n# All rights reserved.\n#\n# Redistribution and use in source and binary forms, with or without\n# modification, are permitted provided that the following ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2709,
"all_permissive": false
} |
ansible_role | InnovateUKGitHub/infrastructure | 903f36921b15fc043e147958bfe22c8887a50854 | 1 | ansible/roles/common | 7,852 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/redhat.yaml",
"content": "---\n# Copyright (c) 2016, Department for Business, Energy & Industrial Strategy\n# All rights reserved.\n#\n# Redistribution and use in source and binary forms, with or without\n# modification, are permitted provided that the following conditi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6156,
"all_permissive": false
} |
ansible_role | InnovateUKGitHub/infrastructure | 903f36921b15fc043e147958bfe22c8887a50854 | 1 | ansible/roles/ipaserver | 7,852 | [
"no_license"
] | [
{
"path": "ansible/roles/ipaserver/tasks/dnsentries.yaml",
"content": "---\n# Copyright (c) 2016, Department for Business, Energy & Industrial Strategy\n# All rights reserved.\n#\n# Redistribution and use in source and binary forms, with or without\n# modification, are permitted provided that the following ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 14515,
"all_permissive": false
} |
ansible_role | InnovateUKGitHub/infrastructure | 903f36921b15fc043e147958bfe22c8887a50854 | 1 | ansible/roles/lite | 7,852 | [
"no_license"
] | [
{
"path": "ansible/roles/lite/files/notification-service-pv.json",
"content": "{\n \"apiVersion\": \"v1\",\n \"kind\": \"PersistentVolume\",\n \"metadata\": {\n \"name\": \"notification-service\",\n \"labels\": {\n \"name\": \"notification-service\"\n }\n },\n \"spec\": {\n \"capacity\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 9639,
"all_permissive": false
} |
ansible_role | InnovateUKGitHub/infrastructure | 903f36921b15fc043e147958bfe22c8887a50854 | 1 | ansible/roles/loadbalancer | 7,852 | [
"no_license"
] | [
{
"path": "ansible/roles/loadbalancer/templates/haproxy-svc.j2",
"content": "# Global settings\n#---------------------------------------------------------------------\nglobal\n chroot /var/lib/haproxy\n pidfile /var/run/haproxy.pid\n maxconn 2048\n user haproxy\n group ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 8354,
"all_permissive": false
} |
ansible_role | francuzzz/BitrixENV-PostFix-OpenDKIM | 6a6beae9891a311c8a471edf90f53efda30a33b7 | 0 | roles/deploy_opendkim | 7,852 | [
"no_license"
] | [
{
"path": "roles/deploy_opendkim/defaults/main.yml",
"content": "---\npostfix_dir: /etc/postfix\ndomain: yourbestdomain.com\nshort_domain: yn\ndns_folder: /home/user/ansible/dns",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "roles/deploy_opendkim... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2636,
"all_permissive": false
} |
ansible_role | SergeyKonotop/CI_CD_demo | ed3260f2279660d1e533673f61e288aeb3bfdcec | 0 | ansible/playbook/roles/DevTools | 7,852 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/DevTools/vars/main.yml",
"content": "---\nexternal_port: 8083\nimage_name: test-jimage\nregistry_ip: 172.28.128.8\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "ansible/playbook/roles/DevTools/templates/compose_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1160,
"all_permissive": false
} |
ansible_role | trnsprntt/devops | 028bd5d89e597680fcb00333120b8a9d7738b393 | 0 | ansible/roles/deploy_image | 7,852 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy_image/templates/docker-compose.yml.j2",
"content": "version: '3'\nservices:\n python_app:\n image: {{ deploy_image_image }}:{{ deploy_image_tag }}\n ports:\n - \"{{ deploy_image_container_port }}:{{ deploy_image_host_port }}\"\n restart: always",
"license_t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 860,
"all_permissive": false
} |
ansible_role | trnsprntt/devops | 028bd5d89e597680fcb00333120b8a9d7738b393 | 0 | ansible/roles/docker | 7,852 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/docker.yml",
"content": "- name: Ensure old versions of Docker are not installed.\n package:\n name:\n - docker\n - docker-engine\n state: absent\n\n- name: 'install docker dependencies'\n apt:\n name: '{{ item }}'\n state: 'present'\n with_item... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1879,
"all_permissive": false
} |
ansible_role | halchiyo/ansible_serverspec_sample | fe58c9ae1d0b5ce3c8a24e61a9ef145724504e81 | 0 | playbook/roles/jenkins | 7,852 | [
"no_license"
] | [
{
"path": "playbook/roles/jenkins/defaults/main.yml",
"content": "---\njenkins_packages:\n - java-1.8.0-openjdk\n - jenkins-1.623-1.1.noarch\n## Option for Setting UID and GID for zabbix services\n# COMMON_ENABLE_SETUIDGID: False\nCOMMON_ENABLE_SETUIDGID: True\njenkins_gid: '996'\njenkins_uid: '997'\nje... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2084,
"all_permissive": false
} |
ansible_role | hitzemann/ansible-home | 57a29ed0ed454cd8feb411b14a800c5f112446f8 | 0 | roles/noleds | 7,852 | [
"no_license"
] | [
{
"path": "roles/noleds/files/mikrotik_hap-ac3.yaml",
"content": "leds:\n - { path: \"green:wan\", name: \"Internet\" }\n - { path: \"green:lan1\", name: \"LAN1\" }\n - { path: \"green:lan2\", name: \"LAN2\" }\n - { path: \"green:lan3\", name: \"LAN3\" }\n - { path: \"green:lan4\", name: \"LAN4\" }\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1431,
"all_permissive": false
} |
ansible_role | khabirovar/ansible-practice | 8823ba8f2420c6079cffa27930c4483e00ffa31a | 0 | roles/deploy_apache_web | 7,852 | [
"no_license"
] | [
{
"path": "roles/deploy_apache_web/handlers/main.yml",
"content": "---\n# handlers file for deploy_apache_web\n- name: Restart Apache service RedHat\n service: name=httpd state=restarted\n when: ansible_os_family == \"RedHat\" \n\n- name: Rest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1320,
"all_permissive": false
} |
ansible_role | hviet2603/AnsibleTutorial | efa51795965376da80d78a271bafde0d7eeaabfb | 0 | roles/base | 7,852 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yaml",
"content": "- name: add ssh key for jarvis\n tags: always\n authorized_key:\n user: jarvis\n key: \"<KEY>\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 97,
"all_permissive": false
} |
ansible_role | hviet2603/AnsibleTutorial | efa51795965376da80d78a271bafde0d7eeaabfb | 0 | roles/web_servers | 7,852 | [
"no_license"
] | [
{
"path": "roles/web_servers/handlers/main.yml",
"content": "- name: restart apache\n tags: apache,ubuntu,apache2\n service:\n name: apache2\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": "roles/web_servers/tasks/main.ya... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 871,
"all_permissive": false
} |
ansible_role | rusik69/huyorg | 9de1b36a01bf30dd81b133de43d17c46ed1096e0 | 0 | ansible/roles/common | 7,852 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: install packages\n apt: name={{item}} state=installed update_cache=yes\n with_items:\n - ntp\n - atop\n - docker-compose\n - libboost-program-options1.58.0\n - libboost-system1.58.0\n - libboost-thread1.58.0\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2612,
"all_permissive": false
} |
ansible_role | rusik69/huyorg | 9de1b36a01bf30dd81b133de43d17c46ed1096e0 | 0 | ansible/roles/head | 7,852 | [
"no_license"
] | [
{
"path": "ansible/roles/head/tasks/main.yml",
"content": "---\n- name: install packages\n apt: name={{item}} state=installed update_cache=yes\n with_items:\n - clang\n - cmake\n - openvpn\n - gdb\n - lldb\n - ipython\n - python3\n - ngrep\n - ipython3\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1210,
"all_permissive": false
} |
ansible_role | shiftux/oxydelegate | 12bb62406767d85e221f13e222370ad297797e29 | 0 | roles/rank_checker | 7,852 | [
"no_license"
] | [
{
"path": "roles/rank_checker/tasks/install_rank_checker.yml",
"content": "- name: clone the oxy repo\n git:\n repo: \"{{rank_checker_git_repo}}\"\n version: \"{{git_branch}}\"\n dest: \"{{rank_checker_base_dir}}\"\n clone: yes\n update: yes\n become: yes\n\n- name: copy config file\n copy... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1353,
"all_permissive": false
} |
ansible_role | ovbabkin/portworx_deploy | 17caa8ff4000162d011565826d33ed1fa5e90692 | 0 | roles/check_block_devices | 7,847 | [
"no_license"
] | [
{
"path": "roles/check_block_devices/tasks/main.yaml",
"content": "- name: Find portworx_essentials.yaml\n find:\n paths: /home\n patterns: 'portworx_essentials*'\n recurse: yes\n register: pwx_config\n delegate_to: localhost\n\n- name: Setting up config path\n set_fact:\n pwx_config_path: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1143,
"all_permissive": false
} |
ansible_role | ovbabkin/portworx_deploy | 17caa8ff4000162d011565826d33ed1fa5e90692 | 0 | roles/cluster_install | 7,847 | [
"no_license"
] | [
{
"path": "roles/cluster_install/tasks/main.yaml",
"content": "---\n- name: check the path to kubectl\n command: find / -name kubectl # noqa 301\n retries: 5\n delay: 2\n register: kubectl\n\n- name: Ensure that kube config are present\n stat:\n path: /root/.kube/config\n register: kubeconfig\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1182,
"all_permissive": false
} |
ansible_role | ovbabkin/portworx_deploy | 17caa8ff4000162d011565826d33ed1fa5e90692 | 0 | roles/ocp4_grafana_install | 7,847 | [
"no_license"
] | [
{
"path": "roles/ocp4_grafana_install/tasks/main.yaml",
"content": "- name: \"Create tmp dir\"\n tempfile:\n state: directory\n suffix: \"grafana\"\n register: grafana\n\n- name: \"Get stable version\"\n shell: | # noqa 301 305 306\n {{ oc }} get packagemanifests/grafana-operator -n openshift-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5858,
"all_permissive": false
} |
ansible_role | ovbabkin/portworx_deploy | 17caa8ff4000162d011565826d33ed1fa5e90692 | 0 | roles/ocp4_grafana_remove | 7,847 | [
"no_license"
] | [
{
"path": "roles/ocp4_grafana_remove/tasks/main.yaml",
"content": "---\n\n- name: \"Uninstall Grafana for Portworx\"\n shell: \"{{ item }}\" # noqa 301 305\n ignore_errors: true\n loop:\n - \"{{ oc }} delete grafanadatasource,grafanadashboard,grafana --all -n kube-system\"\n - \"sleep 10\"\n - \"{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 620,
"all_permissive": false
} |
ansible_role | ovbabkin/portworx_deploy | 17caa8ff4000162d011565826d33ed1fa5e90692 | 0 | roles/ocp4_performance | 7,847 | [
"no_license"
] | [
{
"path": "roles/ocp4_performance/files/pvc-perf-repl-3.yaml",
"content": "kind: PersistentVolumeClaim\napiVersion: v1\nmetadata:\n name: pvc-perf-repl-3\nspec:\n accessModes:\n - ReadWriteMany\n resources:\n requests:\n storage: 11Gi\n storageClassName: px-db\n volumeMode: Filesystem\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 24828,
"all_permissive": false
} |
ansible_role | ovbabkin/portworx_deploy | 17caa8ff4000162d011565826d33ed1fa5e90692 | 0 | roles/ocp4_post_verifications | 7,847 | [
"no_license"
] | [
{
"path": "roles/ocp4_post_verifications/tasks/main.yaml",
"content": "- name: \"Login to the cluster\" # noqa 301 305\n shell: \"{{ oc }} login --token {{ OCP_ADMIN_TOKEN | mandatory }} {{ OCP_API_URL | mandatory }} --insecure-skip-tls-verify\"\n register: ocpaccess\n until: ocpaccess.rc == 0\n retries... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7729,
"all_permissive": false
} |
ansible_role | ovbabkin/portworx_deploy | 17caa8ff4000162d011565826d33ed1fa5e90692 | 0 | roles/ocp4_pwx_install | 7,847 | [
"no_license"
] | [
{
"path": "roles/ocp4_pwx_install/files/datasource.yaml",
"content": "apiVersion: integreatly.org/v1alpha1\nkind: GrafanaDataSource\nmetadata:\n name: default-grafanadatasource\n namespace: kube-system\nspec:\n datasources:\n - basicAuthUser: pwx-user\n access: proxy\n editable: true\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6057,
"all_permissive": false
} |
ansible_role | ovbabkin/portworx_deploy | 17caa8ff4000162d011565826d33ed1fa5e90692 | 0 | roles/ocp4_pwx_remove | 7,847 | [
"no_license"
] | [
{
"path": "roles/ocp4_pwx_remove/tasks/main.yaml",
"content": "---\n\n- name: \"Uninstall Portworx\"\n shell: \"{{ item }}\" # noqa 301 305\n ignore_errors: true\n loop:\n - \"{{ oc }} delete storagecluster --all -n kube-system\"\n - \"sleep 10\"\n - \"{{ oc }} delete subscription/portworx-certifie... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1308,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.