init
This commit is contained in:
21
update.yml
Normal file
21
update.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
- name: Apply common configuration to all nodes
|
||||
hosts: all
|
||||
become: true
|
||||
|
||||
roles:
|
||||
- common
|
||||
|
||||
- name: Configure and deploy Kubernetes master
|
||||
hosts: master
|
||||
become: true
|
||||
|
||||
roles:
|
||||
- master
|
||||
|
||||
- name: Join workers to Kubernetes cluster
|
||||
hosts: worker
|
||||
become: true
|
||||
|
||||
roles:
|
||||
- worker
|
||||
Reference in New Issue
Block a user