From 51ab6975c5b7d517017b90d5c1f6885a547966fd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 26 Mar 2015 14:51:18 -0400 Subject: propellor spin --- config-joey.hs | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'config-joey.hs') diff --git a/config-joey.hs b/config-joey.hs index d51b7c91..36378366 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -45,6 +45,7 @@ hosts = -- (o) ` , kite , elephant , beaver + , iabak ] ++ monsters testvm :: Host @@ -301,6 +302,18 @@ beaver = host "beaver.kitenet.net" & Cron.niceJob "system disk backed up" Cron.Weekly "root" "/" "rsync -a -x / /home/joey/lib/backup/beaver.kitenet.net/" +iabak :: Host +iabak = host "ia-bak.joeyh.name" + & ipv4 "124.6.40.227" + & Apt.installed ["git"] + & Apt.installed ["etckeeper"] + & Apt.installed ["ssh"] + & Apt.installed ["vim", "screen", "less"] + & User.hasSomePassword "root" + & User.accountFor "joey" + & User.hasSomePassword "joey" + & Sudo.enabledFor "joey" + & GitHome.installedFor "joey" --' __|II| ,. ---- __|II|II|__ ( \_,/\ -- cgit v1.2.3