Add example playbook

Change-Id: Idea751c4ae05f805a84ea2ab6d3a3bc61a2b49ed
This commit is contained in:
Dmitriy Rabotyagov 2019-10-18 18:31:30 +03:00
parent 3ce5a120ec
commit 175b43a90d
1 changed files with 6 additions and 0 deletions

6
examples/playbook.yml Normal file
View File

@ -0,0 +1,6 @@
---
- name: Install tacker server
hosts: tacker_all
user: root
roles:
- { role: "os_tacker", tags: [ "os-tacker" ] }