Update permissions for mysql volume

This commit is contained in:
IamTheFij 2022-11-10 10:18:28 -08:00
parent 0e0d2bbcc6
commit 539b9073cb

View File

@ -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