feat: backup + mail stuff

This commit is contained in:
2023-01-09 21:26:06 +01:00
parent 753c3ae814
commit 31c56db27f
4 changed files with 200 additions and 0 deletions

View File

@@ -11,6 +11,14 @@
roles:
- { role : web1, tags : [ "web1" ] }
- hosts: mail
roles:
- { role : mail, tags : [ "mail" ] }
- hosts: backup
roles:
- { role : backup, tags : [ "backup" ] }
- hosts: kube1
roles:
- { role : docker-deployments, tags : [ "docker", "kube1" ] }