Files
cmoa_installer_ansible/cmoa_install.yaml
havelight-ee 2b70528618 update
2023-02-06 15:01:53 +09:00

14 lines
266 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
- role: cmoa_demo_install
delegate_to: 127.0.0.1