openstack-ansible-os_mistral/examples/playbook.yml

7 lines
131 B
YAML

---
- name: Install mistral server
hosts: mistral_all
user: root
roles:
- { role: "os_mistral", tags: [ "os-mistral" ] }