Skip to content

Instantly share code, notes, and snippets.

/README.rst Secret

Created November 25, 2016 08:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/c49c82425b9ef92d81a4b91bd3fca431 to your computer and use it in GitHub Desktop.
Save anonymous/c49c82425b9ef92d81a4b91bd3fca431 to your computer and use it in GitHub Desktop.
openstack-ansible-os_zaqar

Team and repository tags

image

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment