Added playbook and role for k8s-ha-api
This commit is contained in:
7
ansible/playbooks/k8s-ha-api.yaml
Normal file
7
ansible/playbooks/k8s-ha-api.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
- hosts: "{{ hosts_target }}"
|
||||
become: true
|
||||
gather_facts: true
|
||||
roles:
|
||||
- k8s-ha-api
|
Reference in New Issue
Block a user