mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
disable, and turn off apparmor
This commit is contained in:
parent
98b0a38f05
commit
909439f40b
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@
|
||||||
dest=/etc/chrony.conf
|
dest=/etc/chrony.conf
|
||||||
src=chrony.conf.j2
|
src=chrony.conf.j2
|
||||||
|
|
||||||
|
- name: Disable apparmor -- on by default in ubuntu
|
||||||
|
service: name=apparmor enabled=False state=stopped
|
||||||
|
when: is_ubuntu
|
||||||
|
|
||||||
- name: Disable selinux on next boot
|
- name: Disable selinux on next boot
|
||||||
selinux: state=disabled
|
selinux: state=disabled
|
||||||
register: selinux_disabled
|
register: selinux_disabled
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue