fuel-ccp-installer/resources/kubedns/1.0.0/actions/run.yaml

8 lines
181 B
YAML

- hosts: [{{host}}]
become: yes
tasks:
- template:
src: {{templates_dir}}/skydns.tmpl
dest: /tmp/skydns.yaml
- shell: kubectl create -f /tmp/skydns.yaml