devstack
Devstack Role
Install DevStack
Role Variables
devstack_user: "devstack"
devstack_user_home: "/home/{{devstack_user}}"
devstack_git_branch: "master"
Example Playbook
- hosts: server
roles:
- { role: 'grycap.devstack'}
Contributing to the role
In order to keep the code clean, pushing changes to the master branch has been disabled. If you want to contribute, you have to create a branch, upload your changes and then create a pull request.
Thanks