ascii art update
This commit is contained in:
parent
c7609c824b
commit
dd392eaab2
|
@ -329,11 +329,12 @@ elephant = standardSystem "elephant.kitenet.net" Unstable "amd64"
|
||||||
|
|
||||||
--' __|II| ,.
|
--' __|II| ,.
|
||||||
---- __|II|II|__ ( \_,/\
|
---- __|II|II|__ ( \_,/\
|
||||||
------'\o/-'-.-'-.-'-.- __|II|II|II|II|___/ __/ -'-.-'-.-'-.-'-.-'-
|
--'-------'\o/-'-.-'-.-'-.- __|II|II|II|II|___/ __/ -'-.-'-.-'-.-'-.-'-.-'-
|
||||||
----------------------- | [Docker] / ----------------------
|
-------------------------- | [Docker] / --------------------------
|
||||||
----------------------- : / -----------------------
|
-------------------------- : / ---------------------------
|
||||||
------------------------ \____, o ,' ------------------------
|
--------------------------- \____, o ,' ----------------------------
|
||||||
------------------------- '--,___________,' -------------------------
|
---------------------------- '--,___________,' -----------------------------
|
||||||
|
|
||||||
-- Simple web server, publishing the outside host's /var/www
|
-- Simple web server, publishing the outside host's /var/www
|
||||||
webserver :: Docker.Container
|
webserver :: Docker.Container
|
||||||
webserver = standardStableContainer "webserver"
|
webserver = standardStableContainer "webserver"
|
||||||
|
@ -462,17 +463,6 @@ myDnsPrimary dnssec domain extras = (if dnssec then Dns.signedPrimary (Weekly No
|
||||||
] ++ extras
|
] ++ extras
|
||||||
|
|
||||||
|
|
||||||
-- o
|
|
||||||
-- ___ o o
|
|
||||||
{-----\ / o \ ___o o
|
|
||||||
{ \ __ \ / _ (X___>-- __o
|
|
||||||
_____________________{ ______\___ \__/ | \__/ \____ |X__>
|
|
||||||
< \___//|\\___/\ \____________ _
|
|
||||||
\ ___/ | \___ # # \ (-)
|
|
||||||
\ O O O # | \ # >=)
|
|
||||||
\______________________________# # / #__________________/ (-}
|
|
||||||
|
|
||||||
|
|
||||||
monsters :: [Host] -- Systems I don't manage with propellor,
|
monsters :: [Host] -- Systems I don't manage with propellor,
|
||||||
monsters = -- but do want to track their public keys etc.
|
monsters = -- but do want to track their public keys etc.
|
||||||
[ host "usw-s002.rsync.net"
|
[ 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.101"
|
||||||
& ipv4 "76.7.162.186"
|
& ipv4 "76.7.162.186"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
-- o
|
||||||
|
-- ___ o o
|
||||||
|
{-----\ / o \ ___o o
|
||||||
|
{ \ __ \ / _ (X___>-- __o
|
||||||
|
_____________________{ ______\___ \__/ | \__/ \____ |X__>
|
||||||
|
< \___//|\\___/\ \____________ _
|
||||||
|
\ ___/ | \___ # # \ (-)
|
||||||
|
\ O O O # | \ # >=)
|
||||||
|
\______________________________# # / #__________________/ (-}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue