Files
cicd/playbooks/ara.yml

8 lines
258 B
YAML

---
- 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