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
+19
View File
@@ -0,0 +1,19 @@
#################################################
# DO Community Playbooks: Docker
#################################################
---
- name: Deploy Frank
hosts: frank
become: true
vars_files:
- vars/registry.yml
- 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:
- frank