Skip to content

Commit 05155c1

Browse files
committed
Avoid rebooting after disabling SELinux
This is generally not necessary in development environments, and makes for an awkward development workflow. Change-Id: I7191779c1fb3a192b401886cd591f12c4b0ab2b0
1 parent bb58107 commit 05155c1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

etc/kayobe/globals.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ os_distribution: "{{ lookup('pipe', '. /etc/os-release && echo $ID') | trim }}"
6565
# to not specify a gather subset.
6666
#kayobe_ansible_setup_gather_subset:
6767

68+
###############################################################################
69+
# SELinux configuration.
70+
71+
# Don't reboot after disabling SELinux in all-in-one environments, as Ansible
72+
# is typically run directly on the controller.
73+
disable_selinux_do_reboot: false
74+
6875
###############################################################################
6976
# Dummy variable to allow Ansible to accept this file.
7077
workaround_ansible_issue_8743: yes

0 commit comments

Comments
 (0)