Files
cmoa_installer_ansible/cmoa_install.yaml
ByeonJungHun abddeb3004 release 3.5.4
2023-09-19 16:01:03 +09:00

14 lines
295 B
YAML
Executable File

---
- hosts: cluster
become: true
gather_facts: true
environment:
KUBECONFIG: /root/.kube/ansible_config
vars:
REGISTRY: 10.10.31.243:5000/cmoa3
REPO: "nexus" # dockerhub or nexus
roles:
- role: cmoa_os_setting
#- role: cmoa_install
#delegate_to: 127.0.0.1