Add example playbook

Change-Id: Ieb6f66fa2f18536a6d3ebefdcac32a7ba5e37879
This commit is contained in:
Dmitriy Rabotyagov 2019-10-18 17:23:51 +03:00
parent 1db76e0d82
commit f78a3f3483

6
examples/playbook.yml Normal file
View File

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