summaryrefslogtreecommitdiffstats
path: root/rc
blob: ee1ff43ecf4567f9c8377926a0cfd2053ab100df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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"