mirror of
https://github.com/Expand-sys/kubernetes-rocky9
synced 2025-12-15 15:22:13 +11:00
Update install-k8s.yml
This commit is contained in:
parent
55b97f4709
commit
67683c14e8
1 changed files with 2 additions and 7 deletions
|
|
@ -1,11 +1,6 @@
|
|||
---
|
||||
- hosts: "masters, workers"
|
||||
remote_user: ubuntu
|
||||
become: yes
|
||||
become_method: sudo
|
||||
become_user: root
|
||||
gather_facts: yes
|
||||
connection: ssh
|
||||
- hosts: "localhost"
|
||||
connection: local
|
||||
|
||||
tasks:
|
||||
- name: Create containerd config file
|
||||
|
|
|
|||
Loading…
Reference in a new issue