From c2e93c2370de9a0948b07e5768c7ac572d299c63 Mon Sep 17 00:00:00 2001 From: Tharre Date: Tue, 24 Apr 2018 20:44:16 +0200 Subject: Initial commit --- .gitmodules | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4dbd8bd --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "roles/enable-standard-cronjobs"] + path = roles/enable-standard-cronjobs + url = https://github.com/Yannik/ansible-role-enable-standard-cronjobs.git +[submodule "roles/unattended-upgrades"] + path = roles/unattended-upgrades + url = https://github.com/jnv/ansible-role-unattended-upgrades.git +[submodule "roles/postfix"] + path = roles/postfix + url = https://github.com/Oefenweb/ansible-postfix.git +[submodule "roles/teamspeak"] + path = roles/teamspeak + url = https://github.com/Tharre/ansible-teamspeak -- cgit v1.2.3-70-g09d2