diff options
author | Emil Renner Berthing <esmil@labitat.dk> | 2019-10-08 20:33:44 +0200 |
---|---|---|
committer | Emil Renner Berthing <esmil@labitat.dk> | 2019-10-08 20:34:31 +0200 |
commit | 8ebf2d6db3067650191ab96f9d1d2b9c1599d580 (patch) | |
tree | dfb1e76b66a08ff94d02e7e15f516336d426f084 /roles/mail1/meta | |
parent | 32b8d0e6b71f47ad763db5b71e160337a05939b2 (diff) | |
download | labitat-ansible-8ebf2d6db3067650191ab96f9d1d2b9c1599d580.tar.gz labitat-ansible-8ebf2d6db3067650191ab96f9d1d2b9c1599d580.tar.xz labitat-ansible-8ebf2d6db3067650191ab96f9d1d2b9c1599d580.zip |
mail1: add role to set up new mailserver
This is just the base OS for now. Let's hope
someone who knows more about mail wants
to continue..
Diffstat (limited to 'roles/mail1/meta')
-rw-r--r-- | roles/mail1/meta/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/mail1/meta/main.yml b/roles/mail1/meta/main.yml new file mode 100644 index 0000000..1e8f40f --- /dev/null +++ b/roles/mail1/meta/main.yml @@ -0,0 +1,6 @@ +--- +dependencies: +- role: debian +- role: users + +# vim: set ts=2 sw=2 et: |