8 lines
105 B
YAML
8 lines
105 B
YAML
---
|
|
|
|
- hosts: "{{ hosts_target }}"
|
|
become: true
|
|
gather_facts: true
|
|
roles:
|
|
- k8s-deploy-cluster
|