Move nas hosts to use XFS instead of ZFS filesystem
This commit is contained in:
parent
c1198880bb
commit
051e256c3b
1 changed files with 10 additions and 1 deletions
|
@ -8,6 +8,16 @@
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- "{{ ansible_private }}/vars.yml"
|
- "{{ ansible_private }}/vars.yml"
|
||||||
|
pre_tasks:
|
||||||
|
- name: mount /export
|
||||||
|
mount:
|
||||||
|
name: /export
|
||||||
|
src: LABEL=/export
|
||||||
|
fstype: xfs
|
||||||
|
opts: noatime
|
||||||
|
passno: "0"
|
||||||
|
dump: "0"
|
||||||
|
state: mounted
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- base
|
- base
|
||||||
|
@ -15,7 +25,6 @@
|
||||||
- ldap/client
|
- ldap/client
|
||||||
- ldap/nss
|
- ldap/nss
|
||||||
- nfs-server
|
- nfs-server
|
||||||
- zfs
|
|
||||||
- role: kerberos/keytab
|
- role: kerberos/keytab
|
||||||
principals: "nfs/{{ inventory_hostname }}@FOO.SH"
|
principals: "nfs/{{ inventory_hostname }}@FOO.SH"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue