Support K3s config yaml (#252)

* Support K3s config yaml

Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
Derek Nola
2023-11-13 14:09:15 -08:00
committed by GitHub
parent 157e2eb432
commit 46a842a551
3 changed files with 22 additions and 1 deletions

View File

@@ -27,3 +27,7 @@ k3s_cluster:
# List of locally available manifests to apply to the cluster, useful for PVCs or Traefik modifications.
# Manifests should be either full paths or relative to the playbook directory.
# extra_manifests: [ '/path/to/manifest1.yaml', '/path/to/manifest2.yaml' ]
# config_yaml: |
# This is now an inner yaml file. Mantain the indentation.
# YAML here will be placed as the content of /etc/rancher/k3s/config.yaml
# See https://docs.k3s.io/installation/configuration#configuration-file