refactor: standardize playbooks’ name

This commit is contained in:
VC
2024-07-05 11:53:36 +02:00
parent 85f0f91887
commit 476696646f
21 changed files with 26 additions and 25 deletions

View File

@@ -1,16 +1,16 @@
---
- name: Borgbackup
- name: Deploy borgbackup
hosts: borgbackup
diff: true
roles:
- borgbackup
- name: Borg clients
- name: Configure borg clients
hosts: borg_client
diff: true
roles:
- borg_client
- name: Borg server
- name: Configure borg server
hosts: borg_server
diff: true
roles: