Skip to content
Snippets Groups Projects
Commit a098a32f authored by Sergii Golovatiuk's avatar Sergii Golovatiuk
Browse files

Uncomment one key/value in all.yml

all.yaml shouldn't be empty otherwise ansible won't be able to merge 2
dicts.

Related bug: ansible/issues/21889
parent 9ee9a103
No related branches found
No related tags found
No related merge requests found
## The access_ip variable is used to define how other nodes should access ## The access_ip variable is used to define how other nodes should access
## the node. This is used in flannel to allow other flannel nodes to see ## the node. This is used in flannel to allow other flannel nodes to see
## this node for example. The access_ip is really useful AWS and Google ## this node for example. The access_ip is really useful AWS and Google
...@@ -79,7 +78,6 @@ ...@@ -79,7 +78,6 @@
#kpm_packages: #kpm_packages:
# - name: kube-system/grafana # - name: kube-system/grafana
## Certificate Management ## Certificate Management
## This setting determines whether certs are generated via scripts or whether a ## This setting determines whether certs are generated via scripts or whether a
## cluster of Hashicorp's Vault is started to issue certificates (using etcd ## cluster of Hashicorp's Vault is started to issue certificates (using etcd
...@@ -87,4 +85,4 @@ ...@@ -87,4 +85,4 @@
#cert_management: script #cert_management: script
## Please specify true if you want to perform a kernel upgrade ## Please specify true if you want to perform a kernel upgrade
#kernel_upgrade: false kernel_upgrade: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment