initial commit

This commit is contained in:
Ludovic Cartier
2024-12-11 17:58:34 +01:00
parent 554e08edb5
commit 9ea5639efa
6 changed files with 167 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
---
- name: assert | check OS
assert:
that:
- ansible_distribution == 'Debian'
- name: assert | check vars
assert:
that:
- backup_dir is defined
- backup_retention is defined