summaryrefslogtreecommitdiffstats
path: root/roles/openshift_openstack/templates/user_data.j2
Commit message (Collapse)AuthorAgeFilesLines
* Parameterize user and disable_root options in cloud configNaga Ravi Chaitanya Elluri2018-02-011-2/+2
| | | | | This commit will allow the user to login as root. By default, the user is set to openshift and disable_root is set to true.
* Add openshift_openstack role and move tasks thereTomas Sedovic2017-11-071-0/+13
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.