geerlingguy.ansible-role-ku.../tasks/node-setup.yml

7 lines
167 B
YAML
Raw Permalink Normal View History

---
- name: Join node to Kubernetes control plane.
shell: >
{{ kubernetes_join_command }}
creates=/etc/kubernetes/kubelet.conf
2018-12-06 23:45:06 +01:00
tags: ['skip_ansible_lint']