-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathinstall-gitops.yaml
More file actions
86 lines (71 loc) · 1.58 KB
/
install-gitops.yaml
File metadata and controls
86 lines (71 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
---
- name: Installation du socle DSO en mode GitOps
hosts: localhost
gather_facts: false
roles:
- role: gitops/local-config
tags:
- always
- role: socle-config
tags:
- always
- role: check-prerequisite
tags:
- always
- role: cluster-offline
tags:
- always
when: dsc.global.offline
- role: prometheus
tags:
- prometheus
- prom
when: dsc.prometheus.crd.type == 'managed'
- role: kyverno
tags:
- kyverno
- never
- role: cloudnativepg
tags:
- cloudnativepg
- cnpg
- never
- role: cert-manager
tags:
- cert-manager
- cm
- never
- role: infra/keycloak-infra
tags:
- keycloak-infra
- sso-infra
when: dsc.keycloakInfra.installEnabled
- role: infra/vault-infra
tags:
- vault-infra
when: |
dsc.keycloakInfra.installEnabled and
dsc.vaultInfra.installEnabled
- role: infra/argocd-infra
tags:
- gitops-infra
- argocd-infra
- argo-infra
when: |
dsc.keycloakInfra.installEnabled and
dsc.argocdInfra.installEnabled
- role: gitops/vault-secrets
tags:
- vault-secrets
- role: gitops/rendering-apps-files
tags:
- rendering-apps-files
- apps-files
- role: gitops/watchpoint
tags:
- gitops-watchpoint
- watchpoint
when: dsc.global.gitOps.watchpointEnabled
- role: gitops/dso-app
tags:
- dso-app