mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-15 13:27:43 -02:30
Update node labels according to new CCP nodeSelector
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
pre_tasks:
|
||||
- name: Rsync nodes list
|
||||
synchronize: src=/root/nodes dest=/root/nodes
|
||||
- name: Rsync MCP scripts and repo
|
||||
synchronize:
|
||||
src: /root/ccp/
|
||||
dest: /root/ccp/
|
||||
rsync_opts:
|
||||
- "--exclude=/microservices-repos"
|
||||
tasks:
|
||||
- name: Deploy CCP
|
||||
shell: ./ccp-deploy.sh
|
||||
|
||||
Reference in New Issue
Block a user