Merge "[DOCS] Cleaned up Swift README"
This commit is contained in:
commit
a1a7e31f71
20
README.rst
20
README.rst
@ -1,14 +1,20 @@
|
|||||||
os_swift role
|
OpenStack-Ansible Swift
|
||||||
#############
|
#######################
|
||||||
:tags: openstack, cloud, ansible, os_swift
|
:tags: openstack, swift, cloud, ansible
|
||||||
:category: \*nix
|
:category: \*nix
|
||||||
|
|
||||||
os_swift Role
|
Ansible role to install OpenStack Swift and Swift registry.
|
||||||
|
|
||||||
|
This role will install the following:
|
||||||
|
* swift
|
||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
- name: os_swift role
|
- name: Install swift server
|
||||||
hosts: "hosts"
|
hosts: swift_all
|
||||||
user: root
|
user: root
|
||||||
roles:
|
roles:
|
||||||
- { role: "os_swift" }
|
- { role: "os_swift", tags: [ "os-swift" ] }
|
||||||
|
vars:
|
||||||
|
external_lb_vip_address: 172.16.24.1
|
||||||
|
internal_lb_vip_address: 192.168.0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user