* Add tasks for building the ring and distributing the play * Add additional playbook to handle ring building * Add "overall" playbook for swift-all
7 lines
111 B
YAML
7 lines
111 B
YAML
---
|
|
- name: "Copy the rings over"
|
|
copy: >
|
|
src=/tmp/swift/rings/
|
|
dest=/etc/swift/rings/
|
|
mode=0644
|