a200b5b3b3
This patch adds some extra configurations required in order for tests on OpenStack-CI to work. It also adds some basic changes to document content.
24 lines
626 B
ReStructuredText
24 lines
626 B
ReStructuredText
Ironic Role for OpenStack-Ansible
|
|
#################################
|
|
|
|
This is a role for the deployment of Ironic in an `OpenStack-Ansible`_ environment.
|
|
|
|
Please see the `role-ironic spec`_ for more details.
|
|
|
|
.. _OpenStack-Ansible: https://github.com/openstack/openstack-ansible
|
|
.. _role-ironic spec: https://github.com/openstack/openstack-ansible-specs/blob/master/specs/mitaka/role-ironic.rst
|
|
|
|
Basic Role Example
|
|
^^^^^^^^^^^^^^^^^^
|
|
|
|
Tell us how to use the role.
|
|
|
|
.. code-block:: yaml
|
|
|
|
- name: Playbook for role testing
|
|
hosts: localhost
|
|
remote_user: root
|
|
roles:
|
|
- role: openstack-ansible-ironic
|
|
|