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
JGuilhermeCoelho/gerencia-de-redes-roteiro6
ece082d9f71d27ddd5ca3170fb0944415fb5778b
0
ansible/roles/serverLighttpd
1,199
[ "no_license" ]
[ { "path": "ansible/roles/serverLighttpd/handlers/main.yml", "content": "---\n# handlers file for ServerLighttpd\n- name: RestartLighttpd\n service:\n name: lighttpd\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "ansibl...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1043, "all_permissive": false }
ansible_role
kmdtmyk/vagrant-ansible
423aadcfd7d9762ca9292d385a15747423353cda
0
roles/git
1,199
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\r\n- name: install git\r\n yum: name=git state=latest\r\n sudo: yes\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 69, "all_permissive": false }
ansible_role
kmdtmyk/vagrant-ansible
423aadcfd7d9762ca9292d385a15747423353cda
0
roles/nodebrew
1,199
[ "no_license" ]
[ { "path": "roles/nodebrew/handlers/main.yml", "content": "---\r\n- name: reload bashrc\r\n shell: source ~/.bashrc\r\n\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/nodebrew/tasks/main.yml", "content": "---\r\n- name: install perl\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 940, "all_permissive": false }
ansible_role
kmdtmyk/vagrant-ansible
423aadcfd7d9762ca9292d385a15747423353cda
0
roles/nodejs
1,199
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\r\n# - name: install epel\r\n# yum: name=epel-release state=latest\r\n# sudo: yes\r\n\r\n- name: install node.js\r\n yum: name=nodejs state=latest\r\n sudo: yes\r\n\r\n- name: install npm\r\n yum: name=npm state=latest\r\n sudo: yes\r\n\r\n\r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 228, "all_permissive": false }
ansible_role
kmdtmyk/vagrant-ansible
423aadcfd7d9762ca9292d385a15747423353cda
0
roles/php
1,199
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\r\n- name: install epel\r\n yum: name=epel-release state=latest\r\n sudo: yes\r\n\r\n- name: install remi\r\n yum: name=http://rpms.famillecollet.com/enterprise/remi-release-6.rpm state=present\r\n sudo: yes\r\n\r\n- name: install php\r\n yum: name=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 387, "all_permissive": false }
ansible_role
kmdtmyk/vagrant-ansible
423aadcfd7d9762ca9292d385a15747423353cda
0
roles/vim
1,199
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\r\n- name: install vim\r\n yum: name=vim state=latest\r\n sudo: yes\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 69, "all_permissive": false }
ansible_role
goneri/ec2-cuda-podman-deploy
55bcc08d00c1d8151336a9b462c0c0e5622024a4
1
roles/spawn
1,199
[ "no_license" ]
[ { "path": "roles/spawn/tasks/purge.yaml", "content": "- name: Look up the vpc\n amazon.aws.ec2_vpc_net_info:\n filters:\n \"tag:Name\": goneri-wisdom-dev-vpc\n register: result\n\n- name: Exit if not VPC exists\n meta: end_play\n when: result.vpcs|length == 0\n\n- set_fact:\n vpc: \"{{ result...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4869, "all_permissive": false }
ansible_role
danhawker/ansible-playground
e7439c7a7802bf8e7fa4a1dd4961d1f980246430
0
Ansible/roles/icndb
1,199
[ "no_license" ]
[ { "path": "Ansible/roles/icndb/defaults/main.yml", "content": "---\n# defaults file for icndb\n\n# ICNDB repo\nicndb_repo_url: \"https://github.com/danhawker/nodejs-icndb\"\n\n# ICNDB Home\nicndb_home: \"/opt/icmdb/\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1472, "all_permissive": false }
ansible_role
chikobava/prometheus
49b54f48a9a7ea9b00764b1606ce355dd0c98541
0
roles/alertmanager
1,199
[ "permissive" ]
[ { "path": "roles/alertmanager/handlers/main.yml", "content": "- name: reload alertmanager service definition\r\n become: True\r\n systemd:\r\n name: \"{{ alertmanager_service_name }}\"\r\n state: restarted\r\n enabled: True\r\n daemon_reload: yes\r\n \r\n- name: restart alertmanager service...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 8958, "all_permissive": true }
ansible_role
chikobava/prometheus
49b54f48a9a7ea9b00764b1606ce355dd0c98541
0
roles/asr_node
1,199
[ "permissive" ]
[ { "path": "roles/asr_node/templates/ssmtp.conf.j2", "content": "mailhub={{ mail_hub_address }}:{{ mail_hub_port }}\r\nroot={{ mail_root_address }}\r\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 82 }, { "path": "roles/asr_node/templates/...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 3543, "all_permissive": true }
ansible_role
chikobava/prometheus
49b54f48a9a7ea9b00764b1606ce355dd0c98541
0
roles/blackbox_exporter
1,199
[ "permissive" ]
[ { "path": "roles/blackbox_exporter/vars/main.yml", "content": "blackbox_service_dir: /etc/systemd/system\r\nblackbox_service_name: blackbox-exporter.service\r\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 93 }, { "path": "roles/blackbox_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3928, "all_permissive": true }
ansible_role
chikobava/prometheus
49b54f48a9a7ea9b00764b1606ce355dd0c98541
0
roles/grafana_server
1,199
[ "permissive" ]
[ { "path": "roles/grafana_server/files/dashboards/Network_Usage.j2", "content": "#jinja2:variable_start_string:'[%' , variable_end_string:'%]'\r\n{\"dashboard\":\r\n{\r\n \"annotations\": {\r\n \"list\": [\r\n {\r\n \"builtIn\": 1,\r\n \"datasource\": \"-- Grafana --\",\r\n \"en...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 161593, "all_permissive": true }
ansible_role
chikobava/prometheus
49b54f48a9a7ea9b00764b1606ce355dd0c98541
0
roles/prometheus_node
1,199
[ "permissive" ]
[ { "path": "roles/prometheus_node/vars/main.yml", "content": "nodexp_service_dir: /etc/systemd/system\r\nnodexp_service_name: node-exporter.service\r\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 85 }, { "path": "roles/prometheus_node/tas...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4298, "all_permissive": true }
ansible_role
chikobava/prometheus
49b54f48a9a7ea9b00764b1606ce355dd0c98541
0
roles/prometheus_nvidia_node
1,199
[ "permissive" ]
[ { "path": "roles/prometheus_nvidia_node/tasks/main.yml", "content": "- name: Create folder for custom ansible facts\r\n become: true\r\n file:\r\n path: \"{{ prom_ansible_facts }}\"\r\n state: \"directory\"\r\n owner: root\r\n group: root\r\n mode: \"u=rwx,g=rwx,o=rx\"\r\n\r\n- name: Create...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3459, "all_permissive": true }
ansible_role
chikobava/prometheus
49b54f48a9a7ea9b00764b1606ce355dd0c98541
0
roles/prometheus_server
1,199
[ "permissive" ]
[ { "path": "roles/prometheus_server/meta/main.yml", "content": "dependencies:\r\n - role: blackbox_exporter \r\n - role: alertmanager\r\n - role: grafana_server\r\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 95 }, { "path": "roles/pro...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 10861, "all_permissive": true }
ansible_role
mrodden/ansible-ftb
2078991e47f2b7d9418763a9fddf1450c4f5fefd
3
roles/ftb_server
1,299
[ "permissive" ]
[ { "path": "roles/ftb_server/tasks/install.yaml", "content": "---\n- name: make ftb_servers dirs\n file:\n state: directory\n path: ~/ftb_servers/{{item}}\n with_items:\n - zips\n - \"{{ server_name }}\"\n- name: get FTBInfinity server\n get_url:\n url: \"{{ server_url }}\"\n dest: ~/ftb...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 2902, "all_permissive": true }
ansible_role
mrodden/ansible-ftb
2078991e47f2b7d9418763a9fddf1450c4f5fefd
3
roles/gentoo-java
1,299
[ "permissive" ]
[ { "path": "roles/gentoo-java/tasks/main.yaml", "content": "---\n- name: unset X USE globally\n command: euse -D X\n ignore_errors: yes\n- name: unset CUPS USE globally\n command: euse -D cups\n ignore_errors: yes\n- name: touch package.license\n file:\n state: touch\n path: /etc/portage/package.l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 752, "all_permissive": true }
ansible_role
pezzu/rpi-setup
85a2ae48e4ab55e14ed086a529dfcc9aed8119a4
0
roles/docker
1,299
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install Docker.\n become: true\n block:\n - name: Check if Docker is already present\n ansible.builtin.command: which docker\n failed_when: false\n changed_when: false\n check_mode: false\n register: docker_comma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1536, "all_permissive": false }
ansible_role
pezzu/rpi-setup
85a2ae48e4ab55e14ed086a529dfcc9aed8119a4
0
roles/minecraft
1,299
[ "no_license" ]
[ { "path": "roles/minecraft/defaults/main.yml", "content": "---\ndownload_page_url: \"https://www.minecraft.net/en-us/download/server/\"\nbinary_url_regex: 'https://.*.mojang.com/v1/objects/.*/server.jar'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 }, { "p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1562, "all_permissive": false }
ansible_role
pezzu/rpi-setup
85a2ae48e4ab55e14ed086a529dfcc9aed8119a4
0
roles/raspi_config
1,299
[ "no_license" ]
[ { "path": "roles/raspi_config/tasks/timezone.yml", "content": "---\n- name: Setup Timezone.\n become: true\n community.general.timezone:\n name: \"{{ timezone }}\"\n when: timezone is defined\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "path": ...
{ "task_files": 11, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 7777, "all_permissive": false }
ansible_role
Isantipov/deploy-workhop
66425e00eceafd8e9823c9ec6deb375b2598a572
1
deploy/roles/daemonized.app
1,299
[ "no_license" ]
[ { "path": "deploy/roles/daemonized.app/tasks/main.yml", "content": "# vars:\n # app_service_job: api_mylage_d\n # app_start: ./Exp.Mylage.Reports.Api\n # app_port: 5001\n # app_folder: /home/ec2-user/Exp.Mylage.Reports.Api\n # archive_path: ./../src/Exp.Mylage.Reports.Api/bin/Release/netcore...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2150, "all_permissive": false }
ansible_role
Revansidda142/logging-with-loki
315f483a202195d8d0c2313fd4784976e7a03652
0
ansible-logging/roles/common
1,299
[ "no_license" ]
[ { "path": "ansible-logging/roles/common/tasks/main.yaml", "content": "- name: Install Helm if not present\n shell: |\n curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash\n args:\n creates: /usr/local/bin/helm\n", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
Revansidda142/logging-with-loki
315f483a202195d8d0c2313fd4784976e7a03652
0
ansible-logging/roles/loki
1,299
[ "no_license" ]
[ { "path": "ansible-logging/roles/loki/tasks/deploy_loki.yaml", "content": "- name: Validate required Loki variables\n set_fact:\n missing_vars: >-\n {%- set missing = [] -%}\n {%- if loki_s3_endpoint is not defined or not loki_s3_endpoint -%}\n {{ missing.append('loki_s3_endpoint') }}\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3020, "all_permissive": false }
ansible_role
Revansidda142/logging-with-loki
315f483a202195d8d0c2313fd4784976e7a03652
0
ansible-logging/roles/roles/loki
1,299
[ "no_license" ]
[ { "path": "ansible-logging/roles/roles/loki/defaults/main.yaml", "content": "loki_enabled: false\nloki_chart_version: 6.24.0\nloki_s3_region: \"us-east-1\"\nloki_s3_insecure: true\nloki_namespace: cloudlyte-logging\nloki_ruler_s3_bucket_name: \"ruler\"\nloki_chunks_s3_bucket_name: \"chunks\"\n", "licens...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1196, "all_permissive": false }
ansible_role
Revansidda142/logging-with-loki
315f483a202195d8d0c2313fd4784976e7a03652
0
ansible-logging/roles/roles/promtail
1,299
[ "no_license" ]
[ { "path": "ansible-logging/roles/roles/promtail/defaults/main.yaml", "content": "promtail_enabled: false\npromatail_chart_version: 6.16.6\npromtail_namespace: \"cloudlyte-logging\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "ansible-logging/r...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1517, "all_permissive": false }
ansible_role
Christer76/ansible
7687720099fd1ce3b444e562a01355990817ce78
0
roles/awxserver
1,299
[ "no_license" ]
[ { "path": "roles/awxserver/tasks/main.yml", "content": "- name: Upgrade system\n apt: upgrade=dist\n\n- name: Add ppa:ansible/ansible repository\n apt_repository: repo=ppa:ansible/ansible\n\n- name: Enable universe repository\n apt_repository:\n repo: \"{{ item }}\"\n loop:\n - \"deb http://archiv...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5308, "all_permissive": false }
ansible_role
Christer76/ansible
7687720099fd1ce3b444e562a01355990817ce78
0
roles/basic
1,299
[ "no_license" ]
[ { "path": "roles/basic/tasks/main.yml", "content": "- name: Installing VIM\n apt:\n name: vim\n state: latest\n\n- name: Installing DNS Utils\n apt:\n name: dnsutils\n state: latest\n\n- name: Installing GIT\n apt:\n name: git\n state: latest\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
Christer76/ansible
7687720099fd1ce3b444e562a01355990817ce78
0
roles/webserver
1,299
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "- name: Update the repository cache and update package \"nginx\" to latest version\n apt:\n name: nginx\n state: latest\n update_cache: yes\n\n- name: start nginx\n service:\n name: nginx\n state: started\n become: yes\n\n#- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 876, "all_permissive": false }
ansible_role
keycloak/keycloak-benchmark
da751ce5bc10073bc755e3e65253b890a11f5ad4
154
ansible/roles/benchmark
1,299
[ "no_license" ]
[ { "path": "ansible/roles/benchmark/tasks/main.yml", "content": "- import_tasks: install-locally.yml\n delegate_to: localhost\n when: not skip_install\n run_once: yes\n\n- include_tasks: install.yml\n vars:\n ansible_become: yes\n when: not skip_install\n\n- include_tasks: run.yml\n", "license_ty...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 9528, "all_permissive": false }
ansible_role
yopeso-ci-bot/ansible-db-import
28775ab4b64efb07218ace98aca5b77ab906ef6a
0
roles/common
1,299
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n\n - name: Install needed system tools\n apt: name={{ item }} state=latest\n with_items:\n - curl\n - vim\n - htop\n - build-essential\n - wget\n - atop\n - unzip\n - openssl\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 579, "all_permissive": false }
ansible_role
yopeso-ci-bot/ansible-db-import
28775ab4b64efb07218ace98aca5b77ab906ef6a
0
roles/mysql
1,299
[ "no_license" ]
[ { "path": "roles/mysql/vars/main.yml", "content": "---\n# vars file for mysql\n\n mysql_user: dbuser\n mysql_db: dbase\n mysql_password: <PASSWORD>\n mysql_root_password: <PASSWORD>\n bind_address: 0.0.0.0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 153 }, {...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1515, "all_permissive": false }
ansible_role
samoxbal/alfa-infra-workshop
29c71b078adeb39a02b4968c832e4a350c531c45
1
03-ansible/roles/nginx-alpine
1,299
[ "no_license" ]
[ { "path": "03-ansible/roles/nginx-alpine/Dockerfile", "content": "FROM alpine:latest\n\nRUN echo \"http://dl-4.alpinelinux.org/alpine/v3.3/main\" >> /etc/apk/repositories && \\\n apk add --update nginx && \\\n rm -rf /var/cache/apk/* && \\\n chown -R nginx:www-data /var/lib/nginx\n\nRUN mkdir -p /r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1095, "all_permissive": false }
ansible_role
samoxbal/alfa-infra-workshop
29c71b078adeb39a02b4968c832e4a350c531c45
1
ansible-simple-jenkins-pipeline/roles/jenkins-pipeline
1,299
[ "no_license" ]
[ { "path": "ansible-simple-jenkins-pipeline/roles/jenkins-pipeline/tasks/main.yml", "content": "---\n# tasks file for jenkins-pipeline\n\n# 2.60.3\n\n- name: Install dependency (docker-py)\n become: true\n pip:\n name: docker-py\n state: latest\n # extra_args: --user\n\n- name: build\n command: >...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2096, "all_permissive": false }
ansible_role
UnitedTraders/test-security-app
d876dd6357fcb9906aef1c0d9a5fa8b9db26eb0b
0
.ansible/roles/deploy_app
1,299
[ "no_license" ]
[ { "path": ".ansible/roles/deploy_app/tasks/main.yml", "content": "---\n- name: Install docker pip package\n pip:\n name: docker\n\n- name: Create directory for app\n file:\n path: /opt/vuln-app\n state: directory\n mode: '0777'\n\n- name: Put docker-compose\n template:\n src: \"docker-comp...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2262, "all_permissive": false }
ansible_role
krushnacn/ansible-learn
5e8753cdfcd27333a3e734f7fa9ab1b82e9692ad
0
roles/nginx
1,299
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Add PPA for Nginx.\n apt_repository:\n repo: 'ppa:nginx/stable'\n state: present\n update_cache: true\n register: nginx_ppa_added\n- name: install nginx service\n apt:\n pkg: nginx\n state: installed\n update_cache: yes\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 338, "all_permissive": false }
ansible_role
Garsti-Ops/dev-ops-bootcamp-ansible
597ba719c1bdb09c3d4261eab2fe55d4227ba010
1
roles/create_user
1,299
[ "no_license" ]
[ { "path": "roles/create_user/tasks/main.yaml", "content": "- name: Create new linux user\n user:\n name: docker-user\n groups: \"{{ user_groups }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/create_user/defaults/main.yaml", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 114, "all_permissive": false }
ansible_role
Garsti-Ops/dev-ops-bootcamp-ansible
597ba719c1bdb09c3d4261eab2fe55d4227ba010
1
roles/start_containers
1,299
[ "no_license" ]
[ { "path": "roles/start_containers/files/main.yaml", "content": "docker_registry: https://aws_account_goes_here.dkr.ecr.eu-central-1.amazonaws.com\ndocker_username: AWS\ndocker_password: <PASSWORD>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path": "ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 580, "all_permissive": false }
ansible_role
Laurab1528/Ansible
939acbf3604fe76c3f4bc5d5ef7b4da565bec770
0
roles/collectd
1,179
[ "no_license" ]
[ { "path": "roles/collectd/handlers/main.yml", "content": "---\n- name: reiniciar collectd\n service:\n name: collectd\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/collectd/default/main.yml", "content": "---\nc...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1342, "all_permissive": false }
ansible_role
Laurab1528/Ansible
939acbf3604fe76c3f4bc5d5ef7b4da565bec770
0
roles/common
1,179
[ "no_license" ]
[ { "path": "roles/common/tasks/selinux.yml", "content": "---\n- name: Ensure SELinux is in permissive mode\n command: setenforce 0\n when: ansible_facts['selinux']['status'] == 'enabled'\n notify: reboot\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 }, { ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 728, "all_permissive": false }
ansible_role
srflaxu40/JenkinsWorld
e22f221248927c7db26f2b284e68ac182031625d
0
roles/docker-units
1,179
[ "no_license" ]
[ { "path": "roles/docker-units/tasks/configure.yml", "content": "# task: configure\n\n\n- name: 'Install pip'\n apt:\n name: python-pip\n state: present\n\n- name: 'Install docker-py'\n pip:\n name: docker-py\n state: present\n\n- name: Log in\n shell: docker login -u {{ DOCKER_USERNAME }} -p ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 940, "all_permissive": false }
ansible_role
srflaxu40/JenkinsWorld
e22f221248927c7db26f2b284e68ac182031625d
0
roles/jenkins
1,179
[ "no_license" ]
[ { "path": "roles/jenkins/files/init/jobs.dsl", "content": "pipelineJob('build-unity-example-01') {\n\n def repo = 'https://github.com/srflaxu40/JenkinsWorld'\n\n description(\"Pipeline for $repo\")\n\n definition {\n cpsScm {\n scm {\n git {\n remote { url(repo) }\n branc...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5468, "all_permissive": false }
ansible_role
albinvass/flavium
e1d140d5d0106a6b69c0e49596c81c5431024bbd
0
roles/build
1,179
[ "no_license" ]
[ { "path": "roles/build/tasks/main.yaml", "content": "- name: Build everything\n make:\n chdir: \"{{ zuul.project.src_dir }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 73, "all_permissive": false }
ansible_role
tmurakam/rke-support
e78df463fce9624a8f86a3bda3263bbf237e8062
0
playbook/roles/docker
1,179
[ "no_license" ]
[ { "path": "playbook/roles/docker/handlers/main.yml", "content": "- name: restart_docker\n include_tasks: \"{{ role_path }}/handlers/restart_docker.yml\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "playbook/roles/docker/tasks/Debian.yml", ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 2898, "all_permissive": false }
ansible_role
tmurakam/rke-support
e78df463fce9624a8f86a3bda3263bbf237e8062
0
playbook/roles/prereqs
1,179
[ "no_license" ]
[ { "path": "playbook/roles/prereqs/tasks/main.yml", "content": "- import_tasks: selinux.yml\n- import_tasks: firewall.yml\n- import_tasks: swapoff.yml\n- import_tasks: system.yml\n- import_tasks: packages.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 }, { ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1898, "all_permissive": false }
ansible_role
hirokuni-kitahara/hiro-playbooks
7161989da088b8df7aea57ed2ea681dee69eccd7
0
roles/sample-role-a
1,179
[ "no_license" ]
[ { "path": "roles/sample-role-a/defaults/main.yml", "content": "default_var_in_sample_role_a: \"test\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/sample-role-a/tasks/main.yml", "content": "- name: Create an empty file\n file:\n pa...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1068, "all_permissive": false }
ansible_role
hirokuni-kitahara/hiro-playbooks
7161989da088b8df7aea57ed2ea681dee69eccd7
0
roles/sample-role-b
1,179
[ "no_license" ]
[ { "path": "roles/sample-role-b/tasks/main.yml", "content": "- name: Show debug message\n debug:\n msg: \"this is an included task in sample-role-b\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 88, "all_permissive": false }
ansible_role
mohamedwassim817/MyAppWassim
4713d61ed77f611836b2255c5efb1284a58a1f56
0
Ansible/roles/docker-registry
1,179
[ "no_license" ]
[ { "path": "Ansible/roles/docker-registry/tasks/main.yml", "content": "---\n# tasks file for docker-registry\n- name: Log into dockerhub\n docker_login:\n username: mohamedwassim\n password: <PASSWORD>\n\n- name: Tag and push to dockerhub\n docker_image:\n name: devops:latest\n repository: moha...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": false }
ansible_role
hornLK/AuthSystemWeb
c2c03ff2133151889a2ecc205a753a0eb2bbfd91
0
MzManage/utils/ansible_drive/test/roles/SyncJumpserverUserKeys
1,179
[ "no_license" ]
[ { "path": "MzManage/utils/ansible_drive/test/roles/SyncJumpserverUserKeys/tasks/main.yml", "content": "---\n - name: test roles\n shell: ls /root\n - name: echo user name\n shell: echo {{ username }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 109, "all_permissive": false }
ansible_role
hornLK/AuthSystemWeb
c2c03ff2133151889a2ecc205a753a0eb2bbfd91
0
MzManage/utils/ansible_role/roles/SyncJumpserverUserKeys
1,179
[ "no_license" ]
[ { "path": "MzManage/utils/ansible_role/roles/SyncJumpserverUserKeys/tasks/main.yml", "content": "---\n - name: test roles\n shell: ls /root\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 49, "all_permissive": false }
ansible_role
bvanhou/ansible-training
ea555ab02013e0b116e70b1eb43e91e35927b53d
0
good-ansible/3tier/roles/application1
1,179
[ "no_license" ]
[ { "path": "good-ansible/3tier/roles/application1/handlers/main.yml", "content": "---\n# handlers file for application1", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "good-ansible/3tier/roles/application1/vars/main.yml", "content": "---\n# vars...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 222, "all_permissive": false }
ansible_role
bvanhou/ansible-training
ea555ab02013e0b116e70b1eb43e91e35927b53d
0
good-ansible/3tier/roles/application2
1,179
[ "no_license" ]
[ { "path": "good-ansible/3tier/roles/application2/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - application2", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "good-ansible/3tier/roles/application2/tasks/mai...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 292, "all_permissive": false }
ansible_role
bvanhou/ansible-training
ea555ab02013e0b116e70b1eb43e91e35927b53d
0
good-ansible/3tier/roles/http-tomcat
1,179
[ "no_license" ]
[ { "path": "good-ansible/3tier/roles/http-tomcat/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - http-tomcat", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "good-ansible/3tier/roles/http-tomcat/vars/main.ym...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 805, "all_permissive": false }
ansible_role
bvanhou/ansible-training
ea555ab02013e0b116e70b1eb43e91e35927b53d
0
good-ansible/3tier/roles/repo-config
1,179
[ "no_license" ]
[ { "path": "good-ansible/3tier/roles/repo-config/meta/main.yml", "content": "---\n# meta file for repo", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "good-ansible/3tier/roles/repo-config/tasks/main.yml", "content": "---\n- name: enable repos\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 161, "all_permissive": false }
ansible_role
bvanhou/ansible-training
ea555ab02013e0b116e70b1eb43e91e35927b53d
0
homework/environment/roles/application1
1,179
[ "no_license" ]
[ { "path": "homework/environment/roles/application1/defaults/main.yml", "content": "---\n# defaults file for application1", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "homework/environment/roles/application1/vars/main.yml", "content": "---\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 329, "all_permissive": false }
ansible_role
bvanhou/ansible-training
ea555ab02013e0b116e70b1eb43e91e35927b53d
0
homework/environment/roles/application2
1,179
[ "no_license" ]
[ { "path": "homework/environment/roles/application2/handlers/main.yml", "content": "---\n# handlers file for application2", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "homework/environment/roles/application2/vars/main.yml", "content": "---\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 259, "all_permissive": false }
ansible_role
bvanhou/ansible-training
ea555ab02013e0b116e70b1eb43e91e35927b53d
0
homework/environment/roles/haproxy
1,179
[ "no_license" ]
[ { "path": "homework/environment/roles/haproxy/vars/main.yml", "content": "---\n# vars file for http-tomcat\nGUID: efb2\npayload: haproxy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "homework/environment/roles/haproxy/tasks/main.yml", "cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 585, "all_permissive": false }
ansible_role
bvanhou/ansible-training
ea555ab02013e0b116e70b1eb43e91e35927b53d
0
homework/environment/roles/http-tomcat
1,179
[ "no_license" ]
[ { "path": "homework/environment/roles/http-tomcat/defaults/main.yml", "content": "---\n# defaults file for http-tomcat", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "homework/environment/roles/http-tomcat/vars/main.yml", "content": "---\n# var...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 845, "all_permissive": false }
ansible_role
bvanhou/ansible-training
ea555ab02013e0b116e70b1eb43e91e35927b53d
0
homework/environment/roles/osp.cleanup
1,179
[ "no_license" ]
[ { "path": "homework/environment/roles/osp.cleanup/handlers/main.yml", "content": "---\n# handlers file for osp.cleanup", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "homework/environment/roles/osp.cleanup/vars/main.yml", "content": "---\n# var...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 771, "all_permissive": false }
ansible_role
bvanhou/ansible-training
ea555ab02013e0b116e70b1eb43e91e35927b53d
0
homework/environment/roles/osp.flavor
1,179
[ "permissive" ]
[ { "path": "homework/environment/roles/osp.flavor/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: >\n Role to register nova flavors in OpenStack\n company: StackHPC Ltd\n license: Apache2\n min_ansible_version: 2.0\n platforms:\n - name: EL\n versions:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4103, "all_permissive": true }
ansible_role
bvanhou/ansible-training
ea555ab02013e0b116e70b1eb43e91e35927b53d
0
homework/environment/roles/osp.keypair
1,179
[ "no_license" ]
[ { "path": "homework/environment/roles/osp.keypair/tasks/main.yml", "content": "---\n# tasks file for osp.keypair\n - name: Generate key files\n user:\n name: \"{{ ansible_env.USER }}\"\n generate_ssh_key: yes\n ssh_key_file: .ssh/test_id_rsa\n - os_keypair:\n cloud: osp_cloud\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1024, "all_permissive": false }
ansible_role
bvanhou/ansible-training
ea555ab02013e0b116e70b1eb43e91e35927b53d
0
homework/environment/roles/osp.network
1,179
[ "no_license" ]
[ { "path": "homework/environment/roles/osp.network/tasks/main.yml", "content": "---\n# tasks file for osp.network\n\n\n\n# - name: Print records\n# debug:\n# msg: \"User {{ item.key }} is {{ item.value.network_name }}\"\n# tags:\n# - test3\n# with_dict: \"{{ osp_networks }}\"\n\n# Create the ne...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5158, "all_permissive": false }
ansible_role
bvanhou/ansible-training
ea555ab02013e0b116e70b1eb43e91e35927b53d
0
homework/environment/roles/osp.security
1,179
[ "no_license" ]
[ { "path": "homework/environment/roles/osp.security/defaults/main.yml", "content": "---\n# defaults file for osp.security", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "homework/environment/roles/osp.security/tasks/main.yml", "content": "---\n#...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1697, "all_permissive": false }
ansible_role
bvanhou/ansible-training
ea555ab02013e0b116e70b1eb43e91e35927b53d
0
homework/environment/roles/stackhpc.os-shade
1,179
[ "permissive" ]
[ { "path": "homework/environment/roles/stackhpc.os-shade/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: >\n Role to install the python package shade\n company: StackHPC Ltd\n license: Apache2\n min_ansible_version: 2.0\n platforms:\n - name: EL\n versions:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1983, "all_permissive": true }
ansible_role
bvanhou/ansible-training
ea555ab02013e0b116e70b1eb43e91e35927b53d
0
windows/roles/win_ad_user
1,179
[ "no_license" ]
[ { "path": "windows/roles/win_ad_user/tasks/main.yml", "content": "---\n# tasks file for roles/win_ad_user\n- name: Create AD User\n win_domain_user:\n name: \"{{ item.name }}\"\n firstname: \"{{item.firstname }}\"\n surname: \"{{ item.surname }}\"\n password: \"{{ <PASSWORD> }}\"\n state: present...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 646, "all_permissive": false }
ansible_role
bvanhou/ansible-training
ea555ab02013e0b116e70b1eb43e91e35927b53d
0
windows/roles/win_service_config
1,179
[ "no_license" ]
[ { "path": "windows/roles/win_service_config/tasks/main.yml", "content": "---\n# tasks file for roles/win_package_install\n - name: Install Windows package\n win_chocolatey:\n name: \"{{ package_name }}\"\n params: \"{{ parameters }}\"\n state: latest\n when: ansible_distribution == ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 809, "all_permissive": false }
ansible_role
amitthk/jvcdp-infra
3e3fc2d44bd755eecaf9b295b6c87552c5587eea
0
roles/provision
1,179
[ "no_license" ]
[ { "path": "roles/provision/tasks/main.yml", "content": "---\n - name: giving permission to script file\n file:\n path: \"{{ playbook_dir }}/terraform_files/provision.sh\"\n mode: 0777\n become: true\n - name: provision ec2 isntance using terraform\n shell: \"{{ playbook_dir }}/terraform_files/pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 696, "all_permissive": false }
ansible_role
amitthk/jvcdp-infra
3e3fc2d44bd755eecaf9b295b6c87552c5587eea
0
roles/setupapiwar
1,179
[ "no_license" ]
[ { "path": "roles/setupapiwar/tasks/setenv.yaml", "content": "---\n- stat: path={{tomcat_base_dir}}/bin/setenv.sh\n register: setenv_status\n become: true\n\n- name: create blank 'setenv'\n file:\n path: \"{{tomcat_base_dir}}/bin/setenv.sh\"\n state: touch\n owner: tomcat\n group: tomcat\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2090, "all_permissive": false }
ansible_role
amitthk/jvcdp-infra
3e3fc2d44bd755eecaf9b295b6c87552c5587eea
0
roles/setuppostgresdb
1,179
[ "no_license" ]
[ { "path": "roles/setuppostgresdb/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - setuppostgresdb", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/setuppostgresdb/handlers/main.yml", "content": "--...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2490, "all_permissive": false }
ansible_role
amitthk/jvcdp-infra
3e3fc2d44bd755eecaf9b295b6c87552c5587eea
0
roles/testpostgresconn
1,179
[ "no_license" ]
[ { "path": "roles/testpostgresconn/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - testpostgresconn", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/testpostgresconn/vars/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 759, "all_permissive": false }
ansible_role
Nur1anS/ngnxmysql
d298bca425e7ca3f35fb1614ae7f16dce3a51534
0
TEST/roles/memcached
1,179
[ "no_license" ]
[ { "path": "TEST/roles/memcached/tasks/main.yml", "content": "---\n- name: install memcached server\n apt: name=memcached state=installed", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 74, "all_permissive": false }
ansible_role
Nur1anS/ngnxmysql
d298bca425e7ca3f35fb1614ae7f16dce3a51534
0
TEST/roles/mysql
1,179
[ "no_license" ]
[ { "path": "TEST/roles/mysql/files/password.yml", "content": "mysql_root_password: \"<PASSWORD>\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "TEST/roles/mysql/tasks/main.yml", "content": "---\n- name: Install Percona MySQL server\n apt: nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 328, "all_permissive": false }
ansible_role
Nur1anS/ngnxmysql
d298bca425e7ca3f35fb1614ae7f16dce3a51534
0
TEST/roles/nginx
1,179
[ "no_license" ]
[ { "path": "TEST/roles/nginx/tasks/main.yml", "content": "- name: Add nginx repository\n apt_repository: repo='ppa:nginx/stable'\n\n- name: Install nginx\n apt: name=nginx state=latest update_cache=true\n file: src=nginx.conf dest=/etc/nginx/sites-available/default \n \n- name: copy index.html\n- templat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 438, "all_permissive": false }
ansible_role
Nur1anS/ngnxmysql
d298bca425e7ca3f35fb1614ae7f16dce3a51534
0
TEST/roles/php5
1,179
[ "no_license" ]
[ { "path": "TEST/roles/php5/defaults/main.yml", "content": "---\n# defaults file for php5", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "TEST/roles/php5/vars/main.yml", "content": "---\n# vars file for php5", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 527, "all_permissive": false }
ansible_role
IADaniel/3264
e789f663ce4663e3a254b954e629e63054c1553d
0
ansible/roles/stryve
1,179
[ "no_license" ]
[ { "path": "ansible/roles/stryve/tasks/main.yml", "content": "---\n- name: Install global node packages\n become: yes\n command: yarn global add {{ item.package }}@{{ item.version }} --tilde\n args:\n creates: \"{{ item.creates }}\"\n with_items:\n - { package: pm2, version: 2.4.4, creates: /usr/bi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 246, "all_permissive": false }
ansible_role
IADaniel/3264
e789f663ce4663e3a254b954e629e63054c1553d
0
ansible/roles/system
1,179
[ "no_license" ]
[ { "path": "ansible/roles/system/tasks/main.yml", "content": "---\n- name: Update apt\n become: yes\n apt:\n update_cache: yes\n cache_valid_time: 600\n\n- name: Install System Packages\n become: yes\n apt:\n pkg: \"{{ item }}\"\n state: present\n with_items:\n - git\n - curl\n - ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 243, "all_permissive": false }
ansible_role
IADaniel/3264
e789f663ce4663e3a254b954e629e63054c1553d
0
ansible/roles/vagrant
1,179
[ "no_license" ]
[ { "path": "ansible/roles/vagrant/defaults/main.yml", "content": "---\nswapfile_location: /swap\nswapfile_size: 2G\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "ansible/roles/vagrant/tasks/main.yml", "content": "---\n- name: cd into {{ login...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 946, "all_permissive": false }
ansible_role
sayerameshbabu/ansible-playbooks
4ba1dd6a414a8d333c2818f12304b78d32857716
0
ansible-roles/roles/apache
1,179
[ "no_license" ]
[ { "path": "ansible-roles/roles/apache/tasks/main.yml", "content": "---\n - name: install apache httpd\n package:\n name: httpd\n state: present\n notify: start httpd service\n - name: edit configuration file\n replace:\n path: /etc/httpd/conf/httpd.conf\n reg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 398, "all_permissive": false }
ansible_role
tgimond/DevOps
b4d9497862e7ff06f6d9b69f603f0341df5d1b28
0
ansible/roles/app
1,319
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n# tasks file for roles/app\n- name: Run app\n docker_container:\n # Creates a Docker container named 'my-spring-boot'\n name: my-spring-boot\n image: tgimond/tp-devops-simple-api\n # Precises the environment variables for database c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 492, "all_permissive": false }
ansible_role
tgimond/DevOps
b4d9497862e7ff06f6d9b69f603f0341df5d1b28
0
ansible/roles/create-network
1,319
[ "no_license" ]
[ { "path": "ansible/roles/create-network/tasks/main.yml", "content": "---\n# tasks file for roles/create-network\n- name: Create Docker network\n# Creates a Docker network named 'my_network'\n docker_network:\n name: my_network\n vars:\n ansible_python_interpreter: /usr/bin/python3", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
tgimond/DevOps
b4d9497862e7ff06f6d9b69f603f0341df5d1b28
0
ansible/roles/database
1,319
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/main.yml", "content": "---\n# tasks file for roles/database\n- name: Run database\n docker_container:\n name: my-postgresdb\n image: tgimond/tp-devops-database\n env:\n POSTGRES_USER: usr\n POSTGRES_PASSWORD: pwd\n networks:\n - name: my_ne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 297, "all_permissive": false }
ansible_role
tgimond/DevOps
b4d9497862e7ff06f6d9b69f603f0341df5d1b28
0
ansible/roles/docker
1,319
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for roles/docker\n\n# This playbook installs Docker and Python 3, then logs in to Docker Hub\n- name: Install device-mapper-persistent-data\n # Installs the device-mapper-persistent-data package\n yum:\n name: device-mapper-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1181, "all_permissive": false }
ansible_role
tgimond/DevOps
b4d9497862e7ff06f6d9b69f603f0341df5d1b28
0
ansible/roles/proxy
1,319
[ "no_license" ]
[ { "path": "ansible/roles/proxy/tasks/main.yml", "content": "---\n# tasks file for roles/proxy\n- name: Run proxy\n docker_container:\n name: my-http-container\n image: tgimond/tp-devops-httpd\n # Expose the container's port 80 to the host's port 80\n ports:\n - \"80:80\"\n networks:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 315, "all_permissive": false }
ansible_role
RRrg1992/FinalPlaybook
a04b27dd801a6d5dfb9e3f8da2bd6f740a8e349e
0
roles/appenv
1,319
[ "no_license" ]
[ { "path": "roles/appenv/tasks/main.yml", "content": "- name: Install java\n package:\n name: java\n state: present\n\n- name: Create student user\n user:\n name: \"{{APPUSER}}\"\n #####", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 136, "all_permissive": false }
ansible_role
RRrg1992/FinalPlaybook
a04b27dd801a6d5dfb9e3f8da2bd6f740a8e349e
0
roles/webserver
1,319
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "- name: install webservice\n package: \n name: httpd\n state: present\n\n- name: Copy studentapp configaration\n copy:\n src: studentapp.config\n dest: /etc/httpd/conf.d/studentapp.conf\n\n- name: Download deafult index file \n get_url:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 458, "all_permissive": false }
ansible_role
hwts/Slotegrator
5be0a56680a6d15c7b0073fe3d076f4b48fca191
0
ansible/roles/nginx
1,319
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/tasks-Ubuntu.yml", "content": "---\n- name: \"Apt-get update\"\n apt:\n update_cache: true\n cache_valid_time: 3600\n\n- name: \"Install nginx prerequisites\"\n apt:\n name: \"{{ nginx_packages }}\"\n state: present\n\n- name: \"Add nginx apt signing key\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3023, "all_permissive": false }
ansible_role
hwts/Slotegrator
5be0a56680a6d15c7b0073fe3d076f4b48fca191
0
ansible/roles/php-fpm
1,319
[ "no_license" ]
[ { "path": "ansible/roles/php-fpm/handlers/main.yml", "content": "---\n- name: restart php-fpm\n service:\n name: \"php{{ php_version }}-fpm\"\n state: restarted\n\n- name: reload php-fpm\n service:\n name: \"php{{ php_version }}-fpm\"\n state: reloaded\n", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2391, "all_permissive": false }
ansible_role
Vinh1507/vdt-automation
0eb789bee158523c6bd6a6662d74c5a847feb2e8
0
roles/common
1,319
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- 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: true\n\n- name: Add Docker GPG key\n apt_key:\n url: https:/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 974, "all_permissive": false }
ansible_role
Vinh1507/vdt-automation
0eb789bee158523c6bd6a6662d74c5a847feb2e8
0
roles/vdt_api
1,319
[ "no_license" ]
[ { "path": "roles/vdt_api/tasks/main.yml", "content": "- name: Check if docker-compose.yml exists\n stat:\n path: /vdt-api/docker-compose.yml\n register: compose_file\n\n- name: Run Docker Compose Down\n shell: sudo docker compose down\n args:\n chdir: /vdt-api\n when: compose_file.stat.exists\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1500, "all_permissive": false }
ansible_role
Vinh1507/vdt-automation
0eb789bee158523c6bd6a6662d74c5a847feb2e8
0
roles/vdt_db
1,319
[ "no_license" ]
[ { "path": "roles/vdt_db/templates/docker-compose.yml.j2", "content": "version: '3'\n\nservices:\n vdt-db:\n image: \"{{ vdt_db_image_name }}:{{ vdt_db_image_version }}\"\n container_name: \"{{ vdt_db_container_name }}\"\n ports:\n - \"{{ vdt_db_port }}:5432\"\n volumes:\n - {{ vdt_db_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1073, "all_permissive": false }
ansible_role
Vinh1507/vdt-automation
0eb789bee158523c6bd6a6662d74c5a847feb2e8
0
roles/vdt_lb
1,319
[ "no_license" ]
[ { "path": "roles/vdt_lb/tasks/main.yml", "content": "---\n- name: Install HAProxy\n apt:\n name: haproxy\n state: present\n\n- name: Copy HAProxy configuration file\n copy:\n src: haproxy.cfg\n dest: /etc/haproxy/haproxy.cfg\n force: yes\n changed_when: true\n notify: restart haproxy\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 358, "all_permissive": false }
ansible_role
Vinh1507/vdt-automation
0eb789bee158523c6bd6a6662d74c5a847feb2e8
0
roles/vdt_web
1,319
[ "no_license" ]
[ { "path": "roles/vdt_web/tasks/main.yml", "content": "- name: Check if docker-compose.yml exists\n stat:\n path: /vdt-web/docker-compose.yml\n register: compose_file\n\n- name: Run Docker Compose down\n shell: sudo docker compose down\n args:\n chdir: /vdt-web\n when: compose_file.stat.exists\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1070, "all_permissive": false }
ansible_role
andrustaylor90/McLean_Challenge
ec1eb63a82c2372758a6cedb2f4b82b96ad99c6c
0
InfraBest/ansible/roles/security
1,319
[ "no_license" ]
[ { "path": "InfraBest/ansible/roles/security/tasks/main.yml", "content": "- name: Ensure firewall is enabled and configured\n ufw:\n state: enabled\n rule: allow\n port: 443\n proto: tcp\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
andrustaylor90/McLean_Challenge
ec1eb63a82c2372758a6cedb2f4b82b96ad99c6c
0
InfraBest/ansible/roles/webserver
1,319
[ "no_license" ]
[ { "path": "InfraBest/ansible/roles/webserver/tasks/main.yml", "content": "- name: Install Nginx\n apt:\n name: nginx\n state: latest\n\n- name: Copy index.html\n copy:\n src: files/index.html\n dest: /var/www/html/index.html\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
duicikeyihangaolou/project-python-webdev-demo
1b758857cfce3de9ade16ea24d4a866c617e4a00
0
u1604-ansible/roles/docker
1,319
[ "permissive" ]
[ { "path": "u1604-ansible/roles/docker/tasks/copy.yml", "content": "---\n# tasks file for docker\n\n- name: Create project dir\n file: name={{ remote_proj_dir }} state=directory\n\n- name: Create base dir\n file: name={{ remote_proj_dir }}/base state=directory\n\n- name: Copy Dockerfile\n copy: src=files/...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 3582, "all_permissive": true }
ansible_role
duicikeyihangaolou/project-python-webdev-demo
1b758857cfce3de9ade16ea24d4a866c617e4a00
0
u1604-ansible/roles/server
1,319
[ "permissive" ]
[ { "path": "u1604-ansible/roles/server/tasks/templates/supervisor.conf.j2", "content": "[program:{{ project_name }}]\ncommand = gunicorn --bind localhost:{{ gunicorn_port }} --workers 5 --worker-class gevent mysite.wsgi:application\ndirectory = {{ remote_app_dir }}/{{ project_name }}/src/mysite\nuser ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 4015, "all_permissive": true }
ansible_role
larntz/i-see-iac
7743b0b5ef4c5ac2bac81c10768fe1c9bb7cb222
0
envs/homelab/ansible/roles/k3s
1,319
[ "no_license" ]
[ { "path": "envs/homelab/ansible/roles/k3s/tasks/main.yaml", "content": "---\n- name: verify K3S_TOKEN is defined\n assert:\n that: \n - k3s_token is defined\n - k3s_token != None\n\n- name: control plane\n shell: 'curl -sfL https://get.k3s.io | K3S_TOKEN=\"{{ k3s_token }}\" INSTALL_K3S_VERSIO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1198, "all_permissive": false }
ansible_role
larntz/i-see-iac
7743b0b5ef4c5ac2bac81c10768fe1c9bb7cb222
0
envs/homelab/ansible/roles/os
1,319
[ "no_license" ]
[ { "path": "envs/homelab/ansible/roles/os/tasks/main.yaml", "content": "---\n- name: Set hostname\n ansible.builtin.hostname:\n name: \"{{ inventory_hostname }}\"\n\n- name: Install linux-modules-extra-raspi\n apt:\n name: \"linux-modules-extra-raspi\"\n update_cache: true\n state: latest\n re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 472, "all_permissive": false }
ansible_role
smartnimbus/RedHat-Satellite
d759cb26abfd676e1f778b68e92fe017bfb14d30
0
RedHat-Satellite/CaC-Repos/Redhat-Satellite-Configuration/ansible/roles/capsule
1,319
[ "no_license" ]
[ { "path": "RedHat-Satellite/CaC-Repos/Redhat-Satellite-Configuration/ansible/roles/capsule/tasks/main.yml", "content": "# https://docs.redhat.com/en/documentation/red_hat_satellite/6.3/html/installation_guide/installing_capsule_server\n---\n- name: Register the system with Red Hat Subscription Manager\n co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 837, "all_permissive": false }
ansible_role
smartnimbus/RedHat-Satellite
d759cb26abfd676e1f778b68e92fe017bfb14d30
0
RedHat-Satellite/CaC-Repos/Redhat-Satellite-Configuration/ansible/roles/satellite
1,319
[ "no_license" ]
[ { "path": "RedHat-Satellite/CaC-Repos/Redhat-Satellite-Configuration/ansible/roles/satellite/tasks/main.yml", "content": "# https://docs.redhat.com/en/documentation/red_hat_satellite/6.3/html/installation_guide/installing_satellite_server#installing_satellite_server\n---\n- name: Install AWS CLI and boto3\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1276, "all_permissive": false }
ansible_role
dbranizor/deploy-apps
db656bc9e338512f34430465a19c644773a202fb
0
roles/clients
1,319
[ "no_license" ]
[ { "path": "roles/clients/tasks/minio.yml", "content": "---\n- name: name \n file:\n path: ~/tools\n state: directory\n- name: Minio-Client Make Config Folder\n file:\n path: ~/.mc\n state: directory\n- name: Minio-Client download binary\n get_url:\n url: https://dl.min.io/client/mc/releas...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 564, "all_permissive": false }