-
Notifications
You must be signed in to change notification settings - Fork 9
/
.gitmodules
75 lines (75 loc) · 2.59 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[submodule "roles/mesos"]
path = roles/mesos
url = https://github.com/LREN-CHUV/ansible-mesos.git
branch = master
[submodule "roles/marathon"]
path = roles/marathon
url = https://github.com/LREN-CHUV/ansible-marathon.git
branch = master
[submodule "roles/marathon-app"]
path = roles/marathon-app
url = https://github.com/ludovicc/ansible-marathon_app.git
branch = master
[submodule "roles/silpion.util"]
path = roles/silpion.util
url = https://github.com/LREN-CHUV/ansible-util.git
branch = master
[submodule "roles/zookeeper"]
path = roles/zookeeper
url = https://github.com/LREN-CHUV/ansible-zookeeper.git
branch = master
[submodule "roles/docker"]
path = roles/docker
url = https://github.com/LREN-CHUV/ansible-docker.git
branch = master
[submodule "roles/vagrant"]
path = roles/vagrant
url = https://github.com/denkhaus/ansible-vagrant.git
branch = master
[submodule "roles/sbt-extras"]
path = roles/sbt-extras
url = https://github.com/Lykathia/ansible-sbt-extras.git
branch = master
[submodule "roles/nginx"]
path = roles/nginx
url = https://github.com/jdauphant/ansible-role-nginx
branch = master
[submodule "roles/unattended-upgrades"]
path = roles/unattended-upgrades
url = https://github.com/LREN-CHUV/ansible-role-unattended-upgrades.git
[submodule "roles/first-five-minutes"]
path = roles/first-five-minutes
url = https://github.com/ludovicc/ansible-role-first-five-minutes.git
[submodule "roles/firewall"]
path = roles/firewall
url = https://github.com/HanXHX/ansible-firewall.git
[submodule "roles/silpion.lib"]
path = roles/silpion.lib
url = https://github.com/LREN-CHUV/ansible-lib.git
[submodule "roles/activator"]
path = roles/activator
url = https://github.com/ludovicc/ansible-typesafe-activator.git
[submodule "roles/etckeeper"]
path = roles/etckeeper
url = https://github.com/ludovicc/ansible-etckeeper
[submodule "roles/openjdk"]
path = roles/openjdk
url = https://github.com/LREN-CHUV/ansible-java.git
[submodule "roles/airflow"]
path = roles/airflow
url = https://github.com/LREN-CHUV/ansible-airflow.git
[submodule "roles/proxy"]
path = roles/proxy
url = https://github.com/betacloud/ansible-proxy.git
[submodule "roles/fqdn"]
path = roles/fqdn
url = https://github.com/holms/ansible-fqdn.git
[submodule "roles/ubuntu-locales"]
path = roles/ubuntu-locales
url = https://github.com/Oefenweb/ansible-locales.git
[submodule "roles/ssh-hardening"]
path = roles/ssh-hardening
url = https://github.com/dev-sec/ansible-ssh-hardening.git
[submodule "roles/docker-compose"]
path = roles/docker-compose
url = https://github.com/LREN-CHUV/ansible-role-docker-compose.git