mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
Airgap Support (#253)
* Initial airgap support * Support any of the compressed image formats * Add airgap section to README * Support Airgap SElinux RPM install Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
@@ -24,10 +24,11 @@ k3s_cluster:
|
||||
# k3s_server_location: /var/lib/rancher/k3s
|
||||
# systemd_dir: /etc/systemd/system
|
||||
# extra_service_envs: [ 'ENV_VAR1=VALUE1', 'ENV_VAR2=VALUE2' ]
|
||||
# Manifests or Airgap should be either full paths or relative to the playbook directory.
|
||||
# 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' ]
|
||||
# airgap_dir: /tmp/k3s-airgap-images
|
||||
# config_yaml: |
|
||||
# This is now an inner yaml file. Mantain the indentation.
|
||||
# This is now an inner yaml file. Maintain 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
|
||||
|
||||
Reference in New Issue
Block a user