8a6f23e8de
* 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
36 lines
751 B
ReStructuredText
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'
|