2024-12-11 17:58:34 +01:00
|
|
|
---
|
|
|
|
- name: assert | check OS
|
|
|
|
assert:
|
|
|
|
that:
|
|
|
|
- ansible_distribution == 'Debian'
|
|
|
|
|
|
|
|
- name: assert | check vars
|
|
|
|
assert:
|
|
|
|
that:
|
2024-12-24 15:18:32 +01:00
|
|
|
- pbs_user is defined
|
|
|
|
- pbs_password is defined
|
|
|
|
- pbs_server is defined
|
|
|
|
- pbs_datastore is defined
|
|
|
|
- pbs_fingerrprint is defined
|
2024-12-11 17:58:34 +01:00
|
|
|
- backup_dir is defined
|
2024-12-24 09:33:47 +01:00
|
|
|
- backup_local_retention is defined
|