You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
4 years ago | |
---|---|---|
defaults | 4 years ago | |
doc | 4 years ago | |
files | 7 years ago | |
handlers | 5 years ago | |
meta | 5 years ago | |
releasenotes | 4 years ago | |
tasks | 4 years ago | |
templates | 5 years ago | |
tests | 4 years ago | |
vars | 5 years ago | |
zuul.d | 5 years ago | |
.gitignore | 5 years ago | |
.gitreview | 4 years ago | |
CONTRIBUTING.rst | 5 years ago | |
LICENSE | 7 years ago | |
README.rst | 4 years ago | |
Vagrantfile | 5 years ago | |
bindep.txt | 4 years ago | |
manual-test.rc | 7 years ago | |
os-zaqar-install.yml | 5 years ago | |
run_tests.sh | 4 years ago | |
setup.cfg | 4 years ago | |
setup.py | 6 years ago | |
tox.ini | 5 years ago |
README.rst
Team and repository tags
OpenStack-Ansible Zaqar
- tags
openstack, zaqar, cloud, ansible
- category
*nix
This Ansible role installs and configures OpenStack Zaqar.
- Documentation for the project can be found at:
https://docs.openstack.org/openstack-ansible-os_zaqar/latest/
- Release notes for the project can be found at:
https://docs.openstack.org/releasenotes/openstack-ansible-os_zaqar/
- The project source code repository is located at:
https://git.openstack.org/cgit/openstack/openstack-ansible-os_zaqar/
- The project home is at:
- The bugs can be found at:
Default Variables
../../defaults/main.yml
Required Variables
(to be completed)
Example Playbook
- name: Install zaqar service
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'
- Documentation for the project can be found at:
https://docs.openstack.org/openstack-ansible-os_zaqar/latest/
- Release notes for the project can be found at:
https://docs.openstack.org/releasenotes/openstack-ansible-os_zaqar/
- The project home is at: