Working on frand deployement

This commit is contained in:
2026-08-30 10:37:09 +00:00
parent 35a3bb9ad2
commit 612e2243c0
18 changed files with 261 additions and 308 deletions
+21
View File
@@ -0,0 +1,21 @@
#################################################
# DO Community Playbooks: Docker
#################################################
---
- name: Bake pies
hosts: all
become: true
vars_files:
- vars/pies.yml
pre_tasks:
- name: Load per-host vars file from inventory (var_file)
ansible.builtin.include_vars:
file: "{{ var_file }}"
when: var_file is defined
roles:
- common
- zsh
- docker
- netbird_client