From 64ea6046119fffe3c5588e6bbf4e0b0e08408c1b Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Tue, 3 Mar 2015 18:58:14 +0000 Subject: swift-controller.yml: fixes --- openstack/usr/share/openstack/swift-controller.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/openstack/usr/share/openstack/swift-controller.yml b/openstack/usr/share/openstack/swift-controller.yml index 41e3d344..e963383f 100644 --- a/openstack/usr/share/openstack/swift-controller.yml +++ b/openstack/usr/share/openstack/swift-controller.yml @@ -2,6 +2,7 @@ - hosts: localhost vars_files: - swift-vars.yml + vars: - rings: ['account', 'container', 'object'] remote_user: root tasks: @@ -45,10 +46,8 @@ - name: Rebalance the ring shell: swift-ring-builder {{ item }}.builder rebalance - with_items: - - rings + with_items: rings - name: Transfer ring to /etc/swift on each node shell: cp {{ item }}.builder /etc/swift - with_items: - - rings + with_items: rings -- cgit v1.2.1