RETIRED, Role os_zaqar for OpenStack-Ansible
90f8e540f8
We need to add openstack ansible information in the role metadata to be able to track role maturity. With it, we can create a role maturity table and take decisions about role deprecations. Change-Id: Ic1efd8f7ddc084cf270766563cc375a50748394e |
||
---|---|---|
defaults | ||
doc | ||
files | ||
handlers | ||
meta | ||
releasenotes | ||
tasks | ||
templates | ||
tests | ||
vars | ||
.gitignore | ||
.gitreview | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
LICENSE | ||
manual-test.rc | ||
os-zaqar-install.yml | ||
README.rst | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini | ||
Vagrantfile |
Team and repository tags
OpenStack-Ansible Zaqar
- tags
-
openstack, zaqar, cloud, ansible
- category
-
*nix
This Ansible role installs and configures OpenStack Zaqar.
Linux Distribution Support: Ubuntu 14.04
Default Variables
../../defaults/main.yml
Required Variables
(to be completed)
Example Playbook
- name: Install zaqar server
hosts: zaqar_all
user: root
roles:
- role: "os_zaqar"
zaqar_local_mode: true
zaqar_install_nginx: true
zaqar_api_bind_address: 192.168.33.11
zaqar_mgmt_db_connection_string: 'sqlite:////tmp/zaqar.db'