mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-29 15:24:46 -03:30
11 lines
234 B
YAML
11 lines
234 B
YAML
- 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
|