begin k8s config

This commit is contained in:
2022-10-31 02:25:47 +13:00
parent 4abb4a929f
commit 7662f4a11f
2 changed files with 22 additions and 1 deletions

View File

@ -2,6 +2,6 @@
- name: configure control plane
hosts: k8s_control
gather_facts: true
become: false
become: true
roles:
- k8s_control