diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-03-30 19:25:45 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-03-30 19:25:45 -0400 |
| commit | 141de1c921be977d1be55502f91d05bffa8bc303 (patch) | |
| tree | 923544215efab73b6d73498cae66fea907bd3452 | |
| parent | cff6270ed63ebd0885d7fbbdc56bc7c790b3734f (diff) | |
| parent | 5f47b89f946adb0cf35e66b3fe753d455c466f73 (diff) | |
Merge branch 'joeyconfig'
| -rw-r--r-- | config-joey.hs | 13 |
1 files changed, 13 insertions, 0 deletions
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|__ ( \_,/\ |
