You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
399 B
YAML
27 lines
399 B
YAML
---
|
|
|
|
### tags:
|
|
### argo-cd
|
|
|
|
- name: "Deploy argo-cd"
|
|
include_tasks: argocd.yml
|
|
tags:
|
|
- argo-cd
|
|
args:
|
|
apply:
|
|
tags:
|
|
- argo-cd
|
|
when:
|
|
- inventory_hostname == groups['kube_control_plane'][0]
|
|
|
|
- name: "Configure AWX"
|
|
include_tasks: awx.yml
|
|
tags:
|
|
- awx
|
|
args:
|
|
apply:
|
|
tags:
|
|
- awx
|
|
when:
|
|
- inventory_hostname == groups['kube_control_plane'][0]
|