refactor(build): other projects included as git submodule

this was done so that any rebuild due to submodule update
could be tracked and viewable within the history.

!15 nofusscomputing/ops#74
This commit is contained in:
2023-06-01 14:14:17 +09:30
parent b713b3e6b7
commit e2852ebe29
5 changed files with 11 additions and 32 deletions

8
.gitmodules vendored
View File

@ -2,3 +2,11 @@
path = gitlab-ci
url = https://gitlab.com/nofusscomputing/projects/gitlab-ci.git
branch = development
[submodule "ansible-roles"]
path = includes/etc/ansible/roles
url = https://gitlab.com/nofusscomputing/projects/ansible/ansible-roles.git
branch = development
[submodule "ansible_playbooks"]
path = includes/etc/ansible/playbooks
url = https://gitlab.com/nofusscomputing/projects/ansible/ansible_playbooks.git
branch = development