Added install and uninstall resolved Lint issue
[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: mep
28   become: yes
29   tags:
30   - infra
31   - infra-mep
32
33   roles:
34   - rabbitmq
35   - cAdvisor
36   - prometheus
37   - helm
38   - k3s
39
40 - hosts: infra-helm
41   become: yes
42   tags:
43   - helm
44
45   roles:
46   - helm
47
48 - hosts: infra-k8s
49   become: yes
50   tags:
51   - k8s
52   - infra
53
54   roles:
55   - k8s
56
57 - hosts: infra-k3s
58   become: yes
59   tags:
60   - k3s
61   - infra
62
63   roles:
64   - k3s