
Providing a better playbook example and fixing naming. Change-Id: Iea83cb77478480fad67a25f7c990df74af1e1167
21 lines
481 B
ReStructuredText
21 lines
481 B
ReStructuredText
OpenStack-Ansible Swift
|
|
#######################
|
|
:tags: openstack, swift, cloud, ansible
|
|
:category: \*nix
|
|
|
|
Ansible role to install OpenStack Swift and Swift registry.
|
|
|
|
This role will install the following:
|
|
* swift
|
|
|
|
.. code-block:: yaml
|
|
|
|
- name: Install swift server
|
|
hosts: swift_all
|
|
user: root
|
|
roles:
|
|
- { role: "os_swift", tags: [ "os-swift" ] }
|
|
vars:
|
|
external_lb_vip_address: 172.16.24.1
|
|
internal_lb_vip_address: 192.168.0.1
|