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
cloudcastsapp/laravel-aws-ami
1798d9969b0ce3887296fedccb5abea93b860d58
4
ansible/roles/cloudwatch
8,179
[ "no_license" ]
[ { "path": "ansible/roles/cloudwatch/templates/agent-config-app.json.j2", "content": "{\n \"agent\": {\n \"metrics_collection_interval\": 60,\n \"region\": \"{{ aws_region }}\",\n \"logfile\": \"/var/log/amazon-cloudwatch-agent.log\",\n \"debug\": false\n },\n \"logs\": {...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2126, "all_permissive": false }
ansible_role
cloudcastsapp/laravel-aws-ami
1798d9969b0ce3887296fedccb5abea93b860d58
4
ansible/roles/fail2ban
8,179
[ "no_license" ]
[ { "path": "ansible/roles/fail2ban/tasks/main.yml", "content": "---\n- name: Install Fail2Ban\n apt:\n pkg: fail2ban\n state: present\n update_cache: yes\n notify:\n - Start Fail2Ban\n\n- name: Configure Fail2Ban\n command: cp jail.conf jail.local\n args:\n creates: /etc/fail2ban/jail.loca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 293, "all_permissive": false }
ansible_role
cloudcastsapp/laravel-aws-ami
1798d9969b0ce3887296fedccb5abea93b860d58
4
ansible/roles/nginx
8,179
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "- name: Add Nginx Repository\n apt_repository:\n repo: ppa:nginx/development\n state: present\n\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n update_cache: true\n\n- name: Add H5BP Config\n copy:\n src: h5bp\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 721, "all_permissive": false }
ansible_role
cloudcastsapp/laravel-aws-ami
1798d9969b0ce3887296fedccb5abea93b860d58
4
ansible/roles/php
8,179
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "---\n- name: Add PHP Repository\n apt_repository: repo='ppa:ondrej/php' state=present\n\n- name: Install PHP and PHP-FPM\n apt:\n pkg: ['php7.3-fpm','php7.3-cli','php7.3-mysql','php7.3-sqlite3','php7.3-curl','php7.3-gd','php-memcached','php7.3-i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3762, "all_permissive": false }
ansible_role
dum307/TMS
9066a52ab4cc3c87b3361a96fd0cc82940d0d052
0
lesson27/roles/nginx
8,179
[ "no_license" ]
[ { "path": "lesson27/roles/nginx/templates/site.conf.tpl", "content": "#redirect http to https\nserver {\n\tlisten 80;\n\tserver_name {{ ansible_hostname }}.local www.{{ ansible_hostname }}.local;\n\treturn 301 https://{{ ansible_hostname }}.local$request_uri;\n}\n\n#redirect www to without www\nserver {\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1854, "all_permissive": false }
ansible_role
HeliaMolavi/Ansible
4987f5d0ffc639422560b54414347f7baf2325ef
0
elastic-ansible/roles/installing-elastic
8,179
[ "no_license" ]
[ { "path": "elastic-ansible/roles/installing-elastic/tasks/installation.yml", "content": "---\n# specify the repository version if necessary\n \n- name: Adding elastic repository\n command: >\n bash -c 'echo \"deb [signed-by=/usr/share/keyrings/elasticsearch-keyring.gpg] https://artifacts.elastic.co/pac...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3925, "all_permissive": false }
ansible_role
butuzov/sandbox-devops
115e2291a5c60f768a7c3e0e6d9e10b334d2b314
25
005-Ansible-3-Tier-App/roles/application
8,179
[ "no_license" ]
[ { "path": "005-Ansible-3-Tier-App/roles/application/vars/main.yml", "content": "---\n# vars file for app\nvars:\n files:\n - { src: 'httpd-root.conf', dest: '/etc/httpd/conf.d/' }\n - { src: '.htaccess', dest: '/var/www/html/' }\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2026, "all_permissive": false }
ansible_role
butuzov/sandbox-devops
115e2291a5c60f768a7c3e0e6d9e10b334d2b314
25
005-Ansible-3-Tier-App/roles/balancer
8,179
[ "no_license" ]
[ { "path": "005-Ansible-3-Tier-App/roles/balancer/templates/nginx.conf.j2", "content": "# For more information on configuration, see:\n# * Official English Documentation: http://nginx.org/en/docs/\n# * Official Russian Documentation: http://nginx.org/ru/docs/\n\nuser nginx;\nworker_processes auto;\nerror...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2084, "all_permissive": false }
ansible_role
butuzov/sandbox-devops
115e2291a5c60f768a7c3e0e6d9e10b334d2b314
25
005-Ansible-3-Tier-App/roles/common
8,179
[ "no_license" ]
[ { "path": "005-Ansible-3-Tier-App/roles/common/tasks/main.yml", "content": "---\n- name: update yum\n command: \"yum -y upgrade\"\n\n- name: epel-release\n yum:\n name: epel-release\n state: latest\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
butuzov/sandbox-devops
115e2291a5c60f768a7c3e0e6d9e10b334d2b314
25
005-Ansible-3-Tier-App/roles/database
8,179
[ "no_license" ]
[ { "path": "005-Ansible-3-Tier-App/roles/database/files/table.sql", "content": "DROP TABLE IF EXISTS `visits`;\nCREATE TABLE IF NOT EXISTS `visits` (\n `ip` varchar(15) NOT NULL,\n `visits` int(11) NOT NULL DEFAULT '1',\n UNIQUE KEY `ip` (`ip`)\n) ENGINE=MEMORY DEFAULT CHARSET=utf8;\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1937, "all_permissive": false }
ansible_role
butuzov/sandbox-devops
115e2291a5c60f768a7c3e0e6d9e10b334d2b314
25
011-Ansible-3-Tier-App-v2/play-books/roles/app
8,179
[ "no_license" ]
[ { "path": "011-Ansible-3-Tier-App-v2/play-books/roles/app/defaults/main.yml", "content": "---\n# defaults file for app", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "011-Ansible-3-Tier-App-v2/play-books/roles/app/templates/httpd.conf.j2", "con...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 7251, "all_permissive": false }
ansible_role
butuzov/sandbox-devops
115e2291a5c60f768a7c3e0e6d9e10b334d2b314
25
011-Ansible-3-Tier-App-v2/play-books/roles/db
8,179
[ "no_license" ]
[ { "path": "011-Ansible-3-Tier-App-v2/play-books/roles/db/tasks/replication-master.yml", "content": "- name: GENERATE_MASTER_CONFIG\n lineinfile:\n dest: \"{{db_settings.my_config}}\"\n line: \"{{item.line}}\"\n regexp: \"{{item.regexp}}\"\n with_items:\n - { line: \"server-id=1\", regexp : '^ser...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 8605, "all_permissive": false }
ansible_role
butuzov/sandbox-devops
115e2291a5c60f768a7c3e0e6d9e10b334d2b314
25
011-Ansible-3-Tier-App-v2/play-books/roles/epel
8,179
[ "no_license" ]
[ { "path": "011-Ansible-3-Tier-App-v2/play-books/roles/epel/README.md", "content": "epel\n=========\n\n\nInstalls epel-latest for centos/7\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "011-Ansible-3-Tier-App-v2/play-books/roles/epel/tasks/main.y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 118, "all_permissive": false }
ansible_role
butuzov/sandbox-devops
115e2291a5c60f768a7c3e0e6d9e10b334d2b314
25
011-Ansible-3-Tier-App-v2/play-books/roles/ip
8,179
[ "no_license" ]
[ { "path": "011-Ansible-3-Tier-App-v2/play-books/roles/ip/readme.md", "content": "# Readme\n\nAllow us to use single ip in order to track server locally\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "011-Ansible-3-Tier-App-v2/play-books/roles/ip/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 887, "all_permissive": false }
ansible_role
butuzov/sandbox-devops
115e2291a5c60f768a7c3e0e6d9e10b334d2b314
25
011-Ansible-3-Tier-App-v2/play-books/roles/lb
8,179
[ "no_license" ]
[ { "path": "011-Ansible-3-Tier-App-v2/play-books/roles/lb/templates/nginx-ssl.conf.j2", "content": "\n{% for item in settings.nginx_certs %}\n\t{{item}} {{ nginx.cert_root }}/{{settings.nginx_certs[item] | basename }};\n{% endfor %}\n\n\tssl_protocols TLSv1 TLSv1.1 TLSv1.2;\n\tssl_prefer_server_ciphers on;\...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 6717, "all_permissive": false }
ansible_role
tomajzcz/CareBot
cdf8fd092fae32fe1476e6e0c3d3ccb273f004a5
0
roles/DockerEnvironment
8,179
[ "no_license" ]
[ { "path": "roles/DockerEnvironment/handlers/main.yml", "content": "- name: restart sshd\n service: name=sshd state=restarted\n\n- name: enable sshd\n service: name=sshd enabled=yes\n\n- name: enable iptables\n service: name=cloud-init enabled=yes\n\n- name: restart iptables\n service: name=iptables stat...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 4011, "all_permissive": false }
ansible_role
tomajzcz/CareBot
cdf8fd092fae32fe1476e6e0c3d3ccb273f004a5
0
roles/Orthanc
8,179
[ "no_license" ]
[ { "path": "roles/Orthanc/tasks/main.yml", "content": "- import_tasks: firewall.yml\n- import_tasks: orthanc.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "roles/Orthanc/tasks/orthanc.yml", "content": "# Create directory for Orthanc data\n-...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1316, "all_permissive": false }
ansible_role
tomajzcz/CareBot
cdf8fd092fae32fe1476e6e0c3d3ccb273f004a5
0
roles/OrthancCompose
8,179
[ "no_license" ]
[ { "path": "roles/OrthancCompose/files/docker-compose.yml", "content": "version: '3.1' \nservices:\n orthanc:\n image: jodogne/orthanc-plugins:1.12.7\n command: /run/secrets/ \n ports:\n - 4242:4242\n - 8042:8042\n secrets:\n - orthanc.json\n - credentials.json\n environm...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2240, "all_permissive": false }
ansible_role
johnrizzo1/redis_iac
c3f0fd56259804240c3499ba7ccecad597204124
0
ansible/roles/redis
8,179
[ "no_license" ]
[ { "path": "ansible/roles/redis/defaults/main.yml", "content": "---\n# defaults file for redis\n\nredis_manage_dnf_module: true\nredis_version: '6'\n#redis_kernel_virtual_memory: '1'\n#redis_transparent_hugepages_value: 'madvise'\nredis_systemd_directory: '/usr/lib/systemd/system'\nredis_config_directory: '/...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 4833, "all_permissive": false }
ansible_role
sbgrid/data-capture-module
c0040d912d6ccb96f3d82b2921439b1c320798b7
5
ansible/roles/dcm
8,179
[ "no_license" ]
[ { "path": "ansible/roles/dcm/handlers/main.yml", "content": "---\n#\n- name: \"sshd-restart\"\n service: name=sshd state=restarted\n\n- import_tasks: postfix.yml\n- import_tasks: lighttpd.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "path": "ansi...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 18, "total_bytes": 16489, "all_permissive": false }
ansible_role
sbgrid/data-capture-module
c0040d912d6ccb96f3d82b2921439b1c320798b7
5
ansible/roles/pydev
8,179
[ "no_license" ]
[ { "path": "ansible/roles/pydev/readme.txt", "content": "basic python dev role; may be unnecessary (other dcm config roles have other essential parts)\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "ansible/roles/pydev/tasks/main.yml", "conten...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 531, "all_permissive": false }
ansible_role
sbgrid/data-capture-module
c0040d912d6ccb96f3d82b2921439b1c320798b7
5
ansible/roles/redis-srv
8,179
[ "no_license" ]
[ { "path": "ansible/roles/redis-srv/readme.txt", "content": "minimal redis (http://redis.io/) server.\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "ansible/roles/redis-srv/tasks/main.yml", "content": "# ubuntu 1604\n- name: dependencies-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 521, "all_permissive": false }
ansible_role
sbgrid/data-capture-module
c0040d912d6ccb96f3d82b2921439b1c320798b7
5
ansible/roles/rq-srv
8,179
[ "no_license" ]
[ { "path": "ansible/roles/rq-srv/tasks/main.yml", "content": "# duplicate of requirements.txt; but more robust this way\n- name: install rq\n tags: dcm\n pip: name=rq state=present\n\n- name: rq init.d script\n tags: dcm\n template: src=etc/init.d/rq.j2 dest=/etc/init.d/rq mode=0755 \n\n- name: start rq ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1496, "all_permissive": false }
ansible_role
Jun-depo/Web-Application-Auto-Deploy
be01aea39025c12a896e61eaf036a3f5050f3e32
0
.circleci/ansible/roles/deploy
8,179
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "## Deployment playbook goes here.\n---\n- name: Creates directory\n file:\n path: /home/ubuntu/backend\n state: directory\n\n- name: unarchive backend files\n become: yes\n unarchive:\n src: /root/backend.tar.gz\n dest: /h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 370, "all_permissive": false }
ansible_role
danigoland/ansible-playbooks
70863673c685d716fcc5e6736ca7451d2baf83ef
0
amazon-linux2-cis-hardening/roles/cis
8,182
[ "no_license" ]
[ { "path": "amazon-linux2-cis-hardening/roles/cis/tasks/post.yml", "content": "---\n- name: Perform YUM package cleanup\n yum:\n autoremove: true\n changed_when: no\n ignore_errors: yes\n\n- name: save iptables\n command: service iptables save\n become: true\n\n- name: save ip6tables\n command: serv...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2224, "all_permissive": false }
ansible_role
Glaring-Seagull/Ansible_samples
d7789db81741d646ef7e812245052fd8d3d25b8f
0
roles/base
8,182
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: add Ansible user SSH key\n tag: always\n authorized_key:\n user: ansible\n key: \"{{ ansible_ssh_key }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": false }
ansible_role
Glaring-Seagull/Ansible_samples
d7789db81741d646ef7e812245052fd8d3d25b8f
0
roles/web_servers
8,182
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yml", "content": " - name: install httpd package (CentOS)\n tags: apache,centos,httpd\n dnf:\n name:\n - httpd\n - php\n state: latest\n when: ansible_os_family == \"Redhat\"\n \n - name: start and enable httpd (CentOS)\n tags: apache,cento...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1126, "all_permissive": false }
ansible_role
creatachain/creata
ce35b46497629625c7f5bfc2f9d7d1897dc064c0
0
networks/remote/ansible/roles/add-lcd
8,182
[ "no_license" ]
[ { "path": "networks/remote/ansible/roles/add-lcd/handlers/main.yml", "content": "---\n\n- name: systemctl\n systemd: name=creatacli enabled=yes daemon_reload=yes\n\n- name: restart creatacli\n service: name=creatacli state=restarted\n\n\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 799, "all_permissive": false }
ansible_role
creatachain/creata
ce35b46497629625c7f5bfc2f9d7d1897dc064c0
0
networks/remote/ansible/roles/clear-config
8,182
[ "no_license" ]
[ { "path": "networks/remote/ansible/roles/clear-config/tasks/main.yml", "content": "---\n- name: Stop service\n service: name=creatad state=stopped\n\n- name: Delete files\n file: \"path={{item}} state=absent\"\n with_items:\n - /usr/bin/creatad\n - /home/creatad/.creata\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 187, "all_permissive": false }
ansible_role
creatachain/creata
ce35b46497629625c7f5bfc2f9d7d1897dc064c0
0
networks/remote/ansible/roles/extract-config
8,182
[ "no_license" ]
[ { "path": "networks/remote/ansible/roles/extract-config/tasks/main.yml", "content": "---\n\n- name: Fetch genesis.json\n fetch: \"src=/home/creatad/.creata/config/genesis.json dest={{GENESISFILE}} flat=yes\"\n run_once: yes\n become: yes\n become_user: creatad\n\n- name: Fetch config.toml\n fetch: \"sr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 338, "all_permissive": false }
ansible_role
creatachain/creata
ce35b46497629625c7f5bfc2f9d7d1897dc064c0
0
networks/remote/ansible/roles/setup-fullnodes
8,182
[ "no_license" ]
[ { "path": "networks/remote/ansible/roles/setup-fullnodes/tasks/main.yml", "content": "---\n\n- name: Ensure keys folder exists locally\n file: path=keys state=directory\n connection: local\n run_once: true\n become: no\n\n- name: Create creatad user\n user: name=creatad home=/home/creatad shell=/bin/ba...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1657, "all_permissive": false }
ansible_role
creatachain/creata
ce35b46497629625c7f5bfc2f9d7d1897dc064c0
0
networks/remote/ansible/roles/setup-validators
8,182
[ "no_license" ]
[ { "path": "networks/remote/ansible/roles/setup-validators/tasks/main.yml", "content": "---\n\n- name: Ensure keys folder exists locally\n file: path=keys state=directory\n connection: local\n run_once: true\n become: no\n\n- name: Create creatad user\n user: name=creatad home=/home/creatad shell=/bin/b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2181, "all_permissive": false }
ansible_role
creatachain/creata
ce35b46497629625c7f5bfc2f9d7d1897dc064c0
0
networks/remote/ansible/roles/upgrade-gaiad
8,182
[ "no_license" ]
[ { "path": "networks/remote/ansible/roles/upgrade-gaiad/tasks/main.yml", "content": "---\n\n- name: Copy binary\n copy:\n src: \"{{BINARY}}\"\n dest: /usr/bin/creatad\n mode: 0755\n notify: restart creatad\n\n- name: Copy new genesis.json file, if available\n when: \"GENESISFILE is defined and GE...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 797, "all_permissive": false }
ansible_role
sergioab1989/hardening
4b83ef6b17fe9da38dc0f1288e6a7654ade09f61
0
roles/hardening-instalacion-config-software
8,182
[ "no_license" ]
[ { "path": "roles/hardening-instalacion-config-software/tasks/main.yml", "content": "---\n- name: Extract tgz\n ansible.builtin.unarchive:\n src: /root/splunk/splunkforwarder-9.3.0-51ccf43db5bd-Linux-x86_64.tgz\n dest: /opt/\n remote_src: yes\n\n- name: Ajustar permisos recursivamente\n ansible.bu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 724, "all_permissive": false }
ansible_role
sassoftware/viya4-deployment
431881b8175ef8282981958ba20447a246992786
79
roles/baseline
8,182
[ "permissive" ]
[ { "path": "roles/baseline/tasks/cert-manager.yaml", "content": "# Copyright © 2020-2025, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\n---\n# This file contains the cert-manager setup tasks for the baseline role.\n# Chart Repo URL: https://charts.jetstack....
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 42085, "all_permissive": true }
ansible_role
sassoftware/viya4-deployment
431881b8175ef8282981958ba20447a246992786
79
roles/common
8,182
[ "permissive" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "# Copyright © 2020-2025, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\n---\n# Load configuration variables from the file specified by CONFIG, if defined\n- name: Load config file\n include_vars:\n f...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 27364, "all_permissive": true }
ansible_role
sassoftware/viya4-deployment
431881b8175ef8282981958ba20447a246992786
79
roles/istio
8,182
[ "permissive" ]
[ { "path": "roles/istio/tasks/main.yml", "content": "# Copyright © 2020-2025, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\n---\n# This file contains the main tasks for the istio role.\n# It handles downloading Istio, creating the namespace, setting secrets...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 9083, "all_permissive": true }
ansible_role
sassoftware/viya4-deployment
431881b8175ef8282981958ba20447a246992786
79
roles/jump-server
8,182
[ "permissive" ]
[ { "path": "roles/jump-server/tasks/main.yml", "content": "# Copyright © 2020-2025, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\n---\n# This file contains tasks for configuring the jump server host and preparing shared folders.\n\n# Add the jump server hos...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1981, "all_permissive": true }
ansible_role
sassoftware/viya4-deployment
431881b8175ef8282981958ba20447a246992786
79
roles/multi-tenancy
8,182
[ "permissive" ]
[ { "path": "roles/multi-tenancy/tasks/tenant-cas-customizations.yaml", "content": "# Copyright © 2020-2025, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\n---\n# This file contains the tenant CAS customizations tasks for the multi-tenancy role.\n# It is incl...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 31467, "all_permissive": true }
ansible_role
sassoftware/viya4-deployment
431881b8175ef8282981958ba20447a246992786
79
roles/orchestration-common
8,182
[ "permissive" ]
[ { "path": "roles/orchestration-common/defaults/main.yaml", "content": "# Copyright © 2020-2025, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.\n# SPDX-License-Identifier: Apache-2.0\n\n---\nV4_CFG_CR_USER: null\nV4_CFG_CR_PASSWORD: <PASSWORD>\nV4_CFG_CR_URL: https://cr.sas.com\nV4_CFG_CR_HOST: '{{ ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6979, "all_permissive": true }
ansible_role
Darshanzzz/ansible-proj-env
8fd6dd2a74a3421b337d941f8d4f6aa075acb8d7
0
proj-env/roles/common
8,182
[ "no_license" ]
[ { "path": "proj-env/roles/common/tasks/main.yml", "content": "---\n\n- name: Update /etc/hosts\n lineinfile:\n path: /etc/hosts \n line: \"{{ hostvars[item].ansible_facts.eth1.ipv4.address }} {{ hostvars[item].ansible_facts.hostname }}.example.com {{ hostvars[item].ansible_facts.hostname }}\" \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 539, "all_permissive": false }
ansible_role
Darshanzzz/ansible-proj-env
8fd6dd2a74a3421b337d941f8d4f6aa075acb8d7
0
proj-env/roles/db
8,182
[ "no_license" ]
[ { "path": "proj-env/roles/db/defaults/main.yml", "content": "---\n# defaults file for db\n\ndb_name: test\ndb_user: user\ndb_user_pass: <PASSWORD>\ndb_user_priv: '*.*:ALL'\ndb_allowed_hosts: '%'\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "path": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1437, "all_permissive": false }
ansible_role
Darshanzzz/ansible-proj-env
8fd6dd2a74a3421b337d941f8d4f6aa075acb8d7
0
proj-env/roles/lb
8,182
[ "no_license" ]
[ { "path": "proj-env/roles/lb/tasks/main.yml", "content": "---\n# tasks file for lb\n\n- name: Install HAproxy\n yum:\n name: haproxy\n state: present\n \n- name: Start and enable haproxy\n service:\n name: haproxy\n state: started\n enabled: true\n\n- name: Copy HAproxy config template\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 483, "all_permissive": false }
ansible_role
Darshanzzz/ansible-proj-env
8fd6dd2a74a3421b337d941f8d4f6aa075acb8d7
0
proj-env/roles/web
8,182
[ "no_license" ]
[ { "path": "proj-env/roles/web/templates/db.php.j2", "content": "<?php\n\n$connection = new PDO('mysql:host=db1;dbname={{ db_name }}', '{{ db_user }}', '{{ db_user_pass }}');\n$statement = $connection->query('SELECT message FROM {{ db_name }}');\n\necho $statement->fetchColumn(); \n", "license_type": "n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1747, "all_permissive": false }
ansible_role
my5G/IoTSDGw_orchestrator
c725159e8ca54dbeeb2925539872c73d0f26e4fa
2
ansible-playbooks/roles/collect
8,182
[ "no_license" ]
[ { "path": "ansible-playbooks/roles/collect/tasks/main.yml", "content": "---\n- name: use find to get files list which want to fetch \n find:\n paths: \"{{ dir_metrics }}\"\n patterns:\n - \".*LoRaIOTSDGW*.\"\n - \".*IOTSDGW-Forwarder*.\"\n use_regex: True \n register: get_csv_metrics...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 415, "all_permissive": false }
ansible_role
my5G/IoTSDGw_orchestrator
c725159e8ca54dbeeb2925539872c73d0f26e4fa
2
ansible-playbooks/roles/commom
8,182
[ "no_license" ]
[ { "path": "ansible-playbooks/roles/commom/tasks/main.yml", "content": "---\n- name: Get IOSDGW-Orquestrator Code \n git:\n repo: \"{{ iotsdgw_rep }}\" \n dest: \"{{ iotsdgw_dir }}\"\n update: yes\n force: yes\n\n- name: Clear All Docker Env\n ansible.builtin.shell: docker system prune --force ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 517, "all_permissive": false }
ansible_role
my5G/IoTSDGw_orchestrator
c725159e8ca54dbeeb2925539872c73d0f26e4fa
2
ansible-playbooks/roles/copy
8,182
[ "no_license" ]
[ { "path": "ansible-playbooks/roles/copy/tasks/main.yml", "content": "---\n- name: Untar Volumes Config Scenary1\n ansible.builtin.unarchive:\n src: \"{{ volume01_tar }}\"\n dest: \"{{ scenaryOne_dst_dir }}\"\n\n- name: Untar Volumes Config Scenary2\n ansible.builtin.unarchive:\n src: \"{{ volume...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 412, "all_permissive": false }
ansible_role
my5G/IoTSDGw_orchestrator
c725159e8ca54dbeeb2925539872c73d0f26e4fa
2
ansible-playbooks/roles/docker
8,182
[ "no_license" ]
[ { "path": "ansible-playbooks/roles/docker/tasks/main.yml", "content": "---\n- name: Install pip\n apt:\n name: python3-pip\n state: present\n update_cache: true\n become: true\n\n- name: Install Docker sdk\n pip:\n name: docker\n\n- name: Get running containers\n docker_host_info:\n con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 721, "all_permissive": false }
ansible_role
my5G/IoTSDGw_orchestrator
c725159e8ca54dbeeb2925539872c73d0f26e4fa
2
ansible-playbooks/roles/gtp5
8,182
[ "no_license" ]
[ { "path": "ansible-playbooks/roles/gtp5/tasks/main.yml", "content": "---\n- name: Install GTP5 dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: true\n become: true\n loop:\n - make \n - git \n\n# - name: Configure gtp5 module.\n- name: Download GTP5 git code file...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 581, "all_permissive": false }
ansible_role
my5G/IoTSDGw_orchestrator
c725159e8ca54dbeeb2925539872c73d0f26e4fa
2
ansible-playbooks/roles/scenary1
8,182
[ "no_license" ]
[ { "path": "ansible-playbooks/roles/scenary1/tasks/main.yml", "content": "---\n- name: Stop all docker images\n ansible.builtin.shell: docker-compose -f chirpstack-compose.yml down --remove-orphans\n args:\n chdir: /home/teste/temp/iotsdgw/orquestrators/scenary1/\n become: yes\n\n- name: Remove metrics...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 708, "all_permissive": false }
ansible_role
rpotsel/sandbox-code
8f9299d7900ed923efc7a813e0219f8ba615a257
0
roles/git-copy
8,182
[ "no_license" ]
[ { "path": "roles/git-copy/tasks/main.yml", "content": "---\n# requires further development: config git, include runner\n- name: Install python-gitlab api\n ansible.builtin.pip:\n name: python-gitlab\n\n- include_tasks: create-group.yml\n loop: \"{{ gitlab_groups }}\"\n loop_control:\n loop_var: gro...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2354, "all_permissive": false }
ansible_role
rpotsel/sandbox-code
8f9299d7900ed923efc7a813e0219f8ba615a257
0
roles/gitlab
8,182
[ "no_license" ]
[ { "path": "roles/gitlab/defaults/main.yml", "content": "---\ngitlab_edition: gitlab-ce\ngitlab_version: 16.5.2-ce.0\ngitlab_arch: amd64\ngitlab_packages_url: \"https://packages.gitlab.com/gitlab/gitlab-ce/packages\"\n\n# General config\ngitlab_domain: gitlab\ngitlab_external_url: \"https://{{ gitlab_domain ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5595, "all_permissive": false }
ansible_role
rpotsel/sandbox-code
8f9299d7900ed923efc7a813e0219f8ba615a257
0
roles/haproxy
8,182
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "---\n- name: Ensure HAProxy is install\n ansible.builtin.package: name=haproxy state=present\n\n- name: Copy HAProxy configuration in place\n ansible.builtin.template:\n src: haproxy.cfg.j2\n dest: /etc/haproxy/haproxy.cfg\n mode: 0644\n va...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3729, "all_permissive": false }
ansible_role
rpotsel/sandbox-code
8f9299d7900ed923efc7a813e0219f8ba615a257
0
roles/kubernetes
8,182
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/containerd.yml", "content": "---\n- name: Generate containerd core modules file\n ansible.builtin.template:\n src: \"k8s.conf.j2\"\n dest: \"{{ containerd_modules_file }}\"\n owner: root\n group: root\n mode: 0644\n\n- name: Load kernel modules\n community....
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 17234, "all_permissive": false }
ansible_role
phkress/WordPress-Ansible
453888a236754573d6bd3de335007e5afbd6a792
0
roles/mysql
8,182
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: \"APT Install Mysql\"\n apt:\n name:\n - mysql-server\n - mysql-client\n - python3-mysqldb\n - libmysqlclient-dev\n state: present\n become: yes\n\n- name: \"MySQL create database\"\n mysql_db:\n name: \"{{ wp_d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 626, "all_permissive": false }
ansible_role
phkress/WordPress-Ansible
453888a236754573d6bd3de335007e5afbd6a792
0
roles/webserver
8,182
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n- name: \"APT Install basic packets PHP and Apache\"\n apt:\n name:\n - php-curl\n - php-gd\n - php-mbstring\n - php-xml\n - php-xmlrpc\n - php-soap\n - php-intl\n - php-zip\n - php\n - libapac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 518, "all_permissive": false }
ansible_role
phkress/WordPress-Ansible
453888a236754573d6bd3de335007e5afbd6a792
0
roles/wordpress
8,182
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- name: \"Download latest Wordpress\"\n get_url:\n url: \"https://wordpress.org/latest.tar.gz\"\n dest: \"/tmp/wordpress.tar.gz\"\n\n- name: \"Wordpress unarchive\"\n unarchive:\n src: \"/tmp/wordpress.tar.gz\"\n dest: /var/www/\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 897, "all_permissive": false }
ansible_role
longtu/ansible-kubernetes-centos
804f57410061c9111ee5f40fdf1592f23534caa8
0
roles/common
8,182
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: System packages update\n yum: name=* state=latest\n\n- name: Disable firewall\n service: name=firewalld state=stopped enabled=no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 139, "all_permissive": false }
ansible_role
longtu/ansible-kubernetes-centos
804f57410061c9111ee5f40fdf1592f23534caa8
0
roles/dns
8,182
[ "no_license" ]
[ { "path": "roles/dns/tasks/main.yml", "content": "---\n- name: Configure dns\n template: src=kubelet.j2 dest=/etc/kubernetes/kubelet\n\n- name: Restart kubelet\n service: name=kubelet state=restarted enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 159 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 159, "all_permissive": false }
ansible_role
longtu/ansible-kubernetes-centos
804f57410061c9111ee5f40fdf1592f23534caa8
0
roles/docker-registry
8,182
[ "no_license" ]
[ { "path": "roles/docker-registry/tasks/main.yml", "content": "- name: Make sure directory exists for private docker registry ca\n file: path={{ registry_ca_path }} state=directory mode=0644\n\n- name: Create the ca for pricate docker registry\n template: src=dockerCA.crt.j2 dest={{ registry_ca_path }}/doc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 810, "all_permissive": false }
ansible_role
longtu/ansible-kubernetes-centos
804f57410061c9111ee5f40fdf1592f23534caa8
0
roles/etcd
8,182
[ "no_license" ]
[ { "path": "roles/etcd/templates/etcd.conf.j2", "content": "ETCD_NAME=default\nETCD_DATA_DIR=\"/var/lib/etcd/default.etcd\"\nETCD_LISTEN_PEER_URLS=\"http://localhost:2380,http://localhost:7001\"\nETCD_LISTEN_CLIENT_URLS=\"http://0.0.0.0:4001,http://0.0.0.0:2379\"\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 387, "all_permissive": false }
ansible_role
longtu/ansible-kubernetes-centos
804f57410061c9111ee5f40fdf1592f23534caa8
0
roles/flannel-master
8,182
[ "no_license" ]
[ { "path": "roles/flannel-master/tasks/main.yml", "content": "---\n- name: Install flannel\n yum: name=flannel state=latest\n\n- name: Create Flannel configuration file\n command: /usr/bin/curl -s -L http://{{ groups['etcd'][0] }}:4001/v2/keys/coreos.com/network/config -XPUT -d value='{\"Network\":\"{{ fla...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 327, "all_permissive": false }
ansible_role
longtu/ansible-kubernetes-centos
804f57410061c9111ee5f40fdf1592f23534caa8
0
roles/flannel-minion
8,182
[ "no_license" ]
[ { "path": "roles/flannel-minion/tasks/main.yml", "content": "---\n- name: Install flannel if not already installed\n yum: name=flannel state=latest\n\n- name: Config flanneld\n template: src=flanneld.j2 dest=/etc/sysconfig/flanneld\n\n- name: Enable and restart flanneld\n service: name=flanneld state=res...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 577, "all_permissive": false }
ansible_role
longtu/ansible-kubernetes-centos
804f57410061c9111ee5f40fdf1592f23534caa8
0
roles/kubernetes
8,182
[ "no_license" ]
[ { "path": "roles/kubernetes/templates/docker.j2", "content": "OPTIONS='--selinux-enabled'\nDOCKER_CERT_PATH=/etc/docker\n\n{% if enable_http_proxy %}\n\nHTTP_PROXY={{ http_proxy }}\n\n{% endif %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 270, "all_permissive": false }
ansible_role
longtu/ansible-kubernetes-centos
804f57410061c9111ee5f40fdf1592f23534caa8
0
roles/master
8,182
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yml", "content": "---\n- name: Configure controller-manager\n template: src=controller-manager.j2 dest=/etc/kubernetes/controller-manager\n\n- name: Configure config\n template: src=config.j2 dest=/etc/kubernetes/config\n\n- name: Configure apiserver\n template: src=api...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1818, "all_permissive": false }
ansible_role
longtu/ansible-kubernetes-centos
804f57410061c9111ee5f40fdf1592f23534caa8
0
roles/minion
8,182
[ "no_license" ]
[ { "path": "roles/minion/tasks/main.yml", "content": "---\n- name: Configure config\n template: src=config.j2 dest=/etc/kubernetes/config\n\n- name: Configure kubelet\n template: src=kubelet.j2 dest=/etc/kubernetes/kubelet\n\n- name: Configure proxy\n template: src=proxy.j2 dest=/etc/kubernetes/proxy\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 409, "all_permissive": false }
ansible_role
qwattash/config
ed124c044d3b4a8dd33642f228845bb70eafeac6
0
roles/conf_headless_base
8,182
[ "no_license" ]
[ { "path": "roles/conf_headless_base/tasks/git.yml", "content": "#\n# Global git configuration\n#\n\n- name: Install global git configuration\n template:\n src: git.conf\n dest: \"~/.gitconfig\"\n\n- name: Install global gitignore\n copy:\n src: gitignore.conf\n dest: \"~/{{ user_local_confdir ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 8122, "all_permissive": false }
ansible_role
qwattash/config
ed124c044d3b4a8dd33642f228845bb70eafeac6
0
roles/conf_x11_base
8,182
[ "no_license" ]
[ { "path": "roles/conf_x11_base/meta/main.yml", "content": "#\n# Meta configuration\n#\n\n---\ndependencies:\n - role: conf_headless_base\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/conf_x11_base/files/awesome/qwattash_conf/q_wallpaper....
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 26646, "all_permissive": false }
ansible_role
qwattash/config
ed124c044d3b4a8dd33642f228845bb70eafeac6
0
roles/repo
8,182
[ "no_license" ]
[ { "path": "roles/repo/tasks/main.yml", "content": "#\n# Top level tasks for local repository setup.\n#\n\n- import_tasks: arch.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/repo/tasks/arch.yml", "content": "#\n# Top level Arch Lin...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2169, "all_permissive": false }
ansible_role
XtremeXSPC/Dots-2.0
a04f599c7fec2c5230fec272a13cbbd5abeef641
0
ansible/roles/common
8,182
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Install common packages (macOS)\n community.general.homebrew:\n name:\n - git\n - curl\n - wget\n state: present\n when: ansible_os_family == \"Darwin\"\n\n- name: Install common packages (Linux)\n ansible.buil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 388, "all_permissive": false }
ansible_role
XtremeXSPC/Dots-2.0
a04f599c7fec2c5230fec272a13cbbd5abeef641
0
ansible/roles/devtools
8,182
[ "no_license" ]
[ { "path": "ansible/roles/devtools/tasks/main.yml", "content": "---\n- name: Define packages for all OS\n set_fact:\n devtools_packages_macos:\n - eza\n - bat\n - fzf\n - thefuck\n - zoxide\n - ranger\n - trash-cli\n devtools_packages_arch:\n - eza\n - bat\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 712, "all_permissive": false }
ansible_role
XtremeXSPC/Dots-2.0
a04f599c7fec2c5230fec272a13cbbd5abeef641
0
ansible/roles/zsh
8,182
[ "no_license" ]
[ { "path": "ansible/roles/zsh/tasks/main.yml", "content": "---\n- name: Install Zsh\n ansible.builtin.package:\n name: zsh\n state: present\n\n- name: Check if Oh My Zsh is installed\n stat:\n path: \"{{ ansible_env.HOME }}/.oh-my-zsh\"\n register: oh_my_zsh_stat\n\n- name: Install Oh My Zsh\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 826, "all_permissive": false }
ansible_role
toubi-Mohamed/pfe
c06dcfb5a91f97ac80290197b8740837b6750fbd
0
nexus/ansible/roles/idealista.nexus-role
8,182
[ "no_license" ]
[ { "path": "nexus/ansible/roles/idealista.nexus-role/templates/nexus.properties.j2", "content": "##################### Nexus Configuration #####################\n#\n# {{ ansible_managed }}\n#\n\napplication-host = {{ nexus_host }}\napplication-port = {{ nexus_port }}\nnexus-context-path = {{ nexus_context_pa...
{ "task_files": 25, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 45, "total_bytes": 44168, "all_permissive": false }
ansible_role
sjtug/kxsw
97c00de6aed0d08e5351f89a2d0f7920647579f7
53
ansible/roles/kcptun
8,181
[ "no_license" ]
[ { "path": "ansible/roles/kcptun/defaults/main.yml", "content": "kcptun_release: latest", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "ansible/roles/kcptun/tasks/main.yml", "content": "# kcptun\n- name: Download kcptun GitHub latest release tag...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1856, "all_permissive": false }
ansible_role
sjtug/kxsw
97c00de6aed0d08e5351f89a2d0f7920647579f7
53
ansible/roles/shadowsocks-libev
8,181
[ "no_license" ]
[ { "path": "ansible/roles/shadowsocks-libev/tasks/Debian-src.yml", "content": "- name: Install shadowsocks-libev build tools and supervisor\n apt: name={{ item }} install_recommends=no update_cache=yes\n with_items:\n - build-essential\n - autoconf\n - libtool\n - libssl-dev\n - libpcre3-dev...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 7312, "all_permissive": false }
ansible_role
cisco-dcn-enablement-emea/dc_automation_essentials_for_partners
c4b72eed24a10b5674cd49e6d71b222e44897635
12
day_03/03_cisco_aci_examples/example_03_ansible_roles/ansible_tenant_example_with_roles/roles/cisco_aci_tenant
8,181
[ "no_license" ]
[ { "path": "day_03/03_cisco_aci_examples/example_03_ansible_roles/ansible_tenant_example_with_roles/roles/cisco_aci_tenant/tests/test.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n- hosts: localhost\n remote_user: root\n roles:\n - cisco_aci_tenant\n", "license_type": "no_license", "de...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 8618, "all_permissive": false }
ansible_role
acebone11/gb_ansible_hw
fa8555b159fa2fded9641dc1ac5cfe30ed831d86
0
roles/file
8,181
[ "no_license" ]
[ { "path": "roles/file/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n tasks:\n - name: \"Include common.file\"\n include_role:\n name: \"common.file\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "path...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 679, "all_permissive": false }
ansible_role
rmb938/rpi-images
67c3b09a728bc9823466264d43d73f22f9f47029
3
images/harden/ansible/roles/1_1_filesystem_configuration
8,181
[ "no_license" ]
[ { "path": "images/harden/ansible/roles/1_1_filesystem_configuration/tasks/main.yml", "content": "---\n- name: \"1.1.1.1 - 1.1.1.7\"\n copy:\n dest: /etc/modprobe.d/disabled-fs-ansible.conf\n owner: root\n group: root\n mode: '0644'\n content: |\n install cramfs /bin/true\n install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 370, "all_permissive": false }
ansible_role
rmb938/rpi-images
67c3b09a728bc9823466264d43d73f22f9f47029
3
images/harden/ansible/roles/1_5_additional_process_hardening
8,181
[ "no_license" ]
[ { "path": "images/harden/ansible/roles/1_5_additional_process_hardening/tasks/main.yml", "content": "---\n- name: \"1.5.1\"\n copy:\n dest: /etc/security/limits.d/10-core-dump-restricted.conf\n owner: root\n group: root\n mode: '0644'\n content: |\n * hard core ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 359, "all_permissive": false }
ansible_role
rmb938/rpi-images
67c3b09a728bc9823466264d43d73f22f9f47029
3
images/harden/ansible/roles/2_2_special_purpose_services
8,181
[ "no_license" ]
[ { "path": "images/harden/ansible/roles/2_2_special_purpose_services/tasks/main.yml", "content": "---\n- name: \"2.2.3\"\n apt:\n name:\n - avahi-daemon\n state: absent\n purge: yes\n autoremove: yes\n\n- name: \"2.2.16\"\n systemd:\n name: rsync\n enabled: no\n masked: yes\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
rmb938/rpi-images
67c3b09a728bc9823466264d43d73f22f9f47029
3
images/harden/ansible/roles/3_1_network_parameters_host_only
8,181
[ "no_license" ]
[ { "path": "images/harden/ansible/roles/3_1_network_parameters_host_only/tasks/main.yml", "content": "---\n- name: \"3.1.2\"\n sysctl:\n name: \"{{ item.name }}\"\n value: \"{{ item.value }}\"\n reload: no\n with_items:\n - {name: \"net.ipv4.conf.all.send_redirects\", value: 0}\n - {name: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
rmb938/rpi-images
67c3b09a728bc9823466264d43d73f22f9f47029
3
images/harden/ansible/roles/3_2_network_parameters_host_and_router
8,181
[ "no_license" ]
[ { "path": "images/harden/ansible/roles/3_2_network_parameters_host_and_router/tasks/main.yml", "content": "---\n- name: \"3.2.1\"\n sysctl:\n name: \"{{ item.name }}\"\n value: \"{{ item.value }}\"\n reload: no\n with_items:\n - {name: \"net.ipv4.conf.all.accept_source_route\", value: 0}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1726, "all_permissive": false }
ansible_role
rmb938/rpi-images
67c3b09a728bc9823466264d43d73f22f9f47029
3
images/harden/ansible/roles/3_4_uncommon_network_protocols
8,181
[ "no_license" ]
[ { "path": "images/harden/ansible/roles/3_4_uncommon_network_protocols/tasks/main.yml", "content": "---\n- name: \"3.4.1 - 3.4.4\"\n copy:\n dest: /etc/modprobe.d/disabled-network-ansible.conf\n owner: root\n group: root\n mode: '0644'\n content: |\n install dccp /bin/true\n install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
rmb938/rpi-images
67c3b09a728bc9823466264d43d73f22f9f47029
3
images/harden/ansible/roles/5_2_ssh_server_configuration
8,181
[ "no_license" ]
[ { "path": "images/harden/ansible/roles/5_2_ssh_server_configuration/tasks/main.yml", "content": "---\n- name: \"5.2.2\"\n lineinfile: dest=/etc/ssh/sshd_config regexp='^Protocol 2' line='Protocol 2'\n\n- name: \"5.2.3\"\n lineinfile: dest=/etc/ssh/sshd_config regexp='^#?LogLevel' line='LogLevel INFO'\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3399, "all_permissive": false }
ansible_role
vaztel/ansible-tableau
7426dd2cf922b0682bab4cbc9c29f9a71464380c
0
roles/tableauServer
8,181
[ "no_license" ]
[ { "path": "roles/tableauServer/tasks/main.yml", "content": "- name: Install Tableau\n import_tasks: ./installTableau.yml\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/tableauServer/tasks/installTableau.yml", "content": "- name: In...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1228, "all_permissive": false }
ansible_role
edemauro/jenkins-and-docker
93891ed0e64e6a3f00c15204c455b6b290ca9253
0
slave/provisioning/dockerhost/roles/docker
8,181
[ "no_license" ]
[ { "path": "slave/provisioning/dockerhost/roles/docker/tasks/main.yml", "content": "---\n- name: See if pip is installed already\n command: \"pip --version\"\n changed_when: false\n failed_when: false\n register: pip_installed\n\n- block:\n\n - name: Download pip\n get_url: url=https://bootstrap.pypa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 887, "all_permissive": false }
ansible_role
yangliang20065613/ansible
86bfe54d332ad6826333f0f6237ad108bae1bb79
0
roles/ceph
8,181
[ "no_license" ]
[ { "path": "roles/ceph/tasks/spdk-osd.yml", "content": "- name: Copy the bootstrap osd keyring\n file: src=/etc/ceph/ceph.client.bootstrap-osd.keyring state=link force=yes\n dest=/var/lib/ceph/bootstrap-osd/ceph.keyring\n\n#- name: Check if disk /dev/{{item}} is prepared\n# shell: ceph-disk list | g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2256, "all_permissive": false }
ansible_role
alexandervoelskow/ec2-lamp
8f18a4be4142ba10428a648c84fee47c9058076e
0
roles/apache
8,181
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n# tasks file for apache\n- name: Esure that the httpd package is not installed\n yum:\n name: httpd\n state: absent\n- name: Ensure that the httpd-tools package is not installed\n yum:\n name: httpd-tools\n state: absent\n \n \n\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
alexandervoelskow/ec2-lamp
8f18a4be4142ba10428a648c84fee47c9058076e
0
roles/php
8,181
[ "no_license" ]
[ { "path": "roles/php/files/index.php", "content": "<html>\n<head>\n\t<title>Welcome to DevOps</title>\n</head>\n<body>\n\t<h1><?php echo \"This is a PHP Output\";?></h1>\n</body>\n</html>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { "path": "roles/php...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 491, "all_permissive": false }
ansible_role
olddriver4/ansible-playbook
eb64b198d999ca50f1c80382c96269a6947d618b
1
roles/install_mysql
8,181
[ "no_license" ]
[ { "path": "roles/install_mysql/tasks/add_group.yml", "content": "- name: create group\n group: \n name: mysql\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/install_mysql/vars/main.yml", "content": "rev: 5.7.31\nwork_dir: /usr/lo...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 8149, "all_permissive": false }
ansible_role
olddriver4/ansible-playbook
eb64b198d999ca50f1c80382c96269a6947d618b
1
roles/install_openresty
8,181
[ "no_license" ]
[ { "path": "roles/install_openresty/tasks/main.yml", "content": "- include: add_group.yml\n- include: add_user.yml \n- include: download_binary.yml \n- include: install.yml \n- include: variable.yml\n- include: create_configdir.yml\n- include: copy_config_file.yml \n- include: start.yml\n", "license_type...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 11820, "all_permissive": false }
ansible_role
olddriver4/ansible-playbook
eb64b198d999ca50f1c80382c96269a6947d618b
1
roles/install_redis
8,181
[ "no_license" ]
[ { "path": "roles/install_redis/tasks/start.yml", "content": "- name: start redis\n shell: \"systemctl daemon-reload && systemctl start redis && systemctl enable redis\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "roles/install_redis/tasks/d...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 2661, "all_permissive": false }
ansible_role
dccs-tech/zimagi-host
7383da94558501f71ba3e1f720dcfe85fa8d327a
0
ansible/roles/zimagi
8,181
[ "permissive" ]
[ { "path": "ansible/roles/zimagi/tasks/initialize.yml", "content": "- name: initialization | check\n stat:\n path: \"{{ local_docker_compose }}\"\n register: _docker_compose\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 108 }, { "p...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1025, "all_permissive": true }
ansible_role
usrbinkat/qubo
72153193c1888fe1559e4329eecf03bb5281afbb
0
roles/hypervisor
8,181
[ "no_license" ]
[ { "path": "roles/hypervisor/tasks/network.yml", "content": "---\n- name: \"{{ konductor.plugin }} | nmcli:type.bridge | Create cluster bridge\"\n community.general.nmcli:\n type: bridge\n state: present\n conn_name: Bridge_Qubo_O3\n ifname: qubo-br0\n stp: yes\n\n- name: \"{{ konductor.plugi...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4596, "all_permissive": false }
ansible_role
usrbinkat/qubo
72153193c1888fe1559e4329eecf03bb5281afbb
0
roles/undercloud
8,181
[ "no_license" ]
[ { "path": "roles/undercloud/handlers/main.yml", "content": "---\n# handlers file for undercloud\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/undercloud/defaults/main.yml", "content": "---\niface_default: \"{{ iface ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 11814, "all_permissive": false }
ansible_role
usrbinkat/qubo
72153193c1888fe1559e4329eecf03bb5281afbb
0
src/ansible/playbooks/roles/ansible-config-load
8,181
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/ansible-config-load/tasks/main.yaml", "content": "---\n- include_vars:\n file: \"{{ config }}\"\n run_once: true\n\n- include_vars:\n file: \"{{ item }}\"\n loop: \"{{ configs }}\"\n run_once: true\n ", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
usrbinkat/qubo
72153193c1888fe1559e4329eecf03bb5281afbb
0
src/ansible/playbooks/roles/libvirt-clean-ocs-storage
8,181
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/libvirt-clean-ocs-storage/tasks/main.yaml", "content": "---\n\n- name: Check to see if OCS path is valid\n ansible.builtin.stat:\n path: \"{{ ocs_disk_path }}\"\n register: p\n\n- name: Remove OCS storage directories\n shell: |\n rm -rf {{ ocs_disk_path }}/* &...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 262, "all_permissive": false }
ansible_role
usrbinkat/qubo
72153193c1888fe1559e4329eecf03bb5281afbb
0
src/ansible/playbooks/roles/libvirt-deploy-vms
8,181
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/libvirt-deploy-vms/tasks/main.yaml", "content": "---\n\n## vars to be passed in by playbook\n# type\n# vm_pool_dir\n# inventory mac name\n\n\n- name: Setup vars for Bootstrap VM\n set_fact:\n cpu: \"{{ control_cpu }}\"\n memory: \"{{ control_memory }}\"\n typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4382, "all_permissive": false }
ansible_role
usrbinkat/qubo
72153193c1888fe1559e4329eecf03bb5281afbb
0
src/ansible/playbooks/roles/libvirt-remove-bootstrap
8,181
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/libvirt-remove-bootstrap/tasks/main.yaml", "content": "---\n\n- name: Remove Bootstrap VM\n shell: |\n virsh destroy bootstrap &> /dev/null\n virsh undefine bootstrap &> /dev/null\n\n\n\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 130, "all_permissive": false }
ansible_role
usrbinkat/qubo
72153193c1888fe1559e4329eecf03bb5281afbb
0
src/ansible/playbooks/roles/libvirt-remove-cluster
8,181
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/libvirt-remove-cluster/tasks/main.yaml", "content": "---\n\n\n\n- name: Destroy VMS\n command: virsh destroy {{ item }}\n ignore_errors: yes\n loop:\n - bootstrap\n - control1\n - control2\n - control3\n - worker1\n - worker2\n - worker3\n\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 940, "all_permissive": false }