This repository has been archived on 2026-03-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
kube_build/rebuild.yml
T
2023-12-12 11:48:18 -05:00

14 lines
310 B
YAML

---
- 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