Renaming hosts from upstream to proper naming
[ealt-edge.git] / ocd / infra / playbooks / ealt-all.yml
index 5aefc0c..e4d34a7 100644 (file)
@@ -1,3 +1,4 @@
+#
 # Copyright 2020 Huawei Technologies Co., Ltd.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -11,6 +12,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
+#
 
 ---
 
 
   roles:
   - certmanager
+
+- hosts: egcenter
+  become: yes
+  tags:
+  - egcenter
+
+  roles:
+  - eg_certs
+  - service_center
+  - eg_user-mgmt
+  - eg_mecm-meo
+  - eg_mecm-fe
+  - eg_appstore
+  - eg_developer
+
+- hosts: egedge
+  become: yes
+  tags:
+  - egedge
+
+  roles:
+  - eg_certs
+  - eg_mep
+  - eg_mecm-mepm
+  # yamllint disable rule:new-line-at-end-of-file
\ No newline at end of file