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
playbooks/ara.yml Normal file
View File

@@ -0,0 +1,7 @@
---
- name: Deploy 'Ara records ansible' API server
hosts: "{{ ara_server_hosts | default('ara_server') }}"
become: "{{ ara_become | default(false) }}"
gather_facts: "{{ ara_gather_facts | default(false) }}"
roles:
- role: finallycoffee.cicd.ara