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