9707be81fcb1dec5d994551881260b9f75d58c84
[ealt-edge.git] / ocd / infra / playbooks / ealt-all-uninstall.yml
1 # Copyright 2020 Huawei Technologies Co., Ltd.
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #     http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 ---
16
17 - hosts: mecm
18   become: yes
19   tags:
20   - infra
21   - infra-mecm
22
23   roles:
24   - grafana
25   - helm
26
27 - hosts: certsmanager
28   become: yes
29   tags:
30   - certsmanager
31
32   roles:
33   - certmanager
34
35 - hosts: mepautomate
36   become: yes
37   tags:
38   - mepautomate
39
40   roles:
41   - mepserver
42
43 - hosts: mep
44   become: yes
45   tags:
46   - infra
47   - infra-mep
48
49   roles:
50   - rabbitmq
51   - cadvisor
52   - prometheus
53   - helm
54   - k3s
55   - docker
56
57 - hosts: infra-helm
58   become: yes
59   tags:
60   - helm
61
62   roles:
63   - helm
64
65 - hosts: infra-k8s
66   become: yes
67   tags:
68   - k8s
69   - infra
70
71   roles:
72   - k8s
73
74 - hosts: infra-k3s
75   become: yes
76   tags:
77   - k3s
78   - infra
79
80   roles:
81   - k3s