blob: a424b1b6ce2356f1686c3b5e4c0d7b85b8724055 (
plain)
1
2
3
4
5
6
7
8
|
---
- name: Deploy a Production Ready Kubernetes Cluster
hosts: all
become: true
- name: Import kubespray playbook to deploy k8s cluster
ansible.builtin.import_playbook: ../kubespray/cluster.yml
...
|