8cf041ff35
Ansible will work with both and .yaml is more common in OpenStack projects Change-Id: I06315caf76b43737e20b3f708899c2977ab18a8c |
||
---|---|---|
.. | ||
ci-scripts | ||
defaults | ||
meta | ||
tasks | ||
zuul.d | ||
.gitignore | ||
.gitreview | ||
ansible-requirements.txt | ||
ansible.cfg | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
TripleO {{ cookiecutter.project_name }}
A role to manage {{ cookiecutter.project_name }} tasks for TripleO
Role Variables
Name | Default Value | Description |
---|---|---|
{{ cookiecutter.project_name|lower|replace('-', '_') }}_debug | False | Enable debug option in {{ cookiecutter.project_name }} |
Requirements
- ansible >= 2.4
- python >= 2.6
Dependencies
None
Example Playbooks
- hosts: localhost
become: true
roles:
- {{ cookiecutter.project_name }}
License
Apache 2.0