Rebuild Playbook
This commit is contained in:
+14
@@ -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
|
||||
Reference in New Issue
Block a user