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
mistalaba/vagrant_ansible
b676dab38569a7ac645fb89141216c6175a4126a
0
roles/redis
7,794
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: Redis | Install Redis PPA\n apt_repository:\n repo: ppa:chris-lea/redis-server\n\n- name: Redis | Install Redis\n apt:\n name: redis-server\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 168, "all_permissive": false }
ansible_role
Jowjow/wordpress_provisioning
92a7506eb613371391bd117300a4c649a4cc9a93
0
provisioning/roles/jenkins
7,794
[ "no_license" ]
[ { "path": "provisioning/roles/jenkins/files/pipeline.sh", "content": "#!/bin/bash\n\ndate=`date`\necho \"pipeline triggered at $date\" >> /var/host_log/pipeline.log", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "provisioning/roles/jenkins/tasks/st...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1197, "all_permissive": false }
ansible_role
Jowjow/wordpress_provisioning
92a7506eb613371391bd117300a4c649a4cc9a93
0
provisioning/roles/setup
7,794
[ "no_license" ]
[ { "path": "provisioning/roles/setup/tasks/start_containers.yml", "content": "---\n# This Playbook starts all containers needed for the wordpress application using the docker-compose.yml\n\n- name: Brings down existing containers if any\n docker_service:\n project_src: /root/wordpress\n state: absent\...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3502, "all_permissive": false }
ansible_role
Jowjow/wordpress_provisioning
92a7506eb613371391bd117300a4c649a4cc9a93
0
provisioning/roles/update
7,794
[ "no_license" ]
[ { "path": "provisioning/roles/update/files/checker.sh", "content": "#!/bin/bash\n\nif [ $(curl -sL -w \"%{http_code}\\\\n\" \"https://devopstest.gigmedia.tech\" -o /dev/null) != \"200\" ]; then\n echo \"Wordpress is not healthy: Non-200 response\"; exit 1;\nfi\n\nif [ $(curl \"https://devopstest.gigmedi...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2428, "all_permissive": false }
ansible_role
jr9648/Ansible-Terraform-packages-CI-CD
998d7c2884255218cc2a0cc7c7cbcabf9fd5f502
0
1. controller_config/roles/system
7,794
[ "no_license" ]
[ { "path": "1. controller_config/roles/system/tasks/main.yml", "content": "---\n- name: Updating repos\n shell: apt update\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 47, "all_permissive": false }
ansible_role
jr9648/Ansible-Terraform-packages-CI-CD
998d7c2884255218cc2a0cc7c7cbcabf9fd5f502
0
1. controller_config/roles/terraform
7,794
[ "no_license" ]
[ { "path": "1. controller_config/roles/terraform/tasks/main.yml", "content": "---\n- name: terraform\n block:\n - name: install terraform dependancies\n package:\n name: \"{{ item }}\"\n state: latest\n register: result\n until: result is succeeded\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 787, "all_permissive": false }
ansible_role
jr9648/Ansible-Terraform-packages-CI-CD
998d7c2884255218cc2a0cc7c7cbcabf9fd5f502
0
3. realms/2. configuration/roles/wordpress
7,794
[ "no_license" ]
[ { "path": "3. realms/2. configuration/roles/wordpress/tasks/wordpress.yml", "content": "- name: Download and Extract WorPress\n unarchive:\n src: https://wordpress.org/latest.tar.gz\n dest: /var/www/\n remote_src: yes\n\n- name: Update default Apache site\n lineinfile:\n path: /etc/apache2/sit...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 993, "all_permissive": false }
ansible_role
rblack42/KE5RCS
e594ded711d30a13ecd5e4b7adbc45e1bc81bd97
0
ansible/roles/basic
7,794
[ "no_license" ]
[ { "path": "ansible/roles/basic/tasks/main.yml", "content": "---\n- name: install basic apps\n yum:\n name: \n - git\n - httpd\n - tomcat\n - postgresql\n - postgresql-server\n - openssl\n state: present\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
rblack42/KE5RCS
e594ded711d30a13ecd5e4b7adbc45e1bc81bd97
0
ansible/roles/hardware
7,794
[ "no_license" ]
[ { "path": "ansible/roles/hardware/tasks/main.yml", "content": "---\n- name: check hardware status\n ansible.builtin.setup:\n gather_subset:\n - 'processor'\n - 'all_ipv4_addresses'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 127, "all_permissive": false }
ansible_role
rblack42/KE5RCS
e594ded711d30a13ecd5e4b7adbc45e1bc81bd97
0
ansible/roles/postfix
7,794
[ "no_license" ]
[ { "path": "ansible/roles/postfix/references.md", "content": "# References\n\n- https://www.linode.com/docs/guides/configure-postfix-to-send-mail-using-gmail-and-google-workspace-on-debian-or-ubuntu/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { "path":...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1423, "all_permissive": false }
ansible_role
rblack42/KE5RCS
e594ded711d30a13ecd5e4b7adbc45e1bc81bd97
0
ansible/roles/process
7,794
[ "no_license" ]
[ { "path": "ansible/roles/process/tasks/main.yml", "content": "---\n- name: check running services\n ansible.builtin.service:\n name: \n - DSM\n - dplusd\n - sshd\n - postgres\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 131, "all_permissive": false }
ansible_role
rblack42/KE5RCS
e594ded711d30a13ecd5e4b7adbc45e1bc81bd97
0
ansible/roles/service
7,794
[ "no_license" ]
[ { "path": "ansible/roles/service/tasks/main.yml", "content": "---\n- name: list running services\n service_facts:\n\n- name: Show Service Facts\n debug:\n msg: \"{{ ansible_facts.services }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 128, "all_permissive": false }
ansible_role
rblack42/KE5RCS
e594ded711d30a13ecd5e4b7adbc45e1bc81bd97
0
ansible/roles/vim
7,794
[ "no_license" ]
[ { "path": "ansible/roles/vim/defaults/main.yml", "content": "---\nplugins:\n - editorconfig/editorconfig-vim\n - micha/vim-colors-solarized\n\nsettings:\n - 'tabstop=4'\n - 'shiftwidth=4'\n - 'spell'\n - 'spelllang=en'\n - 'number'\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1329, "all_permissive": false }
ansible_role
rblack42/KE5RCS
e594ded711d30a13ecd5e4b7adbc45e1bc81bd97
0
ansible/roles/vim_user
7,794
[ "no_license" ]
[ { "path": "ansible/roles/vim_user/tasks/main.yml", "content": "---\n- name: install macvim\n yum:\n name: vim\n state: present\n\n- name: install editorconfig\n git:\n repo: https://github.com/editorconfig/editorconfig-vim.git\n dest: /home/{{ dstar_user }}/.vim/bundle/editorconfig-vim \n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1266, "all_permissive": false }
ansible_role
rblack42/KE5RCS
e594ded711d30a13ecd5e4b7adbc45e1bc81bd97
0
dstar-test/provisioning/roles/basic
7,794
[ "no_license" ]
[ { "path": "dstar-test/provisioning/roles/basic/tasks/main.yml", "content": "---\n- name: install basic tools\n yum:\n name: \n - wget\n - libX11\n - libXt\n - libXext\n - libXmu\n state: present\n become: yes\n \n- name: install dstar tools\n yum:\n name:\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 489, "all_permissive": false }
ansible_role
rblack42/KE5RCS
e594ded711d30a13ecd5e4b7adbc45e1bc81bd97
0
dstar-test/provisioning/roles/ntp
7,794
[ "no_license" ]
[ { "path": "dstar-test/provisioning/roles/ntp/handlers/main.yml", "content": "---\n- name: restart ntp\n service:\n name: \"ntpd\"\n state: restarted\n become: yes\n\n- name: restart cron\n service:\n name: crond\n state: restarted\n become: yes\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 370, "all_permissive": false }
ansible_role
rblack42/KE5RCS
e594ded711d30a13ecd5e4b7adbc45e1bc81bd97
0
dstar-test/provisioning/roles/postgresql
7,794
[ "no_license" ]
[ { "path": "dstar-test/provisioning/roles/postgresql/tasks/main.yml", "content": "---\n- name: download required version of postgresql\n command: wget {{ postgresql_repo|quote }}/{{ postgresql_rpm|quote }}\n\n- name: install postgresql\n yum:\n name: \"{{ postgresql_rpm }}\"\n state: present\n becom...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 978, "all_permissive": false }
ansible_role
rblack42/KE5RCS
e594ded711d30a13ecd5e4b7adbc45e1bc81bd97
0
dstar-test/provisioning/roles/webmin
7,794
[ "no_license" ]
[ { "path": "dstar-test/provisioning/roles/webmin/tasks/main.yml", "content": "---\n- name: install webmin dependencies\n yum:\n name:\n - perl \n - perl-Net-SSLeay \n - openssl \n - perl-IO-Tty \n - perl-Encode-Detect\n - wget\n state: present\n become: yes\n\n- name: cr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 973, "all_permissive": false }
ansible_role
lucastamoios/ansible-sirius
178e227fe48ac1a0cb7df1facf02fe4964a49641
1
roles/fishshell
7,794
[ "no_license" ]
[ { "path": "roles/fishshell/templates/config.fish.j2", "content": "# filelocation: ~/.config/fish/\n# Ajustes de path\nset PATH ~/bin/ $PATH\nset PATH ~/scripts/ $PATH\n\n\n# Configurando o terminal para 256 cores\nset TERM xterm-256color\n\n# Desligando Pycache\nset PYTHONDONTWRITEBYTECODE 1\n# Warnings DBU...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2455, "all_permissive": false }
ansible_role
lucastamoios/ansible-sirius
178e227fe48ac1a0cb7df1facf02fe4964a49641
1
roles/git
7,794
[ "no_license" ]
[ { "path": "roles/git/templates/gitconfig.j2", "content": "[user]\n # Altere para seu username e email\n name = {{ nome }}\n email = {{ email }}\n\n colors = auto\n signingkey = {{ signkey }}\n\n[core]\n editor = vim\n\n[color]\n ui = true\n\n[alias]\n s = status -sb\n slog = log -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 736, "all_permissive": false }
ansible_role
lucastamoios/ansible-sirius
178e227fe48ac1a0cb7df1facf02fe4964a49641
1
roles/pacotes
7,794
[ "no_license" ]
[ { "path": "roles/pacotes/tasks/main.yml", "content": "- name: Atualizar cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n become: yes\n\n- name: Atualizar pacotes\n apt:\n upgrade: dist\n become: yes\n\n- name: Adiciona repositórios\n apt_repository:\n repo: 'ppa:nathan-renn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 510, "all_permissive": false }
ansible_role
lucastamoios/ansible-sirius
178e227fe48ac1a0cb7df1facf02fe4964a49641
1
roles/tmux
7,794
[ "no_license" ]
[ { "path": "roles/tmux/templates/tmux.conf.j2", "content": "# UTF-8\nset -g status-utf8 on\n# disable status bar\nset -g status off\n\n# set scrollback history to 10000 (10k)\nset -g history-limit 10000\n\n# set window and pane index to 1 (0 by default)\nset-option -g base-index 1\nsetw -g pane-base-index 1\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1387, "all_permissive": false }
ansible_role
lucastamoios/ansible-sirius
178e227fe48ac1a0cb7df1facf02fe4964a49641
1
roles/vim
7,794
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "- name: Instala Vim\n apt:\n name: vim-gtk\n state: latest\n become: yes\n\n- name: Instala git\n apt:\n name: git\n state: present\n become: yes\n\n- name: Instala Vundle\n git:\n repo: https://github.com/VundleVim/Vundle.vim.git\n de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 961, "all_permissive": false }
ansible_role
arnonm/ansible-nas
d6403299d56a94425f515b6e44092e2f3aab887f
0
roles/ansible-cloudberry
7,794
[ "no_license" ]
[ { "path": "roles/ansible-cloudberry/tasks/main.yml", "content": "---\n- name: Install Cloud Berry\n block:\n - name: Copy package to host\n copy:\n remote_src: false\n src: \"files/{{ local_dep_filename }}\"\n dest: /tmp/\n\n - name: copy configuration file\n copy:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1272, "all_permissive": false }
ansible_role
arnonm/ansible-nas
d6403299d56a94425f515b6e44092e2f3aab887f
0
roles/ansible-cockpit
7,794
[ "no_license" ]
[ { "path": "roles/ansible-cockpit/defaults/main.yml", "content": "---\ncockpit_docker_github_releases_url: \"https://github.com/mrevjd/cockpit-docker/releases\"\ncockpit_docker_version: \"latest\"\nsamba_conf_file: \"/etc/samba/smb.conf\"\ncockpit_identities_enabled: false", "license_type": "no_license",...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5411, "all_permissive": false }
ansible_role
arnonm/ansible-nas
d6403299d56a94425f515b6e44092e2f3aab887f
0
roles/ansible-ddns
7,794
[ "no_license" ]
[ { "path": "roles/ansible-ddns/tasks/duc_old.yml", "content": "---\n- name: Untar DUC client\n ansible.builtin.unarchive:\n src: \"{{ download_url }\n }\"\n dest: /tmp\n remote_src: yes\n\n- name: Build the default target\n community.general.make:\n chdir: \"/tmp/{{client_dir}}\"\n\n- name: ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3859, "all_permissive": false }
ansible_role
arnonm/ansible-nas
d6403299d56a94425f515b6e44092e2f3aab887f
0
roles/ansible-letsencrypt
7,794
[ "no_license" ]
[ { "path": "roles/ansible-letsencrypt/defaults/main.yml", "content": "---\nletsencrypt_enabled: false\n\n# Options are via certbot or via ansible\nletsencrypt_install: \"certbot\"\n# letsencrypt_install: \"ansible\"\nletsencrypt_renewal_enabled: true\n\nacme_challenge_type: http-01\nacme_directory: https://a...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3287, "all_permissive": false }
ansible_role
arnonm/ansible-nas
d6403299d56a94425f515b6e44092e2f3aab887f
0
roles/ansible-nas-general
7,794
[ "no_license" ]
[ { "path": "roles/ansible-nas-general/tasks/main.yml", "content": "---\n- name: Set login banner\n copy:\n src: motd.txt\n dest: /etc/motd\n\n- name: Update apt-cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n register: result\n until: result is succeeded\n\n- name: Upgrade all pac...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2190, "all_permissive": false }
ansible_role
arnonm/ansible-nas
d6403299d56a94425f515b6e44092e2f3aab887f
0
roles/ansible-nas-users
7,794
[ "no_license" ]
[ { "path": "roles/ansible-nas-users/tasks/main.yml", "content": "---\n- name: Create ansible-nas group\n group:\n name: ansible-nas\n state: present\n\n- name: Create ansible-nas user\n user:\n name: ansible-nas\n state: present\n system: yes\n update_password: on_create\n create_home:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1746, "all_permissive": false }
ansible_role
arnonm/ansible-nas
d6403299d56a94425f515b6e44092e2f3aab887f
0
roles/ansible-role-mergerfs
7,794
[ "no_license" ]
[ { "path": "roles/ansible-role-mergerfs/defaults/main.yml", "content": "---\n# Install mode: defines where to download and install the package from:\n# - \"github_releases\": install from Mergerfs' GitHub releases\n# - \"package_manager\": install from the Linux distribution package manager.\n# - \"source\":...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 7102, "all_permissive": false }
ansible_role
arnonm/ansible-nas
d6403299d56a94425f515b6e44092e2f3aab887f
0
roles/ansible-role-snapraid
7,794
[ "no_license" ]
[ { "path": "roles/ansible-role-snapraid/tasks/install-snapraid-aio-script.yml", "content": "---\n- name: install dependencies\n apt:\n name: \"python-markdown mailutils curl\"\n state: present\n register: result\n until: result is succeeded\n\n \n- name: install configuration file\n template:\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 48239, "all_permissive": false }
ansible_role
arnonm/ansible-nas
d6403299d56a94425f515b6e44092e2f3aab887f
0
roles/ansible-staticip
7,794
[ "no_license" ]
[ { "path": "roles/ansible-staticip/defaults/main.yml", "content": "net_interfaces: [ 'enp3s0' ] \nname_server: \"172.16.20.1\"\ndhcp_hostname: {{mandatory}}\nstatic_address: {{mandatory}}\nstatic_map: {{ mandatory }}\nnameservers: [ \n domain: address ]", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1497, "all_permissive": false }
ansible_role
arnonm/ansible-nas
d6403299d56a94425f515b6e44092e2f3aab887f
0
roles/bazarr
7,794
[ "no_license" ]
[ { "path": "roles/bazarr/tasks/main.yml", "content": "---\n- name: Start Bazarr\n block:\n - name: Create Bazarr group\n group:\n name: bazarr\n gid: \"{{ bazarr_group_id }}\"\n state: present\n\n - name: Create bazarr user\n user:\n name: bazarr\n uid: \"{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2754, "all_permissive": false }
ansible_role
arnonm/ansible-nas
d6403299d56a94425f515b6e44092e2f3aab887f
0
roles/deluge
7,794
[ "no_license" ]
[ { "path": "roles/deluge/templates/docker-compose.yml", "content": "version: '3.5'\n\nservices:\n {{service_name}}:\n container_name: \"{{service_container_name}}\"\n image: \"{{service_image_name}}\"\n volumes:\n - \"{{ service_download_directory }}:/downloads:rw\"\n - \"{{ s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3436, "all_permissive": false }
ansible_role
arnonm/ansible-nas
d6403299d56a94425f515b6e44092e2f3aab887f
0
roles/filebrowser
7,794
[ "no_license" ]
[ { "path": "roles/filebrowser/templates/Dockerfile", "content": "FROM filebrowser/filebrowser:latest\n\nCOPY ./filebrowser_entry.sh /filebrowser_entry.sh\nCOPY ./filebrowser_runonce.sh /filebrowser_runonce.sh\n\nRUN chmod +x /filebrowser_entry.sh\n\nENTRYPOINT [ \"/filebrowser_entry.sh\" ] ", "license_t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4581, "all_permissive": false }
ansible_role
arnonm/ansible-nas
d6403299d56a94425f515b6e44092e2f3aab887f
0
roles/heimdall
7,794
[ "no_license" ]
[ { "path": "roles/heimdall/templates/docker-compose.yml", "content": "---\nversion: \"3\"\n\nservices:\n heimdall:\n container_name: \"{{ heimdall_container_name }}\"\n image: \"{{ heimdall_docker_image }}\"\n restart: unless-stopped\n volumes:\n - \"{{ heimdall_config_directory }}:/config:...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 11472, "all_permissive": false }
ansible_role
arnonm/ansible-nas
d6403299d56a94425f515b6e44092e2f3aab887f
0
roles/homer
7,794
[ "no_license" ]
[ { "path": "roles/homer/defaults/main.yml", "content": "---\nhomer_enabled: false\nhomer_container_name: homer\nhomer_user_id: \"1311\"\nhomer_group_id: \"1311\"\nhomer_init_assets: 1\nhomer_port: 8082\nhomer_assets_directory: \"{{samba_shares_root}}/homer\"\nhomer_compose_directory: \"{{samba_shares_root}}/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2312, "all_permissive": false }
ansible_role
arnonm/ansible-nas
d6403299d56a94425f515b6e44092e2f3aab887f
0
roles/netdata
7,794
[ "no_license" ]
[ { "path": "roles/netdata/tasks/main.yml", "content": "---\n# Based on https://gist.github.com/Jiab77/0778ef11a441f49df62e2b65f3daef76\n- name: Get docker group id\n group:\n name: docker\n register: docker_group\n\n- name: Create netdata group\n group:\n name: netdata\n gid: \"{{ netdat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3834, "all_permissive": false }
ansible_role
arnonm/ansible-nas
d6403299d56a94425f515b6e44092e2f3aab887f
0
roles/nextcloud
7,794
[ "no_license" ]
[ { "path": "roles/nextcloud/tasks/configure_users.yml", "content": "---\n- name: Create user\n community.docker.docker_container_exec:\n container: nextcloud_app\n env: \n OC_PASS: \"{{default_user_password}}\"\n argv:\n - \"php\"\n - \"occ\"\n - \"user:add\"\n - \"--displa...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 10433, "all_permissive": false }
ansible_role
arnonm/ansible-nas
d6403299d56a94425f515b6e44092e2f3aab887f
0
roles/ntd.nut
7,794
[ "no_license" ]
[ { "path": "roles/ntd.nut/templates/upssched-cmd", "content": "#! /bin/sh\n#\n# This script should be called by upssched via the CMDSCRIPT directive.\n# \n# Here is a quick example to show how to handle a bunch of possible\n# timer names with the help of the case structure.\n#\n# This script may be replaced ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 8041, "all_permissive": false }
ansible_role
arnonm/ansible-nas
d6403299d56a94425f515b6e44092e2f3aab887f
0
roles/paperless_ng
7,794
[ "no_license" ]
[ { "path": "roles/paperless_ng/tasks/main.yml", "content": "---\n- name: Install paperless-ngx\n block:\n - name: Create paperless group\n group:\n name: paperless\n gid: \"{{ paperless_ng_group_id }}\"\n state: present\n\n - name: Create paperless user\n user:\n name: pape...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4404, "all_permissive": false }
ansible_role
arnonm/ansible-nas
d6403299d56a94425f515b6e44092e2f3aab887f
0
roles/photoprism
7,794
[ "no_license" ]
[ { "path": "roles/photoprism/templates/prepmysqltuner.sh", "content": "\ndocker exec -i photoprism_mariadb /docker-entrypoint-initdb.d/mysqltuner.sh\ndocker exec -i photoprism_mariadb /tmp/mysqltuner.pl --user=root --password={{photoprism_root_password}}\n", "license_type": "no_license", "detected_li...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 20107, "all_permissive": false }
ansible_role
arnonm/ansible-nas
d6403299d56a94425f515b6e44092e2f3aab887f
0
roles/plex
7,794
[ "no_license" ]
[ { "path": "roles/plex/templates/docker-compose.yml", "content": "version: \"2.2\"\nservices:\n plex:\n image: plexinc/pms-docker\n container_name: {{plex_container_name}}\n network_mode: host\n environment:\n - TZ=\"{{ansible_nas_timezone}}\"\n - PUID={{plex_user_id}}\n - PGID={{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3569, "all_permissive": false }
ansible_role
arnonm/ansible-nas
d6403299d56a94425f515b6e44092e2f3aab887f
0
roles/radarr
7,794
[ "no_license" ]
[ { "path": "roles/radarr/templates/docker-compose.yml", "content": "version: '3.5'\n\nservices:\n radarr:\n container_name: \"{{radarr_container_name}}\"\n image: linuxserver/radarr\n volumes:\n - \"{{ radarr_movies_directory }}:/movies:rw\"\n - \"{{ radarr_download_directory ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2879, "all_permissive": false }
ansible_role
arnonm/ansible-nas
d6403299d56a94425f515b6e44092e2f3aab887f
0
roles/sonarr
7,794
[ "no_license" ]
[ { "path": "roles/sonarr/templates/docker-compose.yml", "content": "version: '3.5'\n\nservices:\n sonarr:\n container_name: \"{{sonarr_container_name}}\"\n image: linuxserver/sonarr\n volumes:\n - \"{{ sonarr_tv_directory }}:/tv:rw\"\n - \"{{ sonarr_download_directory }}:/down...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2859, "all_permissive": false }
ansible_role
arnonm/ansible-nas
d6403299d56a94425f515b6e44092e2f3aab887f
0
roles/stirlingpdf
7,794
[ "no_license" ]
[ { "path": "roles/stirlingpdf/templates/docker-compose.yml", "content": "---\nversion: '3.3'\nservices:\n {{stirling_container_name}}:\n image: frooodle/s-pdf\n restart: unless-stopped\n ports:\n - '{{stirling_port}}:8080'\n volumes:\n - \"{{stirling_data_directory}}:/usr/share/tessera...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2434, "all_permissive": false }
ansible_role
arnonm/ansible-nas
d6403299d56a94425f515b6e44092e2f3aab887f
0
roles/timemachine
7,794
[ "no_license" ]
[ { "path": "roles/timemachine/tasks/main.yml", "content": "---\n- name: Create timemachine group\n group:\n name: timemachine\n gid: \"{{ timemachine_group_id }}\"\n state: present\n\n- name: Create timemachine user\n user:\n name: timemachine\n uid: \"{{ timemachine_user_id }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1450, "all_permissive": false }
ansible_role
arnonm/ansible-nas
d6403299d56a94425f515b6e44092e2f3aab887f
0
roles/watchtower
7,794
[ "no_license" ]
[ { "path": "roles/watchtower/tasks/main.yml", "content": "---\n- name: Create Directories\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ watchtower_compose_directory }}\"\n\n- name: copy Docker compose file\n template:\n src: \"templates/docker-compose.yml\"\n des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1722, "all_permissive": false }
ansible_role
MendozaJRL/CPE232_MendozaExperiment10
57f65e8733aef43131123383b0677c4e3ad20ec8
0
roles/elastic_stack
7,794
[ "no_license" ]
[ { "path": "roles/elastic_stack/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/elastic_stack\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/elastic_stack/tasks/main.yml", "content": "---...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4057, "all_permissive": false }
ansible_role
snakejke/dotfiles
f679ac3fa8d54e9bc916a6888e371d377f8862f8
0
ansible_main/roles/dotfiles_install
7,794
[ "no_license" ]
[ { "path": "ansible_main/roles/dotfiles_install/defaults/main.yml", "content": "---\n# Основные директории\n# home_dir: \"{{ ansible_env.HOME }}\"\n# dotfiles_dir: \"{{ home_dir }}/.local/dotfiles\" # Расположение клонированного репозитория дотфайлов\n# user_config_dir: \"{{ home_dir }}/.config\"\n# system_...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 12454, "all_permissive": false }
ansible_role
snakejke/dotfiles
f679ac3fa8d54e9bc916a6888e371d377f8862f8
0
ansible_main/roles/dotfiles_manage
7,794
[ "no_license" ]
[ { "path": "ansible_main/roles/dotfiles_manage/defaults/main.yml", "content": "home_dir: \"{{ ansible_env.HOME }}\"\ndotfiles_dir: \"{{ home_dir }}/.local/dotfiles\"\nuser_config_dir: \"{{ home_dir }}/.config\"\nsystem_config_dir: \"/etc\"\ngpg_key_id: \"<EMAIL>\"\n\n# File permissions\n# default_dir_mode: \...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 8314, "all_permissive": false }
ansible_role
ddutt/evpn-in-the-datacenter
55fa13f10e7bc7ab3d8684ef755451f3fe2f5011
33
ansible/cldemo-evpn-centralized/roles/add-mgmt-vrf
7,794
[ "no_license" ]
[ { "path": "ansible/cldemo-evpn-centralized/roles/add-mgmt-vrf/tasks/main.yml", "content": "---\n- name: add mgmt vrf\n nclu: \n atomic: true\n commands:\n - add vrf mgmt\n description: \"add mgmt vrf\"\n async: 1\n poll: 0\n ignore_errors: true\n\n- name: Reconnect to switches \n local_ac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 288, "all_permissive": false }
ansible_role
ddutt/evpn-in-the-datacenter
55fa13f10e7bc7ab3d8684ef755451f3fe2f5011
33
ansible/cldemo-evpn-centralized/roles/copy-int-reboot-servers
7,794
[ "no_license" ]
[ { "path": "ansible/cldemo-evpn-centralized/roles/copy-int-reboot-servers/tasks/main.yml", "content": "---\n\n - name: copy interfaces\n copy: src=config/{{ansible_hostname}}/interfaces dest=/etc/network/\n - name: restarts servers with their new configuration\n shell: sleep 1 && shutdown -r 0\n async:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 378, "all_permissive": false }
ansible_role
ddutt/evpn-in-the-datacenter
55fa13f10e7bc7ab3d8684ef755451f3fe2f5011
33
ansible/cldemo-evpn-centralized/roles/restart_switches
7,794
[ "no_license" ]
[ { "path": "ansible/cldemo-evpn-centralized/roles/restart_switches/tasks/main.yml", "content": "---\n - name: restarts switches with their new configuration\n shell: sleep 1 && shutdown -r 0\n async: 1\n poll: 0\n ignore_errors: true\n\n - name: Wait for switches to come back up\n local_action: wai...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": false }
ansible_role
ddutt/evpn-in-the-datacenter
55fa13f10e7bc7ab3d8684ef755451f3fe2f5011
33
ansible/cldemo-evpn-distributed/roles/copy_frr_daemons
7,794
[ "no_license" ]
[ { "path": "ansible/cldemo-evpn-distributed/roles/copy_frr_daemons/tasks/main.yml", "content": "---\n - name: copy FRR daemons\n copy: src=config/daemons dest=/etc/frr/\n - name: copy FRR.conf\n copy: src=config/{{ansible_hostname}}/frr.conf dest=/etc/frr/\n\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 166, "all_permissive": false }
ansible_role
ddutt/evpn-in-the-datacenter
55fa13f10e7bc7ab3d8684ef755451f3fe2f5011
33
ansible/cldemo-evpn-distributed/roles/copy_interfaces
7,794
[ "no_license" ]
[ { "path": "ansible/cldemo-evpn-distributed/roles/copy_interfaces/tasks/main.yml", "content": "---\n - name: copy interfaces\n copy: src=config/{{ansible_hostname}}/interfaces dest=/etc/network/\n \n #- name: implement configuration\n # shell: ifreload -a\n \n #- name: Bring Loopback Interface U...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 367, "all_permissive": false }
ansible_role
ddutt/evpn-in-the-datacenter
55fa13f10e7bc7ab3d8684ef755451f3fe2f5011
33
ansible/cldemo-evpn-distributed/roles/mv_ntp_mgmt_vrf
7,794
[ "no_license" ]
[ { "path": "ansible/cldemo-evpn-distributed/roles/mv_ntp_mgmt_vrf/tasks/main.yml", "content": "---\n- name: stop ntp\n shell: systemctl stop ntp\n- name: disable ntp\n shell: systemctl disable ntp\n- name: start ntp in the management vrf\n shell: systemctl start ntp@mgmt\n- name: enable ntp in the manage...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 251, "all_permissive": false }
ansible_role
riaandotmodus/sf-jobs
192fe6431f0946bfe00bb097b3b65f4e8d1f1f52
0
roles/dlrn-build
7,794
[ "no_license" ]
[ { "path": "roles/dlrn-build/defaults/main.yaml", "content": "---\nworking_dir: \"{{ ansible_user_dir }}/{{ zuul.project.src_dir }}/..\"\ndlrn: \"/bin/dlrn\"\nrdopkg: \"/bin/rdopkg\"\ndlrn_scripts_dir: \"/usr/share/dlrn/scripts\"\ndlrn_templates_dir: \"/usr/lib/python3.6/site-packages/dlrn/templates\"\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1300, "all_permissive": false }
ansible_role
riaandotmodus/sf-jobs
192fe6431f0946bfe00bb097b3b65f4e8d1f1f52
0
roles/dlrn-publish
7,794
[ "no_license" ]
[ { "path": "roles/dlrn-publish/tasks/main.yaml", "content": "---\n- name: Install required dependencies\n yum:\n name: \"{{ item }}\"\n state: latest\n loop:\n - dlrnapi-client\n become: true\n\n- name: Publish for each built tag\n include: publish.yaml\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 224, "all_permissive": false }
ansible_role
Aryido/auction
fcc9b45ddab609aca95fa5ad3b89a007549da30c
1
infra/ansible-static/playbooks/roles/deploy_grafana
7,788
[ "no_license" ]
[ { "path": "infra/ansible-static/playbooks/roles/deploy_grafana/tasks/main.yaml", "content": "- name: Clone GitHub Repo\n git:\n repo: \"{{ repo_url }}\"\n dest: \"{{ repo_dest }}\"\n force: yes\n\n- name: Docker Compose Up\n shell: |\n sudo docker-compose up -d\n args:\n chdir: \"{{ compos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
Aryido/auction
fcc9b45ddab609aca95fa5ad3b89a007549da30c
1
infra/ansible-static/playbooks/roles/setup_env
7,788
[ "no_license" ]
[ { "path": "infra/ansible-static/playbooks/roles/setup_env/tasks/main.yaml", "content": "- name: Update apt cache\n apt:\n update_cache: true\n\n- name: Install git\n apt:\n name: git\n state: present\n\n- name: Install Docker\n apt:\n name: docker.io\n state: present\n\n- name: Download Do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 481, "all_permissive": false }
ansible_role
julio22salinas/Ansible101
93a0cb235bea17656030b01215a6491b8ac15656
0
ansible001/roles/sqlserver
7,788
[ "no_license" ]
[ { "path": "ansible001/roles/sqlserver/tasks/main.yml", "content": "---\n- name: Install MySQL packages\n apt: pkg= {{ item }} state=installed \n with_items:\n - mysql-server\n - mysql-client\n - python-mysqldb\n - libmysqlclient-dev\n\n- name: Set up MySQL password\n mysql_user: name=root hos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 361, "all_permissive": false }
ansible_role
FreifunkBremen/ansible-events
faff7b55a717c6e2d358effdea9bad53d30820d7
1
roles/node-upgrade
7,788
[ "no_license" ]
[ { "path": "roles/node-upgrade/defaults/main.yml", "content": "---\nfirmware_old:\n- \"breminale2022-13-g347e8fd~HEAD77\"\n- \"breminale2022-14-gf938525~HEAD78\"\n\nfirmware_new: \"breminale2022-build82\"\n\nfirmware_scp: True\nfirmware_path: \"/home/ffhb/firmware/\"\n# firmware_path: http://events.bremen.fr...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 922, "all_permissive": false }
ansible_role
FreifunkBremen/ansible-events
faff7b55a717c6e2d358effdea9bad53d30820d7
1
roles/node-wificheck
7,788
[ "no_license" ]
[ { "path": "roles/node-wificheck/defaults/main.yml", "content": "---\nnode_wificheck_ssid_count: 2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/node-wificheck/tasks/main.yml", "content": "# restart respondd if not running\n---\n- name...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 344, "all_permissive": false }
ansible_role
FreifunkBremen/ansible-events
faff7b55a717c6e2d358effdea9bad53d30820d7
1
roles/nodes
7,788
[ "no_license" ]
[ { "path": "roles/nodes/handlers/main.yml", "content": "---\n- name: uci commit\n raw: uci commit\n\n- name: update hostname\n raw: \"echo $(uci get system.@system[0].hostname) > /proc/sys/kernel/hostname\"\n\n- name: restart wifi\n raw: wifi\n\n- name: restart fastd\n raw: /etc/init.d/fastd restart\n\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 4503, "all_permissive": false }
ansible_role
FreifunkBremen/ansible-events
faff7b55a717c6e2d358effdea9bad53d30820d7
1
roles/respondd-restart
7,788
[ "no_license" ]
[ { "path": "roles/respondd-restart/tasks/main.yml", "content": "# restart respondd if not running\n---\n- name: check\n raw: \"pgrep respondd\"\n register: pgrep\n ignore_errors: yes\n changed_when: false\n\n- name: restart\n raw: /etc/init.d/gluon-respondd restart\n when: pgrep.rc != 0\n", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 218, "all_permissive": false }
ansible_role
sma-de/ansible-collections-hashivault
b33f97b4392d409f756853f319e9f56001eb40a2
0
roles/config_initial
7,788
[ "no_license" ]
[ { "path": "roles/config_initial/tasks/main.yml", "content": "---\n\n ##\n ## note that while most config stuff can be done on from any\n ## node using vault rest api's this initial configuration\n ## must be absolutely done from the same system vault is running\n ##\n\n - include_tasks: prepare_system...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1010, "all_permissive": false }
ansible_role
sma-de/ansible-collections-hashivault
b33f97b4392d409f756853f319e9f56001eb40a2
0
roles/config_instance
7,788
[ "no_license" ]
[ { "path": "roles/config_instance/tasks/config_post_login.yml", "content": "---\n\n ## manage secret engines\n - include_tasks: engines/handle_secret_engines.yml\n loop: >-\n {{ smabot_hashivault_config_instance_args_normed.secret_engines.engines\n | dict2items }}\n loop_control:\n lo...
{ "task_files": 27, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 39, "total_bytes": 30811, "all_permissive": false }
ansible_role
sma-de/ansible-collections-hashivault
b33f97b4392d409f756853f319e9f56001eb40a2
0
roles/cycle_secrets
7,788
[ "no_license" ]
[ { "path": "roles/cycle_secrets/tasks/secret_types/gitlab/user_tokens/prepare.yml", "content": "---\n\n # noop\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15 }, { "path": "roles/cycle_secrets/tasks/cycle_parentcycle.yml", "content": "---\n\n - name: ha...
{ "task_files": 25, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 26, "total_bytes": 15665, "all_permissive": false }
ansible_role
sma-de/ansible-collections-hashivault
b33f97b4392d409f756853f319e9f56001eb40a2
0
roles/readwrite_secrets
7,788
[ "no_license" ]
[ { "path": "roles/readwrite_secrets/tasks/main.yml", "content": "---\n\n - smabot.hashivault.normalize_readwrite_secrets_args:\n register: _tmp_normed_cfg\n no_log: >-\n {{ smabot_hashivault_readwrite_secrets_args.hide_secrets | default(True) }}\n\n - set_fact:\n smabot_hashivault_readwrite...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4594, "all_permissive": false }
ansible_role
sma-de/ansible-collections-hashivault
b33f97b4392d409f756853f319e9f56001eb40a2
0
roles/ssl_cert_agent
7,788
[ "no_license" ]
[ { "path": "roles/ssl_cert_agent/templates/ssl_template_stanza.hcl.j2", "content": "\n##\n## templates / creates / manages client a client cert for this machine\n##\ntemplate {\n source = \"{{ VAULTCFG_TEMPLATE_VARS.SRCFILE }}\"\n destination = \"{{ VAULTCFG_TEMPLATE_VARS.DESTFILE }}\"\n\n ## run thi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5132, "all_permissive": false }
ansible_role
sma-de/ansible-collections-hashivault
b33f97b4392d409f756853f319e9f56001eb40a2
0
roles/unseal_vault
7,788
[ "no_license" ]
[ { "path": "roles/unseal_vault/tasks/main.yml", "content": "---\n\n ##\n ## note: can in theory be delegated to localhost (ansible controller,\n ## rest api access), but then we now influence here on guaranteeing\n ## necessary py modules are installed\n ##\n\n - include_tasks: \"{{ role_path }}/.....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1805, "all_permissive": false }
ansible_role
sma-de/ansible-collections-hashivault
b33f97b4392d409f756853f319e9f56001eb40a2
0
roles/vault_agent_dockcomp
7,788
[ "no_license" ]
[ { "path": "roles/vault_agent_dockcomp/templates/docker_entrywrapper.sh.j2", "content": "#!/usr/bin/dumb-init /bin/sh\nset -e\n\n\nfn_call_vault_agent() {\n cfgfile=\"${1:?}\"\n\n# TODO: support extra agent args??\n ## reuse upstream entrypoint to get \"its features\"\n docker-entrypoint.sh vault agent -n...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 8982, "all_permissive": false }
ansible_role
sma-de/ansible-collections-hashivault
b33f97b4392d409f756853f319e9f56001eb40a2
0
roles/vault_login
7,788
[ "no_license" ]
[ { "path": "roles/vault_login/tasks/get_login_creds_methods/basic.yml", "content": "---\n\n # TODO: support other auth types besides approle???\n - set_fact:\n smabot_hashivault_login_creds:\n id: >-\n {{\n smabot_hashivault_login_args_normed.creds.params.id\n ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5256, "all_permissive": false }
ansible_role
snsiloumi/app-salaire
cf2b1748abf622e1ccf08b3213ecf31ec2c58ea7
0
roles/Apache
7,788
[ "no_license" ]
[ { "path": "roles/Apache/tasks/main.yml", "content": "- name: install epel-release\n yum:\n name: epel-release\n state: present\n\n- name: install apache server\n yum:\n name: httpd\n state: present\n\n- name: install git\n yum:\n name: git\n state: present\n\n- name: install php\n yum:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 901, "all_permissive": false }
ansible_role
snsiloumi/app-salaire
cf2b1748abf622e1ccf08b3213ecf31ec2c58ea7
0
roles/Mariadb
7,788
[ "no_license" ]
[ { "path": "roles/Mariadb/tasks/main.yml", "content": "- name: install epel-release\n yum:\n name: epel-release\n state: present\n\n- name: install mariadb \n yum:\n name: mariadb\n state: present\n\n- name: install mariadb server\n yum:\n name: mariadb-server\n state: present\n\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 575, "all_permissive": false }
ansible_role
tom198107/k8s-deploy
c70beae5ec96981a69f89eddad5dff620c64281e
0
roles/checkenv
7,788
[ "no_license" ]
[ { "path": "roles/checkenv/tasks/main.yml", "content": "---\r\n\r\n- name: if subnet 10.1 exists\r\n shell: \"code=$(ip a|grep 10.1 | wc -l) && exit $code\"\r\n ignore_errors: True\r\n\r\n# - name: if ntp server is ok\r\n# shell: \"ping {{item.ip}} -c 1 >> /dev/null && exit 0 || exit 1\"\r\n# with_item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3279, "all_permissive": false }
ansible_role
tom198107/k8s-deploy
c70beae5ec96981a69f89eddad5dff620c64281e
0
roles/common
7,788
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\r\n# - name: \"Standardizing localtime and timezone\"\r\n# copy: src={{item}} dest=/etc/{{item}} force=no owner=root group=root mode=0755\r\n# with_items:\r\n# - localtime\r\n# - timezone\r\n\r\n- name: Prepare the storage directory for do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4650, "all_permissive": false }
ansible_role
tom198107/k8s-deploy
c70beae5ec96981a69f89eddad5dff620c64281e
0
roles/paas
7,788
[ "no_license" ]
[ { "path": "roles/paas/tasks/main.yml", "content": "\r\n- name: \"Mkdir /tmp/k8s/yml/\"\r\n file:\r\n path: \"/tmp/k8s/yml/\"\r\n state: directory\r\n when: \"ansible_ssh_host == groups['k8s-master'][0]\"\r\n\r\n- name: \"Generate Deployment YAML\"\r\n template:\r\n src: \"{{component}}-{{type}}....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2199, "all_permissive": false }
ansible_role
tom198107/k8s-deploy
c70beae5ec96981a69f89eddad5dff620c64281e
0
roles/saas
7,788
[ "no_license" ]
[ { "path": "roles/saas/templates/hzr-service.yml.j2", "content": "---\n\napiVersion: v1 \nkind: Service\nmetadata: \n name: hzrservice \nspec: \n type: NodePort\n ports: \n - port: 8080\n targetPort: 8080\n protocol: TCP \n selector: \n name: hzrservice\n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1325, "all_permissive": false }
ansible_role
nicolas-san/drupal_8_simple_dev_env
14298ce58d6a44cd1925530d786a1f913f63a42c
1
ansible/roles/common
7,788
[ "no_license" ]
[ { "path": "ansible/roles/common/handlers/main.yml", "content": "---\n# handlers file for common\n- name: rkhunter propupd\n command: rkhunter --propupd\n\n- name: apt-get update\n apt:\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 793, "all_permissive": false }
ansible_role
nicolas-san/drupal_8_simple_dev_env
14298ce58d6a44cd1925530d786a1f913f63a42c
1
ansible/roles/drupal
7,788
[ "no_license" ]
[ { "path": "ansible/roles/drupal/tasks/main.yml", "content": "---\n- name: Create a new db\n mysql_db: name={{ database_name }} state=present\n\n- name: Create a directory if it does not exist\n file:\n path: /var/www/project/drupal/\n state: absent\n\n- name: Create a directory if it does not exist\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2377, "all_permissive": false }
ansible_role
nicolas-san/drupal_8_simple_dev_env
14298ce58d6a44cd1925530d786a1f913f63a42c
1
ansible/roles/hosting_tools
7,788
[ "no_license" ]
[ { "path": "ansible/roles/hosting_tools/tasks/main.yml", "content": "---\n# tasks file for httpd\n- include: install_httpd.yml\n- include: install_mariadb.yml\n- include: configure_vhost.yml\n- include: composer.yml\n- include: ssl.yml\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 6142, "all_permissive": false }
ansible_role
prabhatmaurya/plabs-vagrant
46e384e403b7304e07a0a09cbab4d23735b10aad
0
ansible-lab/provisioning/roles/ansible_pre
7,801
[ "no_license" ]
[ { "path": "ansible-lab/provisioning/roles/ansible_pre/tasks/main.yaml", "content": "--- \n- name: Verify passwordless ssh\n ansible.builtin.include_tasks: \n file: check-access.yaml\n\n- name: Setup Passwordless ssh and sudo env\n ansible.builtin.include_tasks: \n file: setup-tasks.yaml\n", "li...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1439, "all_permissive": false }
ansible_role
prabhatmaurya/plabs-vagrant
46e384e403b7304e07a0a09cbab4d23735b10aad
0
ch4/provision/roles/mysql
7,801
[ "no_license" ]
[ { "path": "ch4/provision/roles/mysql/defaults/main.yml", "content": "mysql_root_user: root\nmysql_root_old_password: ''\nmysql_root_password: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "ch4/provision/roles/mysql/handlers/main.yml",...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1084, "all_permissive": false }
ansible_role
prabhatmaurya/plabs-vagrant
46e384e403b7304e07a0a09cbab4d23735b10aad
0
ch4/provision/roles/nagios
7,801
[ "no_license" ]
[ { "path": "ch4/provision/roles/nagios/templates/dbservers.cfg.j2", "content": "# {{ ansible_managed }}\n\ndefine hostgroup {\n\thostgroup_name dbservers\n alias Database Servers\n}\n\n{% for host in dbservers %}\n define host {\n use linux-server\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3038, "all_permissive": false }
ansible_role
prabhatmaurya/plabs-vagrant
46e384e403b7304e07a0a09cbab4d23735b10aad
0
ch4/provision/roles/nagios-nrpe
7,801
[ "no_license" ]
[ { "path": "ch4/provision/roles/nagios-nrpe/tasks/main.yml", "content": "- name: Install NRPE plugins\n yum:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ require_packagesrequire_packages }}\"\n\n- name: Update nrpe config\n template:\n src: nrpe.cfg.j2\n dest: /etc/nagios/nrp...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1039, "all_permissive": false }
ansible_role
prabhatmaurya/plabs-vagrant
46e384e403b7304e07a0a09cbab4d23735b10aad
0
ch4/provision/roles/nagios_old
7,801
[ "no_license" ]
[ { "path": "ch4/provision/roles/nagios_old/defaults/main.yml", "content": "nagios_build_directory: \"/usr/local/nagios\"\nnagios_tarball: \"https://assets.nagios.com/downloads/nagioscore/releases/nagios-4.1.1.tar.gz\"\nnagios_version: \"4.1.1\"\nnagios_plugin_tarball: \"http://nagios-plugins.org/download/nag...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3690, "all_permissive": false }
ansible_role
prabhatmaurya/plabs-vagrant
46e384e403b7304e07a0a09cbab4d23735b10aad
0
ch4/provision/roles/php
7,801
[ "no_license" ]
[ { "path": "ch4/provision/roles/php/tasks/main.yml", "content": "- name: Install php\n yum: name={{ item }} state=present\n with_items:\n - php\n - php-devel\n - php-mysql\n notify: restart apache\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 144, "all_permissive": false }
ansible_role
prabhatmaurya/plabs-vagrant
46e384e403b7304e07a0a09cbab4d23735b10aad
0
ch4/provision/roles/server
7,801
[ "no_license" ]
[ { "path": "ch4/provision/roles/server/tasks/centos6-setup.yml", "content": "- name: Import EPEL GPG Key\n rpm_key: key=https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-6\n state=present\n become: true\n\n- name: Check for EPEL repo\n yum: name=https://dl.fedoraproject.org/pub/epel/epel-release-l...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1038, "all_permissive": false }
ansible_role
prabhatmaurya/plabs-vagrant
46e384e403b7304e07a0a09cbab4d23735b10aad
0
ch4/provision/roles/wordpress
7,801
[ "no_license" ]
[ { "path": "ch4/provision/roles/wordpress/tasks/main.yml", "content": "- include: wp_db.yml\n- include: wp_app.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "ch4/provision/roles/wordpress/tasks/wp_app.yml", "content": "- name: Download Wo...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1831, "all_permissive": false }
ansible_role
mamilic/ops-raspberry-cloud
86eabfdf11ac845685e0152229706c6bc8fba436
0
deploy/playbooks/roles/deploy-collabora
7,801
[ "no_license" ]
[ { "path": "deploy/playbooks/roles/deploy-collabora/templates/docker-compose.yml.j2", "content": "version: \"3.8\"\n\n\nservices:\n\n #################\n ### COLLABORA ###\n #################\n collabora:\n image: {{ COLLABORA_IMAGE }}:{{ COLLABORA_VERSION }}\n depends_on:\n - nextcloud\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1201, "all_permissive": false }
ansible_role
mamilic/ops-raspberry-cloud
86eabfdf11ac845685e0152229706c6bc8fba436
0
deploy/playbooks/roles/deploy-jellyfin
7,801
[ "no_license" ]
[ { "path": "deploy/playbooks/roles/deploy-jellyfin/templates/docker-compose.yml.j2", "content": "version: \"3.8\"\n\n\nservices:\n\n ##################\n ### JELLYFIN ###\n ##################\n jellyfin:\n image: {{ JELLYFIN_IMAGE }}:{{ JELLYFIN_VERSION }}\n deploy:\n replicas: 1\n upda...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1130, "all_permissive": false }
ansible_role
mamilic/ops-raspberry-cloud
86eabfdf11ac845685e0152229706c6bc8fba436
0
deploy/playbooks/roles/deploy-nextcloud
7,801
[ "no_license" ]
[ { "path": "deploy/playbooks/roles/deploy-nextcloud/templates/op-cache.conf.j2", "content": "opcache.enable = 1\nopcache.enable_cli=1\nopcache.revalidate_freq=0\nopcache.validate_timestamps=0\nopcache.interned_strings_buffer = 16\nopcache.max_accelerated_files = 15000\nopcache.memory_consumption = 192\nopcac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3605, "all_permissive": false }
ansible_role
mamilic/ops-raspberry-cloud
86eabfdf11ac845685e0152229706c6bc8fba436
0
deploy/playbooks/roles/deploy-nginx
7,801
[ "no_license" ]
[ { "path": "deploy/playbooks/roles/deploy-nginx/tasks/main.yml", "content": "---\n\n- name: Create NGINX Volume\n file:\n path: \"{{ NGINX_VOLUME }}\"\n state: directory\n\n- name: Copy NGINX Configuration File\n become: true\n template:\n src: nginx.conf.j2\n dest: \"{{ NGINX_VOLUME }}/nginx....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 12825, "all_permissive": false }
ansible_role
mamilic/ops-raspberry-cloud
86eabfdf11ac845685e0152229706c6bc8fba436
0
deploy/playbooks/roles/prepare-cert
7,801
[ "no_license" ]
[ { "path": "deploy/playbooks/roles/prepare-cert/tasks/main.yml", "content": "---\n\n- name: Copy Certificates\n become: true\n copy:\n src: \"{{ item.src }}\"\n dest: \"{{ CERT_PATH }}\"\n owner: root\n group: root\n mode: \"0644\"\n with_items:\n - src: cert/ca-chain.cert.pem\n - src...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": false }
ansible_role
mamilic/ops-raspberry-cloud
86eabfdf11ac845685e0152229706c6bc8fba436
0
deploy/playbooks/roles/prepare-docker
7,801
[ "no_license" ]
[ { "path": "deploy/playbooks/roles/prepare-docker/tasks/docker-compose.yml", "content": "---\n\n- name: Install Prequesites\n become: true\n apt:\n update_cache: yes\n pkg:\n - libffi-dev\n - libssl-dev\n - python3-dev\n - python3\n - python3-pip\n\n- name: Install Docker Com...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1105, "all_permissive": false }
ansible_role
mamilic/ops-raspberry-cloud
86eabfdf11ac845685e0152229706c6bc8fba436
0
deploy/playbooks/roles/prepare-env
7,801
[ "no_license" ]
[ { "path": "deploy/playbooks/roles/prepare-env/tasks/main.yml", "content": "---\n\n- name: Upgrade Raspberry OS\n become: true\n register: upgrade_os\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Install pip\n become: true\n apt:\n name: python3-pip\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 284, "all_permissive": false }
ansible_role
mamilic/ops-raspberry-cloud
86eabfdf11ac845685e0152229706c6bc8fba436
0
deploy/playbooks/roles/remove-services
7,801
[ "no_license" ]
[ { "path": "deploy/playbooks/roles/remove-services/tasks/main.yml", "content": "---\n\n- name: Remove CLOUD Services\n docker_stack:\n state: absent\n name: cloud\n compose:\n - \"{{ STG_DIR }}/nextcloud-compose.yml\"\n - \"{{ STG_DIR }}/collabora-compose.yml\"\n - \"{{ STG_DIR }}/ng...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 370, "all_permissive": false }
ansible_role
ipa501/ansible
fec393b4e086a65eb137dd3da60784173cbfcc8f
0
roles/base
7,801
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: add ssh key for panch\n authorized_key:\n user: panch\n key: ssh-ed25519 <KEY> nuven@yandex.ru\n\n- name: openssh | generate sshd_config file from template\n tags: ssh\n template:\n src: \"{{ ssh_template_file }}\"\n dest: /etc/ssh/ss...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 326, "all_permissive": false }