Skip to content
Snippets Groups Projects
Commit cb86b612 authored by Vladimír Štill's avatar Vladimír Štill
Browse files

ansible: Update skund - fstab, postfix, …

parent 9f7d273f
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,8 @@
vars:
ansible_fqdn: skund.p.vstill.cz
mail_relay: gate.p.vstill.cz
pam_use_kerberos: False
pam_use_kerberos: false
postfix: true
tasks:
- fail:
......@@ -31,15 +32,28 @@
fstype: xfs
opts: rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota
passno: 1
- path: "/boot"
src: "UUID=D1F6-5913"
fstype: vfat
opts: rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro
passno: 2
- path: none
src: /dev/vg.root/swap
fstype: swap
state: present
- path: /data
src: /dev/vg.data/data
src: /dev/vg.data/data-new
fstype: xfs
opts: rw,relatime,attr2,inode64,noquota,noauto,x-systemd.automount
opts: rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota,noauto,x-systemd.automount
passno: 2
- path: /backup
src: /dev/vg.data/backup
fstype: ext4
opts: rw,relatime,noauto,x-systemd.automount
passno: 2
- path: /mnt/data-krull
src: /dev/vg.data/data-krull
fstype: ext4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment