openstack-ansible-os_zaqar/README.rst
Amy Marrich 8a6f23e8de Updating os_zaqar to use the Multi-Distro framework
* The default apt packages have been moved into a var file that is only loaded when the detected OS is matched.
* The Install task file has had the apt specific tasks moved into a named install task file.

Change-Id: Id95826a9dd9e5d2ed83a95c3f02d18929735a8f2
Implements: blueprint multi-platform-host
2016-05-25 08:28:39 +00:00

36 lines
751 B
ReStructuredText

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
=================
.. literalinclude:: ../../defaults/main.yml
:language: yaml
:start-after: under the License.
Required Variables
==================
(to be completed)
Example Playbook
================
.. code-block:: yaml
- 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'