Files
cmoa_installer_ansible/cmoa_infra.yaml
2023-11-09 17:30:57 +09:00

9 lines
152 B
YAML
Executable File

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