ansible-role-tripleo-cookie.../ansible-role-tripleo-{{cook...
Sam Doran 8cf041ff35 Change YAML file extensions to .yaml from .yml
Ansible will work with both and .yaml is more common in OpenStack projects

Change-Id: I06315caf76b43737e20b3f708899c2977ab18a8c
2018-09-21 16:04:34 -04:00
..
ci-scripts Initial import 2018-07-06 11:52:17 -07:00
defaults Change YAML file extensions to .yaml from .yml 2018-09-21 16:04:34 -04:00
meta Change YAML file extensions to .yaml from .yml 2018-09-21 16:04:34 -04:00
tasks Change YAML file extensions to .yaml from .yml 2018-09-21 16:04:34 -04:00
zuul.d Move zuul.d to correct directory 2018-07-25 09:32:19 -07:00
.gitignore Switch README to RST and add lint 2018-08-07 12:24:21 -06:00
.gitreview Cleanup some typos 2018-07-06 16:46:09 -07:00
LICENSE Initial import 2018-07-06 11:52:17 -07:00
README.rst Switch README to RST and add lint 2018-08-07 12:24:21 -06:00
ansible-requirements.txt Initial import 2018-07-06 11:52:17 -07:00
ansible.cfg Remove ssh control path setting 2018-08-02 00:19:41 +00:00
requirements.txt Initial import 2018-07-06 11:52:17 -07:00
setup.cfg Switch README to RST and add lint 2018-08-07 12:24:21 -06:00
setup.py Initial import 2018-07-06 11:52:17 -07:00
test-requirements.txt Switch README to RST and add lint 2018-08-07 12:24:21 -06:00
tox.ini Switch README to RST and add lint 2018-08-07 12:24:21 -06:00

README.rst

TripleO {{ cookiecutter.project_name }}

A role to manage {{ cookiecutter.project_name }} tasks for TripleO

Role Variables

Variables used for {{ cookiecutter.project_name }}
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