WIP Add initial cookbook and roles for email service

This commit is contained in:
Râu Cao
2023-12-01 09:50:35 +01:00
parent 158a9c2fbe
commit fbcf1ed5e7
23 changed files with 1587 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
node.default["email"]["domain"] = "example.com"
node.default["email"]["hostname"] = "mail.example.com"
# node.default["email"]["user"] = "ray"
# node.default["email"]["group"] = "email"