summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack/swift-storage.yml
blob: 4fa82ef50c86b479b5f5d5b07685094aee144acf (plain)
1
2
3
4
5
6
7
8
9
---
- hosts: localhost
  vars_files:
    - swift-vars.yml
  vars:
  remote_user: root
  tasks:
    - file: path=/srv/node owner=swift group=swift
    - file: path=/var/cache/swift owner=swift group=swift state=directory