Install Debian packages and mail configuration.
[distorted-ansible] / hosts / hosts.lisp
index b39cf12..79676b6 100644 (file)
 (defhost jem
   :vm-host ibanez
   :os :debian
+  :mail-mode :usersat
+  :mail-daemon :heavy
+  :print-client t
   :server #(:multihome :login :rsync :http :nfs :mail))
 
 (defhost artist
   :vm-host ibanez
   :os :debian
+  :mail-mode :usersat
   :server #(:router :login :http :rsync :mail))
 
 ;; Other servers.
@@ -36,7 +40,8 @@
 (defhost vampire
   :os :debian
   :location house
-  :server #(:router :ntp :vpn :nfs))
+  :mail-mode :usersat
+  :server #(:router :ntp :vpn :nfs :print))
 
 (defhost groove
   :os :debian
 (defhost gibson
   :os :debian
   :location house
+  :mail-daemon :heavy
   :client t)
 
 (defhost crybaby
   :os :debian
   :location :mobile
+  :mail-daemon :heavy
   :client t)
 
 (defhost haze
 (defhost telecaster
   :vm-host fender
   :os :debian
-  :server #(:multihome :dns :ftp :http :rsync :munin :nfs))
+  :mail-mode :srv
+  :mail-daemon :heavy
+  :server #(:multihome :dns :ftp :http :rsync :munin :nfs :mail))
 
 (defhost stratocaster
   :vm-host fender
   :os :debian
-  :server #(:multihome :login :rsync :http :nfs :mail-hub))
+  :mail-mode :hub
+  :mail-daemon :heavy
+  :server #(:multihome :login :rsync :http :nfs :mail))
 
 (defhost jazz
   :vm-host fender
   :os :debian
+  :mail-mode :usersat
   :server #(:multihome :login :http :mail :vpn))
 
 ;;;----- That's all, folks --------------------------------------------------