Add example playbook
Change-Id: Idea751c4ae05f805a84ea2ab6d3a3bc61a2b49ed
This commit is contained in:
parent
3ce5a120ec
commit
175b43a90d
6
examples/playbook.yml
Normal file
6
examples/playbook.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Install tacker server
|
||||
hosts: tacker_all
|
||||
user: root
|
||||
roles:
|
||||
- { role: "os_tacker", tags: [ "os-tacker" ] }
|
Loading…
Reference in New Issue
Block a user