feat(ara): add ansible role for ara records ansible

This commit is contained in:
2025-08-09 21:39:39 +02:00
parent 8bae6ef2ee
commit a8f01f01c7
11 changed files with 111 additions and 0 deletions

7
roles/ara/vars/main.yml Normal file
View File

@@ -0,0 +1,7 @@
---
ara_states:
- "present"
- "absent"
ara_deployment_methods:
- "docker"
- "podman"