1
0
Fork 0
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:
George Hunt 2017-06-26 15:24:26 -07:00 committed by georgejhunt
parent 98b0a38f05
commit 909439f40b

View file

@ -23,6 +23,10 @@
dest=/etc/chrony.conf
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
selinux: state=disabled
register: selinux_disabled