summaryrefslogtreecommitdiffstats
path: root/playbooks/provisioning/openstack/provision-openstack.yml
Commit message (Collapse)AuthorAgeFilesLines
* Use cached facts, do not become for localhost (#484)Bogdan Dobrelya2017-06-211-1/+3
| | | | | | Prohibit sudoing for localhost played tasks, like DNS setup. Re-use cached facts to speed up deployment. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
* Gather facts for provision playbookBogdan Dobrelya2017-06-151-0/+1
| | | | | | | | | Provision tasks use facts like ansible_hostname and few others. W/o gathering facts, those expire, and the provision playbook cannot be reapplied in order to update the existing heat stack. Refresh the facts cache by specifying gather_facts: true. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
* Add default values to provision-openstack.ymlTomas Sedovic2017-06-141-8/+8
|
* Move the openstack provisioning playbooksTomas Sedovic2017-06-141-0/+48
They'll live in playbooks/provisioning/openstack from now on.