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
EjiroLaurelD/altschool-cloud-exercises
e83703cf85e92760861b7f6b05b18413bd0ab7cf
0
semester3-exercises/hostname/AWS-Ansible/roles/bastion-host
7,790
[ "no_license" ]
[ { "path": "semester3-exercises/hostname/AWS-Ansible/roles/bastion-host/tasks/main.yml", "content": "---\n\n# AWS playbook for bastion host instance\n - name: Facts\n block:\n\n - name: Get instances facts\n ec2_instance_facts:\n aws_access_key: \"{{ec2_access_key}}\"\n aws_secret_k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1940, "all_permissive": false }
ansible_role
EjiroLaurelD/altschool-cloud-exercises
e83703cf85e92760861b7f6b05b18413bd0ab7cf
0
semester3-exercises/hostname/roles/base
7,790
[ "no_license" ]
[ { "path": "semester3-exercises/hostname/roles/base/tasks/main.yml", "content": "---\n- name: install git and ufw\n become: true\n apt:\n name:\n - git\n - ufw\n state: present\n \n- name: ensure ufw is running\n service:\n name: ufw\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 232, "all_permissive": false }
ansible_role
EjiroLaurelD/altschool-cloud-exercises
e83703cf85e92760861b7f6b05b18413bd0ab7cf
0
semester3-exercises/hostname/roles/firewall
7,790
[ "no_license" ]
[ { "path": "semester3-exercises/hostname/roles/firewall/tasks/main.yml", "content": "---\n- name: Allow Nginx\n ufw:\n rule: allow\n name: '{{ item }}'\n loop:\n - OpenSSH\n - Nginx Full\n tags: firewall\n\n- name: deny nginx http\n ufw:\n rule: delete\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 351, "all_permissive": false }
ansible_role
EjiroLaurelD/altschool-cloud-exercises
e83703cf85e92760861b7f6b05b18413bd0ab7cf
0
semester3-exercises/hostname/roles/nginx
7,790
[ "no_license" ]
[ { "path": "semester3-exercises/hostname/roles/nginx/tasks/main.cp", "content": "---\n\n- name: Install Nginx\n apt:\n name: nginx\n state: latest\n tags: nginx\n\n \n- name: delete default nginx site\n file:\n path: /etc/nginx/sites-available/default\n state: absent\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5710, "all_permissive": false }
ansible_role
EjiroLaurelD/altschool-cloud-exercises
e83703cf85e92760861b7f6b05b18413bd0ab7cf
0
semester3-exercises/hostname/roles/php
7,790
[ "no_license" ]
[ { "path": "semester3-exercises/hostname/roles/php/tasks/main.yml", "content": "---\n- name: Install software-properties-common\n apt: name=software-properties-common\n tags: php\n\n- name: Install ondrej php repository\n apt_repository:\n repo: \"{{ php_repo }}\"\n update_cache: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 881, "all_permissive": false }
ansible_role
EjiroLaurelD/altschool-cloud-exercises
e83703cf85e92760861b7f6b05b18413bd0ab7cf
0
semester3-exercises/hostname/roles/ssl
7,790
[ "no_license" ]
[ { "path": "semester3-exercises/hostname/roles/ssl/tasks/main.yml", "content": "- name: Install snapd\n become: true\n tags:\n - ssl\n package:\n name: snapd\n update_cache: true\n\n- name: Install core\n become: true\n tags:\n - ssl\n command:\n argv:\n - sudo\n - snap\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1469, "all_permissive": false }
ansible_role
chhanz/ansible.rhel-serverbuild
6a9c54b9b303d1a3bc3297baa6428b4e5c48dfee
1
roles/ansible.rhel-preinstall
7,790
[ "no_license" ]
[ { "path": "roles/ansible.rhel-preinstall/tasks/reboot_system.yaml", "content": "---\n - name: Reboot System (wait for server active)\n reboot:\n reboot_timeout: 600\n test_command: uptime\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": ...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 5401, "all_permissive": false }
ansible_role
GeoGateway/GPS_Scripts
5831cc110ad31ba821efae28f1fb9111f1b3e0d6
0
deploy/roles/git
7,790
[ "no_license" ]
[ { "path": "deploy/roles/git/tasks/main.yml", "content": "---\n# tasks file for git\n- name: upgrade system to latest packages\n yum: \n name: '*'\n state: latest\n- name: preprequsites for git\n yum: name={{ item }} state=latest\n with_items: \"{{ git_prerequisites }}\"\n- name: installing gcc\n she...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1098, "all_permissive": false }
ansible_role
avanov/solo
13ec545ee0d0a1352a3bfcd39f7ecc3b68febe66
4
env/dev/deploy/roles/avanov.pyenv
7,789
[ "no_license" ]
[ { "path": "env/dev/deploy/roles/avanov.pyenv/test.yml", "content": "- hosts: all\n vars_files:\n - 'defaults/main.yml'\n tasks:\n - debug:\n msg: \"Owner: {{ pyenv_owner }}\"\n\n - include_tasks: 'tasks/main.yml'\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1926, "all_permissive": false }
ansible_role
avanov/solo
13ec545ee0d0a1352a3bfcd39f7ecc3b68febe66
4
env/dev/deploy/roles/locale
7,789
[ "no_license" ]
[ { "path": "env/dev/deploy/roles/locale/defaults/main.yml", "content": "---\nlocale_locale: en_US.utf8\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "env/dev/deploy/roles/locale/tasks/main.yml", "content": "---\n- name: Setup locale\n action...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 380, "all_permissive": false }
ansible_role
avanov/solo
13ec545ee0d0a1352a3bfcd39f7ecc3b68febe66
4
env/dev/deploy/roles/postgresql
7,789
[ "no_license" ]
[ { "path": "env/dev/deploy/roles/postgresql/templates/.pgpass.j2", "content": "localhost:5432:*:{{ postgresql_db_user }}:{{ postgresql_db_password }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "env/dev/deploy/roles/postgresql/handlers/main.yml...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4011, "all_permissive": false }
ansible_role
avanov/solo
13ec545ee0d0a1352a3bfcd39f7ecc3b68febe66
4
env/dev/deploy/roles/site
7,789
[ "no_license" ]
[ { "path": "env/dev/deploy/roles/site/defaults/main.yml", "content": "---\nsite_pyenv_path: \"{{ instance_owner_home_path }}/pyenv\"\nsite_virtualenv_path: \"{{ site_pyenv_path }}/versions/{{ project_name }}\"\nsite_pip_path: \"{{ site_virtualenv_path }}/bin/pip\"\nsite_pip_requirements_path: \"/vagrant/requ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2064, "all_permissive": false }
ansible_role
aaronsaray/local-dev-server
b59dc6ebebcc78285c82ca3c785dd49500451ccb
0
ansible/roles/apache
7,789
[ "no_license" ]
[ { "path": "ansible/roles/apache/templates/vhost.conf.j2", "content": "<VirtualHost *:80>\n ServerName {{ server_hostname }}\n DocumentRoot /vagrant/web/{{ server_hostname }}/public\n\n <Directory /vagrant/web/{{ server_hostname }}/public>\n Require all granted\n AllowOverride all\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1050, "all_permissive": false }
ansible_role
aaronsaray/local-dev-server
b59dc6ebebcc78285c82ca3c785dd49500451ccb
0
ansible/roles/apidoc
7,789
[ "no_license" ]
[ { "path": "ansible/roles/apidoc/tasks/main.yml", "content": "---\n- stat: path=/usr/bin/apidoc\n register: apidoc_exists\n\n- name: Install apidoc\n shell: npm install apidoc -g\n when: apidoc_exists.stat.exists == False", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
aaronsaray/local-dev-server
b59dc6ebebcc78285c82ca3c785dd49500451ccb
0
ansible/roles/common
7,789
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Update apt\n apt: update_cache=yes cache_valid_time=3600 ## once an hour\n\n- name: Install git\n apt: name=git state=latest\n\n- name: Install unzip\n apt: name=unzip state=latest\n\n## Most of the time when I vagrant ssh in, I w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 476, "all_permissive": false }
ansible_role
aaronsaray/local-dev-server
b59dc6ebebcc78285c82ca3c785dd49500451ccb
0
ansible/roles/composer
7,789
[ "no_license" ]
[ { "path": "ansible/roles/composer/tasks/main.yml", "content": "---\n- stat: path=/usr/local/bin/composer\n register: composer_exists\n\n- name: Install composer\n shell: curl -sS https://getcomposer.org/installer | php\n when: composer_exists.stat.exists == false\n\n- name: Rename composer.phar to compos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 583, "all_permissive": false }
ansible_role
aaronsaray/local-dev-server
b59dc6ebebcc78285c82ca3c785dd49500451ccb
0
ansible/roles/drupal
7,789
[ "no_license" ]
[ { "path": "ansible/roles/drupal/tasks/main.yml", "content": "---\n- name: Create mysql user for drupal\n mysql_user: name=drupal password= priv=*.*:ALL state=present login_user=root login_password=\n\n- stat: path=/usr/local/bin/drupal\n register: drupal_console\n- name: Install Drupal Console\n command:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1148, "all_permissive": false }
ansible_role
aaronsaray/local-dev-server
b59dc6ebebcc78285c82ca3c785dd49500451ccb
0
ansible/roles/joomla
7,789
[ "no_license" ]
[ { "path": "ansible/roles/joomla/tasks/main.yml", "content": "---\n- name: Create mysql user for joomla\n mysql_user: name=joomla password= priv=*.*:ALL state=present login_user=root login_password=\n- name: Setup empty database for Joomla\n mysql_db:\n name: \"joomla\"\n encoding: \"utf8\"\n coll...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1008, "all_permissive": false }
ansible_role
aaronsaray/local-dev-server
b59dc6ebebcc78285c82ca3c785dd49500451ccb
0
ansible/roles/jsdoc
7,789
[ "no_license" ]
[ { "path": "ansible/roles/jsdoc/tasks/main.yml", "content": "---\n- stat: path=/usr/bin/jsdoc\n register: jsdoc_exists\n\n- name: Install jsdoc\n shell: npm install jsdoc -g\n when: jsdoc_exists.stat.exists == False", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 151, "all_permissive": false }
ansible_role
aaronsaray/local-dev-server
b59dc6ebebcc78285c82ca3c785dd49500451ccb
0
ansible/roles/mysql
7,789
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n- name: Install MySQL client\n apt: name=mysql-client state=latest\n\n- name: Install MySQL Server\n apt: name=mysql-server state=latest\n\n- name: Install MySQL Python Tools\n apt: name=python-mysqldb state=latest\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
aaronsaray/local-dev-server
b59dc6ebebcc78285c82ca3c785dd49500451ccb
0
ansible/roles/nodejs
7,789
[ "no_license" ]
[ { "path": "ansible/roles/nodejs/tasks/main.yml", "content": "---\n- name: Check if NodeJS is installed\n command: dpkg-query -l nodejs\n ignore_errors: yes\n register: deb_check_nodejs\n\n- name: Install nodejs deb source\n shell: curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -\n when: d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 349, "all_permissive": false }
ansible_role
aaronsaray/local-dev-server
b59dc6ebebcc78285c82ca3c785dd49500451ccb
0
ansible/roles/outgoing-mail
7,789
[ "no_license" ]
[ { "path": "ansible/roles/outgoing-mail/tasks/main.yml", "content": "---\n- name: Install mail utils\n apt: name=mailutils state=latest\n\n- name: Set Postfix option hostname\n debconf: name=postifx question=\"postfix/mailname\" value=\"{{ server_hostname }}\" vtype=\"string\"\n- name: Set Postfix option t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1890, "all_permissive": false }
ansible_role
aaronsaray/local-dev-server
b59dc6ebebcc78285c82ca3c785dd49500451ccb
0
ansible/roles/phing
7,789
[ "no_license" ]
[ { "path": "ansible/roles/phing/tasks/main.yml", "content": "---\n- stat: path=/usr/local/bin/phing\n register: phing_exists\n\n- name: Install phing\n shell: curl -O http://www.phing.info/get/phing-latest.phar\n when: phing_exists.stat.exists == false\n\n- name: Rename phing-latest.phar to phing by movin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 462, "all_permissive": false }
ansible_role
aaronsaray/local-dev-server
b59dc6ebebcc78285c82ca3c785dd49500451ccb
0
ansible/roles/php
7,789
[ "no_license" ]
[ { "path": "ansible/roles/php/files/xdebug.ini", "content": "zend_extension=xdebug.so\nxdebug.remote_enable=On\nxdebug.remote_connect_back=1\nxdebug.remote_autostart=1\nxdebug.idekey=\"vagrant\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1381, "all_permissive": false }
ansible_role
aaronsaray/local-dev-server
b59dc6ebebcc78285c82ca3c785dd49500451ccb
0
ansible/roles/swap
7,789
[ "no_license" ]
[ { "path": "ansible/roles/swap/handlers/main.yml", "content": "---\n- name: reload sysctl\n service: name=apache2 state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "ansible/roles/swap/tasks/main.yml", "content": "---\n- name: Wri...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 773, "all_permissive": false }
ansible_role
aaronsaray/local-dev-server
b59dc6ebebcc78285c82ca3c785dd49500451ccb
0
ansible/roles/wordpress
7,789
[ "no_license" ]
[ { "path": "ansible/roles/wordpress/tasks/main.yml", "content": "---\n- name: Create mysql user for wordpress\n mysql_user: name=wp password= priv=*.*:ALL state=present login_user=root login_password=\n- name: Setup empty database for WordPress\n mysql_db:\n name: \"wordpress\"\n encoding: \"utf8\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1428, "all_permissive": false }
ansible_role
swisstxt/ansible-kubernetes-cluster
36499cb7148a591bd19f7a6a414c4bd11ac46661
0
playbooks/roles/cloud_setup
7,789
[ "no_license" ]
[ { "path": "playbooks/roles/cloud_setup/tasks/network_setup_tasks.yml", "content": "- name: Upload public Key # Task to upload the SSH key to later connect to the nodes\n ngine_io.cloudstack.cs_sshkeypair:\n api_secret: \"{{ api_secret }}\" ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 4215, "all_permissive": false }
ansible_role
swisstxt/ansible-kubernetes-cluster
36499cb7148a591bd19f7a6a414c4bd11ac46661
0
playbooks/roles/common_nodes_config
7,789
[ "no_license" ]
[ { "path": "playbooks/roles/common_nodes_config/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/common_nodes_config\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "playbooks/roles/common_nodes_confi...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 13363, "all_permissive": false }
ansible_role
swisstxt/ansible-kubernetes-cluster
36499cb7148a591bd19f7a6a414c4bd11ac46661
0
playbooks/roles/create_nodes
7,789
[ "no_license" ]
[ { "path": "playbooks/roles/create_nodes/tasks/provision_nodes_tasks.yml", "content": "---\n- name: Run All Tasks from localhost for All the Nodes # Block to run the tasks from localhost but loop every task for every node\n delegate_to: localhost\n block:\n - name: Create Nodes on CloudStack ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 6914, "all_permissive": false }
ansible_role
swisstxt/ansible-kubernetes-cluster
36499cb7148a591bd19f7a6a414c4bd11ac46661
0
playbooks/roles/deployments
7,789
[ "no_license" ]
[ { "path": "playbooks/roles/deployments/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/deployments\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "playbooks/roles/deployments/defaults/main.yml", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 8106, "all_permissive": false }
ansible_role
swisstxt/ansible-kubernetes-cluster
36499cb7148a591bd19f7a6a414c4bd11ac46661
0
playbooks/roles/ingress_config
7,789
[ "no_license" ]
[ { "path": "playbooks/roles/ingress_config/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/ingress_config\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "playbooks/roles/ingress_config/vars/main.yml...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1657, "all_permissive": false }
ansible_role
swisstxt/ansible-kubernetes-cluster
36499cb7148a591bd19f7a6a414c4bd11ac46661
0
playbooks/roles/master_node
7,789
[ "no_license" ]
[ { "path": "playbooks/roles/master_node/tasks/master_cluster_tasks.yml", "content": "- name: Check if a Kubernetes Cluster is already running # Task to check if already a kubernetes cluster is running\n ansible.builtin.shell: kubectl cluster-info ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 6519, "all_permissive": false }
ansible_role
swisstxt/ansible-kubernetes-cluster
36499cb7148a591bd19f7a6a414c4bd11ac46661
0
playbooks/roles/worker_node
7,789
[ "no_license" ]
[ { "path": "playbooks/roles/worker_node/tasks/worker_cluster_tasks.yml", "content": "---\n- name: Check if Node already Joined a Cluster # Task to check if the node already joined a cluster\n ansible.builtin.stat:\n path: \"/etc/kubernetes/kubelet.conf\"\n register: kubelet_stat ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1768, "all_permissive": false }
ansible_role
NupaZzz/home_site_deploy
1a7778752cb39e53fb35fe8e4735d663f7ffde1a
0
ansible/roles/pihole_setup
7,789
[ "no_license" ]
[ { "path": "ansible/roles/pihole_setup/tasks/main.yml", "content": "---\n- name: Wait for the pihole container to be running\n community.docker.docker_container_info:\n name: pihole\n register: pihole_info\n until: pihole_info.container.State.Running\n retries: 5\n delay: 5\n failed_when: not pihole...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1089, "all_permissive": false }
ansible_role
NupaZzz/home_site_deploy
1a7778752cb39e53fb35fe8e4735d663f7ffde1a
0
ansible/roles/terraform_setup
7,789
[ "no_license" ]
[ { "path": "ansible/roles/terraform_setup/tasks/main.yml", "content": "---\n- name: Add HashiCorp GPG key\n ansible.builtin.apt_key:\n url: https://apt.releases.hashicorp.com/gpg\n state: present\n keyring: /usr/share/keyrings/hashicorp-archive-keyring.gpg\n\n- name: Add HashiCorp repository\n ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2114, "all_permissive": false }
ansible_role
NupaZzz/home_site_deploy
1a7778752cb39e53fb35fe8e4735d663f7ffde1a
0
ansible/roles/vpn_setup
7,789
[ "no_license" ]
[ { "path": "ansible/roles/vpn_setup/tasks/main.yml", "content": "---\n- name: Add secrets to vpn configuration\n lineinfile: \n path: \"/opt/vpn_secrets.conf\"\n line: \"{{ item.line }}\"\n state: present\n create: true\n with_items:\n - { line: \"vpn.secrets.Xauth password:{{ vpn_password }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 724, "all_permissive": false }
ansible_role
Chowdary-275/install-softwares
fc800f6a74a6c8190af7d8d6ced4756377557b2e
0
roles/mysql_role
7,789
[ "no_license" ]
[ { "path": "roles/mysql_role/tasks/main.yml", "content": "- name: Installing Mysql and dependencies\n package:\n name: \"{{item}}\"\n state: present\n update_cache: yes\n loop:\n - mysql-server\n - mysql-client\n - python3-mysqldb\n - libmysqlclient-dev\n become: yes\n", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 223, "all_permissive": false }
ansible_role
Chowdary-275/install-softwares
fc800f6a74a6c8190af7d8d6ced4756377557b2e
0
roles/selenium_role
7,789
[ "no_license" ]
[ { "path": "roles/selenium_role/tasks/main.yml", "content": "---\n- name: install selenium\n get_url:\n url: https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.2.0/selenium-server-4.2.2.jar\n dest: /root/install-softwares\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 181, "all_permissive": false }
ansible_role
vbhumare/Ansible
e64a75f7c1b921940079555343f07dacea8d80fd
0
Ansible/roles/common
7,789
[ "no_license" ]
[ { "path": "Ansible/roles/common/templates/adduser.sh", "content": "#!/bin/bash\n\nif [ $(id -u) -eq 0 ]; then\n\n egrep \"^{{ username }}\" /etc/passwd >/dev/null\n if [ $? -eq 0 ]; then\n printf \"=========================\\n\"\n echo \"{{ username }} is already ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3966, "all_permissive": false }
ansible_role
LiuYuancheng/kypo-sandbox-ctf
604a21732683f3f5eb5cc11b58fafdba2dac57c6
6
provisioning/roles/server
7,789
[ "no_license" ]
[ { "path": "provisioning/roles/server/tasks/main.yml", "content": "- name: Add the user 'admin' with a bash shell to the user's groups\n user:\n name: admin\n password: \"{{ '<PASSWORD>' | password_hash('<PASSWORD>') }}\"\n create_home: yes\n shell: /bin/bash\n\n- name: Adding aliases\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 549, "all_permissive": false }
ansible_role
LiuYuancheng/kypo-sandbox-ctf
604a21732683f3f5eb5cc11b58fafdba2dac57c6
6
provisioning/roles/transaction
7,789
[ "no_license" ]
[ { "path": "provisioning/roles/transaction/tasks/main.yml", "content": "- name: Adding aliases\n loop: \"{{ aliases | dict2items }}\"\n lineinfile:\n path: /etc/hosts\n line: \"{{ item.value }} {{ item.key }}\"\n\n- name: Add zip's password to the wordlist\n lineinfile:\n path: /usr/share/wordl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 837, "all_permissive": false }
ansible_role
Mati365/hetzner-podman-bunjs-deploy
b17cca532711700a3bfec76c1bd82689d040b992
65
infra/roles/provision
7,789
[ "no_license" ]
[ { "path": "infra/roles/provision/tasks/main.yml", "content": "- name: Root SSH key is present\n hetzner.hcloud.hcloud_ssh_key:\n api_token: '{{ hcloud.token }}'\n name: app-root-key\n public_key: \"{{ lookup('file', local_paths.keys_dir + '/ansible/id_rsa.pub') }}\"\n state: present\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1851, "all_permissive": false }
ansible_role
asceylan/devops
84579e3866380fd19dfdf4fbeb7b5551c8589c3f
0
Nisan19/case2/roles/wordpress-docker
7,789
[ "no_license" ]
[ { "path": "Nisan19/case2/roles/wordpress-docker/templates/case.j2", "content": "<html>\n <head>\n <title>Hosgeldin Devops</title>\n </head>\n <body>\n <?php echo '<p>Hosgeldin Devops</p>'; ?> \n </body>\n</html>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3018, "all_permissive": false }
ansible_role
ejimba/dhis2-docker-ansible
f4586f8317fac3137f7bc57feb2ccb81dc094935
0
roles/dhis2_docker
7,789
[ "no_license" ]
[ { "path": "roles/dhis2_docker/tasks/main.yaml", "content": "---\n\n- name: Create base directory for each DHIS2 instance\n file:\n path: \"/opt/dhis2/{{ item.instance_name }}\"\n state: directory\n mode: '0755'\n with_items: \"{{ dhis2_instances }}\"\n\n- name: Create postgres directory for each ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2846, "all_permissive": false }
ansible_role
derekmerck/DIANA.old
2d7c102f0f4e76de8ade4f287c0cd00f6e7a39bb
1
services/roles/splunk
7,789
[ "no_license" ]
[ { "path": "services/roles/splunk/tasks/main.yml", "content": "---\n- name: \"Launch Splunk container\"\n docker:\n name: splunk\n image: ae2a9f004cce\n# image: outcoldman/splunk\n# volumes_from:\n# # TODO: Need to check if these exist ...\n# - THIA-Cold\n## - xnat\n volumes:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 773, "all_permissive": false }
ansible_role
derekmerck/DIANA.old
2d7c102f0f4e76de8ade4f287c0cd00f6e7a39bb
1
services2/roles/cifs_client
7,789
[ "no_license" ]
[ { "path": "services2/roles/cifs_client/tasks/main.yml", "content": "# TODO: splunk - Setup cifs folder monitors automatically?\n\n---\n- name: Install packages\n package:\n name: cifs-utils\n state: present\n become: yes\n when: FRESH is defined\n\n- name: Mount shared network driv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 418, "all_permissive": false }
ansible_role
derekmerck/DIANA.old
2d7c102f0f4e76de8ade4f287c0cd00f6e7a39bb
1
services2/roles/common
7,789
[ "no_license" ]
[ { "path": "services2/roles/common/tasks/main.yml", "content": "---\n- name: install rhel-extra for cent/rhel\n become: yes\n command: rpm -iUvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n ignore_errors: yes # Maybe already installed\n when: FRESH is defined and (ansible_dis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1822, "all_permissive": false }
ansible_role
derekmerck/DIANA.old
2d7c102f0f4e76de8ade4f287c0cd00f6e7a39bb
1
services2/roles/diana-monitor
7,789
[ "no_license" ]
[ { "path": "services2/roles/diana-monitor/tasks/main.yml", "content": "---\n- name: Add supervisor-dmon.conf to supervisord\n copy:\n src: templates/supervisor-dmon.conf\n dest: /etc/supervisor/conf.d/dmon.conf\n become: yes\n\n- name: Copy d-mon config\n template:\n src: \"{{ dmon_config }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 355, "all_permissive": false }
ansible_role
derekmerck/DIANA.old
2d7c102f0f4e76de8ade4f287c0cd00f6e7a39bb
1
services2/roles/diana-tfe
7,789
[ "no_license" ]
[ { "path": "services2/roles/diana-tfe/tasks/main.yml", "content": "---\n- name: Copy trial front-end interface config\n copy:\n src: \"{{ tfe_config }}\"\n dest: /tmp/tfe_cfg.yml\n\n- name: Add supervisor-gunicorn.conf to supervisord\n template:\n src: templates/supervisor-gunicorn.conf\n d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 628, "all_permissive": false }
ansible_role
derekmerck/DIANA.old
2d7c102f0f4e76de8ade4f287c0cd00f6e7a39bb
1
services2/roles/diana-utils
7,789
[ "no_license" ]
[ { "path": "services2/roles/diana-utils/tasks/main.yml", "content": "---\n- name: Install packages\n package:\n name: \"{{ item }}\"\n state: present\n become: yes\n with_items:\n - supervisor\n - python-numpy\n when: FRESH is defined\n\n# Sometimes `supervisor` messes up the log umask and Sp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 916, "all_permissive": false }
ansible_role
derekmerck/DIANA.old
2d7c102f0f4e76de8ade4f287c0cd00f6e7a39bb
1
services2/roles/nginx
7,789
[ "no_license" ]
[ { "path": "services2/roles/nginx/tasks/main.yml", "content": "---\n# May need to completely remove nginx if containers it is linking to have changed...\n\n- set_fact:\n config_dir: \"{{ base_dir }}/config/nginx\"\n\n- name: \"Setup config folder\"\n file:\n path: \"{{ config_dir }}\"\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2469, "all_permissive": false }
ansible_role
derekmerck/DIANA.old
2d7c102f0f4e76de8ade4f287c0cd00f6e7a39bb
1
services2/roles/orthanc
7,789
[ "no_license" ]
[ { "path": "services2/roles/orthanc/templates/j2k_autorouter.lua.j2", "content": "-- FROM OSIMIS DISTRO --\n\n-- Compress incoming DICOM _image_ files as a JPEG2k file.\n\nfunction OnStoredInstance(instanceId, tags, metadata, origin)\n\n -- Do not process the same file twice\n if (origin['RequestOrigi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 9862, "all_permissive": false }
ansible_role
derekmerck/DIANA.old
2d7c102f0f4e76de8ade4f287c0cd00f6e7a39bb
1
services2/roles/postgres
7,789
[ "no_license" ]
[ { "path": "services2/roles/postgres/handlers/main.yml", "content": "---\n- name: \"wait_for_postgres\"\n wait_for: port=5432 delay=3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "services2/roles/postgres/tasks/main.yml", "content": "---\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 608, "all_permissive": false }
ansible_role
derekmerck/DIANA.old
2d7c102f0f4e76de8ade4f287c0cd00f6e7a39bb
1
services2/roles/splunk
7,789
[ "no_license" ]
[ { "path": "services2/roles/splunk/tasks/main.yml", "content": "# IMPORTANT! If using Splunk, you need at _least_ 1GB of ram\n# Vagrant has only 500MB out of the box\n\n---\n- name: Make sure /var/log/supervisor exists\n file:\n path: /var/log/supervisor\n state: directory\n become: yes\n\n- name: M...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1507, "all_permissive": false }
ansible_role
derekmerck/DIANA.old
2d7c102f0f4e76de8ade4f287c0cd00f6e7a39bb
1
services2/roles/splunk-dose
7,789
[ "no_license" ]
[ { "path": "services2/roles/splunk-dose/meta/main.yml", "content": "---\ndependencies:\n - {role: splunk}\n - {role: diana-utils}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "services2/roles/splunk-dose/tasks/main.yml", "content": "---\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 357, "all_permissive": false }
ansible_role
Ara4Sh/dcos-ansible
a5d9554916845ff9790e27c190d7e6dd0ae63b2d
1
roles/dcos-bootstrap
7,789
[ "no_license" ]
[ { "path": "roles/dcos-bootstrap/tasks/main.yml", "content": "---\n# Configure DC/OS bootstrap node\n\n- name: Create genconf directory\n file: \n path: \"/home/dcos/genconf\"\n state: directory\n\n- name: Copy DC/OS configuration file\n template:\n src: \"genconf/config.yaml.j2\"\n dest: \"/ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1003, "all_permissive": false }
ansible_role
Ara4Sh/dcos-ansible
a5d9554916845ff9790e27c190d7e6dd0ae63b2d
1
roles/dcos-common
7,789
[ "no_license" ]
[ { "path": "roles/dcos-common/tasks/main.yml", "content": "---\n# Common software prerequisites for DC/OS 1.9\n\n- name: Upgrade all packages\n yum:\n name: \"*\"\n state: latest\n exclude: docker*\n\n- name: Install prerequisite packages for DC/OS\n yum: name={{ item }} state=present\n with_item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2155, "all_permissive": false }
ansible_role
Ara4Sh/dcos-ansible
a5d9554916845ff9790e27c190d7e6dd0ae63b2d
1
roles/dcos-masters
7,789
[ "no_license" ]
[ { "path": "roles/dcos-masters/tasks/main.yml", "content": "---\n# Configure DC/OS master node(s)\n\n- name: Make /tmp/dcos directory\n file:\n path: /tmp/dcos\n state: directory\n\n- name: Download installer from bootstrap nginx container\n get_url:\n url: \"{{ bootstrap_url }}:{{ bootstrap_port ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 388, "all_permissive": false }
ansible_role
Ara4Sh/dcos-ansible
a5d9554916845ff9790e27c190d7e6dd0ae63b2d
1
roles/dcos-priv-agents
7,789
[ "no_license" ]
[ { "path": "roles/dcos-priv-agents/tasks/main.yml", "content": "---\n# Configure DC/OS private agent node(s)\n\n- name: Make /tmp/dcos directory\n file:\n path: /tmp/dcos\n state: directory\n\n- name: Download installer from bootstrap nginx container\n get_url:\n url: \"{{ bootstrap_url }}:{{ boot...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 394, "all_permissive": false }
ansible_role
Ara4Sh/dcos-ansible
a5d9554916845ff9790e27c190d7e6dd0ae63b2d
1
roles/dcos-pub-agents
7,789
[ "no_license" ]
[ { "path": "roles/dcos-pub-agents/tasks/main.yml", "content": "---\n# Configure DC/OS public agent node(s)\n\n- name: Make /tmp/dcos directory\n file:\n path: /tmp/dcos\n state: directory\n\n- name: Download installer from bootstrap nginx container\n get_url:\n url: \"{{ bootstrap_url }}:{{ bootst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 400, "all_permissive": false }
ansible_role
OFandoud/ITI-Graduation-Project
f9ad5c9a51335a3f44d4ec07832027b220695303
0
GCP/ansible/roles/dependencies
7,789
[ "no_license" ]
[ { "path": "GCP/ansible/roles/dependencies/tasks/main.yml", "content": "---\n- name: install python3\n become: true\n apt:\n name: python3\n# install docker \n- name: Install packages that allow apt to be used over HTTPS\n become: true\n apt:\n name: \"{{ packages }}\"\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2330, "all_permissive": false }
ansible_role
OFandoud/ITI-Graduation-Project
f9ad5c9a51335a3f44d4ec07832027b220695303
0
GCP/ansible/roles/jenkins
7,789
[ "no_license" ]
[ { "path": "GCP/ansible/roles/jenkins/files/jenkins-lb.yaml", "content": "apiVersion: v1\nkind: Service\nmetadata:\n name: jenkins-lb-service\n namespace: jenkins\n\nspec:\n type: LoadBalancer\n selector:\n app: jenkins-master\n ports:\n - port: 8080\n targetPort: 8080\n \n---\napiVersion: v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3227, "all_permissive": false }
ansible_role
slok/deity2
1a56d70d40fcd4b964d53b4f8e219c4032874754
0
roles/auth
7,789
[ "no_license" ]
[ { "path": "roles/auth/tasks/main.yml", "content": "- name: Create Docker group\n group:\n name: docker\n state: present\n\n tags:\n - docker\n - create_group\n\n- name: Create main user\n user:\n group: users\n groups: \"docker\"\n name: \"{{ main_user }}\"\n shell: \"/bin/bash\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 743, "all_permissive": false }
ansible_role
slok/deity2
1a56d70d40fcd4b964d53b4f8e219c4032874754
0
roles/common-agent-tasks
7,789
[ "no_license" ]
[ { "path": "roles/common-agent-tasks/tasks/main.yml", "content": "# Some task need to be made from the main node to the agent nodes\n- name: Grant access to master node on agents\n authorized_key:\n user: \"{{ main_user }}\"\n key: \"{{ hostvars[master_node].master_node_private_key.stdout }}\"\n\n ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": false }
ansible_role
slok/deity2
1a56d70d40fcd4b964d53b4f8e219c4032874754
0
roles/common-master-tasks
7,789
[ "no_license" ]
[ { "path": "roles/common-master-tasks/tasks/main.yml", "content": "- name: Create master node ssh keypair\n command: ssh-keygen -t rsa -P '' -f ~/.ssh/id_rsa\n sudo: False\n args:\n creates: ~/.ssh/id_rsa\n tags:\n - main_user\n - master_node_private_key\n\n\n- name: Register master node public ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 445, "all_permissive": false }
ansible_role
slok/deity2
1a56d70d40fcd4b964d53b4f8e219c4032874754
0
roles/dependencies
7,789
[ "no_license" ]
[ { "path": "roles/dependencies/tasks/pip.yml", "content": "\n- name: Install pip3\n apt:\n name: python3-pip\n state: present\n update_cache: yes\n tags:\n - pip_install\n - dependency\n\n- name: Install pip2\n apt:\n name: python-pip\n state: present\n update_cache: yes\n tags:\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 736, "all_permissive": false }
ansible_role
slok/deity2
1a56d70d40fcd4b964d53b4f8e219c4032874754
0
roles/docker-install
7,789
[ "no_license" ]
[ { "path": "roles/docker-install/tasks/main.yml", "content": "---\n\n\n- name: Add docker official repo\n apt_repository:\n repo: \"deb https://apt.dockerproject.org/repo ubuntu-trusty main\"\n state: present\n tags:\n - docker_repo\n\n- name: Add docker official repo key\n apt_key:\n keyserve...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 840, "all_permissive": false }
ansible_role
slok/deity2
1a56d70d40fcd4b964d53b4f8e219c4032874754
0
roles/flocker-agent
7,789
[ "no_license" ]
[ { "path": "roles/flocker-agent/tasks/main.yml", "content": "#- name: Set flocker certificates on agents\n# synchronize:\n# mode: push\n# src: \"/etc/flocker/{{ item.src }}\"\n# dest: \"/etc/flocker/{{ item.dest }}\"\n# rsync_opts: \"--rsh 'ssh -i /home/{{ main_user }}/.ssh/id_rsa'\"\n# rsync...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2599, "all_permissive": false }
ansible_role
slok/deity2
1a56d70d40fcd4b964d53b4f8e219c4032874754
0
roles/flocker-install
7,789
[ "no_license" ]
[ { "path": "roles/flocker-install/tasks/main.yml", "content": "\n- name: Add flocker repo\n lineinfile:\n dest: \"/etc/apt/sources.list\"\n state: present\n line: \"deb https://clusterhq-archive.s3.amazonaws.com/ubuntu/14.04/$(ARCH) /\"\n tags:\n - flocker_repo\n\n- name: Install flocker ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 606, "all_permissive": false }
ansible_role
slok/deity2
1a56d70d40fcd4b964d53b4f8e219c4032874754
0
roles/flocker-master
7,789
[ "no_license" ]
[ { "path": "roles/flocker-master/tasks/main.yml", "content": "\n- name: Create flocker cluster certificates\n command: \"flocker-ca initialize {{ flocker_cluster_name }}\"\n args:\n chdir: /etc/flocker\n creates: \"cluster.key\"\n\n tags:\n - flocker_certificates\n - flocker_cluster_certifica...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1546, "all_permissive": false }
ansible_role
slok/deity2
1a56d70d40fcd4b964d53b4f8e219c4032874754
0
roles/service-discovery
7,789
[ "no_license" ]
[ { "path": "roles/service-discovery/tasks/main.yml", "content": "\n\n- name: Start service discovery (Consul)\n docker:\n name: service-discovery\n command: -server -bootstrap -ui-dir /ui\n image: progrium/consul\n state: reloaded\n hostname: consul\n ports:\n - \"{{ service_discovery...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 318, "all_permissive": false }
ansible_role
slok/deity2
1a56d70d40fcd4b964d53b4f8e219c4032874754
0
roles/swarm-agent
7,789
[ "no_license" ]
[ { "path": "roles/swarm-agent/tasks/main.yml", "content": "# TODO: Refactor: {{ hostvars[inventory_hostname]['ansible_ssh_host'] }}\n- name: Start swarm agent\n docker:\n name: swarm-agent\n command: >\n join\n --addr={{ hostvars[inventory_hostname]['ansible_ssh_host'] }}:{{ docker_manag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 420, "all_permissive": false }
ansible_role
slok/deity2
1a56d70d40fcd4b964d53b4f8e219c4032874754
0
roles/swarm-master
7,789
[ "no_license" ]
[ { "path": "roles/swarm-master/tasks/main.yml", "content": "\n\n- name: Start swarm master\n docker:\n name: swarm-manager\n command: manage consul://{{ consul_node }}:{{ service_discovery_port }}/swarm\n image: swarm\n state: reloaded\n hostname: swarm-manager\n ports:\n - \"{{ docke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 301, "all_permissive": false }
ansible_role
caioasmuniz/ansible-playbook
15e013a705f905a4aa00891a641925f369fd1d66
2
roles/bazarr
7,789
[ "no_license" ]
[ { "path": "roles/bazarr/tasks/main.yml", "content": "---\n- name: Create and run Bazarr container\n community.docker.docker_container:\n image: \"lscr.io/linuxserver/bazarr:latest\"\n name: \"bazarr\"\n pull: \"{{ pull_images }}\"\n env:\n \"PUID\": \"1000\"\n \"PGID\": \"1000\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1218, "all_permissive": false }
ansible_role
caioasmuniz/ansible-playbook
15e013a705f905a4aa00891a641925f369fd1d66
2
roles/common
7,789
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install updates (Ubuntu)\n become: true\n ansible.builtin.apt:\n upgrade: dist\n update_cache: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles/common/tasks/get_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 682, "all_permissive": false }
ansible_role
caioasmuniz/ansible-playbook
15e013a705f905a4aa00891a641925f369fd1d66
2
roles/docker
7,789
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Set amd64 arch\n ansible.builtin.set_fact:\n repo_arch: amd64\n when: ansible_architecture == \"x86_64\"\n\n- name: Set arm64 arch\n ansible.builtin.set_fact:\n repo_arch: arm64\n when: (ansible_architecture == \"arm64\") or (ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1054, "all_permissive": false }
ansible_role
caioasmuniz/ansible-playbook
15e013a705f905a4aa00891a641925f369fd1d66
2
roles/glances
7,789
[ "no_license" ]
[ { "path": "roles/glances/tasks/main.yml", "content": "---\n- name: Create and run Glances container\n community.docker.docker_container:\n name: \"glances\"\n image: \"nicolargo/glances:latest-full\"\n pull: \"{{ pull_images }}\"\n env:\n TZ: \"America/Sao_Paulo\"\n GLANCES_OPT: \"-w\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1228, "all_permissive": false }
ansible_role
caioasmuniz/ansible-playbook
15e013a705f905a4aa00891a641925f369fd1d66
2
roles/grafana
7,789
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "---\n- name: Create the config folder\n ansible.builtin.file:\n path: \"{{ docker_dir }}/grafana/config\"\n owner: \"{{ ansible_user }}\"\n state: directory\n group: 101\n mode: 0775\n\n- name: Copy the grafana.ini file\n ansible.builtin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1617, "all_permissive": false }
ansible_role
caioasmuniz/ansible-playbook
15e013a705f905a4aa00891a641925f369fd1d66
2
roles/headscale
7,789
[ "no_license" ]
[ { "path": "roles/headscale/tasks/main.yml", "content": "- name: Create the config folder\n ansible.builtin.file:\n path: \"{{ docker_dir }}/headscale\"\n owner: \"{{ ansible_user }}\"\n state: directory\n group: 101\n mode: 0775\n\n- name: Copy the config.yaml file\n ansible.builtin.templat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3029, "all_permissive": false }
ansible_role
caioasmuniz/ansible-playbook
15e013a705f905a4aa00891a641925f369fd1d66
2
roles/homeassistant
7,789
[ "no_license" ]
[ { "path": "roles/homeassistant/tasks/main.yml", "content": "---\n- name: Create the config folder\n ansible.builtin.file:\n path: \"{{ docker_dir }}/home-assistant\"\n owner: \"{{ ansible_user }}\"\n state: directory\n group: 101\n mode: 0775\n\n- name: Verify if Traefik container (reverse p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2083, "all_permissive": false }
ansible_role
caioasmuniz/ansible-playbook
15e013a705f905a4aa00891a641925f369fd1d66
2
roles/homepage
7,789
[ "no_license" ]
[ { "path": "roles/homepage/templates/docker.yaml.j2", "content": "docker:\n socket: /var/run/docker.sock\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/homepage/templates/settings.yaml.j2", "content": "headerStyle: boxed\nlayout:\n Ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2933, "all_permissive": false }
ansible_role
caioasmuniz/ansible-playbook
15e013a705f905a4aa00891a641925f369fd1d66
2
roles/immich
7,789
[ "no_license" ]
[ { "path": "roles/immich/tasks/main.yml", "content": "---\n- name: Create and run Postgres container\n community.docker.docker_container:\n name: \"database\"\n image: \"docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0\"\n pull: tr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3102, "all_permissive": false }
ansible_role
caioasmuniz/ansible-playbook
15e013a705f905a4aa00891a641925f369fd1d66
2
roles/jellyfin
7,789
[ "no_license" ]
[ { "path": "roles/jellyfin/tasks/main.yml", "content": "---\n- name: Create and run Jellyfin container\n community.docker.docker_container:\n image: \"linuxserver/jellyfin:latest\"\n name: \"jellyfin\"\n pull: \"{{ pull_images }}\"\n env:\n \"PUID\": \"1000\"\n \"PGID\": \"1000\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1282, "all_permissive": false }
ansible_role
caioasmuniz/ansible-playbook
15e013a705f905a4aa00891a641925f369fd1d66
2
roles/jellyseerr
7,789
[ "no_license" ]
[ { "path": "roles/jellyseerr/tasks/main.yml", "content": "---\n- name: Create and run Jellyseerr container\n community.docker.docker_container:\n image: \"fallenbagel/jellyseerr:latest\"\n name: \"jellyseerr\"\n pull: \"{{ pull_images }}\"\n env:\n \"PUID\": \"1000\"\n \"PGID\": \"1000...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1246, "all_permissive": false }
ansible_role
caioasmuniz/ansible-playbook
15e013a705f905a4aa00891a641925f369fd1d66
2
roles/lidarr
7,789
[ "no_license" ]
[ { "path": "roles/lidarr/tasks/main.yml", "content": "---\n- name: Run barebones container for apikey extraction\n community.docker.docker_container:\n name: \"lidarr\"\n image: \"lscr.io/linuxserver/lidarr\"\n volumes:\n - \"{{ docker_dir }}/lidarr:/config\"\n restart_policy: unless-stoppe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1708, "all_permissive": false }
ansible_role
caioasmuniz/ansible-playbook
15e013a705f905a4aa00891a641925f369fd1d66
2
roles/nextcloud
7,789
[ "no_license" ]
[ { "path": "roles/nextcloud/tasks/main.yml", "content": "---\n- name: Create and run MariaDB container\n community.docker.docker_container:\n name: \"mariadb\"\n image: \"lscr.io/linuxserver/mariadb:10.6.13-r0-ls97\"\n pull: true\n env:\n \"PUID\": \"1000\"\n \"PGID\": \"1000\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1626, "all_permissive": false }
ansible_role
caioasmuniz/ansible-playbook
15e013a705f905a4aa00891a641925f369fd1d66
2
roles/openwebui
7,789
[ "no_license" ]
[ { "path": "roles/openwebui/tasks/main.yml", "content": "---\n- name: Create and run Open Web UI container\n community.docker.docker_container:\n name: \"openwebui\"\n image: \"ghcr.io/open-webui/open-webui:main\"\n pull: \"{{ pull_images }}\"\n env:\n TZ: \"America/Sao_Paulo\"\n OLLAM...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1080, "all_permissive": false }
ansible_role
caioasmuniz/ansible-playbook
15e013a705f905a4aa00891a641925f369fd1d66
2
roles/pihole
7,789
[ "no_license" ]
[ { "path": "roles/pihole/tasks/add_cname_record.yml", "content": "---\n- name: Get if pihole container exists\n community.docker.docker_container_info:\n name: pihole\n register: pihole_container_info\n\n- name: Login to Pi Hole API\n ansible.builtin.uri:\n url: \"https://pihole.local.caioasmuniz.du...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3124, "all_permissive": false }
ansible_role
caioasmuniz/ansible-playbook
15e013a705f905a4aa00891a641925f369fd1d66
2
roles/prometheus
7,789
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": "---\n- name: Create the config folder\n ansible.builtin.file:\n path: \"{{ docker_dir }}/prometheus\"\n owner: \"{{ ansible_user }}\"\n state: directory\n group: 101\n mode: 0775\n\n- name: Copy the prometheus.yml file\n ansible.built...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1439, "all_permissive": false }
ansible_role
caioasmuniz/ansible-playbook
15e013a705f905a4aa00891a641925f369fd1d66
2
roles/prowlarr
7,789
[ "no_license" ]
[ { "path": "roles/prowlarr/tasks/main.yml", "content": "---\n- name: Run barebones container for apikey extraction\n community.docker.docker_container:\n name: \"prowlarr\"\n image: \"lscr.io/linuxserver/prowlarr:develop\"\n volumes:\n - \"{{ docker_dir }}/prowlarr:/config\"\n restart_polic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1723, "all_permissive": false }
ansible_role
caioasmuniz/ansible-playbook
15e013a705f905a4aa00891a641925f369fd1d66
2
roles/radarr
7,789
[ "no_license" ]
[ { "path": "roles/radarr/tasks/main.yml", "content": "---\n- name: Run barebones container for apikey extraction\n community.docker.docker_container:\n name: \"radarr\"\n image: \"lscr.io/linuxserver/radarr\"\n volumes:\n - \"{{ docker_dir }}/radarr:/config\"\n restart_policy: unless-stoppe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1674, "all_permissive": false }
ansible_role
caioasmuniz/ansible-playbook
15e013a705f905a4aa00891a641925f369fd1d66
2
roles/scrutiny
7,789
[ "no_license" ]
[ { "path": "roles/scrutiny/tasks/main.yml", "content": "---\n- name: Create and run scrutiny container\n community.docker.docker_container:\n name: \"scrutiny\"\n image: \"ghcr.io/analogj/scrutiny:master-omnibus\"\n pull: \"{{ pull_images }}\"\n capabilities:\n - SYS_RAWIO\n volumes:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1304, "all_permissive": false }
ansible_role
caioasmuniz/ansible-playbook
15e013a705f905a4aa00891a641925f369fd1d66
2
roles/sonarr
7,789
[ "no_license" ]
[ { "path": "roles/sonarr/tasks/main.yml", "content": "---\n- name: Run barebones container for apikey extraction\n community.docker.docker_container:\n name: \"sonarr\"\n image: \"lscr.io/linuxserver/sonarr\"\n volumes:\n - \"{{ docker_dir }}/sonarr:/config\"\n restart_policy: unless-stoppe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1712, "all_permissive": false }
ansible_role
caioasmuniz/ansible-playbook
15e013a705f905a4aa00891a641925f369fd1d66
2
roles/tailscale
7,789
[ "no_license" ]
[ { "path": "roles/tailscale/tasks/main.yml", "content": "- name: Create and run Tailscale client container\n community.docker.docker_container:\n image: \"tailscale/tailscale:latest\"\n name: \"tailscale\"\n pull: \"{{ pull_images }}\"\n restart: true\n env:\n \"PUID\": \"1000\"\n \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 863, "all_permissive": false }
ansible_role
caioasmuniz/ansible-playbook
15e013a705f905a4aa00891a641925f369fd1d66
2
roles/traefik
7,789
[ "no_license" ]
[ { "path": "roles/traefik/templates/traefik.yml.j2", "content": "api:\n dashboard: true\n debug: true\nentryPoints:\n http:\n address: \":80\"\n http:\n redirections:\n entryPoint:\n to: https\n scheme: https\n https:\n address: \":443\"\nserversTransport:\n insecu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3791, "all_permissive": false }
ansible_role
caioasmuniz/ansible-playbook
15e013a705f905a4aa00891a641925f369fd1d66
2
roles/transmission
7,789
[ "no_license" ]
[ { "path": "roles/transmission/tasks/main.yml", "content": "---\n- name: Create and run Transmission container\n community.docker.docker_container:\n image: \"lscr.io/linuxserver/transmission\"\n name: \"transmission\"\n pull: \"{{ pull_images }}\"\n env:\n \"PUID\": \"1000\"\n \"PGID\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1358, "all_permissive": false }
ansible_role
caioasmuniz/ansible-playbook
15e013a705f905a4aa00891a641925f369fd1d66
2
roles/vaultwarden
7,789
[ "no_license" ]
[ { "path": "roles/vaultwarden/tasks/main.yml", "content": "---\n- name: Create and run Vaultwarden container\n community.docker.docker_container:\n image: \"vaultwarden/server:latest\"\n name: \"vaultwarden\"\n pull: \"{{ pull_images }}\"\n env:\n \"PUID\": \"1000\"\n \"PGID\": \"1000\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1219, "all_permissive": false }
ansible_role
caioasmuniz/ansible-playbook
15e013a705f905a4aa00891a641925f369fd1d66
2
roles/wireguard-client
7,789
[ "no_license" ]
[ { "path": "roles/wireguard-client/tasks/main.yml", "content": "---\n- name: Create and run Wireguard Client container\n community.docker.docker_container:\n name: \"wireguard-client\"\n image: \"lscr.io/linuxserver/wireguard:latest\"\n pull: \"{{ pull_images }}\"\n capabilities:\n - net_ad...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 553, "all_permissive": false }
ansible_role
caioasmuniz/ansible-playbook
15e013a705f905a4aa00891a641925f369fd1d66
2
roles/wireguard-server
7,789
[ "no_license" ]
[ { "path": "roles/wireguard-server/tasks/main.yml", "content": "---\n- name: Create and run Wg-Easy container\n community.docker.docker_container:\n name: \"wireguard\"\n image: \"weejewel/wg-easy\"\n pull: \"{{ pull_images }}\"\n networks:\n - name: docker\n sysctls:\n \"net.ipv4.c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1488, "all_permissive": false }
ansible_role
epfl-si/privatebin.ops
b206c04a6e2a6edbf0fe77f751a0d49f2b04a4f6
0
roles/privatebin
7,789
[ "no_license" ]
[ { "path": "roles/privatebin/vars/privatebin-vars.yml", "content": "privatebin_helm_repo_name: privatebin\nprivatebin_helm_repo_url: https://privatebin.github.io/helm-chart/\nprivatebin_namespace: privatebin\nprivatebin_storage_class_name: stcl-svc0176idevfsdkt0001\n\nprivatebin_common_security_context:\n r...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7858, "all_permissive": false }