Jesse Pretorius c9ea779c44 Ensure that mode is a string
With Ansible 2.x the mode parameter must lead with a zero. When
a number is not quoted it may be read as an integer instead of a
string, thus losing the leading zero.

This patch ensures that the mode parameter is explicitly quoted.

The task names are also adjusted to remove the unnecessary mention
of 'swift' in the task. This is simply a cosmetic normalisation.

Change-Id: I6f721eca8ba57a3f9834888f165ca3f61c0415b8
2016-08-02 09:38:47 +01:00
2016-07-12 16:54:14 +01:00
2016-06-07 23:34:55 -05:00
2016-08-02 09:38:47 +01:00
2016-07-23 08:47:14 -05:00
2016-07-15 12:09:28 +10:00
2016-03-03 09:38:05 -05:00
2016-05-03 08:57:01 +01:00
2016-07-15 03:58:08 +00:00

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
Description
Role os_swift for OpenStack-Ansible
Readme 7.1 MiB
Languages
Jinja 80.4%
Python 14.1%
Shell 5.5%