change fstab edits to earlier
This commit is contained in:
committed by
GitHub Enterprise
parent
f68e6bce0a
commit
816e1f0bab
@@ -49,6 +49,14 @@
|
|||||||
- libpam-winbind
|
- libpam-winbind
|
||||||
- libnss-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"
|
- name: "Disable Services"
|
||||||
systemd:
|
systemd:
|
||||||
enabled: no
|
enabled: no
|
||||||
@@ -130,14 +138,6 @@
|
|||||||
with_items:
|
with_items:
|
||||||
- samba-ad-dc.service
|
- 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"
|
- name: "Allow traffic for Application Samba4 AD-DC"
|
||||||
ufw:
|
ufw:
|
||||||
rule: allow
|
rule: allow
|
||||||
|
|||||||
Reference in New Issue
Block a user