From d9ea3d58d7dbfc1cca742ded64a64c1fae019370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=20Lin=29?= Date: Wed, 28 Aug 2024 01:34:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E3=80=8CThe=20common?= =?UTF-8?q?=20Ansible=20project=20template=E3=80=8D=E8=A7=A3=E6=B1=BA?= =?UTF-8?q?=E6=96=B9=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 林博仁(Buo-ren Lin) --- .gitmodules | 4 ++++ README.md | 5 +++++ The common Ansible project template | 1 + 3 files changed, 10 insertions(+) create mode 160000 The common Ansible project template diff --git a/.gitmodules b/.gitmodules index cde33b9..b044643 100644 --- a/.gitmodules +++ b/.gitmodules @@ -11,3 +11,7 @@ path = Ansible-lint Ansible 資源潛在問題檢查工具 url = https://gitlab.com/libre-knowledge/ansible-lint.git ignore = dirty +[submodule "The common Ansible project template"] + path = The common Ansible project template + url = https://gitlab.com/the-common/ansible-project-template.git + ignore = dirty diff --git a/README.md b/README.md index 5c9f090..0aeb3d9 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ * [Ansible-lint Ansible 資源潛在問題檢查工具](https://gitlab.com/libre-knowledge/ansible-lint) 檢查 Ansible 資源的潛在問題 +### 文件範本
Templates + +* [The common Ansible project template](https://gitlab.com/the-common/ansible-project-template) + 快速建立符合需求的 Ansible 專案 + ## 參考資料 以下列舉撰寫本主題內容時所參考的第三方資源: diff --git a/The common Ansible project template b/The common Ansible project template new file mode 160000 index 0000000..67515fc --- /dev/null +++ b/The common Ansible project template @@ -0,0 +1 @@ +Subproject commit 67515fc4a763a5b88b3443f4ea8557a87cd53113