ara/playbooks/ara_api.yaml
David Moreau Simard f61531ab9a
Rename the ara role to ara_api and move nginx out to it's own role
Moving nginx out to it's own role allows us to re-use it for ara-web.
Renaming ara to ara_api and namespacing it's variables helps removing
ambiguities and opportunities for clashing names.

Change-Id: Ie1fc53fa25b00bc86aafda708df9866f02ced6fd
2019-03-07 19:53:00 -05:00

6 lines
98 B
YAML

- name: Install ARA with default settings
hosts: all
gather_facts: yes
roles:
- ara_api