summaryrefslogtreecommitdiff
path: root/platform_deploy.yml
diff options
context:
space:
mode:
authorfumingwei <[email protected]>2021-02-08 11:31:35 +0800
committerfumingwei <[email protected]>2021-02-08 11:31:35 +0800
commite5e81d60b1ac5ea8a13485250e191d4b947cee31 (patch)
tree0140ff77d64912b29055353d84d0e67c2fe28a23 /platform_deploy.yml
parentad3dcedcb16fdf91538f56a12c121fd681f0f324 (diff)
重命名server_deploy.yml为platform_deploy.ymlHEADmaster
Diffstat (limited to 'platform_deploy.yml')
-rw-r--r--platform_deploy.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/platform_deploy.yml b/platform_deploy.yml
new file mode 100644
index 0000000..594a9d8
--- /dev/null
+++ b/platform_deploy.yml
@@ -0,0 +1,10 @@
+- hosts: platform
+ remote_user: root
+ vars_files:
+ - install_config/group_vars/platform.yml
+ roles:
+ - {role: framework, tags: framework}
+ - {role: kernel-ml, tags: kernel-ml}
+ - {role: mrzcpd, tags: mrzcpd}
+ - {role: sapp, tags: sapp}
+ - {role: firewall, tags: firewall}