1
0
Fork 0
molly-guard/rc
Daniel Baumann 47ba6c9762
Adding upstream version 0.8.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 08:01:25 +02:00

19 lines
722 B
Text

# molly-guard settings
#
# ALWAYS_QUERY_HOSTNAME
# When set, causes the 30-query-hostname script to always ask for the
# hostname, even if no SSH session was detected.
#ALWAYS_QUERY_HOSTNAME=true
# USE_FQDN
# When set, causes the 30-query-hostname script to ask for the fully-qualified
# hostname, rather than the short name
#USE_FQDN=true
# ANSIBLE_SEARCH_STRING
# The string to search for in the broadcast message provided to shutdown
# set by Ansible. Used to detect if Ansible has initiated a reboot via
# the ansible.builtin.reboot module the default message is "Reboot initiated
# by Ansible" but can be changed by setting the "msg" parameter. This is
# a case insensitive search.
#ANSIBLE_SEARCH_STRING="ansible"