File: rc

package info (click to toggle)
molly-guard 0.8.5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 88 kB
  • sloc: xml: 286; sh: 249; makefile: 41
file content (19 lines) | stat: -rw-r--r-- 722 bytes parent folder | download
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"