Files
cmoa_installer_ansible/cmoa_install.yaml
ByeonJungHun 94de112005 release 3.5.3
2023-08-25 15:24:00 +09:00

13 lines
245 B
YAML
Executable File

---
- hosts: cluster
become: true
gather_facts: true
environment:
KUBECONFIG: /root/.kube/ansible_config
#vars:
# REGISTRY: 10.10.31.243:5000
# PullSecret: regcred
roles:
- role: cmoa_install
delegate_to: 127.0.0.1