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:
|
||||
- "{{ 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:
|
||||
- base
|
||||
|
@ -15,7 +25,6 @@
|
|||
- ldap/client
|
||||
- ldap/nss
|
||||
- nfs-server
|
||||
- zfs
|
||||
- role: kerberos/keytab
|
||||
principals: "nfs/{{ inventory_hostname }}@FOO.SH"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue