Include playbooks in build content
Include a readme in the playbooks folder and update the setup.cfg to make sure the playbooks end up in the ansible collection. Change-Id: I8f2fbf37da786e7d523ba3756a414cd8c29e6c84
This commit is contained in:
parent
965fae05e7
commit
70df46c335
12
playbooks/README.md
Normal file
12
playbooks/README.md
Normal file
@ -0,0 +1,12 @@
|
||||
Playbooks
|
||||
=========
|
||||
|
||||
This folder contains a set of example playbooks that do the minimum required
|
||||
actions to perform specific actions. They can be used as example files to be
|
||||
tailored to your specific requirements.
|
||||
|
||||
Examples
|
||||
--------
|
||||
|
||||
* `standalone.yml` - Standalone playbook for PoC
|
||||
* `undercloud.yml` - Undercloud installation playbook
|
@ -25,6 +25,7 @@ data_files =
|
||||
share/ansible/collections/ansible_collections/tripleo/operator/ = README.md
|
||||
share/ansible/collections/ansible_collections/tripleo/operator/roles/ = roles/*
|
||||
share/ansible/collections/ansible_collections/tripleo/operator/plugins/ = plugins/*
|
||||
share/ansible/collections/ansible_collections/tripleo/operator/playbooks/ = playbooks/*
|
||||
|
||||
[wheel]
|
||||
universal = 1
|
||||
|
Loading…
Reference in New Issue
Block a user