Quote those.
This commit is contained in:
parent
8a61b7791a
commit
3de2b17204
1 changed files with 4 additions and 4 deletions
|
@ -82,8 +82,8 @@
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: gluster/server
|
- role: gluster/server
|
||||||
username: {{ nuancier_gluster_username }}
|
username: "{{ nuancier_gluster_username }}"
|
||||||
password: {{ nuancier_gluster_password }}
|
password: "{{ nuancier_gluster_password }}"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
datadir: /srv/glusterfs/nuancier
|
datadir: /srv/glusterfs/nuancier
|
||||||
|
@ -92,8 +92,8 @@
|
||||||
servers:
|
servers:
|
||||||
- nuancier01.stg.phx2.fedoraproject.org
|
- nuancier01.stg.phx2.fedoraproject.org
|
||||||
- nuancier02.stg.phx2.fedoraproject.org
|
- nuancier02.stg.phx2.fedoraproject.org
|
||||||
username: {{ nuancier_gluster_username }}
|
username: "{{ nuancier_gluster_username }}"
|
||||||
password: {{ nuancier_gluster_password }}
|
password: "{{ nuancier_gluster_password }}"
|
||||||
owner: apache
|
owner: apache
|
||||||
group: root
|
group: root
|
||||||
mountdir: /var/cache/nuancier
|
mountdir: /var/cache/nuancier
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue