This allows the user to control whether hosts will be rebooted to apply an SELinux policy configuration change. We cannot do this in CI, where the Ansible control host is the host being configured. Change-Id: I431ed26d907a534e2e99a8032152340d109fd49e
8 lines
213 B
YAML
8 lines
213 B
YAML
---
|
|
# Whether to reboot to apply SELinux config changes.
|
|
disable_selinux_do_reboot: true
|
|
|
|
# Number of seconds to wait for hosts to become accessible via SSH after being
|
|
# rebooted.
|
|
disable_selinux_reboot_timeout:
|