🛠 Fix descriptions

This commit is contained in:
Dov Benyomin Sohacheski
2024-06-09 13:43:38 +03:00
parent 16fb511d49
commit aa2738ae83
5 changed files with 9 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ ExecStart=/usr/local/bin/k3s agent \
--server https://{{ apiserver_endpoint | ansible.utils.ipwrap }}:6443 \
{% if is_pxe_booted | default(false) %}--snapshotter native \
{% endif %}--token {{ hostvars[groups[group_name_master | default('master')][0]]['token'] | default(k3s_token) }} \
{{ extra_agent_args | default("") }}
{{ extra_agent_args }}
KillMode=process
Delegate=yes
LimitNOFILE=1048576