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
maximx1/m1-deploy
82bc522f56b51ead6c15e2a6f37f9eae9c173064
0
roles/dockerstack
7,383
[ "no_license" ]
[ { "path": "roles/dockerstack/tasks/main.yml", "content": "---\n- name: updates a server\n apt: update_cache=yes\n- name: upgrade a server\n apt: upgrade=full\n\n- name: Install lxc-docker\n command: bash -c \"wget -N -qO- https://get.docker.io | sh\"", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
amyounis/Ansible_devserver
1b460a146dcec947cc67e55a6d62ae844c713b2f
0
roles/auto_upgrade
7,383
[ "no_license" ]
[ { "path": "roles/auto_upgrade/tasks/main.yml", "content": "---\n\n##################################################################################\n# this task for running aptitude -y safe-upgrade every day 1:00 AM #\n##########################################################################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 952, "all_permissive": false }
ansible_role
amyounis/Ansible_devserver
1b460a146dcec947cc67e55a6d62ae844c713b2f
0
roles/common
7,383
[ "no_license" ]
[ { "path": "roles/common/vars/main.yml", "content": "---\n# vars file for common\n\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/common/defaults/main.yml", "content": "---\n# defaults file for java role\n\nmemlock_limit: unlimited\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4192, "all_permissive": false }
ansible_role
amyounis/Ansible_devserver
1b460a146dcec947cc67e55a6d62ae844c713b2f
0
roles/java
7,383
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n\n##################################################################################\n# Install Oracle Java Jdk #\n##################################################################################...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1619, "all_permissive": false }
ansible_role
amyounis/Ansible_devserver
1b460a146dcec947cc67e55a6d62ae844c713b2f
0
roles/linuxbrew
7,383
[ "no_license" ]
[ { "path": "roles/linuxbrew/tasks/main.yml", "content": "---\n\n##################################################################################\n# linuxbrew installation #\n#############################################################################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1130, "all_permissive": false }
ansible_role
amyounis/Ansible_devserver
1b460a146dcec947cc67e55a6d62ae844c713b2f
0
roles/proxy
7,383
[ "no_license" ]
[ { "path": "roles/proxy/defaults/main.yml", "content": "---\n\nproxy_server: proxy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "roles/proxy/tasks/main.yml", "content": "---\n\n################################################################...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1541, "all_permissive": false }
ansible_role
amyounis/Ansible_devserver
1b460a146dcec947cc67e55a6d62ae844c713b2f
0
roles/time_sync
7,383
[ "no_license" ]
[ { "path": "roles/time_sync/vars/main.yml", "content": "---\n# vars file for time_sync\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/time_sync/handlers/main.yml", "content": "---\n# handlers file for time_sync\n\n- name: restart ntp\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 879, "all_permissive": false }
ansible_role
amyounis/Ansible_devserver
1b460a146dcec947cc67e55a6d62ae844c713b2f
0
roles/users
7,383
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n\n##################################################################################\n# Create users and put public keys in authorized keys #\n#################################################################################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 769, "all_permissive": false }
ansible_role
anliu520/python-wheel
b9f90fa1af87e9e2621099d5cdb55cc7df877e7e
0
函数式编程 —— python + ansible 实现服务自动化部署/ansible_install/data/ansible/roles/nginx
7,383
[ "no_license" ]
[ { "path": "函数式编程 —— python + ansible 实现服务自动化部署/ansible_install/data/ansible/roles/nginx/tasks/nginx_file.yaml", "content": "- name: modify start_file\n copy: src=/etc/ansible/roles/nginx/files/nginx.service dest=/lib/systemd/system/nginx.service\n- name: modify profile\n copy: src=/etc/ansible/roles/nginx...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 1570, "all_permissive": false }
ansible_role
HaidyH/circle-ci
1c95f9c395c80d09205921bb0c042db270731cc2
0
.circleci/ansible/roles/configure-server
7,383
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n- name: \"Install curl\"\n become: true\n apt:\n name: [\"curl\"]\n\n\n- name: \"Add Node.js\"\n become: true\n shell: |\n curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -\n sudo apt install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 346, "all_permissive": false }
ansible_role
HaidyH/circle-ci
1c95f9c395c80d09205921bb0c042db270731cc2
0
.circleci/ansible/roles/deploy
7,383
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "- name: Creates backend app directory\n file:\n path: ~/backend-app\n state: directory\n\n- name: \"Unarchive backend files\"\n unarchive:\n src: artifact.tar.gz\n dest: ~/backend-app\n\n\n- name: \"installing node dependen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2101, "all_permissive": false }
ansible_role
nemupm/macos-playbook
c2b56aeb2655b937bf5d1861e59bfe043bce64cc
2
roles/environment
7,383
[ "no_license" ]
[ { "path": "roles/environment/defaults/main.yaml", "content": "homebrew_taps:\n - homebrew/cask\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/environment/tasks/main.yml", "content": "# put dotfiles\n- name: copy dotfiles\n synchroniz...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1245, "all_permissive": false }
ansible_role
nemupm/macos-playbook
c2b56aeb2655b937bf5d1861e59bfe043bce64cc
2
roles/homebrew_cask_packages
7,383
[ "no_license" ]
[ { "path": "roles/homebrew_cask_packages/tasks/main.yaml", "content": "- name: brew cask install packages\n community.general.homebrew_cask:\n name: \"{{ item.name }}\"\n state: \"{{ 'installed' if not latest else 'latest' }}\"\n accept_external_apps: yes\n with_items: \"{{ homebrew_cask_packages_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1110, "all_permissive": false }
ansible_role
nemupm/macos-playbook
c2b56aeb2655b937bf5d1861e59bfe043bce64cc
2
roles/homebrew_packages
7,383
[ "no_license" ]
[ { "path": "roles/homebrew_packages/tasks/main.yaml", "content": "- name: brew install packages\n homebrew: >\n name={{ item.name }}\n state={{ item.state | default('latest') }}\n install_options={{\n item.install_options | default() | join(',')\n if item.install_options is not string\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1451, "all_permissive": false }
ansible_role
dooraim/ansible-playbook
13aacff188f6bce9533240c7fdbcbb0630a42dd7
0
roles/ansible-dooraim-role
7,383
[ "no_license", "permissive" ]
[ { "path": "roles/ansible-dooraim-role/files/nvim/lua/plugins/colorscheme.lua", "content": "return {\n-- Kanagawa theme using lazy.nvim\n {\n \"rebelot/kanagawa.nvim\",\n name = \"kanagawa\",\n priority = 1000,\n config = function()\n vim.cmd.colorscheme(\"kanagawa-dragon\")\n end,\n }\...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 20, "total_bytes": 31166, "all_permissive": false }
ansible_role
dooraim/ansible-playbook
13aacff188f6bce9533240c7fdbcbb0630a42dd7
0
roles/ansible-general
7,383
[ "no_license" ]
[ { "path": "roles/ansible-general/tasks/main.yml", "content": "---\n- name: install packages on Ubuntu\n package:\n name:\n - htop\n - ranger\n - tmux\n - git\n - zsh\n - picocom\n - minicom\n - ssh\n - tree\n - rsync\n - iperf3\n - npm\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2223, "all_permissive": false }
ansible_role
gebz97/ansible-nexus
a44297424a6981d6fc7261b9339a789e2a728d39
0
roles/gebz97.nexus-install
7,385
[ "no_license" ]
[ { "path": "roles/gebz97.nexus-install/templates/nexus.service.j2", "content": "[Unit]\nDescription=Sonatype Nexus Repository\nAfter=network.target\n\n[Service]\nType=forking\nLimitNPROC=65536\nLimitNOFILE=65536\nExecStart={{ nexus_base_dir }}/nexus/bin/nexus start\nExecStop={{ nexus_base_dir }}/nexus/bin/ne...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 13026, "all_permissive": false }
ansible_role
gebz97/ansible-nexus
a44297424a6981d6fc7261b9339a789e2a728d39
0
roles/gebz97.nexus-pre-install
7,385
[ "no_license" ]
[ { "path": "roles/gebz97.nexus-pre-install/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - gebz97.nexus-pre-install\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/gebz97.nexus-pre-install/handlers/...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1442, "all_permissive": false }
ansible_role
forkumargaurav/ansible-server
654d3666fefac1e5fb99853d5886fd5a188ae7d0
0
playbook/roles/webserver
7,385
[ "no_license" ]
[ { "path": "playbook/roles/webserver/tasks/main.yml", "content": "--- # Main.yml for roles\n- name: install httpd\n action: yum name=httpd state=latest\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 86, "all_permissive": false }
ansible_role
mariem-mnijli/LivraisonContinue
2fcb36d156a771a9d6f9cbae8abd0f8c1f0ead5e
0
ansible/roles/docker
7,385
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n - name: create docker image\n docker_image:\n name: devops\n build:\n path: /var/lib/jenkins/workspace/LivraisonContinue \n pull: no\n source: build\n state: pres...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 451, "all_permissive": false }
ansible_role
mariem-mnijli/LivraisonContinue
2fcb36d156a771a9d6f9cbae8abd0f8c1f0ead5e
0
ansible/roles/docker-registry
7,385
[ "no_license" ]
[ { "path": "ansible/roles/docker-registry/tasks/main.yml", "content": "---\n# tasks file for docker-registry\n - name: tag and push\n docker_image:\n name: devops\n repository: mariemmnijli/devops\n tag: latest\n push: yes\n source: local\n\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
Kirill-Garbar/search-engine-infra
cd7bbfc2e3d5aac8bc76661b9a8fac698468ee9d
0
ansible/roles/gitlab-omnibus
7,385
[ "no_license" ]
[ { "path": "ansible/roles/gitlab-omnibus/tasks/main.yml", "content": "---\n- name: Include OS-specific variables.\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- name: Check if GitLab configuration file already exists.\n stat: path=/etc/gitlab/gitlab.rb\n register: gitlab_config_file\n\n- name: Creat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1963, "all_permissive": false }
ansible_role
abdielrumaldo/dotfiles
af754d17dfba36a3434cc2087014906e2c0f1c15
0
roles/bin
7,385
[ "no_license" ]
[ { "path": "roles/bin/files/bin_files/secret-fetcher_ver1", "content": "#!/usr/bin/env bash\n\nselected=$(aws secretsmanager list-secrets --query \"SecretList[*].Name\" | tr -d '\"[], ' | fzf)\n\nresponse=$(aws secretsmanager get-secret-value --secret-id $selected --output text --query SecretString | jq)\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1331, "all_permissive": false }
ansible_role
abdielrumaldo/dotfiles
af754d17dfba36a3434cc2087014906e2c0f1c15
0
roles/fzf
7,385
[ "no_license" ]
[ { "path": "roles/fzf/files/.fzf.zsh", "content": "# Setup fzf\n# ---------\n\nif [[ ! \"$PATH\" == *${FZF_PATH}/bin* ]]; then\n export PATH=\"$PATH:${FZF_PATH}/bin\"\nfi\n\n# Auto-completion\n# ---------------\n[[ $- == *i* ]] && source \"${FZF_PATH}/shell/completion.zsh\" 2> /dev/null\n\n# Key bindings\n#...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 880, "all_permissive": false }
ansible_role
abdielrumaldo/dotfiles
af754d17dfba36a3434cc2087014906e2c0f1c15
0
roles/neovim
7,385
[ "no_license" ]
[ { "path": "roles/neovim/tasks/main.yaml", "content": "---\n- name: Tap Homebrew repositories\n homebrew_tap:\n name: \"neovim/neovim\"\n\n- name: Install Homebrew packages\n homebrew:\n name: \"neovim\"\n update_homebrew: yes\n\n- name: Delete existing nvim folder\n file:\n path: \"{{ ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 465, "all_permissive": false }
ansible_role
abdielrumaldo/dotfiles
af754d17dfba36a3434cc2087014906e2c0f1c15
0
roles/ripgrep
7,385
[ "no_license" ]
[ { "path": "roles/ripgrep/tasks/main.yaml", "content": "---\n- name: Install ripgrep [dependency]\n homebrew:\n name: ripgrep\n state: present\n become: yes\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 105, "all_permissive": false }
ansible_role
abdielrumaldo/dotfiles
af754d17dfba36a3434cc2087014906e2c0f1c15
0
roles/tmux
7,385
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yaml", "content": "---\n- name: Install Tmux\n community.general.homebrew:\n name: tmux\n state: present\n\n- name: Creates Tmux Plugin Manager(tpm) directory\n ansible.builtin.file:\n path: \"{{ ansible_user_dir}}/.tmux/plugins/\"\n state: directory\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2522, "all_permissive": false }
ansible_role
abdielrumaldo/dotfiles
af754d17dfba36a3434cc2087014906e2c0f1c15
0
roles/zsh
7,385
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yaml", "content": "---\n- name: Install\n homebrew:\n name: zsh\n state: present\n become: yes\n\n- name: Set default\n user:\n name: \"{{ ansible_env['USER'] }}\"\n shell: /usr/bin/zsh\n become: yes\n\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 185, "all_permissive": false }
ansible_role
yuu/envsetup
054a18b07689ad27fa14ac31d00d96d480fd02df
0
roles/common
7,385
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install unzip\n become: true\n apt:\n name: unzip\n state: present\n\n- name: \"get current version for {{ cmd }}\"\n command: \"{{ get_ver_cmd }}\"\n register: current_ver\n changed_when: False\n failed_when: False\n\n- name: \"d...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 875, "all_permissive": false }
ansible_role
network-automation/panos-instruqt
9beddd7dfedfcf88e8b3cd0375cae85036a82833
5
roles/initial_setup
7,385
[ "no_license" ]
[ { "path": "roles/initial_setup/tasks/main.yml", "content": "---\n- name: Set DNS and Hostname\n paloaltonetworks.panos.panos_mgtconfig:\n provider: \"{{ provider }}\"\n dns_server_primary: \"{{ dns_server_primary }}\"\n dns_server_secondary: \"{{ dns_server_secondary }}\"\n hostname: \"{{ hostn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1575, "all_permissive": false }
ansible_role
network-automation/panos-instruqt
9beddd7dfedfcf88e8b3cd0375cae85036a82833
5
roles/nat
7,385
[ "no_license" ]
[ { "path": "roles/nat/tasks/main.yml", "content": "---\n- name: Add Nat rules\n paloaltonetworks.panos.panos_nat_rule2:\n provider: '{{ provider }}'\n name: '{{ nat_item.name }}'\n nat_type: '{{ nat_item.nat_type }}'\n from_zones: '{{ nat_item.from_zones }}'\n to_zones: '{{ nat_item.to_zones ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 941, "all_permissive": false }
ansible_role
network-automation/panos-instruqt
9beddd7dfedfcf88e8b3cd0375cae85036a82833
5
roles/objects
7,385
[ "no_license" ]
[ { "path": "roles/objects/tasks/main.yml", "content": "---\n- name: Create Address objects\n paloaltonetworks.panos.panos_address_object:\n provider: '{{ provider }}'\n name: '{{ address_item.name }}'\n value: '{{ address_item.value }}'\n loop: '{{ panos_address_object }}'\n loop_control:\n lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 585, "all_permissive": false }
ansible_role
network-automation/panos-instruqt
9beddd7dfedfcf88e8b3cd0375cae85036a82833
5
roles/routes
7,385
[ "no_license" ]
[ { "path": "roles/routes/tasks/main.yml", "content": "---\n- name: Create Routes\n paloaltonetworks.panos.panos_static_route:\n provider: '{{ provider }}'\n name: '{{ route_item.name }}'\n destination: '{{ route_item.destination }}'\n nexthop: '{{ route_item.nexthop }}'\n interface: '{{ route...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 359, "all_permissive": false }
ansible_role
network-automation/panos-instruqt
9beddd7dfedfcf88e8b3cd0375cae85036a82833
5
roles/security_rules
7,385
[ "no_license" ]
[ { "path": "roles/security_rules/tasks/main.yml", "content": "---\n- name: Add Security rules\n paloaltonetworks.panos.panos_security_rule:\n provider: '{{ provider }}'\n rule_name: '{{ security_item.rule_name }}'\n source_zone: '{{ security_item.source_zone }}'\n source_ip: '{{ security_item.so...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 651, "all_permissive": false }
ansible_role
manishaguda/roboshop-jenkins
4672058397e9b09b891a7d481388702445da82fa
0
roles/jenkins
7,385
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "- name: Create Folder\n community.general.jenkins_job:\n config: \"{{ lookup('file', 'templates/folder.xml') }}\"\n name: \"{{item}}\"\n url: http://172.31.2.12:8080\n user: admin\n password: \"{{<PASSWORD>}}\"\n loop: \"{{ folders }}\"\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1303, "all_permissive": false }
ansible_role
rlue/provision.pi-lab
b7a9de6c2bde16ef0c6f102186093af2fa355ef2
1
roles/configure_network_services
7,385
[ "no_license" ]
[ { "path": "roles/configure_network_services/tasks/main.yml", "content": "---\n\n- block:\n - name: Checking network package install status\n command: \"dpkg -s {{ packages | join(' ') }}\"\n changed_when: no\n rescue:\n - name: Installing network packages\n become: yes\n apt:\n u...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3287, "all_permissive": false }
ansible_role
rlue/provision.pi-lab
b7a9de6c2bde16ef0c6f102186093af2fa355ef2
1
roles/configure_scheduled_backups
7,385
[ "no_license" ]
[ { "path": "roles/configure_scheduled_backups/tasks/main.yml", "content": "---\n\n- block:\n - name: Checking presence of restic binary\n command: /usr/local/bin/restic version\n rescue:\n - name: Finding latest restic release\n shell: \"curl https://api.github.com/repos/restic/restic/releases |...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3473, "all_permissive": false }
ansible_role
rlue/provision.pi-lab
b7a9de6c2bde16ef0c6f102186093af2fa355ef2
1
roles/configure_system_resources
7,385
[ "no_license" ]
[ { "path": "roles/configure_system_resources/handlers/main.yml", "content": "---\n\n- name: Restarting dphys-swapfile\n become: yes\n service:\n name: dphys-swapfile\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "roles...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 315, "all_permissive": false }
ansible_role
rlue/provision.pi-lab
b7a9de6c2bde16ef0c6f102186093af2fa355ef2
1
roles/configure_timezone
7,385
[ "no_license" ]
[ { "path": "roles/configure_timezone/tasks/main.yml", "content": "---\n\n- name: Setting timezone\n become: yes\n command: \"timedatectl set-timezone {{ timezone }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 97, "all_permissive": false }
ansible_role
rlue/provision.pi-lab
b7a9de6c2bde16ef0c6f102186093af2fa355ef2
1
roles/configure_usb_storage
7,385
[ "no_license" ]
[ { "path": "roles/configure_usb_storage/tasks/main.yml", "content": "---\n\n- name: Creating /media/data directory\n become: yes\n file:\n state: directory\n path: /media/data\n\n- name: Finding largest USB storage device (HDD) attached to system\n shell: \"lsblk --scsi --noheadings --output NAME,SI...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1471, "all_permissive": false }
ansible_role
rlue/provision.pi-lab
b7a9de6c2bde16ef0c6f102186093af2fa355ef2
1
roles/create_user_account
7,385
[ "no_license" ]
[ { "path": "roles/create_user_account/handlers/main.yml", "content": "---\n\n- name: Getting default user's processes\n listen: remove default user\n shell: \"ps -Upi -upi | grep -v grep | sed 1d | awk '{print $1}'\"\n register: pi_processes\n changed_when: pi_processes.stdout != \"\"\n\n- name: Waiting ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1479, "all_permissive": false }
ansible_role
rlue/provision.pi-lab
b7a9de6c2bde16ef0c6f102186093af2fa355ef2
1
roles/install_apt_packages
7,385
[ "no_license" ]
[ { "path": "roles/install_apt_packages/tasks/main.yml", "content": "---\n\n- block:\n - name: Checking package install status\n command: \"dpkg -s {{ base_packages | join(' ') }}\"\n changed_when: no\n rescue:\n - name: Installing base packages\n become: yes\n apt:\n update_cache:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 375, "all_permissive": false }
ansible_role
rlue/provision.pi-lab
b7a9de6c2bde16ef0c6f102186093af2fa355ef2
1
roles/install_docker
7,385
[ "no_license" ]
[ { "path": "roles/install_docker/tasks/authenticate.yml", "content": "---\n\n- name: Checking presence of docker-credential-pass\n stat: \n path: .local/bin/docker-credential-pass\n register: docker_credential_pass\n changed_when: no\n\n- name: Cloning docker-credential-helpers repo\n git:\n repo: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3492, "all_permissive": false }
ansible_role
rlue/provision.pi-lab
b7a9de6c2bde16ef0c6f102186093af2fa355ef2
1
roles/install_gnupg
7,385
[ "no_license" ]
[ { "path": "roles/install_gnupg/tasks/main.yml", "content": "---\n\n- block:\n - name: Checking gnupg install status\n command: dpkg -s gnupg\n changed_when: no\n rescue:\n - name: Installing gnupg\n become: yes\n apt: { name: gnupg }\n\n- name: Initializing gpg config directory\n comma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 722, "all_permissive": false }
ansible_role
rlue/provision.pi-lab
b7a9de6c2bde16ef0c6f102186093af2fa355ef2
1
roles/install_pass
7,385
[ "no_license" ]
[ { "path": "roles/install_pass/tasks/main.yml", "content": "---\n\n- block:\n - name: Checking pass install status\n command: dpkg -s pass\n changed_when: no\n rescue:\n - name: Installing pass\n become: yes\n apt: { name: pass }\n\n- name: Initializing pass\n shell: \"pass init {{ gnup...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 394, "all_permissive": false }
ansible_role
rlue/provision.pi-lab
b7a9de6c2bde16ef0c6f102186093af2fa355ef2
1
roles/install_ruby
7,385
[ "no_license" ]
[ { "path": "roles/install_ruby/tasks/main.yml", "content": "---\n\n- name: Installing ruby dependencies\n become: yes\n apt:\n name:\n - libssl-dev\n - libreadline-dev\n - libxslt1-dev # system libraries for\n - libxml2-dev # nokogiri\n\n- name: Cloning rbenv repo\n git:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1821, "all_permissive": false }
ansible_role
rlue/provision.pi-lab
b7a9de6c2bde16ef0c6f102186093af2fa355ef2
1
roles/launch_docker_services
7,385
[ "no_license" ]
[ { "path": "roles/launch_docker_services/tasks/nginx-blog.yml", "content": "---\n\n- name: Creating ryanlue.com nginx config directory\n file:\n state: directory\n path: .local/etc/nginx/blog.conf.d\n- name: Creating ryanlue.com nginx config\n copy:\n dest: .local/etc/nginx/blog.conf.d/default.con...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 17865, "all_permissive": false }
ansible_role
rlue/provision.pi-lab
b7a9de6c2bde16ef0c6f102186093af2fa355ef2
1
roles/populate_homedir
7,385
[ "no_license" ]
[ { "path": "roles/populate_homedir/tasks/main.yml", "content": "---\n\n- name: Creating src/ directory\n file:\n state: directory\n path: src\n\n- name: Cloning user .config repo\n git:\n repo: https://github.com/rlue/.config.git\n dest: .config\n update: no\n\n- name: Getting redundant dotf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 820, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
collections/ansible_collections/chatton/docker_backup/roles/docker_s3_backup
7,385
[ "no_license" ]
[ { "path": "collections/ansible_collections/chatton/docker_backup/roles/docker_s3_backup/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Role which backs up a dockver volume to s3.\n license: MIT\n min_ansible_version: \"2.1\"\n galaxy_tags: []\n platforms:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4577, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
collections/ansible_collections/chatton/docker_backup/roles/docker_s3_volume_restore
7,385
[ "no_license" ]
[ { "path": "collections/ansible_collections/chatton/docker_backup/roles/docker_s3_volume_restore/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Role which restores a dockver volume from s3.\n license: MIT\n min_ansible_version: \"2.1\"\n galaxy_tags: []\n platforms...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 5168, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/backup_directory
7,385
[ "no_license" ]
[ { "path": "roles/backup_directory/tasks/main.yml", "content": "---\n- name: Determine backup timestamp.\n ansible.builtin.set_fact: backup_time=\"{{ ansible_date_time.iso8601 }}\"\n\n- name: Compress Directory\n community.general.archive:\n path: \"{{ backup.path }}\"\n dest: /tmp/backup.tar.gz\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 827, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/deploy_portainer_stack
7,385
[ "no_license" ]
[ { "path": "roles/deploy_portainer_stack/defaults/main.yml", "content": "---\n# defaults file for chatton.deploy_portainer_stack\n\nportainer_stack_name: \"\"\n\n# required directories for this stack\nportainer_stack_directories: []\n\n# variables passed to the template function\nportainer_stack_template_var...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3859, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/docker_restore_container
7,385
[ "no_license" ]
[ { "path": "roles/docker_restore_container/tasks/main.yml", "content": "---\n# tasks file for chatton.docker_backup\n# https://docs.ansible.com/ansible/latest/collections/community/docker/docker_container_module.html#ansible-collections-community-docker-docker-container-module\n# https://docs.docker.com/stor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3748, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/gotify_message
7,385
[ "no_license" ]
[ { "path": "roles/gotify_message/tasks/main.yml", "content": "---\n- name: Create a gotify message.\n ansible.builtin.uri:\n url: \"{{ gotify_base_url }}/message\"\n method: POST\n headers:\n X-Gotify-Key: \"{{ gotify_api_token }}\"\n body_format: json\n body:\n message: \"{{ gotify...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 246, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/portainer_arr
7,385
[ "no_license" ]
[ { "path": "roles/portainer_arr/defaults/main.yml", "content": "---\narr_portainer_stack_name: vpn-stack\narr_vpn_image: \"ghcr.io/tprasadtp/protonwire\"\n\n# https://github.com/tprasadtp/protonvpn-docker/releases\narr_vpn_tag: \"7.5.0\"\n\n# Qbittorrent\n# https://github.com/linuxserver/docker-qbittorrent/r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6540, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/portainer_authelia
7,385
[ "no_license" ]
[ { "path": "roles/portainer_authelia/tasks/main.yml", "content": "---\n- name: Create config directory.\n ansible.builtin.file:\n path: '{{ authelia_config_dir }}'\n state: directory\n mode: '0755'\n\n- name: Template config file.\n ansible.builtin.template:\n src: \"configuration.j2\"\n des...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4471, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/portainer_bookstack
7,385
[ "no_license" ]
[ { "path": "roles/portainer_bookstack/defaults/main.yml", "content": "---\nbookstack_state: present\nbookstack_image: linuxserver/bookstack\nbookstack_tag: 23.06.1\nbookstack_puid: 1000\nbookstack_pgid: 1000\nbookstack_db_host: mariadb # this works only if bookstack is on the mariadb_network\nbookstack_datab...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1959, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/portainer_dashdot
7,385
[ "no_license" ]
[ { "path": "roles/portainer_dashdot/defaults/main.yml", "content": "---\ndashdot_state: present\ndashdot_image: mauricenino/dashdot\ndashdot_tag: latest\ndashdot_expose_port: 3010\ndashdot_portainer_stack_name: dashdot\ndashdot_container_name: dashdot\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 839, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/portainer_dashy
7,385
[ "no_license" ]
[ { "path": "roles/portainer_dashy/handlers/main.yml", "content": "---\n- name: restart-dashy\n ansible.builtin.command: docker restart dashy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/portainer_dashy/files/dashy-config.yml", "conte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 5675, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/portainer_diun
7,385
[ "no_license" ]
[ { "path": "roles/portainer_diun/templates/diun-config.j2", "content": "db:\n path: diun.db\n\nwatch:\n workers: 10\n schedule: \"0 */6 * * *\"\n jitter: 30s\n # always want notification if an update is available\n firstCheckNotif: true\n\nnotif:\n gotify:\n endpoint: https://gotify.cianhatton.ie\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2712, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/portainer_gitea
7,385
[ "no_license" ]
[ { "path": "roles/portainer_gitea/defaults/main.yml", "content": "---\ngitea_state: present\ngitea_image: gitea/gitea\ngitea_tag: 1.19.0\ngitea_expose_port: 3000\ngitea_expose_port_ssh: 222\ngitea_portainer_stack_name: gitea\ngitea_container_name: gitea\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1337, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/portainer_glances
7,385
[ "no_license" ]
[ { "path": "roles/portainer_glances/defaults/main.yml", "content": "---\nglances_state: present\nglances_image: nicolargo/glances\nglances_tag: latest-alpine\nglances_expose_port: 8083\nglances_portainer_stack_name: glances\nglances_container_name: glances\nglances_pid: host\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 897, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/portainer_gotify
7,385
[ "no_license" ]
[ { "path": "roles/portainer_gotify/defaults/main.yml", "content": "---\ngotify_state: present\ngotify_image: gotify/server\ngotify_tag: 2.2.5\ngotify_expose_port: 7875\ngotify_portainer_stack_name: gotify\ngotify_container_name: gotify\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1117, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/portainer_habit_trove
7,385
[ "no_license" ]
[ { "path": "roles/portainer_habit_trove/tasks/main.yml", "content": "---\n- name: \"Habit Trove | Restore any missing volumes from S3\"\n ansible.builtin.include_role:\n name: chatton.docker_backup.docker_s3_volume_restore\n vars:\n docker_backup_s3_volume: \"{{ item }}\"\n with_items:\n - name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1439, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/portainer_linkding
7,385
[ "no_license" ]
[ { "path": "roles/portainer_linkding/defaults/main.yml", "content": "---\nlinkding_state: present\nlinkding_image: sissbruecker/linkding\nlinkding_tag: latest\nlinkding_expose_port: 9090\nlinkding_portainer_stack_name: linkding\nlinkding_container_name: linkding\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1174, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/portainer_mariadb
7,385
[ "no_license" ]
[ { "path": "roles/portainer_mariadb/defaults/main.yml", "content": "---\nmariadb_portainer_stack_name: mariadb\nmariadb_state: present\nmariadb_image: mariadb\nmariadb_tag: 10.8.3\nmariadb_container_name: mariadb\nmariadb_expose_port: 3306\nmariadb_network: mariadb_net\n\nadminer_container_name: adminer\nadm...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2000, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/portainer_minio
7,385
[ "no_license" ]
[ { "path": "roles/portainer_minio/tasks/main.yml", "content": "---\n- name: \"Minio | Update Portainer.\"\n chatton.portainer.portainer_stack:\n username: '{{ portainer_user }}'\n password: '{{ <PASSWORD> }}'\n base_url: '{{ portainer_base_url }}'\n stack_name: '{{ minio_portainer_stack_name }}'...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1325, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/portainer_navidrome
7,385
[ "no_license" ]
[ { "path": "roles/portainer_navidrome/defaults/main.yml", "content": "---\nnavidrome_state: present\nnavidrome_image: deluan/navidrome\nnavidrome_tag: latest\nnavidrome_puid: 1000\nnavidrome_pgid: 1000\nnavidrome_expose_port: 4533\nnavidrome_container_name: navidrome\nnavidrome_portainer_stack_name: navidrom...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1445, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/portainer_nextcloud
7,385
[ "no_license" ]
[ { "path": "roles/portainer_nextcloud/tasks/main.yml", "content": "---\n- name: Nextcloud | Create docker network.\n docker_network:\n name: '{{ mariadb_network }}'\n\n- name: \"Nextcloud | Restore any missing volumes from S3\"\n ansible.builtin.include_role:\n name: chatton.docker_backup.docker_s3_v...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1407, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/portainer_nginx_proxy_manager
7,385
[ "no_license" ]
[ { "path": "roles/portainer_nginx_proxy_manager/handlers/main.yml", "content": "---\n- name: restart-nginx-proxy-manager\n ansible.builtin.command: docker restart nginx-proxy-manager\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "roles/portaine...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 6479, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/portainer_overseerr
7,385
[ "no_license" ]
[ { "path": "roles/portainer_overseerr/defaults/main.yml", "content": "---\noverseerr_state: present\noverseerr_image: sctx/overseerr\noverseerr_tag: 1.33.2\noverseerr_expose_port: 5055\noverseerr_container_name: overseerr\noverseerr_portainer_stack_name: overseerr\noverseerr_puid: 1000\noverseerr_pgid: 1000\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1360, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/portainer_pihole
7,385
[ "no_license" ]
[ { "path": "roles/portainer_pihole/defaults/main.yml", "content": "---\npihole_state: present\npihole_image: pihole/pihole\npihole_tag: 2024.07.0\npihole_portainer_stack_name: pihole\npihole_container_name: pihole\n# this variable MUST be set. See the tasks for the expected value.\npihole_volumes: {}\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1696, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/portainer_plex
7,385
[ "no_license" ]
[ { "path": "roles/portainer_plex/tasks/main.yml", "content": "---\n- name: \"Plex | Restore any missing volumes from S3\"\n ansible.builtin.include_role:\n name: chatton.docker_backup.docker_s3_volume_restore\n vars:\n docker_backup_s3_volume: \"{{ item }}\"\n with_items:\n - name: \"{{ plex_port...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2228, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/portainer_uptime_kuma
7,385
[ "no_license" ]
[ { "path": "roles/portainer_uptime_kuma/tasks/main.yml", "content": "---\n- name: \"Uptime Kuma | Restore any missing volumes from S3\"\n ansible.builtin.include_role:\n name: chatton.docker_backup.docker_s3_volume_restore\n vars:\n docker_backup_s3_volume:\n name: \"{{ uptime_kuma_portainer_sta...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1216, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/portainer_vaultwarden
7,385
[ "no_license" ]
[ { "path": "roles/portainer_vaultwarden/defaults/main.yml", "content": "---\nvaultwarden_state: present\nvaultwarden_image: vaultwarden/server\nvaultwarden_tag: 1.28.1\nvaultwarden_expose_port: 80\nvaultwarden_portainer_stack_name: vaultwarden\nvaultwarden_container_name: vaultwarden\n\n# Environment variabl...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2063, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/portainer_vikunja
7,385
[ "no_license" ]
[ { "path": "roles/portainer_vikunja/tasks/main.yml", "content": "---\n- name: \"Vikunja | Restore any missing volumes from S3\"\n ansible.builtin.include_role:\n name: chatton.docker_backup.docker_s3_volume_restore\n vars:\n docker_backup_s3_volume: \"{{ item }}\"\n with_items:\n - name: \"{{ vik...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2082, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/portainer_wireguard_easy
7,385
[ "no_license" ]
[ { "path": "roles/portainer_wireguard_easy/tasks/main.yml", "content": "---\n- name: \"Wireguard Easy | Restore any missing volumes from S3\"\n ansible.builtin.include_role:\n name: chatton.docker_backup.docker_s3_volume_restore\n vars:\n docker_backup_s3_volume:\n name: \"{{ wireguard_easy_port...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1468, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/setup_docker
7,385
[ "no_license" ]
[ { "path": "roles/setup_docker/tasks/main.yml", "content": "---\n\n# https://docs.docker.com/engine/install/debian/\n- name: Update Packages.\n ansible.builtin.apt:\n upgrade: dist\n update_cache: true\n cache_valid_time: 3600\n\n- name: Download Packages.\n ansible.builtin.apt:\n pkg: ca-certi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1088, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/setup_hosted_services
7,385
[ "no_license" ]
[ { "path": "roles/setup_hosted_services/templates/olivetin/config.yml", "content": "# Listen on all addresses available, port 1337\nlistenAddressSingleHTTPFrontend: 0.0.0.0:1337\n# Choose from INFO (default), WARN and DEBUG\nlogLevel: INFO\n# Actions (buttons) to show up on the WebUI:\nactions:\n # Docs: ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 10584, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/setup_linode
7,385
[ "no_license" ]
[ { "path": "roles/setup_linode/defaults/main.yml", "content": "ssh_keys:\n - \"{{ lookup('file', '~/.ssh/id_rsa.pub') }}\"\nlabel: simple-linode\n\n# hosts that are added to the generated .ini file.\nlinode_hosts:\n - user: root\n ip: '{{ my_linode.instance.ipv4[0] }}'\n\n# https://www.linode.com/commun...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1213, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/setup_mergerfs
7,385
[ "no_license" ]
[ { "path": "roles/setup_mergerfs/tasks/main.yml", "content": "---\n- name: Mount Volumes\n ansible.builtin.mount:\n path: '{{ item.path }}'\n src: UUID={{ item.uuid }}\n fstype: ext4\n state: mounted\n opts: defaults,nofail\n loop: '{{ devices }}'\n register: volume_out\n\n- name: Display v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1639, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/setup_portainer
7,385
[ "no_license" ]
[ { "path": "roles/setup_portainer/tasks/main.yml", "content": "---\n- name: Portainer | Pull images\n docker_image:\n name: ubuntu\n source: pull\n\n- name: Restore any missing volumes from S3 for Potainer.\n ansible.builtin.include_role:\n name: chatton.docker_backup.docker_s3_volume_restore\n v...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 889, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/setup_portainer_agent
7,385
[ "no_license" ]
[ { "path": "roles/setup_portainer_agent/tasks/main.yml", "content": "---\n- name: Portainer Agent\n community.docker.docker_compose_v2:\n project_name: portainer_agent\n definition:\n version: '3.3'\n services:\n agent:\n ports:\n - '9001:9001'\n container...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 521, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/setup_samba
7,385
[ "no_license" ]
[ { "path": "roles/setup_samba/defaults/main.yml", "content": "---\nsamba_group: smbgroup\nsamba_user: smbuser\nusers:\n - name: cianhatton\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/setup_samba/handlers/main.yml", "content": "- nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1043, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/setup_users
7,385
[ "no_license" ]
[ { "path": "roles/setup_users/tasks/main.yml", "content": "# https://stackoverflow.com/questions/37333305/ansible-create-a-user-with-sudo-privileges\n- name: Add sources list\n ansible.builtin.copy:\n src: sources_list\n dest: /etc/apt/sources.list\n owner: root\n group: root\n mode: 0440\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1910, "all_permissive": false }
ansible_role
chatton/ansible-homelab
fcd2f6e5c8d4d2502d2d885a7056ea4c4e4cae30
5
roles/sprat.mergerfs
7,385
[ "no_license" ]
[ { "path": "roles/sprat.mergerfs/tasks/install_from_package_manager.yml", "content": "---\n- name: Install mergerfs package with package manager\n become: true\n package:\n name: mergerfs\n state: present\n update_cache: true\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 8714, "all_permissive": false }
ansible_role
ElviravdVen/TINLABML_22-23
adb61cd8941d9586601669ed15b2736cad29136a
3
ansible/playbooks/roles/commands
7,385
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/commands/tasks/main.yaml", "content": "---\n- name: Install commands\n become: True\n become_method: sudo\n ansible.builtin.copy:\n src: \"files/commands/{{ item }}\"\n dest: \"/usr/bin/{{ item }}\"\n mode: '+x'\n loop:\n - add_dir\n - add_user2group\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 485, "all_permissive": false }
ansible_role
ElviravdVen/TINLABML_22-23
adb61cd8941d9586601669ed15b2736cad29136a
3
ansible/playbooks/roles/dist-upgrade
7,385
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/dist-upgrade/tasks/main.yaml", "content": "---\n- name: Upgrade the OS (apt-get dist-upgrade)\n become: True\n become_method: sudo\n apt:\n autoremove: yes\n upgrade: dist\n autoclean: yes", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 150, "all_permissive": false }
ansible_role
ElviravdVen/TINLABML_22-23
adb61cd8941d9586601669ed15b2736cad29136a
3
ansible/playbooks/roles/docker
7,385
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/docker/tasks/main.yaml", "content": "---\r\n- debug:\r\n msg: \"{{ ansible_distribution }}\"\r\n\r\n- name: Install required packages\r\n become: True\r\n become_method: sudo\r\n package:\r\n name: \"{{ packages }}\"\r\n state: present\r\n update_cache: \"ye...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3513, "all_permissive": false }
ansible_role
ElviravdVen/TINLABML_22-23
adb61cd8941d9586601669ed15b2736cad29136a
3
ansible/playbooks/roles/docker-compose
7,385
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/docker-compose/handlers/main.yaml", "content": "---\n- name: docker status\n ansible.builtin.systemd:\n state: started\n name: docker\n\n- name: docker restart\n ansible.builtin.systemd:\n state: restarted\n name: docker\n daemon_reload: \"yes\"", "lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1361, "all_permissive": false }
ansible_role
ElviravdVen/TINLABML_22-23
adb61cd8941d9586601669ed15b2736cad29136a
3
ansible/playbooks/roles/docker-machine
7,385
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/docker-machine/tasks/main.yaml", "content": "---\n- name: Install Docker machine KVM driver\n ansible.builtin.copy:\n src: docker-machine-driver-kvm-ubuntu16.04\n dest: /usr/local/bin/docker-machine-driver-kvm\n mode: 'a+x'\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 184, "all_permissive": false }
ansible_role
ElviravdVen/TINLABML_22-23
adb61cd8941d9586601669ed15b2736cad29136a
3
ansible/playbooks/roles/gcc
7,385
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/gcc/tasks/main.yaml", "content": "---\r\n- name: Install gcc\r\n become: True\r\n become_method: sudo\r\n package:\r\n name: \"{{ packages }}\"\r\n state: present\r\n update_cache: \"yes\"\r\n vars:\r\n packages:\r\n - gcc\r\n - cmake\r\n - g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 906, "all_permissive": false }
ansible_role
ElviravdVen/TINLABML_22-23
adb61cd8941d9586601669ed15b2736cad29136a
3
ansible/playbooks/roles/git
7,385
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/git/tasks/main.yaml", "content": "---\n- name: Install Git\n become: True\n become_method: sudo\n package:\n name: git\n state: present\n update_cache: \"yes\"", "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
ElviravdVen/TINLABML_22-23
adb61cd8941d9586601669ed15b2736cad29136a
3
ansible/playbooks/roles/libs
7,385
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/libs/tasks/main.yaml", "content": "---\n- name: Install several libs\n become: True\n become_method: sudo\n package:\n name: \"{{ packages }}\"\n state: present\n update_cache: \"yes\"\n vars:\n packages:\n - libalut-dev\n - libglib2.0-dev \n - li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 430, "all_permissive": false }
ansible_role
ElviravdVen/TINLABML_22-23
adb61cd8941d9586601669ed15b2736cad29136a
3
ansible/playbooks/roles/node
7,385
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/node/tasks/main.yaml", "content": "---\n- name: Install nodejs and npm\n become: True\n become_method: sudo\n apt:\n name: \"{{ packages }}\"\n state: present\n update_cache: \"yes\"\n vars:\n packages:\n - nodejs\n - npm", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
ElviravdVen/TINLABML_22-23
adb61cd8941d9586601669ed15b2736cad29136a
3
ansible/playbooks/roles/oh-my-zsh
7,385
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/oh-my-zsh/handlers/main.yaml", "content": "---\n- name: Activate zsh settings\n shell: zsh ~/.zshrc", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "ansible/playbooks/roles/oh-my-zsh/tasks/main.yaml", "content...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 993, "all_permissive": false }
ansible_role
ElviravdVen/TINLABML_22-23
adb61cd8941d9586601669ed15b2736cad29136a
3
ansible/playbooks/roles/opengl
7,385
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/opengl/tasks/main.yaml", "content": "---\n- name: Install OpenGL\n become: True\n become_method: sudo\n package:\n name: \"{{ packages }}\"\n state: present\n update_cache: \"yes\"\n vars:\n packages:\n - freeglut3-dev \n - libgl1-mesa-glx\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
ElviravdVen/TINLABML_22-23
adb61cd8941d9586601669ed15b2736cad29136a
3
ansible/playbooks/roles/packages
7,385
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/packages/tasks/main.yaml", "content": "---\n- name: Install packages that allow apt to be used over HTTPS\n become: True\n become_method: sudo\n apt:\n name: \"{{ packages }}\"\n state: present\n update_cache: \"yes\"\n vars:\n packages:\n - apt-transpor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 365, "all_permissive": false }
ansible_role
ElviravdVen/TINLABML_22-23
adb61cd8941d9586601669ed15b2736cad29136a
3
ansible/playbooks/roles/pip
7,385
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/pip/tasks/main.yaml", "content": "---\n- name: Install pip\n become: True\n become_method: sudo\n package:\n name: python3-pip\n state: present\n update_cache: \"yes\"\n\n- name: Update PATH\n ansible.builtin.shell:\n cmd: export PATH=$PATH:/home/vagrant/.l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": false }
ansible_role
ElviravdVen/TINLABML_22-23
adb61cd8941d9586601669ed15b2736cad29136a
3
ansible/playbooks/roles/plib
7,385
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/plib/tasks/main.yaml", "content": "---\n- name: Install plib\n become: True\n become_method: sudo\n package:\n name: \"{{ packages }}\"\n state: present\n update_cache: \"yes\"\n vars:\n packages:\n - libxmu6 \n - libxmu-dev\n - libxi-dev\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 238, "all_permissive": false }