Files
cmoa_installer_ansible/cmoa_install.yaml
2023-02-16 21:40:53 +09:00

12 lines
208 B
YAML
Executable File

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