coins-demo/contrib/ansible/init-cluster.yml

8 lines
118 B
YAML
Raw Normal View History

---
- name: Init k8s cluster
hosts: '{{ host }}'
become: yes
max_fail_percentage: 0
roles:
- init-cluster