Skip to content

Commit

Permalink
feat: 引入上游專案
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed Sep 24, 2024
1 parent d9ea3d5 commit ccab8fa
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,14 @@
path = The common Ansible project template
url = https://gitlab.com/the-common/ansible-project-template.git
ignore = dirty
[submodule "Ansible"]
path = Ansible
url = https://github.com/ansible/ansible.git
fetchRecurseSubmodules = false
shallow = true
[submodule "Ansible community documentation"]
path = Ansible community documentation
url = https://github.com/ansible/ansible-documentation.git
ignore = dirty
fetchRecurseSubmodules = false
shallow = true
1 change: 1 addition & 0 deletions Ansible
Submodule Ansible added at 9e5294
1 change: 1 addition & 0 deletions Ansible community documentation
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@

以下列舉本主題相關的解決方案:

### 上游專案<br>Upstream projects

以下列舉本主題相關的上游專案:

* [Ansible](https://github.com/ansible/ansible)
產品主程式的專案
* [Ansible community documentation](https://github.com/ansible/ansible-documentation)
產品的官方說明文件

### 潛在問題檢查工具<br>Linters

* [Ansible-lint Ansible 資源潛在問題檢查工具](https://gitlab.com/libre-knowledge/ansible-lint)
Expand Down

0 comments on commit ccab8fa

Please sign in to comment.