13 lines
263 B
YAML
Executable File
13 lines
263 B
YAML
Executable File
---
|
|
- hosts: cluster
|
|
become: true
|
|
gather_facts: true
|
|
environment:
|
|
KUBECONFIG: /root/.kube/ansible_config
|
|
vars:
|
|
REGISTRY: 10.10.43.224:5000/cmoa3
|
|
REPO: "nexus" # dockerhub or nexus
|
|
roles:
|
|
- role: cmoa_install
|
|
delegate_to: 127.0.0.1
|