19 lines
722 B
Text
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"
|