From 2931933c894b7d568739fbffdbae6632f70ed4d3 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Fri, 13 Mar 2015 11:58:49 -0400 Subject: [PATCH] Initial ironic-install README.md file --- roles/ironic-install/README.md | 51 ++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 roles/ironic-install/README.md diff --git a/roles/ironic-install/README.md b/roles/ironic-install/README.md new file mode 100644 index 000000000..efe7699f3 --- /dev/null +++ b/roles/ironic-install/README.md @@ -0,0 +1,51 @@ +Role Name +========= + +This role installs a standalone ironic deployment with all required substrate in order for it to be utilized, including MySQL, RabbitMQ, dnsmasq, nginx. + +Requirements +------------ + +This role requires Ansible 1.9 and ansible-modules-extra. + +Role Variables +-------------- + +TBD +A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well. + +Dependencies +------------ + +TBD +A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles. + +Example Playbook +---------------- + +Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too: + + - hosts: servers + roles: + - { role: username.rolename, x: 42 } + +License +------- + +Copyright (c) 2015 Hewlett-Packard Development Company, L.P. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express orimplied. +See the License for the specific language governing permissions and +limitations under the License. + +Author Information +------------------ +