diff --git a/orion-ops-launch/src/main/resources/application.yaml b/orion-ops-launch/src/main/resources/application.yaml
index dca37238..c8ecebbc 100644
--- a/orion-ops-launch/src/main/resources/application.yaml
+++ b/orion-ops-launch/src/main/resources/application.yaml
@@ -146,6 +146,9 @@ orion:
infra:
group: "infra - 基建模块"
path: "infra"
+ machine:
+ group: "machine - 机器资源模块"
+ path: "machine"
logging:
# 全局日志打印
diff --git a/orion-ops-module-machine/orion-ops-module-machine-provider/pom.xml b/orion-ops-module-machine/orion-ops-module-machine-provider/pom.xml
new file mode 100644
index 00000000..92f4dda8
--- /dev/null
+++ b/orion-ops-module-machine/orion-ops-module-machine-provider/pom.xml
@@ -0,0 +1,25 @@
+
+
+
+ com.orion.ops
+ orion-ops-module-machine
+ ${revision}
+
+
+ 4.0.0
+ orion-ops-module-machine-provider
+ jar
+
+ 项目机器资源模块
+ https://github.com/lijiahangmax/orion-ops-pro
+
+
+
+ com.orion.ops
+ orion-ops-common
+
+
+
+
\ No newline at end of file
diff --git a/orion-ops-module-machine/orion-ops-module-machine-service/pom.xml b/orion-ops-module-machine/orion-ops-module-machine-service/pom.xml
new file mode 100644
index 00000000..62647c52
--- /dev/null
+++ b/orion-ops-module-machine/orion-ops-module-machine-service/pom.xml
@@ -0,0 +1,63 @@
+
+
+
+ com.orion.ops
+ orion-ops-module-machine
+ ${revision}
+
+
+ 4.0.0
+ orion-ops-module-infra-service
+ jar
+
+ 项目机器资源模块
+ https://github.com/lijiahangmax/orion-ops-pro
+
+
+
+ com.orion.ops
+ orion-ops-common
+
+
+
+
+ com.orion.ops
+ orion-ops-module-infra-provider
+ ${revision}
+
+
+
+
+ com.orion.ops
+ orion-ops-module-machine-provider
+ ${revision}
+
+
+
+
+ com.orion.ops
+ orion-ops-spring-boot-starter-security
+
+
+
+
+ com.orion.ops
+ orion-ops-spring-boot-starter-redis
+
+
+
+
+ com.orion.ops
+ orion-ops-spring-boot-starter-mybatis
+
+
+
+
+ com.orion.ops
+ orion-ops-spring-boot-starter-storage
+
+
+
+
\ No newline at end of file
diff --git a/orion-ops-module-machine/pom.xml b/orion-ops-module-machine/pom.xml
new file mode 100644
index 00000000..11f45fca
--- /dev/null
+++ b/orion-ops-module-machine/pom.xml
@@ -0,0 +1,23 @@
+
+
+
+ com.orion.ops
+ orion-ops-pro
+ ${revision}
+
+
+ 4.0.0
+ orion-ops-module-machine
+ pom
+
+ 项目机器资源模块
+ https://github.com/lijiahangmax/orion-ops-pro
+
+
+ orion-ops-module-machine-provider
+ orion-ops-module-machine-service
+
+
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index a65e3506..d171bccb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,6 +18,7 @@
orion-ops-framework
orion-ops-launch
orion-ops-module-infra
+ orion-ops-module-machine