diff options
author | Tharre <tharre3@gmail.com> | 2018-04-24 20:44:16 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-05-09 03:21:51 +0200 |
commit | c2e93c2370de9a0948b07e5768c7ac572d299c63 (patch) | |
tree | 9c30e6b01b293651cc7d5ce316c844cc0b3e520a /.gitmodules | |
download | infrastructure-c2e93c2370de9a0948b07e5768c7ac572d299c63.tar.gz infrastructure-c2e93c2370de9a0948b07e5768c7ac572d299c63.tar.xz infrastructure-c2e93c2370de9a0948b07e5768c7ac572d299c63.zip |
Initial commit
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 12 |
1 files changed, 12 insertions, 0 deletions
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 |