diff --git a/.gitmodules b/.gitmodules index 825008d..62be1f3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -26,3 +26,7 @@ ignore = dirty fetchRecurseSubmodules = false shallow = true +[submodule "The common Ansible role template"] + path = The common Ansible role template + url = https://gitlab.com/the-common/ansible-role-template.git + ignore = dirty diff --git a/README.md b/README.md index 7284a40..072101a 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ * [The common Ansible project template](https://gitlab.com/the-common/ansible-project-template) 快速建立符合需求的 Ansible 專案 +* (開發中)[The common Ansible role template](https://gitlab.com/the-common/ansible-role-template) + 快速建立符合需求的 Ansible 角色專案 ## 參考資料 diff --git a/The common Ansible role template b/The common Ansible role template new file mode 160000 index 0000000..f3d6033 --- /dev/null +++ b/The common Ansible role template @@ -0,0 +1 @@ +Subproject commit f3d603384f52d937ecc97356d9f42c3df33ba6e2