Role os_nova for OpenStack-Ansible
abdf0c4683
The sudoers file was being created in the pre-install tasks which causes an incorrect configuration variable to be dropped when the venv env is not turned on. To correct this issue the sudoers template is now dropped in the post install task file after the bin_path fact has been set. This change also removes the directory create task for heat, keystone, glance, and swift because no sudoers files are needed for these services. Re-Implementation-Of: https://review.openstack.org/#/c/277674/1 Change-Id: I609c9c12579dc1897787d19a1f58fe3e919b5e35 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com> |
||
---|---|---|
defaults | ||
doc | ||
files | ||
handlers | ||
meta | ||
tasks | ||
templates | ||
tests | ||
.gitignore | ||
.gitreview | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
os_nova role
- tags
-
openstack, cloud, ansible, os_nova
- category
-
*nix
os_nova Role
- name: os_nova role
hosts: "hosts"
user: root
roles:
- { role: "os_nova" }