forked from catalin/fukuops
fix: set k3s_{agents,masters} as k3s's base playbook's hosts instead of all
This commit is contained in:
parent
dcedec2117
commit
db840ce33d
3 changed files with 9 additions and 3 deletions
|
|
@ -1,5 +1,7 @@
|
|||
- name: Apply base configuration
|
||||
hosts: all
|
||||
hosts:
|
||||
- k3s_agents
|
||||
- k3s_masters
|
||||
|
||||
roles:
|
||||
- role: ../roles/base
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue