Add comments to variables

This commit is contained in:
2023-03-19 13:57:57 +01:00
parent f9a859e95c
commit 4321d78cf8
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
## Base ##
{% if inventory_hostname == groups['kubernetes'][0] %}
# Initialize with internal etcd
cluster-init: true
{% else %}
server: https://{{ groups['kubernetes'][0] }}:6443