change fstab edits to earlier
This commit is contained in:
committed by
GitHub Enterprise
parent
f68e6bce0a
commit
816e1f0bab
@@ -49,6 +49,14 @@
|
||||
- libpam-winbind
|
||||
- libnss-winbind
|
||||
|
||||
- name: "Edit Fstab"
|
||||
replace:
|
||||
path: /etc/fstab
|
||||
#regexp: 'errors=remount-ro 0'
|
||||
regexp: 'defaults'
|
||||
replace: 'user_xattr,acl,barrier=1,errors=remount-ro,relatime 0'
|
||||
backup: yes
|
||||
|
||||
- name: "Disable Services"
|
||||
systemd:
|
||||
enabled: no
|
||||
@@ -130,14 +138,6 @@
|
||||
with_items:
|
||||
- samba-ad-dc.service
|
||||
|
||||
- name: "Edit Fstab"
|
||||
replace:
|
||||
path: /etc/fstab
|
||||
#regexp: 'errors=remount-ro 0'
|
||||
regexp: 'defaults'
|
||||
replace: 'user_xattr,acl,barrier=1,errors=remount-ro,relatime 0'
|
||||
backup: yes
|
||||
|
||||
- name: "Allow traffic for Application Samba4 AD-DC"
|
||||
ufw:
|
||||
rule: allow
|
||||
|
||||
Reference in New Issue
Block a user