Christian Berendt 3989053fa1 Move block devices used by swift to the storage node
Change-Id: Ibdbe792841b3a71e6f8856d98bf3e57d9a8c7b71
2015-05-08 20:31:21 +02:00

12 lines
354 B
YAML

- hosts: all
sudo: True
tasks:
- include_vars: config.yaml
- include: ansible/initialize.yaml
- include: ansible/controller.yaml
when: inventory_hostname_short == 'controller'
- include: ansible/network.yaml
when: inventory_hostname_short == 'network'
- include: ansible/storage.yaml
when: inventory_hostname_short == 'storage'