Files
cmoa_installer_ansible/cmoa_install.yaml
2023-07-05 10:19:53 +09:00

10 lines
179 B
YAML
Executable File

---
- hosts: cluster
become: true
gather_facts: true
environment:
KUBECONFIG: /root/.kube/ansible_config
roles:
- role: cmoa_install
#delegate_to: 127.0.0.1