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