We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94f3e3 commit 2d95b7dCopy full SHA for 2d95b7d
ansible/roles/nhc/templates/nhc.conf.j2
@@ -1,5 +1,8 @@
1
# {{ ansible_managed }}
2
3
+# Nodes have long FQDN hostnames but short nodenames
4
+* || HOSTNAME="$HOSTNAME_S"
5
+
6
## Filesystem checks
7
{% for mount in ansible_mounts %}
8
{% set mount_mode = 'rw' if 'rw' in mount.options.split(',') else 'ro' %}
0 commit comments