Role os_swift for OpenStack-Ansible
82a961ed18
Setup variables for the account, object & container rsync max connections. Defaults to the current default of 2, and allows it to be specified on a per service (account, object, container) basis. Change-Id: I837f7ddabbc012d1607c897bb45ae58ad9f8540a |
||
---|---|---|
defaults | ||
doc | ||
handlers | ||
meta | ||
tasks | ||
templates | ||
tests | ||
.gitignore | ||
.gitreview | ||
CONTRIBUTING.rst | ||
LICENSE | ||
other-requirements.txt | ||
README.rst | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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
- 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