mirror of
https://github.com/famedly/ansible-collection-base
synced 2024-11-10 06:24:17 +00:00
feat(base playbook): import base roles
This commit is contained in:
parent
e759f65ce7
commit
b38011c0c4
3 changed files with 8 additions and 0 deletions
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[submodule "roles/docker"]
|
||||
path = roles/docker
|
||||
url = ssh://git@github.com:22/geerlingguy/ansible-role-docker.git
|
||||
[submodule "roles/pip"]
|
||||
path = roles/pip
|
||||
url = ssh://git@github.com:22/geerlingguy/ansible-role-pip.git
|
1
roles/docker
Submodule
1
roles/docker
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 5d6af00f205960514f747db1ac7e6980ac31846c
|
1
roles/pip
Submodule
1
roles/pip
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit a2c8e54a569d3b3bd92268d6daa0418da123733f
|
Loading…
Reference in a new issue