Files
cmoa_installer_ansible/cmoa_install_dev.yaml
2023-07-04 14:18:42 +09:00

11 lines
208 B
YAML

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