RETIRED, Role os_swift_sync for OpenStack-Ansible
Go to file
Jimmy McCrory 185233a722 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
defaults Implement swift venv support 2015-10-15 17:56:05 +00:00
meta Add swift-sync role and environment 2015-08-07 08:45:18 +00:00
tasks Resolve ansible-lint ANSIBLE0008 2016-02-11 07:40:09 -08:00
templates Use Swift venv Python interpreter 2016-01-29 08:35:56 +00:00
CONTRIBUTING.rst Add swift-sync role and environment 2015-08-07 08:45:18 +00:00
LICENSE Add swift-sync role and environment 2015-08-07 08:45:18 +00:00
README.rst Add swift-sync role and environment 2015-08-07 08:45:18 +00:00

README.rst

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" ] }