feat: added new backup role
Johto Infrastructure Pipeline / Run Ansible Lint (push) Successful in 1m48s
Johto Infrastructure Pipeline / Deploy to Production (push) Has been skipped

added new backup role including tags to playbook.
This new role targets all hosts.
This commit is contained in:
Jordan Del Pilar
2026-07-11 18:06:44 -07:00
parent 08cae9a613
commit e4d0c5e64a
+8
View File
@@ -21,3 +21,11 @@
tags:
- gitea
- core
- name: Setup Backups
hosts: all
roles:
- backup
tags:
- common
- backup