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