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:
|
||||
- role: gluster/server
|
||||
username: {{ nuancier_gluster_username }}
|
||||
password: {{ nuancier_gluster_password }}
|
||||
username: "{{ nuancier_gluster_username }}"
|
||||
password: "{{ nuancier_gluster_password }}"
|
||||
owner: root
|
||||
group: root
|
||||
datadir: /srv/glusterfs/nuancier
|
||||
|
@ -92,8 +92,8 @@
|
|||
servers:
|
||||
- nuancier01.stg.phx2.fedoraproject.org
|
||||
- nuancier02.stg.phx2.fedoraproject.org
|
||||
username: {{ nuancier_gluster_username }}
|
||||
password: {{ nuancier_gluster_password }}
|
||||
username: "{{ nuancier_gluster_username }}"
|
||||
password: "{{ nuancier_gluster_password }}"
|
||||
owner: apache
|
||||
group: root
|
||||
mountdir: /var/cache/nuancier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue