Remove indentation.

This commit is contained in:
Ralph Bean
2014-02-07 21:41:47 +00:00
parent 55b08d5a52
commit 8a61b7791a

View File

@@ -80,23 +80,23 @@
- "{{ private }}/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
roles:
- role: gluster/server
username: {{ nuancier_gluster_username }}
password: {{ nuancier_gluster_password }}
owner: root
group: root
datadir: /srv/glusterfs/nuancier
roles:
- role: gluster/server
username: {{ nuancier_gluster_username }}
password: {{ nuancier_gluster_password }}
owner: root
group: root
datadir: /srv/glusterfs/nuancier
- role: gluster/client
servers:
- nuancier01.stg.phx2.fedoraproject.org
- nuancier02.stg.phx2.fedoraproject.org
username: {{ nuancier_gluster_username }}
password: {{ nuancier_gluster_password }}
owner: apache
group: root
mountdir: /var/cache/nuancier
- role: gluster/client
servers:
- nuancier01.stg.phx2.fedoraproject.org
- nuancier02.stg.phx2.fedoraproject.org
username: {{ nuancier_gluster_username }}
password: {{ nuancier_gluster_password }}
owner: apache
group: root
mountdir: /var/cache/nuancier
- name: deploy nuancier itself
hosts: nuancier;nuancier-stg