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:
@@ -21,7 +21,7 @@
|
||||
group: root
|
||||
mode: 0644
|
||||
|
||||
- name: Add service enviorment variables
|
||||
- name: Add service environment variables
|
||||
when: extra_service_envs is defined
|
||||
ansible.builtin.lineinfile:
|
||||
path: "{{ systemd_dir }}/k3s.service.env"
|
||||
|
||||
Reference in New Issue
Block a user