Go to file
Chris Hultin 6f8371f140 Moving RabbitMQ setup to PreTasks
Moving RabbitMQ setup from role to PreTasks.

Change-Id: I6479cccf38f147b203dc65187aa5e70b116c1a10
2016-06-16 09:56:42 -05:00
2016-06-16 09:56:42 -05:00
2016-01-08 16:34:22 -06:00
2016-06-02 17:16:37 -07:00
2016-06-16 09:56:42 -05:00
2016-06-02 17:16:37 -07:00
2016-05-04 15:20:45 +01:00
2016-01-05 10:59:58 -06:00
2016-05-03 08:56:26 +01:00
2016-04-16 10:42:57 -05:00

OpenStack-Ansible Magnum ####################### :tags: openstack, magnum, cloud, ansible :category: *nix

This Ansible role installs and configures OpenStack Magnum.

Default Variables

../../defaults/main.yml

Required Variables

magnum_service_password magnum_galera_password magnum_rabbitmq_password

Example Playbook

- name: Install magnum server
  hosts: magnum_all
  user: root
  roles:
    - role: "os_magnum"
  vars:
    external_lb_vip_address: 172.16.24.1
    internal_lb_vip_address: 192.168.0.1
    magnum_galera_address: "{{ internal_lb_vip_address }}"
Description
Role os_magnum for OpenStack-Ansible
Readme 5.3 MiB
Languages
Python 42.2%
Jinja 41.2%
Shell 16.6%