X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-ansible/blobdiff_plain/aa2cd9398e385b5006853cd982c34e7dd6c7ec75..dc2a2cfa3141927976f8ffa0ef5a17058d9e5dcd:/hosts/hosts.lisp diff --git a/hosts/hosts.lisp b/hosts/hosts.lisp index 2d3724e..79676b6 100644 --- a/hosts/hosts.lisp +++ b/hosts/hosts.lisp @@ -24,11 +24,15 @@ (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 @@ -48,11 +53,18 @@ (defhost gibson :os :debian :location house + :mail-daemon :heavy :client t) (defhost crybaby :os :debian :location :mobile + :mail-daemon :heavy + :client t) + +(defhost haze + :os :sailfish + :location :mobile :client t) ;;;-------------------------------------------------------------------------- @@ -74,16 +86,21 @@ (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 --------------------------------------------------