c12s-kubespray/playbooks/ccp-deploy.yaml
2016-06-27 17:57:29 +02:00

10 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