mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-22 03:17:43 -02:30
Added CCP deployment scripts
This commit is contained in:
10
playbooks/ccp-deploy.yaml
Normal file
10
playbooks/ccp-deploy.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
- hosts: kube-master
|
||||
pre_tasks:
|
||||
- name: Rsync nodes list
|
||||
synchronize: src=/root/nodes dest=/root/nodes
|
||||
tasks:
|
||||
- name: Deploy CCP
|
||||
shell: ./ccp-deploy.sh
|
||||
args:
|
||||
chdir: /root/ccp
|
||||
run_once: true
|
||||
Reference in New Issue
Block a user