summaryrefslogtreecommitdiffstats
path: root/roles/openshift_openstack/tasks/generate-templates.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add the DNS updates and rename the openstack varsTomas Sedovic2017-11-071-0/+3
| | | | | Most of the vars in `roles/openshift_openstack/defaults/main.yml` are now prefixed with `openstack_`.
* Add openshift_openstack role and move tasks thereTomas Sedovic2017-11-071-0/+26
All the tasks that were previously in playbooks are now under `roles/openshift_openstack`. The `openshift-cluster` directory now only contains playbooks that include tasks from that role. This makes the structure much closer to that of the AWS provider.