Jimmy McCrory c8630f72be Resolve ansible-lint ANSIBLE0008
ansible-lint 2.3.7 added a rule checking for use of the deprecated
'sudo' and 'sudo_user' directives. They have been replaced with 'become'
and 'become_user' respectively.

Change-Id: I2271fe8468840884f19f41abba37e696c6296350
2016-02-11 07:40:09 -08:00
..
2015-10-15 17:56:05 +00:00
2015-08-07 08:45:18 +00:00
2016-02-11 07:40:09 -08:00
2015-08-07 08:45:18 +00:00
2015-08-07 08:45:18 +00:00

OpenStack swift key/ring sync

tags

openstack, swift, cloud, ansible

category

*nix

Role to synchronise keys and the ring for swift hosts

This role will synchronise the following:
  • ring
  • ssh keys
- name: Sync swift rings and keys
  hosts: swift_all:swift_remote_all
  user: root
  roles:
    - { role: "os_swift_sync", tags: [ "os-swift-sync" ] }