Role os_swift for OpenStack-Ansible
Go to file
Hugh Saunders 2f56558c6d Remove double register in swift handlers
Change-Id: Ifa224ae4b913c1765c9fd57216ea8cf2f34bde82
2015-09-04 11:30:21 +01:00
defaults Add sorting_method to swift proxy config as needed 2015-09-03 05:46:56 +00:00
handlers Remove double register in swift handlers 2015-09-04 11:30:21 +01:00
meta added role to pin packages 2015-05-08 13:22:42 -05:00
tasks Ensure rsync restarts fully during swift setup 2015-09-03 05:45:50 +00:00
templates Add sorting_method to swift proxy config as needed 2015-09-03 05:46:56 +00:00
CONTRIBUTING.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
README.rst Configure DB addresses for each service 2015-06-10 02:07:38 +00:00

README.rst

OpenStack swift

tags

openstack, swift, cloud, ansible

category

*nix

Role to install 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