blob: 972b6acd589710a11b4b10ce9a37ec0654377cfe [file] [log] [blame]
---
# Gather facts on the following
- hosts: api-orch
- hosts: gfac
- hosts: database
tags: mysql , airavata
roles:
- env_setup
- role: database
become: yes
become_user: "{{user}}"
...