Sam Doran 7820e1ecaa Remove ssh control path setting
The only reason to change this in the past was due to the hostname being too
long and causing errors. Ansible changed to a more optimized default control
path that avoids this problem, so now changing this setting is only required
in very rare cases.

Change-Id: If0d65996d171283d18a0c21dafa0fabfd1fe3479
2018-08-02 00:19:41 +00:00
2018-07-11 11:24:35 -07:00
2018-07-06 16:46:09 -07:00
2018-07-06 11:52:17 -07:00
2018-07-06 11:52:17 -07:00

Team and repository tags

ansible-role-tripleo-cookiecutter

Cookiecutter template for a compliant OpenStack TripleO Ansible role

Installation

Install cookiecutter either from source, pip or package if it exists

Usage

There are two ways to create the boilerplate for the ansible role.

Locally

  1. Clone locally the ansible-role-tripleo-cookiecutter repository.
  2. Run cookiecutter /path/to/cloned/repo

Remotely (ie. using a git repo)

  1. Run cookiecutter https://git.openstack.org/openstack/ansible-role-tripleo-cookiecutter.git

What's next

Add any additional tags your role may need to be properly identified on Ansible Galaxy in meta/main.yml. Populate your project's README with variable documentation and example playbooks.

Once role is ready, make the proper patch to openstack-infra and wait for the reviews to do the rest.

Description
RETIRED, Cookiecutter Template for TripleO roles
Readme 158 KiB