mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2026-09-15 00:23:18 +02:00
➕ Add default values to roles
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
systemd_dir: /etc/systemd/system
|
||||||
@@ -18,3 +18,5 @@ server_init_args: >-
|
|||||||
--token {{ k3s_token }}
|
--token {{ k3s_token }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ extra_server_args | default('') }}
|
{{ extra_server_args | default('') }}
|
||||||
|
|
||||||
|
systemd_dir: /etc/systemd/system
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
systemd_dir: /etc/systemd/system
|
||||||
Reference in New Issue
Block a user