mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-25 10:12:38 +01:00
Using Ansible os family instead of multiple Ansible os distributions (#6)
* Using Ansible os family instead of multiple Ansible os distributions * Added option to set timezone, this could save a bit of headache if someone has certificate problems Co-authored-by: janic <janic.voser@schulen-unteraegeri.ch>
This commit is contained in:
@@ -4,6 +4,9 @@ k3s_version: v1.23.4+k3s1
|
||||
ansible_user: ansibleuser
|
||||
systemd_dir: /etc/systemd/system
|
||||
|
||||
# Set your timezone
|
||||
system_timezone: "Your/Timezone"
|
||||
|
||||
# interface which will be used for flannel
|
||||
flannel_iface: "eth0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user