Simply k3s setup by using a default ansible configuration

This commit is contained in:
2025-09-18 15:55:36 +02:00
parent 75a485fbff
commit f4bf7569a6
3 changed files with 11 additions and 7 deletions

5
k3s/ansible.cfg Normal file
View File

@@ -0,0 +1,5 @@
[defaults]
nocows = True
inventory = inventory.ini
display_skipped_hosts = False
error_on_undefined_vars = True