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 04fc76e commit f9eaaeaCopy full SHA for f9eaaea
roles/enter_maintenance/defaults/main.yml
@@ -1,2 +1,2 @@
1
---
2
-cephadm_hostname: "{{ ansible_facts.nodename }}"
+cephadm_hostname: "{{ ansible_nodename | split('.') | first }}"
roles/exit_maintenance/defaults/main.yml
0 commit comments