Add php4dvd to oci-node01 and create local storage

This commit is contained in:
Timo Makinen 2023-08-20 14:35:00 +00:00
parent 31b38dfc2f
commit 5fc2d161ad

View file

@ -12,9 +12,24 @@
vars_files:
- "{{ ansible_private }}/vars.yml"
pre_tasks:
- name: Mount /export
ansible.posix.mount:
name: /export
src: LABEL=/export
fstype: xfs
opts: noatime,noexec,nosuid,nodev
passno: "0"
dump: "0"
state: mounted
when: ansible_fqdn == 'oci-node01.home.foo.sh'
roles:
- base
- authcheck
- grafana
- kdc
- roundcube
- role: php4dvd
when: ansible_fqdn == 'oci-node01.home.foo.sh'
- role: roundcube
when: ansible_fqdn == 'oci-node01.home.foo.sh'