Added roles as submodules instead for better updating.
This commit is contained in:
parent
da7a561f38
commit
25e083be75
5 changed files with 16 additions and 0 deletions
12
.gitmodules
vendored
Normal file
12
.gitmodules
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[submodule "ansible-lighthouse/roles/elasticsearch"]
|
||||
path = ansible-lighthouse/roles/elasticsearch
|
||||
url = https://github.com/elastic/ansible-elasticsearch
|
||||
[submodule "ansible-lighthouse/roles/geerlingguy.nodejs"]
|
||||
path = ansible-lighthouse/roles/geerlingguy.nodejs
|
||||
url = https://github.com/geerlingguy/ansible-role-nodejs
|
||||
[submodule "ansible-lighthouse/roles/yarn"]
|
||||
path = ansible-lighthouse/roles/yarn
|
||||
url = https://github.com/Oefenweb/ansible-yarn
|
||||
[submodule "ansible-lighthouse/roles/bobbyrenwick.pip"]
|
||||
path = ansible-lighthouse/roles/bobbyrenwick.pip
|
||||
url = https://github.com/bobbyrenwick/ansible-pip.git
|
1
ansible-lighthouse/roles/bobbyrenwick.pip
Submodule
1
ansible-lighthouse/roles/bobbyrenwick.pip
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit f0d1f5acae252a07f16d05a3f816fa1a69253e6c
|
1
ansible-lighthouse/roles/elasticsearch
Submodule
1
ansible-lighthouse/roles/elasticsearch
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit ea5a373155e96dfc4941b2bec3920e7f76eb28de
|
1
ansible-lighthouse/roles/geerlingguy.nodejs
Submodule
1
ansible-lighthouse/roles/geerlingguy.nodejs
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit cfc35c879fd2f94a931afae0434183e2f67353ea
|
1
ansible-lighthouse/roles/yarn
Submodule
1
ansible-lighthouse/roles/yarn
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 65b7736cf0b8678fd1f23909109ed54bd181f8c7
|
Loading…
Reference in a new issue