feat(ara): add ansible role for ara records ansible
This commit is contained in:
7
playbooks/ara.yml
Normal file
7
playbooks/ara.yml
Normal 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
|
||||
Reference in New Issue
Block a user