Update permissions for mysql volume
This commit is contained in:
parent
0e0d2bbcc6
commit
539b9073cb
@ -4,13 +4,12 @@ all:
|
|||||||
servers:
|
servers:
|
||||||
hosts:
|
hosts:
|
||||||
n1.thefij:
|
n1.thefij:
|
||||||
# consul_node_role: bootstrap
|
|
||||||
nomad_node_role: both
|
nomad_node_role: both
|
||||||
nomad_unique_host_volumes:
|
nomad_unique_host_volumes:
|
||||||
- name: mysql-data
|
- name: mysql-data
|
||||||
path: /srv/volumes/mysql
|
path: /srv/volumes/mysql
|
||||||
owner: "root"
|
owner: "999"
|
||||||
group: "bin"
|
group: "100"
|
||||||
mode: "0755"
|
mode: "0755"
|
||||||
read_only: false
|
read_only: false
|
||||||
- name: lldap-data
|
- name: lldap-data
|
||||||
|
Loading…
Reference in New Issue
Block a user