8e76773217d4ba991292def36471c30b0a9455f6
[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: mepautomate
28   become: yes
29   tags:
30   - mepautomate
31
32   roles:
33   - mepserver
34
35 - hosts: mep
36   become: yes
37   tags:
38   - infra
39   - infra-mep
40
41   roles:
42   - rabbitmq
43   - cadvisor
44   - prometheus
45   - helm
46   - k3s
47   - docker
48
49 - hosts: infra-helm
50   become: yes
51   tags:
52   - helm
53
54   roles:
55   - helm
56
57 - hosts: infra-k8s
58   become: yes
59   tags:
60   - k8s
61   - infra
62
63   roles:
64   - k8s
65
66 - hosts: infra-k3s
67   become: yes
68   tags:
69   - k3s
70   - infra
71
72   roles:
73   - k3s