f61531ab9a
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
6 lines
98 B
YAML
6 lines
98 B
YAML
- name: Install ARA with default settings
|
|
hosts: all
|
|
gather_facts: yes
|
|
roles:
|
|
- ara_api
|