diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-01-15 20:35:40 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-01-15 20:35:40 -0400 |
| commit | dd392eaab24fa627a4f1ab2cd6c13913fbd102fc (patch) | |
| tree | 7431544babe7373a26d0bc37a3462276895b1b91 | |
| parent | c7609c824ba1ce7cdcdf9c646b721db80333f04b (diff) | |
ascii art update
| -rw-r--r-- | config-joey.hs | 40 |
1 files changed, 22 insertions, 18 deletions
diff --git a/config-joey.hs b/config-joey.hs index 21fcc039..1d733118 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -327,13 +327,14 @@ elephant = standardSystem "elephant.kitenet.net" Unstable "amd64" & Ssh.listenPort 80 - --' __|II| ,. - ---- __|II|II|__ ( \_,/\ - ------'\o/-'-.-'-.-'-.- __|II|II|II|II|___/ __/ -'-.-'-.-'-.-'-.-'- - ----------------------- | [Docker] / ---------------------- - ----------------------- : / ----------------------- - ------------------------ \____, o ,' ------------------------ - ------------------------- '--,___________,' ------------------------- + --' __|II| ,. + ---- __|II|II|__ ( \_,/\ +--'-------'\o/-'-.-'-.-'-.- __|II|II|II|II|___/ __/ -'-.-'-.-'-.-'-.-'-.-'- +-------------------------- | [Docker] / -------------------------- +-------------------------- : / --------------------------- +--------------------------- \____, o ,' ---------------------------- +---------------------------- '--,___________,' ----------------------------- + -- Simple web server, publishing the outside host's /var/www webserver :: Docker.Container webserver = standardStableContainer "webserver" @@ -462,17 +463,6 @@ myDnsPrimary dnssec domain extras = (if dnssec then Dns.signedPrimary (Weekly No ] ++ extras - -- o - -- ___ o o - {-----\ / o \ ___o o - { \ __ \ / _ (X___>-- __o - _____________________{ ______\___ \__/ | \__/ \____ |X__> - < \___//|\\___/\ \____________ _ - \ ___/ | \___ # # \ (-) - \ O O O # | \ # >=) - \______________________________# # / #__________________/ (-} - - monsters :: [Host] -- Systems I don't manage with propellor, monsters = -- but do want to track their public keys etc. [ host "usw-s002.rsync.net" @@ -508,3 +498,17 @@ monsters = -- but do want to track their public keys etc. & ipv4 "76.7.162.101" & ipv4 "76.7.162.186" ] + + + + -- o + -- ___ o o + {-----\ / o \ ___o o + { \ __ \ / _ (X___>-- __o + _____________________{ ______\___ \__/ | \__/ \____ |X__> + < \___//|\\___/\ \____________ _ + \ ___/ | \___ # # \ (-) + \ O O O # | \ # >=) + \______________________________# # / #__________________/ (-} + + |
