Create and stated write role for deploy k8s cluster
This commit is contained in:
7
ansible/playbooks/k8s-deploy-cluster.yml
Normal file
7
ansible/playbooks/k8s-deploy-cluster.yml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
- hosts: "{{ hosts_target }}"
|
||||
become: true
|
||||
gather_facts: true
|
||||
roles:
|
||||
- k8s-deploy-cluster
|
Reference in New Issue
Block a user