Add coordinator state to MOTD

This commit is contained in:
2021-10-11 15:05:01 -04:00
parent cb6199ef0d
commit 8c3b5d7dab
2 changed files with 6 additions and 1 deletions

View File

@ -15,6 +15,11 @@
when: newhost_check.changed
tags: always
# Set coordinator state fact
- set_fact:
is_coordinator: "{% for node in pvc_nodes if node.hostname == inventory_hostname %}{{ node.is_coordinator }}{% endfor %}"
tags: always
#
# Set Debian details
#