Rebuild Playbook

This commit is contained in:
madereddy
2023-12-12 11:48:18 -05:00
parent a5ecdfee6d
commit 2ba5cce637
3 changed files with 14 additions and 9 deletions
+14
View File
@@ -0,0 +1,14 @@
---
- name: "Running Redeploy Playbooks"
hosts: docker
vars_files:
- /vault/restic/restic.yml
pre_tasks:
- name: Run fresh_install
ansible.builtin.import_tasks: playbooks/fresh_install.yml
tasks:
- name: redeploy
ansible.builtin.import_tasks: playbook/redeploy.yml