Files
cmoa_installer_ansible/cmoa_install.yaml
2023-07-14 14:09:39 +09:00

11 lines
202 B
YAML
Executable File

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