Files
dsk-iac/ansible/00_old/agent_cluster_install.yaml
2023-12-19 13:36:16 +09:00

10 lines
154 B
YAML

---
- hosts: cluster
become: true
gather_facts: true
environment:
KUBECONFIG: /root/.kube/ansible_config
roles:
- role: agent_os_setting