fix: set k3s_{agents,masters} as k3s's base playbook's hosts instead of all

This commit is contained in:
cătălin 2024-02-21 23:38:11 +01:00
commit db840ce33d
No known key found for this signature in database
3 changed files with 9 additions and 3 deletions

View file

@ -1,5 +1,7 @@
- name: Apply base configuration
hosts: all
hosts:
- k3s_agents
- k3s_masters
roles:
- role: ../roles/base