From 25e083be759e792a2783d041e563a26b4849e778 Mon Sep 17 00:00:00 2001 From: Fillerino Date: Tue, 5 Sep 2017 20:35:57 +0200 Subject: [PATCH] Added roles as submodules instead for better updating. --- .gitmodules | 12 ++++++++++++ ansible-lighthouse/roles/bobbyrenwick.pip | 1 + ansible-lighthouse/roles/elasticsearch | 1 + ansible-lighthouse/roles/geerlingguy.nodejs | 1 + ansible-lighthouse/roles/yarn | 1 + 5 files changed, 16 insertions(+) create mode 100644 .gitmodules create mode 160000 ansible-lighthouse/roles/bobbyrenwick.pip create mode 160000 ansible-lighthouse/roles/elasticsearch create mode 160000 ansible-lighthouse/roles/geerlingguy.nodejs create mode 160000 ansible-lighthouse/roles/yarn diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8c9cf8d --- /dev/null +++ b/.gitmodules @@ -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 diff --git a/ansible-lighthouse/roles/bobbyrenwick.pip b/ansible-lighthouse/roles/bobbyrenwick.pip new file mode 160000 index 0000000..f0d1f5a --- /dev/null +++ b/ansible-lighthouse/roles/bobbyrenwick.pip @@ -0,0 +1 @@ +Subproject commit f0d1f5acae252a07f16d05a3f816fa1a69253e6c diff --git a/ansible-lighthouse/roles/elasticsearch b/ansible-lighthouse/roles/elasticsearch new file mode 160000 index 0000000..ea5a373 --- /dev/null +++ b/ansible-lighthouse/roles/elasticsearch @@ -0,0 +1 @@ +Subproject commit ea5a373155e96dfc4941b2bec3920e7f76eb28de diff --git a/ansible-lighthouse/roles/geerlingguy.nodejs b/ansible-lighthouse/roles/geerlingguy.nodejs new file mode 160000 index 0000000..cfc35c8 --- /dev/null +++ b/ansible-lighthouse/roles/geerlingguy.nodejs @@ -0,0 +1 @@ +Subproject commit cfc35c879fd2f94a931afae0434183e2f67353ea diff --git a/ansible-lighthouse/roles/yarn b/ansible-lighthouse/roles/yarn new file mode 160000 index 0000000..65b7736 --- /dev/null +++ b/ansible-lighthouse/roles/yarn @@ -0,0 +1 @@ +Subproject commit 65b7736cf0b8678fd1f23909109ed54bd181f8c7