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
justuswilhelm/web-server
cba1a2d5e05dc3f77e44ead51c42241439aed70b
0
roles/iodine
7,586
[ "no_license" ]
[ { "path": "roles/iodine/vars/main.yml", "content": "iodine_git: \"https://github.com/yarrick/iodine.git\"\niodine_dir: /tmp/iodine\niodine_domain: t1.justus.pw\niodine_ip: 192.168.1.99\niodine_external_ip: 172.16.17.32\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 161 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1277, "all_permissive": false }
ansible_role
justuswilhelm/web-server
cba1a2d5e05dc3f77e44ead51c42241439aed70b
0
roles/os
7,586
[ "no_license" ]
[ { "path": "roles/os/tasks/main.yml", "content": "---\n- name: Set hostname\n hostname:\n name: \"{{ os_hostname }}\"\n\n- name: Perform apt dist upgrade\n apt:\n autoremove: yes\n update_cache: yes\n upgrade: dist\n\n- name: Add packages\n apt:\n pkg: \"{{ item }}\"\n with_items: \"{{ apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 306, "all_permissive": false }
ansible_role
morgadodesarrollador/HLC
a204ebcf860b5f20e14e98161dba8b759367f88d
0
Ansible/proyectos/web/roles/apache2
7,586
[ "no_license" ]
[ { "path": "Ansible/proyectos/web/roles/apache2/tasks/setupGit.yml", "content": "\n- name: Descargar repositorio\n template:\n src: git.sh.j2\n dest: /root/git.sh\n owner: root\n group: root\n mode: 755\n\n- name: Ejecutar script git.sh\n shell: /root/git.sh\n args:\n creates: \"/var/www...
{ "task_files": 13, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 6032, "all_permissive": false }
ansible_role
morgadodesarrollador/HLC
a204ebcf860b5f20e14e98161dba8b759367f88d
0
Ansible/proyectos/web/roles/hosts
7,586
[ "no_license" ]
[ { "path": "Ansible/proyectos/web/roles/hosts/tasks/main copy.yml", "content": "- name: Ejecutar el comando addhosts\n- name: Ejecutar el comando addhosts\n script: addhosts.sh\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "Ansible/proyectos/we...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 1936, "all_permissive": false }
ansible_role
morgadodesarrollador/HLC
a204ebcf860b5f20e14e98161dba8b759367f88d
0
Ansible/proyectos/web/roles/users
7,586
[ "no_license" ]
[ { "path": "Ansible/proyectos/web/roles/users/tasks/bck/mainCat.yml", "content": "- name: \"Copiar hosts\"\n template: \n src: hosts.j2 \n dest: /tmp/hosts\n- name: \"añadir /etc/hosts\"\n command: \"cat /tmp/hosts >> /etc/hosts\"\n become_user: luis\n become: true\n", "license_type": "no_licen...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 3605, "all_permissive": false }
ansible_role
erma2008/ansible-july-2023
cf518749943b270e95804c60907670a2a0761eb1
0
Class4/roles/apache
7,586
[ "no_license" ]
[ { "path": "Class4/roles/apache/tasks/main.yml", "content": "- name: Install Apache\n yum:\n name: \"{{ package }}\"\n state: present\n- name: Start and enable Apache\n service:\n name: httpd\n state: started\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 170, "all_permissive": false }
ansible_role
erma2008/ansible-july-2023
cf518749943b270e95804c60907670a2a0761eb1
0
Class4/roles/database
7,586
[ "no_license" ]
[ { "path": "Class4/roles/database/defaults/main.yml", "content": "db_name: wordpress\ndb_user: kaizen1\ndb_password: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "Class4/roles/database/tasks/main.yml", "content": "- name: Install ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 850, "all_permissive": false }
ansible_role
erma2008/ansible-july-2023
cf518749943b270e95804c60907670a2a0761eb1
0
Class4/roles/wordpress
7,586
[ "no_license" ]
[ { "path": "Class4/roles/wordpress/tasks/main.yml", "content": "- name: Download wordpress\n get_url:\n url: \"{{ wordpress_url }}\"\n dest: \"{{ wordpress_dest }}\"\n- name: Extract wordpress\n unarchive:\n src: \"{{ wordpress_dest }}\"\n dest: /tmp\n remote_src: yes\n\n- name: Copy file wi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 700, "all_permissive": false }
ansible_role
MihaiOsoianu/roadmapsh
3b45d4e17574248df008ed870fcd882e2f8cf5a9
0
config-mgmt/roles/base
7,586
[ "no_license" ]
[ { "path": "config-mgmt/roles/base/tasks/main.yml", "content": "- name: Update all packages\n yum:\n name: '*'\n state: latest\n\n- name: Install useful packages\n yum:\n name: \"{{ item }}\"\n state: present\n loop:\n - vim\n - git\n - firewalld\n\n- name: Install fail2ban\n yum:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 481, "all_permissive": false }
ansible_role
MihaiOsoianu/roadmapsh
3b45d4e17574248df008ed870fcd882e2f8cf5a9
0
config-mgmt/roles/nginx
7,586
[ "no_license" ]
[ { "path": "config-mgmt/roles/nginx/tasks/main.yml", "content": "- name: Install nginx\n dnf:\n name: nginx\n state: present\n\n- name: Start nginx\n service:\n name: nginx\n state: started\n enabled: yes\n\n- name: Configure Nginx to use /var/www/html\n copy:\n dest: /etc/nginx/conf.d/d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 665, "all_permissive": false }
ansible_role
MihaiOsoianu/roadmapsh
3b45d4e17574248df008ed870fcd882e2f8cf5a9
0
config-mgmt/roles/ssh
7,586
[ "no_license" ]
[ { "path": "config-mgmt/roles/ssh/tasks/main.yml", "content": "- name: Create .ssh directory\n file:\n path: /home/{{ ansible_user }}/.ssh\n state: directory\n owner: \"{{ ansible_user }}\"\n mode: 0700\n\n- name: Add public key\n authorized_key:\n user: \"{{ ansible_user }}\"\n key: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 267, "all_permissive": false }
ansible_role
MihaiOsoianu/roadmapsh
3b45d4e17574248df008ed870fcd882e2f8cf5a9
0
iac-on-aws/ansible/roles/app
7,586
[ "no_license" ]
[ { "path": "iac-on-aws/ansible/roles/app/tasks/main.yml", "content": "- name: Clone full repo\n git:\n repo: https://github.com/MihaiOsoianu/roadmapsh.git\n dest: /tmp/temp-repo\n\n- name: Copy subdirectory to web root\n copy:\n src: /tmp/temp-repo/config-mgmt/site/\n dest: /usr/share/nginx/htm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 333, "all_permissive": false }
ansible_role
MihaiOsoianu/roadmapsh
3b45d4e17574248df008ed870fcd882e2f8cf5a9
0
iac-on-aws/ansible/roles/base
7,586
[ "no_license" ]
[ { "path": "iac-on-aws/ansible/roles/base/tasks/main.yml", "content": "- name: Update all packages\n yum:\n name: '*'\n state: latest\n\n- name: Install useful packages\n yum:\n name: \"{{ item }}\"\n state: present\n loop:\n - vim\n - git\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 177, "all_permissive": false }
ansible_role
Pau091288/vagrant
972719d37ec9134032332a25e87e1d690eaad094
0
roles/common
7,586
[ "no_license" ]
[ { "path": "roles/common/meta/main.yml", "content": "--- \n\ndependencies:\n - { role: php }\n - { role: nginx }\n - { role: mysql }", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/common/tasks/main.yml", "content": "- include: install....
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 704, "all_permissive": false }
ansible_role
Pau091288/vagrant
972719d37ec9134032332a25e87e1d690eaad094
0
roles/mysql
7,586
[ "no_license" ]
[ { "path": "roles/mysql/tasks/install.yml", "content": "- name: Ensure install mysql\n apt: name={{ item }} state=present\n with_items:\n - mysql-server\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/mysql/tasks/configuration.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 132, "all_permissive": false }
ansible_role
Pau091288/vagrant
972719d37ec9134032332a25e87e1d690eaad094
0
roles/nginx
7,586
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.conf.j2", "content": "user www-data;\nworker_processes 8;\npid /run/nginx.pid;\nworker_rlimit_nofile 200000;\n\nevents {\n worker_connections 1024;\n use epoll;\n multi_accept on;\n}\n\nhttp {\n client_body_timeout 10;\n keepalive_timeout 305;\n keepalive_request...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3775, "all_permissive": false }
ansible_role
Pau091288/vagrant
972719d37ec9134032332a25e87e1d690eaad094
0
roles/php
7,586
[ "no_license" ]
[ { "path": "roles/php/tasks/install.yml", "content": "- name: Ensure add repository php7.0\n apt_repository: repo='ppa:ondrej/php' state=present\n tags: add_repository\n\n- name: Actualizar\n apt: update_cache=yes\n\n- name: Ensure install dependencies\n apt: pkg={{ item }} state=installed\n with_items:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 421, "all_permissive": false }
ansible_role
leitingtod/kubeadm-deploy
8b811022722b09c9ad0ed4048b5b39cca8be851f
0
roles/docker
7,586
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Docker | Add docker apt-repository\n become: yes\n lineinfile:\n dest: /etc/apt/sources.list\n regexp: '^.*docker-ce.*$'\n line: \"deb http://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu {{ ansible_distribution_release }} stable\"\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1562, "all_permissive": false }
ansible_role
leitingtod/kubeadm-deploy
8b811022722b09c9ad0ed4048b5b39cca8be851f
0
roles/prepare
7,586
[ "no_license" ]
[ { "path": "roles/prepare/tasks/main.yml", "content": "#- name: Install the package \"python 2.7\"\n# sudo: yes\n# raw: sudo apt-get update && sudo apt-get -y install python-2.7\n- name: Init | ssh-copy-id ~/.ssh\n authorized_key:\n user: \"{{ lookup('env', 'USER') }}\"\n state: present\n key: \"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3028, "all_permissive": false }
ansible_role
nikhil-31/cloud-project-3
5fab4533ae1600ad890e6ed280a382ed3996e3af
0
.circleci/ansible/roles/configure-server
7,586
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n# - name: \"show env variables\"\n# become: true\n# shell:\n# env\n\n- name: \"update apt packages\"\n become: true\n apt:\n update_cache: true\n\n- name: \"upgrade packages\"\n become: true\n apt:\n upgr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 556, "all_permissive": false }
ansible_role
nikhil-31/cloud-project-3
5fab4533ae1600ad890e6ed280a382ed3996e3af
0
.circleci/ansible/roles/deploy
7,586
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: Copy compiled files\n become: true\n unarchive:\n src: /root/project/artifact.tar.gz\n dest: /home/ubuntu/\n\n- name: Stop and delete already running server\n become: true\n ignore_errors: true\n shell: |\n pm2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 350, "all_permissive": false }
ansible_role
diogolimaelven/elvenworks_formacao_sre
1abeda2fe12abddc8ca4e337987f6ea44d01fef9
3
aula_ansible/roles/mysql-server
7,586
[ "no_license" ]
[ { "path": "aula_ansible/roles/mysql-server/tasks/main.yml", "content": "---\n - name: instalacao mysql-server\n apt:\n pkg: \n - mysql-server\n - mysql-client\n - python3-mysqldb\n - libmysqlclient-dev\n\n update_cache: yes\n \n - name: Criando usuario no banco mysq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 471, "all_permissive": false }
ansible_role
diogolimaelven/elvenworks_formacao_sre
1abeda2fe12abddc8ca4e337987f6ea44d01fef9
3
aula_ansible/roles/wordpress
7,586
[ "no_license" ]
[ { "path": "aula_ansible/roles/wordpress/templates/vhost.nginx.conf.j2", "content": "server {\n listen 80;\n listen [::]:80;\n server_name www.example.com example.com;\n root /var/www/html/wordpress/;\n index index.php index.html index.htm index.nginx-debian.html;\n\n location / {\n try_files $uri $...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2486, "all_permissive": false }
ansible_role
TheMidnightPurple/ASCN-21-22
c568a4ec6bbdfd0f6e73544fb3f833b5789c5300
1
add_server/roles/app
7,586
[ "no_license" ]
[ { "path": "add_server/roles/app/tasks/main.yml", "content": "- name: Pull Wiki Docker Image\n docker_image:\n name: requarks/wiki\n source: pull\n\n- name: Start Wiki JS\n docker_container:\n name: \"wiki{{ app_port }}\"\n image: requarks/wiki\n state: started\n restart_policy: unless-st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 529, "all_permissive": false }
ansible_role
TheMidnightPurple/ASCN-21-22
c568a4ec6bbdfd0f6e73544fb3f833b5789c5300
1
add_server/roles/proxy
7,586
[ "no_license" ]
[ { "path": "add_server/roles/proxy/tasks/main.yml", "content": "- name: Add new server on reverse proxy configure file\n shell: sed -i -E \"s/upstream wikijs \\{/upstream wikijs {\\n\\tserver {{ item }}:{{ app_port }};/g\" ./default.conf\n loop: \"{{ ip_app }}\"\n\n- name: Stop running container nginx\n d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 621, "all_permissive": false }
ansible_role
TheMidnightPurple/ASCN-21-22
c568a4ec6bbdfd0f6e73544fb3f833b5789c5300
1
add_slave/roles/agente
7,586
[ "no_license" ]
[ { "path": "add_slave/roles/agente/tasks/main.yml", "content": "- name: Get Google Cloud Cloud Monitoring agent\n shell: curl -sSO https://dl.google.com/cloudagents/add-monitoring-agent-repo.sh\n become_user: \"{{ common_username }}\"\n\n- name: Install Google Cloud Cloud Monitoring agent\n shell: bash ad...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 375, "all_permissive": false }
ansible_role
TheMidnightPurple/ASCN-21-22
c568a4ec6bbdfd0f6e73544fb3f833b5789c5300
1
add_slave/roles/db_master
7,586
[ "no_license" ]
[ { "path": "add_slave/roles/db_master/tasks/main.yml", "content": "\n- name: Get actual DataBase\n shell: mysqldump -u{{ db_user }} -p{{ db_password }} {{ db_name }} > {{ db_name }}.sql\n become_user: \"{{ common_username }}\"\n\n- name: SHOW MASTER STATUS\n shell: mysql -u{{ db_user }} -p{{ db_password }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1309, "all_permissive": false }
ansible_role
TheMidnightPurple/ASCN-21-22
c568a4ec6bbdfd0f6e73544fb3f833b5789c5300
1
add_slave/roles/db_slaves
7,586
[ "no_license" ]
[ { "path": "add_slave/roles/db_slaves/tasks/main.yml", "content": "- name: Install Mysql packages\n apt:\n name: \"{{ item }}\"\n state: latest\n loop: \"{{ db_packages }}\"\n\n- name: mysql's configuration - change bind-address \n shell: sed -i -E \"s/^bind-address\\s*=\\s*[0-9.]+/bind-address = 0....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3096, "all_permissive": false }
ansible_role
TheMidnightPurple/ASCN-21-22
c568a4ec6bbdfd0f6e73544fb3f833b5789c5300
1
add_slave/roles/proxyMYSQL
7,586
[ "no_license" ]
[ { "path": "add_slave/roles/proxyMYSQL/tasks/main.yml", "content": "\n- name: Add new reader to proxySQL\n shell: mysql -uradmin -pradmin -h 127.0.0.1 -P16032 -e \"INSERT INTO mysql_servers(hostgroup_id, hostname, port) VALUES (0,'{{ item }}',3306);\"\n loop: \"{{ ip_db_slave }}\"\n\n- name: Set readers on...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": false }
ansible_role
TheMidnightPurple/ASCN-21-22
c568a4ec6bbdfd0f6e73544fb3f833b5789c5300
1
ansible_install_master_slave/roles/agenteSQL
7,586
[ "no_license" ]
[ { "path": "ansible_install_master_slave/roles/agenteSQL/tasks/main.yml", "content": "- name: Install Google Cloud Cloud Monitoring agent SQL\n shell: apt-get install libmysqlclient21\n\n- name: Create config file to Google Cloud Cloud Monitoring agent SQL\n template:\n src: \"mysql.conf\"\n dest: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 359, "all_permissive": false }
ansible_role
TheMidnightPurple/ASCN-21-22
c568a4ec6bbdfd0f6e73544fb3f833b5789c5300
1
ansible_install_master_slave/roles/app
7,586
[ "no_license" ]
[ { "path": "ansible_install_master_slave/roles/app/tasks/main.yml", "content": "- name: Pull Wiki Docker Image\n docker_image:\n name: requarks/wiki\n source: pull\n\n- name: Start Wiki JS\n docker_container:\n name: wiki\n image: requarks/wiki\n state: started\n restart_policy: unless-st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 503, "all_permissive": false }
ansible_role
TheMidnightPurple/ASCN-21-22
c568a4ec6bbdfd0f6e73544fb3f833b5789c5300
1
ansible_install_master_slave/roles/db_master
7,586
[ "no_license" ]
[ { "path": "ansible_install_master_slave/roles/db_master/tasks/main.yml", "content": "---\n- name: Install Mysql packages\n apt:\n name: \"{{ item }}\"\n state: latest\n loop: \"{{ db_packages }}\"\n\n- name: mysql's configuration - change bind-address\n shell: sed -i -E \"s/^bind-address\\s*=\\s*[0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3066, "all_permissive": false }
ansible_role
TheMidnightPurple/ASCN-21-22
c568a4ec6bbdfd0f6e73544fb3f833b5789c5300
1
ansible_install_master_slave/roles/db_master_parte3
7,586
[ "no_license" ]
[ { "path": "ansible_install_master_slave/roles/db_master_parte3/tasks/main.yml", "content": "\n- name: Create database Wiki\n shell: mysql -u{{ db_user }} -p{{ db_password }} -e \"CREATE DATABASE {{ db_name }};\"\n\n- name: Start configure database Wiki\n ansible.builtin.copy:\n src: \"{{ inventory_dir ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 456, "all_permissive": false }
ansible_role
TheMidnightPurple/ASCN-21-22
c568a4ec6bbdfd0f6e73544fb3f833b5789c5300
1
ansible_install_master_slave/roles/db_slaves
7,586
[ "no_license" ]
[ { "path": "ansible_install_master_slave/roles/db_slaves/vars/main.yml", "content": "---\n#DB settings\ndb_packages:\n - mysql-server\n - python3-mysqldb\n\nip_master_anterior: \"{{ lookup('file', '~/ip.txt') }}\"\nbin_log_file_name: \"{{ lookup('file', '~/name.txt') }}\"\nbin_log_file_pos: \"{{ lookup('fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2756, "all_permissive": false }
ansible_role
TheMidnightPurple/ASCN-21-22
c568a4ec6bbdfd0f6e73544fb3f833b5789c5300
1
ansible_install_master_slave/roles/proxy
7,586
[ "no_license" ]
[ { "path": "ansible_install_master_slave/roles/proxy/tasks/main.yml", "content": "- name: Pull NGIN X image\n docker_image:\n name: nginx\n source: pull\n\n- name: Create NGIN X config file\n template:\n src: \"default.conf\"\n dest: \"./default.conf\"\n\n- name: Run NGIN X\n docker_container:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 632, "all_permissive": false }
ansible_role
TheMidnightPurple/ASCN-21-22
c568a4ec6bbdfd0f6e73544fb3f833b5789c5300
1
ansible_install_master_slave/roles/proxyMYSQL
7,586
[ "no_license" ]
[ { "path": "ansible_install_master_slave/roles/proxyMYSQL/tasks/main.yml", "content": "- name: Install Mysql packages\n apt:\n name: \"{{ item }}\"\n state: latest\n loop: \"{{ db_packages }}\"\n\n- name: Pull proxySQL Docker image\n docker_image:\n name: proxysql/proxysql\n source: pull\n\n#-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5341, "all_permissive": false }
ansible_role
TheMidnightPurple/ASCN-21-22
c568a4ec6bbdfd0f6e73544fb3f833b5789c5300
1
create_user/roles/common
7,586
[ "no_license" ]
[ { "path": "create_user/roles/common/vars/main.yml", "content": "---\n#provisioning\ncommon_packages:\n - openntpd\n - sudo\ncommon_shell: /bin/bash\ncommon_member_of: sudo\ncommon_services:\n - sshd\n - openntpd\ncommon_username: vagrant\ncommon_password: \"{{ lookup('file', 'files/hashed_password') }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1113, "all_permissive": false }
ansible_role
vakanto/ansible-prometheus
db302ba72b73e2b2d44377a9001b04f890eb9c0a
0
ansible/roles/prometheus
7,586
[ "permissive" ]
[ { "path": "ansible/roles/prometheus/data/prometheus.yml", "content": "global:\n scrape_interval: 30s\n external_labels:\n monitor: 'MeinPrometheus'\n\nscrape_configs:\n - job_name: meinJob\n scrape_interval: 30s\n static_configs: \n - targets:[\n \t'10.10.20.85'\n\t\t'192.168.178.2'\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2848, "all_permissive": true }
ansible_role
tdnavarrom/Ansible-Personal
c86260da5f550c4aa83f20ef99b0d3129b9aeefc
0
roles/personal
7,586
[ "no_license" ]
[ { "path": "roles/personal/tasks/config.yml", "content": "---\n- block:\n - name: import VS Code key\n rpm_key:\n state: present\n key: \"{{ microsoft_key_url }}\"\n - name: copy VSCode repo config\n copy:\n src: etc/yum.repos.d/vscode.repo\n dest: /etc/yum.repos.d/vscode.repo\n ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5956, "all_permissive": false }
ansible_role
DaviesBrown/ingryd_ansible_project
cf60aad3c5a4c961d7d5535cf6de96cc97eb5185
0
roles/base
7,597
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: Add ssh key for oga to all servers\n tags: sudoer\n authorized_key:\n user: oga\n key: \"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF8Ik9tY2asB0SPive7nJGk7ek+MbUgWzILw05yNfvEA ansible\"\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 190, "all_permissive": false }
ansible_role
DaviesBrown/ingryd_ansible_project
cf60aad3c5a4c961d7d5535cf6de96cc97eb5185
0
roles/db_servers
7,597
[ "no_license" ]
[ { "path": "roles/db_servers/tasks/main.yml", "content": "- name: Install MariaDB (Rocky)\n tags: mariadb,rocky,db\n dnf:\n name: mariadb\n state: latest\n when: ansible_distribution == \"Rocky\"\n\n- name: Install MariaDB (Ubuntu)\n tags: mariadb,ubuntu,db\n apt:\n name: mariadb-server\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 291, "all_permissive": false }
ansible_role
DaviesBrown/ingryd_ansible_project
cf60aad3c5a4c961d7d5535cf6de96cc97eb5185
0
roles/web_servers
7,597
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yml", "content": "# Ubuntu plays\n- name: Update repo and Install apache and php packages(Ubuntu)\n tags: apache,ubuntu,php,update\n apt:\n update_cache: yes\n name:\n - apache2\n - libapache2-mod-php\n state: latest\n when: ansible_distribution ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 855, "all_permissive": false }
ansible_role
aramirol/provision-k8s-cluster
f2cea6a4cb11e0a3e94ffe7e4139e54519a6f0d1
0
deploy-k8s-vsphere-role/roles/deploy-cluster
7,597
[ "no_license" ]
[ { "path": "deploy-k8s-vsphere-role/roles/deploy-cluster/tasks/check_workers.yaml", "content": "- name: check cluster nodes status\n shell: kubectl get nodes\n register: getnodes\n when: inventory_hostname in groups['control_plane_1']\n- name: show check nodes status\n debug:\n msg: \"{{getnodes.stdou...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 10823, "all_permissive": false }
ansible_role
aramirol/provision-k8s-cluster
f2cea6a4cb11e0a3e94ffe7e4139e54519a6f0d1
0
deploy-k8s-vsphere-role/roles/deploy-environment
7,597
[ "no_license" ]
[ { "path": "deploy-k8s-vsphere-role/roles/deploy-environment/vars/main.yaml", "content": "# common environment details\r\ncommon:\r\n #ntp_server: ntp_server_ip\r\n domain: \"cloudservices.int\"\r\n dns_server: \"IP Address\"\r\n\r\n# vmware environment details\r\nvmware:\r\n vcenter_ip: vcenter\r\n vce...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5658, "all_permissive": false }
ansible_role
aramirol/provision-k8s-cluster
f2cea6a4cb11e0a3e94ffe7e4139e54519a6f0d1
0
deploy-k8s-vsphere-role/roles/upgrade-cluster
7,597
[ "no_license" ]
[ { "path": "deploy-k8s-vsphere-role/roles/upgrade-cluster/tasks/main.yaml", "content": "---\r\n# Upgrade cluster\r\n- include: k8s-master-1.yaml\r\n- include: k8s-master-2.yaml\r\n- include: k8s-master-3.yaml\r\n- include: k8s-compute-1.yaml\r\n- include: k8s-compute-2.yaml\r\n#- include: k8s-compute-3.yaml\...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 12281, "all_permissive": false }
ansible_role
limON431/nextcloud-with-backup-and-ssl-on-ansible
f3d9e3e4bd85253f568291f57b71d1705d9de3a7
0
roles/docker
7,597
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Установка зависимостей\n apt:\n name: ['apt-transport-https', 'ca-certificates', 'curl', 'gnupg', 'lsb-release']\n state: present\n update_cache: true\n cache_valid_time: 3600\n\n- name: Создание каталога для ключей apt\n file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1410, "all_permissive": false }
ansible_role
limON431/nextcloud-with-backup-and-ssl-on-ansible
f3d9e3e4bd85253f568291f57b71d1705d9de3a7
0
roles/nextcloud
7,597
[ "no_license" ]
[ { "path": "roles/nextcloud/tasks/main.yml", "content": "- name: Убедиться, что volume существует\n community.docker.docker_volume:\n name: nextcloud_data\n state: present\n\n- name: Создание и запуск контейнера Nextcloud\n community.docker.docker_container:\n name: nextcloud\n image: nextcloud...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2444, "all_permissive": false }
ansible_role
limON431/nextcloud-with-backup-and-ssl-on-ansible
f3d9e3e4bd85253f568291f57b71d1705d9de3a7
0
roles/ssl
7,597
[ "no_license" ]
[ { "path": "roles/ssl/tasks/main.yml", "content": "- name: Установка Certbot для получения SSL-сертификата\n ansible.builtin.apt:\n name:\n - certbot\n - python3-certbot-apache\n state: present\n update_cache: yes\n when: ansible_os_family == \"Debian\"\n\n- name: Открыть порт 80 для про...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3367, "all_permissive": false }
ansible_role
sugarraysam/archsugar
5b01824f917ac26f07ec044d745aea6d9ed1f408
0
roles/scenario
7,597
[ "no_license" ]
[ { "path": "roles/scenario/vars/main.yml", "content": "# Set default to empty lists, to make all vars optional\n---\npacman_pkgs: []\n\n# Directories to create\ndirs_root: []\ndirs_user: []\n\n# Dotfiles to symlink\n# { src: <src>, dest: <dest> }\ndotfiles_user: []\ndotfiles_root: []\n\nfiles_to_remove: []\n...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2764, "all_permissive": false }
ansible_role
NAKKA-K/vagrant-laravel-react
522119ea3bdc124d884b07b733fde641fc330861
0
roles/laravel
7,597
[ "no_license" ]
[ { "path": "roles/laravel/tasks/main.yml", "content": "---\n- name: add php apt repository\n command: add-apt-repository ppa:ondrej/php\n\n- name: install php & depend packages\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: True\n with_items:\n - php7.2\n - php7.2-common\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 563, "all_permissive": false }
ansible_role
NAKKA-K/vagrant-laravel-react
522119ea3bdc124d884b07b733fde641fc330861
0
roles/python
7,597
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n- name: install python depend package\n apt:\n name: \"{{item}}\"\n state: present\n with_items:\n - python3-pip\n - python3-dev\n - libssl-dev\n - libbz2-dev\n - libreadline-dev\n - libsqlite3-dev\n", "license_type": "n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 216, "all_permissive": false }
ansible_role
NAKKA-K/vagrant-laravel-react
522119ea3bdc124d884b07b733fde641fc330861
0
roles/ruby
7,597
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "---\n- name: install ruby\n apt:\n name: ruby\n\n- name: install ruby depend packages\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - autoconf\n - bison\n - build-essential\n - libssl-dev\n - zlib1g-dev\n - lib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 344, "all_permissive": false }
ansible_role
Ashokabsv/my930pmplaybook
a3830e1d38c3bb8f1fee280c9785bcff8e45dc7e
0
playbook/roles/testrole
7,597
[ "no_license" ]
[ { "path": "playbook/roles/testrole/tasks/main.yml", "content": "- name: installing httpd software into hosts\n yum:\n name: httpd\n state: latest\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 87, "all_permissive": false }
ansible_role
ansible-middleware/keycloak
c1bf9727f9bef41cb66db489229c1016099ccf03
114
roles/keycloak
7,598
[ "permissive" ]
[ { "path": "roles/keycloak/tasks/debian.yml", "content": "---\n- name: Include firewall config tasks\n ansible.builtin.include_tasks:\n file: iptables.yml\n apply:\n tags:\n - firewall\n when: keycloak_configure_iptables\n tags:\n - firewall\n", "license_type": "permissive", "...
{ "task_files": 13, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 26, "total_bytes": 74316, "all_permissive": true }
ansible_role
ansible-middleware/keycloak
c1bf9727f9bef41cb66db489229c1016099ccf03
114
roles/keycloak_quarkus
7,598
[ "permissive" ]
[ { "path": "roles/keycloak_quarkus/tasks/redhat.yml", "content": "---\n- name: Include firewall config tasks\n ansible.builtin.include_tasks:\n file: firewalld.yml\n apply:\n tags:\n - firewall\n when: keycloak_quarkus_configure_firewalld\n tags:\n - firewall\n", "license_type": "...
{ "task_files": 19, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 31, "total_bytes": 81847, "all_permissive": true }
ansible_role
ansible-middleware/keycloak
c1bf9727f9bef41cb66db489229c1016099ccf03
114
roles/keycloak_realm
7,598
[ "permissive" ]
[ { "path": "roles/keycloak_realm/templates/realm.json.j2", "content": "{\n \"id\": \"{{ keycloak_realm }}\",\n \"realm\": \"{{ keycloak_realm }}\",\n \"enabled\": true,\n \"eventsEnabled\": true,\n \"eventsExpiration\": 7200\n}", "license_type": "permissive", "detected_licenses": [ "Apache...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 24149, "all_permissive": true }
ansible_role
gambxxxx/ansible-wordpress-deploy
70b1c8b849998a791b11f067c8aa4ff5f2a08fda
1
roles/netdata
7,598
[ "no_license" ]
[ { "path": "roles/netdata/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - netdata", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/netdata/vars/main.yml", "content": "---\n# vars file for netdata",...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 222, "all_permissive": false }
ansible_role
gambxxxx/ansible-wordpress-deploy
70b1c8b849998a791b11f067c8aa4ff5f2a08fda
1
roles/server
7,598
[ "no_license" ]
[ { "path": "roles/server/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt: update_cache=yes cache_valid_time=3600\n become: true\n\n- name: Install required software\n apt: name={{ item }} state=present\n become: true \n with_items:\n - git\n - nginx\n - mysql-server\n - php7...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 470, "all_permissive": false }
ansible_role
gambxxxx/ansible-wordpress-deploy
70b1c8b849998a791b11f067c8aa4ff5f2a08fda
1
roles/wordpress
7,598
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- name: Download WordPress \n get_url:\n url: https://wordpress.org/latest.zip \n dest: /tmp/wordpress.zip\n become: true\n\n- name: Install unzip\n become: true\n apt: name=unzip state=present\n\n- name: Extract Wordpress \n unarchive...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 482, "all_permissive": false }
ansible_role
oguzhandilber/AnsibleLAb
fa3c1a4280c0eab6d72e08230c9aacfb78523b0f
0
roles/common
7,598
[ "no_license" ]
[ { "path": "roles/common/tasks/setup-RedHat.yml", "content": "---\n- name: rootfs disk durumuna bak\n shell: \"df -h /\"\n args:\n executable: \"/bin/bash\"\n register: disk\n \n- name: output rootfs disk durumu\n debug:\n msg: \"{{ disk.stdout_lines }}\"\n\n- name: install rsyslog\n yum:\n name...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 867, "all_permissive": false }
ansible_role
oguzhandilber/AnsibleLAb
fa3c1a4280c0eab6d72e08230c9aacfb78523b0f
0
roles/webserver
7,598
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yaml", "content": "---\n#tasks file for akala-sep\n\n#-include tasks: variables.yml\n- include_tasks: setup-Redhat-httpd.yml\n when: ansible_os_family == 'RedHat'\n\n- include_tasks: setup-Debian-apache2.yml\n when: ansible_os_family == 'Debian'\n\n", "license_typ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 463, "all_permissive": false }
ansible_role
joshsutton/ansible-ubuntu
64f187a750f6deb94bdca09cbccfb400c1c47441
0
roles/bootstrap
7,598
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/packages.yml", "content": "---\n- name: Install packages\n action: apt pkg={{ item }} state=installed\n with_items:\n - vim\n - mc\n - htop\n - git\n - git-core\n - python-pycurl\n - tree\n - locate\n - docker.io\n - build-essential\n - mak...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 303, "all_permissive": false }
ansible_role
Prashant0712/ansible
ef16cb02df7847be22d59c2162088030daeeae54
0
playbooks/roles/wordpress
7,598
[ "no_license" ]
[ { "path": "playbooks/roles/wordpress/vars/vars.yml", "content": "---- \n database: wordpress\n user: test\n pass: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "playbooks/roles/wordpress/handlers/main.yml", "content": "- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3557, "all_permissive": false }
ansible_role
pplavetzki/sample-awx
ee8ef38dcfa66166a9a87dd26d9ca520734a2444
0
roles/common
7,598
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: install docker pre-reqs\n apt:\n state: installed\n update_cache: yes\n name:\n - python2.7\n - python-pip\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 129, "all_permissive": false }
ansible_role
pplavetzki/sample-awx
ee8ef38dcfa66166a9a87dd26d9ca520734a2444
0
roles/docker
7,598
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file for dockernode\n\n- name: check for get-pip.py\n stat:\n path: /var/tmp/get-pip.py\n register: pypi\n\n- debug: var=pypi\n\n- name: check for pip\n stat:\n path: /usr/local/bin/pip\n register: pip\n\n- debug: var=pip\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2655, "all_permissive": false }
ansible_role
ianzd/dotfiles-ansible
cc74fc1748661f46ca4d427f74f4aceefc8566e6
1
roles/dotfiles
7,598
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/vim.yml", "content": "---\n\n- name: link vimrc\n file: path=~/.vimrc state=link src={{filesdir}}/vimrc\n\n- name: get Vundle from github\n git: repo=https://github.com/VundleVim/Vundle.vim.git dest=~/.vim/bundle/Vundle.vim update=no\n notify: install Vundle plugins\n", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 6180, "all_permissive": false }
ansible_role
ianzd/dotfiles-ansible
cc74fc1748661f46ca4d427f74f4aceefc8566e6
1
roles/gnome-annoyances
7,598
[ "no_license" ]
[ { "path": "roles/gnome-annoyances/tasks/main.yml", "content": "---\n\n- name: create extensions dir, if it doens't already exist\n tags: gnome-annoyances\n file:\n path: ~/.local/share/gnome-shell/extensions\n state: directory\n\n- name: grab the disable-workspace-switcher-popup extension. Restart g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 499, "all_permissive": false }
ansible_role
pretsadev/automate
d9a4ac8884aba13d8411d20b3e8f486f59cf8bdc
0
pretsa/automate/roles/docker
7,598
[ "no_license" ]
[ { "path": "pretsa/automate/roles/docker/tasks/main.yml", "content": "---\n- name: install docker\n ansible.builtin.import_role:\n name: package\n vars:\n package_id: docker\n package_add_repo: true\n package_apt_gpg_key_url: https://download.docker.com/linux/ubuntu/gpg\n package_apt_repo_ur...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2066, "all_permissive": false }
ansible_role
pretsadev/automate
d9a4ac8884aba13d8411d20b3e8f486f59cf8bdc
0
pretsa/automate/roles/fail2ban
7,598
[ "no_license" ]
[ { "path": "pretsa/automate/roles/fail2ban/tasks/main.yml", "content": "---\n- name: install docker\n ansible.builtin.import_role:\n name: package\n vars:\n package_id: fail2ban\n package_yum_prerequisite:\n - epel-release\n package_name:\n - fail2ban\n notify: fail2ban_restart_servi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1491, "all_permissive": false }
ansible_role
pretsadev/automate
d9a4ac8884aba13d8411d20b3e8f486f59cf8bdc
0
pretsa/automate/roles/firewall
7,598
[ "no_license" ]
[ { "path": "pretsa/automate/roles/firewall/handlers/main.yml", "content": "---\n- name: firewall_ufw_reload\n community.general.ufw:\n state: reloaded\n\n- name: firewall_firewalld_reload\n community.general.ufw:\n state: reloaded\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2315, "all_permissive": false }
ansible_role
pretsadev/automate
d9a4ac8884aba13d8411d20b3e8f486f59cf8bdc
0
pretsa/automate/roles/netbird_client
7,598
[ "no_license" ]
[ { "path": "pretsa/automate/roles/netbird_client/README.md", "content": "Role Name\n=========\n\npretsa.automate.netbird_client\n\nRequirements\n------------\n\nN/A\n\nRole Variables\n--------------\n\n- netbird_client_setup_key: Nebird setup key (required)\n\nDependencies\n------------\n\nN/A\n\nExample Pla...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1304, "all_permissive": false }
ansible_role
pretsadev/automate
d9a4ac8884aba13d8411d20b3e8f486f59cf8bdc
0
pretsa/automate/roles/package
7,598
[ "no_license" ]
[ { "path": "pretsa/automate/roles/package/tasks/dnf.yml", "content": "- name: add package gpg key using dnf- {{ package_id }}\n ansible.builtin.rpm_key:\n key: \"{{ package_yum_gpg_key_url }}\"\n state: present\n when: package_add_repo | bool\n\n- name: add package repository using dnf- {{ package_id...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3049, "all_permissive": false }
ansible_role
pretsadev/automate
d9a4ac8884aba13d8411d20b3e8f486f59cf8bdc
0
pretsa/automate/roles/user
7,598
[ "no_license" ]
[ { "path": "pretsa/automate/roles/user/meta/main.yml", "content": "galaxy_info:\n author: PRETSA\n description: Create and configure a system user\n company: RETSA\n license: MIT\n min_ansible_version: 2.10\n galaxy_tags: []\ndependencies: []\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1854, "all_permissive": false }
ansible_role
erazdobarov65/ansible
b00c968db6cd657808c6b7c6b21949c1823b02ee
0
roles/docker
7,598
[ "no_license" ]
[ { "path": "roles/docker/tasks/install_centos.yml", "content": "---\n- name: Install Docker\n ansible.builtin.yum:\n name:\n - docker-ce\n - docker-ce-cli\n state: latest\n update_cache: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { "p...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 488, "all_permissive": false }
ansible_role
erazdobarov65/ansible
b00c968db6cd657808c6b7c6b21949c1823b02ee
0
roles/postgres
7,598
[ "no_license" ]
[ { "path": "roles/postgres/defaults/main.yml", "content": "---\n# defaults file for postgres\npostgresql_bin_path: /usr/lib/postgresql/{{ postgresql_version }}/bin\nansible_ssh_pipelining: true\npostgresql_user: postgres\npostgresql_group: postgres\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 590, "all_permissive": false }
ansible_role
dischord01/demo-playbook
302d7aa111be083640c83c4a255c08f01c600ef5
0
roles/vmware.hosts
7,598
[ "no_license" ]
[ { "path": "roles/vmware.hosts/tasks/main.yml", "content": "# file: roles/vmware.hosts/tasks/main.yml\n# http://docs.ansible.com/ansible/vmware_guest_module.html\n---\n#----------------------------------------------\n# RHEL VM:\n#----------------------------------------------\n- name: Create RHEL VMs\n vmwa...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3448, "all_permissive": false }
ansible_role
cyberark/conjur-aws
b55f68333f775340e6897dffb89ceda216d53121
4
roles/conjur
7,598
[ "no_license" ]
[ { "path": "roles/conjur/files/set_admin_password.sh", "content": "#!/bin/sh -e\n\napi_key=\"$1\"; shift\npassword=\"$1\"; shift\n\nset -a\n. /etc/default/conjur\n\ndocker run --rm --net=host \\\n -e CONJUR_APPLIANCE_URL=http://localhost \\\n -e CONJUR_ACCOUNT \\\n -e CONJUR_AUTHN_LOGIN=admin \\\n -e CON...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3995, "all_permissive": false }
ansible_role
geotribu/infra
90aef67f2d9ae38f0a825eef9acc79fb603d073c
0
ansible/roles/backup
7,599
[ "no_license" ]
[ { "path": "ansible/roles/backup/templates/geotribu-backup-site-cdn.sh.j2", "content": "#!/bin/bash\n\n# Create a release with compressed CDN images, then send a notification to Slack\n\n# Le petit manuel\nif [ \"$1\" = \"-h\" ] ; then\n echo \"Usage : ./$(basename $0)\"\n echo \"Show this help: ./$(ba...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6810, "all_permissive": false }
ansible_role
geotribu/infra
90aef67f2d9ae38f0a825eef9acc79fb603d073c
0
ansible/roles/cdn-indexer
7,599
[ "no_license" ]
[ { "path": "ansible/roles/cdn-indexer/templates/images-indexer.ini.j2", "content": "[global]\nLOG_LEVEL=30\nEXTENSIONS_TO_INDEX=.gif,.jpg,.jpeg,.png,.svg,.webp\nTARGET_FOLDER={{ cdn_path }}images\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6441, "all_permissive": false }
ansible_role
geotribu/infra
90aef67f2d9ae38f0a825eef9acc79fb603d073c
0
ansible/roles/cdn.geotribu.fr
7,599
[ "no_license" ]
[ { "path": "ansible/roles/cdn.geotribu.fr/README.md", "content": "# Interface de gestion des fichiers du CDN\n\nL'outil utilisé est [Tiny File Manager](https://tinyfilemanager.github.io/).\n\n> Voir [l'article présentant le fonctionnement sur Geotribu](https://geotribu.fr/contribuer/guides/image/#parcourir-l...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 9210, "all_permissive": false }
ansible_role
geotribu/infra
90aef67f2d9ae38f0a825eef9acc79fb603d073c
0
ansible/roles/certbot
7,599
[ "no_license" ]
[ { "path": "ansible/roles/certbot/tasks/main.yml", "content": "---\n# Source: https://github.com/geerlingguy/ansible-role-certbot/blob/master/tasks/install-with-snap.yml\n- name: Vérifie que snapd est installé\n ansible.builtin.package:\n name: snapd\n state: present\n register: snapd_install\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1067, "all_permissive": false }
ansible_role
geotribu/infra
90aef67f2d9ae38f0a825eef9acc79fb603d073c
0
ansible/roles/comments.geotribu.fr
7,599
[ "no_license" ]
[ { "path": "ansible/roles/comments.geotribu.fr/files/requirements.txt", "content": "gevent>=23.1,<24\nisso>=0.13,<0.14\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "ansible/roles/comments.geotribu.fr/templates/apache_comments.conf.j2", "cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 8076, "all_permissive": false }
ansible_role
geotribu/infra
90aef67f2d9ae38f0a825eef9acc79fb603d073c
0
ansible/roles/common
7,599
[ "no_license" ]
[ { "path": "ansible/roles/common/files/.bash_aliases", "content": "alias ll='ls -alF'\nalias la='ls -A'\nalias l='ls -CF'\nalias sf='stat -c \"%a\"'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "ansible/roles/common/tasks/main.yml", "content...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3264, "all_permissive": false }
ansible_role
geotribu/infra
90aef67f2d9ae38f0a825eef9acc79fb603d073c
0
ansible/roles/docker
7,599
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# Installation de Docker\n# Voir : https://docs.docker.com/engine/install/ubuntu/\n- name: Désinstalle les anciennes version de Docker\n ansible.builtin.package:\n name:\n - docker\n - docker-engine\n - docker.io\n - c...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2428, "all_permissive": false }
ansible_role
geotribu/infra
90aef67f2d9ae38f0a825eef9acc79fb603d073c
0
ansible/roles/pad.geotribu.fr
7,599
[ "no_license" ]
[ { "path": "ansible/roles/pad.geotribu.fr/tasks/main.yml", "content": "---\n# Paquets logiciels\n- name: \"Installe les paquets de base\"\n ansible.builtin.apt:\n name:\n - python3-psycopg2 # requis pour les modules Ansible community.postgresql_*\n - python3-docker # requis pour les modules Ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 6217, "all_permissive": false }
ansible_role
geotribu/infra
90aef67f2d9ae38f0a825eef9acc79fb603d073c
0
ansible/roles/postgresql
7,599
[ "no_license" ]
[ { "path": "ansible/roles/postgresql/handlers/main.yml", "content": "- name: Restart postgresql\n ansible.builtin.service:\n name: \"postgresql@{{ postgres_version }}-main\"\n state: restarted\n\n- name: Reload postgresql\n ansible.builtin.service:\n name: \"postgresql@{{ postgres_version }}-main\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 4378, "all_permissive": false }
ansible_role
geotribu/infra
90aef67f2d9ae38f0a825eef9acc79fb603d073c
0
ansible/roles/www2.geotribu.fr
7,599
[ "no_license" ]
[ { "path": "ansible/roles/www2.geotribu.fr/tasks/main.yml", "content": "---\n# Installe Git\n- name: Ajoute le dépôt de Git\n ansible.builtin.apt_repository:\n repo: ppa:git-core/ppa\n become: true\n\n- name: Installe les paquets de base\n become: true\n ansible.builtin.apt:\n name:\n - git\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 7510, "all_permissive": false }
ansible_role
enandrei/vagrant_demo
f943c388fc67bb003fbd1b3e6b9f3e98e7d1a7a6
0
test4/ansible/roles/git_server
7,599
[ "no_license" ]
[ { "path": "test4/ansible/roles/git_server/files/dev/Jenkinsfile", "content": "#!/usr/bin/env groovy\nnode {\n stage('Preparation') {\n\t// Get some code from a repository\n\tgit 'git@localhost:/repo/dev.git'\n }\n stage('Build') {\n\tsh 'echo \"This is html, nothing to build ...\" && sleep 5'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4194, "all_permissive": false }
ansible_role
enandrei/vagrant_demo
f943c388fc67bb003fbd1b3e6b9f3e98e7d1a7a6
0
test4/ansible/roles/jenkins_configure
7,599
[ "no_license" ]
[ { "path": "test4/ansible/roles/jenkins_configure/templates/pipeline.groovy.j2", "content": "#!groovy\n\nimport javaposse.jobdsl.dsl.DslScriptLoader\nimport javaposse.jobdsl.plugin.JenkinsJobManagement\n\ndef jobDslScript = \"\"\"\n pipelineJob('web_pipe') {\n definition {\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3234, "all_permissive": false }
ansible_role
enandrei/vagrant_demo
f943c388fc67bb003fbd1b3e6b9f3e98e7d1a7a6
0
test4/ansible/roles/jenkins_custom
7,599
[ "no_license" ]
[ { "path": "test4/ansible/roles/jenkins_custom/tasks/main.yml", "content": "---\n- name: Install latest Unzip\n apt:\n name: unzip\n state: latest\n\n- name: Ensure dir /var/lib/jenkins/vnu exists\n file:\n path: /var/lib/jenkins/vnu\n owner: jenkins\n group: jenkins\n state: directory\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 505, "all_permissive": false }
ansible_role
enandrei/vagrant_demo
f943c388fc67bb003fbd1b3e6b9f3e98e7d1a7a6
0
test4/ansible/roles/jenkins_install
7,599
[ "no_license" ]
[ { "path": "test4/ansible/roles/jenkins_install/handlers/main.yml", "content": "---\n- name: Enable Jenkins\n service: \n name: jenkins\n enabled: yes\n \n- name: Start Jenkins\n service: \n name: jenkins\n state: started\n\n- name: Reload Jenkins\n service: \n name: jenkins\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 699, "all_permissive": false }
ansible_role
enandrei/vagrant_demo
f943c388fc67bb003fbd1b3e6b9f3e98e7d1a7a6
0
test4/ansible/roles/nginx_configure
7,599
[ "no_license" ]
[ { "path": "test4/ansible/roles/nginx_configure/templates/web.j2", "content": "upstream backend {\n server 172.30.30.201:8080;\n server 172.30.30.202:8080;\n}\nserver {\n location / {\n proxy_pass http://backend;\n }\n}", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 674, "all_permissive": false }
ansible_role
enandrei/vagrant_demo
f943c388fc67bb003fbd1b3e6b9f3e98e7d1a7a6
0
test4/ansible/roles/nginx_install
7,599
[ "no_license" ]
[ { "path": "test4/ansible/roles/nginx_install/tasks/main.yml", "content": "---\n- name: Install latest nginx\n apt:\n name: nginx\n state: latest\n notify:\n - Start Nginx", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
enandrei/vagrant_demo
f943c388fc67bb003fbd1b3e6b9f3e98e7d1a7a6
0
test4/ansible/roles/simple_webserver
7,599
[ "no_license" ]
[ { "path": "test4/ansible/roles/simple_webserver/templates/simplehttp.service.j2", "content": "[Unit]\nDescription=Job that runs the python SimpleHTTPServer daemon\nDocumentation=man:SimpleHTTPServer(1)\n\n[Service]\nType=simple\nUser=www-data\nGroup=www-data\nWorkingDirectory=/var/www/\nExecStart=/usr/bin/p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1124, "all_permissive": false }
ansible_role
enandrei/vagrant_demo
f943c388fc67bb003fbd1b3e6b9f3e98e7d1a7a6
0
test4/ansible/roles/tomcat8_install
7,599
[ "no_license" ]
[ { "path": "test4/ansible/roles/tomcat8_install/tasks/main.yml", "content": "---\n- name: Install latest tomcat8\n apt:\n name: tomcat8\n state: latest\n notify:\n - Start Tomcat8", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "test4/ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 257, "all_permissive": false }
ansible_role
enandrei/vagrant_demo
f943c388fc67bb003fbd1b3e6b9f3e98e7d1a7a6
0
test4/ansible/roles/use_apt_proxy
7,599
[ "no_license" ]
[ { "path": "test4/ansible/roles/use_apt_proxy/tasks/main.yml", "content": "---\n- name: create proxy file for apt\n copy:\n content: 'Acquire::http::Proxy \"http://172.30.30.2:3142\";'\n dest: /etc/apt/apt.conf.d/02proxy\n\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 148, "all_permissive": false }
ansible_role
enandrei/vagrant_demo
f943c388fc67bb003fbd1b3e6b9f3e98e7d1a7a6
0
test4/ansible/roles/warcry
7,599
[ "no_license" ]
[ { "path": "test4/ansible/roles/warcry/tasks/main.yml", "content": "---\n- name: run echo on the remote machine\n shell: echo \"I am $USER writing from $(hostname) .\"\n register: warcry\n changed_when: False\n\n- debug: msg=\"{{ warcry.stdout }}\"\n\n- name: Set password for user ubuntu\n user:\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
mozillazg/slugify
e48b227bf69b4989e85c22bcf8c334fd8a1237d5
0
playbooks/roles/common
7,599
[ "no_license" ]
[ { "path": "playbooks/roles/common/tasks/main.yml", "content": "---\n\n- name: Install git\n yum: name=git state=installed\n\n- name: Install nginx\n yum: name=nginx state=installed\n\n- name: Create directory where put logs\n file: path={{ log_dir }} owner={{ web_user }} group={{ web_group }} state=direc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": false }
ansible_role
mozillazg/slugify
e48b227bf69b4989e85c22bcf8c334fd8a1237d5
0
playbooks/roles/nginx
7,599
[ "no_license" ]
[ { "path": "playbooks/roles/nginx/templates/nginx.conf", "content": "upstream slugify_server {\n server {{ gunicorn_bind }} fail_timeout=0;\n}\n\nserver {\n listen 80;\n server_name {{ web_domain }};\n error_log {{ log_dir }}/error.log;\n access_log {{ log_dir }}/access.log;\n\n client_max...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1437, "all_permissive": false }
ansible_role
mozillazg/slugify
e48b227bf69b4989e85c22bcf8c334fd8a1237d5
0
playbooks/roles/wsgi
7,599
[ "no_license" ]
[ { "path": "playbooks/roles/wsgi/handlers/main.yml", "content": "---\n\n- name: Start supervisord\n supervisorctl: name=slugify state=present\n\n- name: Reload gunicorn\n shell: kill -HUP $(cat {{ gunicorn_pidfile }})\n args:\n removes: \"{{ gunicorn_pidfile }}\"\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1267, "all_permissive": false }