mepserver automate
[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
48 - hosts: infra-helm
49   become: yes
50   tags:
51   - helm
52
53   roles:
54   - helm
55
56 - hosts: infra-k8s
57   become: yes
58   tags:
59   - k8s
60   - infra
61
62   roles:
63   - k8s
64
65 - hosts: infra-k3s
66   become: yes
67   tags:
68   - k3s
69   - infra
70
71   roles:
72   - k3s