summaryrefslogtreecommitdiffstats
path: root/rc
diff options
context:
space:
mode:
Diffstat (limited to 'rc')
-rw-r--r--rc19
1 files changed, 19 insertions, 0 deletions
diff --git a/rc b/rc
new file mode 100644
index 0000000..ee1ff43
--- /dev/null
+++ b/rc
@@ -0,0 +1,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"