personal_infra/ansible/group_vars/all/vault.yml
counterweight fa9f7d10cd
gatus: deploy on prd-monitoring, behind Caddy basic auth
First step of replacing Uptime Kuma and ntfy. Gatus runs on the new
observability VPS, fronted by Caddy at status.contrapeso.xyz.

Deployed as the upstream container image, not built from source. The role did
build from source first - their Dockerfile is a bare `CGO_ENABLED=0 go build`,
the Vue dashboard is compiled in via `//go:embed static` in web/static.go, and
CGO can stay off because the sqlite driver is pure-Go modernc.org/sqlite - but
that produces a binary upstream never ran, and it meant compiling the AWS SDK
and gRPC on the smallest box in the estate. That load was heavy enough that
unrelated Ansible tasks timed out while it ran. The cost of the container is a
daemon on the machine whose job is to notice when everything else breaks; that
trade is made deliberately and is written down in the role README.

Pinned by DIGEST, not tag. A tag is mutable - v5.36.0 can be repushed - so
pinning it alone is a weaker promise than it looks:

    gatus_image: "ghcr.io/twin/gatus@sha256:c5f210d0..."

`docker compose pull` now either fetches exactly the reviewed image or fails.
gatus_version is kept beside it only so a human can read the release; the two
move together.

The image is FROM scratch, so it has no /etc/passwd and its default user is
root. The container runs as 10001:10001 with the host data dir owned to match,
plus read_only, cap_drop ALL, and no-new-privileges. NET_RAW is added back only
when gatus_allow_icmp, so the capability for icmp:// checks is a visible grant
rather than something inherited from running as root.

Config is a DIRECTORY, not a file. Gatus merges every *.yaml under
GATUS_CONFIG_PATH - maps deep-merge, lists append - so the role owns
00-base.yaml (web, storage, ui, alerting, security) and each service will drop
its own file into endpoints/, the same shape as caddy_site. A primitive defined
twice is ambiguous and upstream refuses it, so anything that is not a list lives
in the base file and nowhere else.

Two bugs the deploy caught:

  * Gatus panics on a config with no endpoints ("configuration should contain at
    least one endpoint or suite"), so "install now, add endpoints later" is not
    a valid state. The role ships endpoints/00-self.yaml checking its own
    /health. Less circular than it looks: it proves the directory merged, the
    listener serves, and storage accepted a write.

  * web.address was carried over from the systemd design as 127.0.0.1. Inside a
    container that is the CONTAINER's loopback, which docker-proxy cannot reach
    - gatus came up healthy, self-check passing, while every connection to the
    published port was refused. It now always binds 0.0.0.0 inside the
    container; the isolation comes from publishing to 127.0.0.1 on the host.

Auth is done at the edge, NOT with Gatus's own security.basic. Reading
api/api.go, that middleware protects exactly four routes - the statuses
endpoints. Everything else is registered on the unprotected router, including
/api/v1/config, every badge, and /api/v1/endpoints/:key/uptimes/:duration and
.../response-times/:duration/history, which return real data to anyone who can
guess a key ("<group>_<name>"). Verified against the live instance: all seven
routes returned 200 unauthenticated, and /uptimes/24h returned "1.000000".

So the vhost uses caddy_site_body with a path carve-out rather than
caddy_site_basic_auth, which has no way to exempt a path. The external-endpoint
push API must NOT sit behind basic auth: it authenticates with
`Authorization: Bearer <token>`, and basic auth wants the same header. It is not
unauthenticated - the handler 401s on a missing prefix, an empty token, or a
token that does not match that endpoint's own.

Verified end to end. All seven previously-open routes now 401. The push path
distinguishes cleanly: POST with no auth gets Gatus's own "invalid Authorization
header" with NO WWW-Authenticate; POST with a bogus Bearer gets 404 (key looked
up, no external endpoints yet); GET on the same path gets Caddy's 401 with
WWW-Authenticate: Basic, so the exemption is scoped to POST alone. The
self-check still passes because it polls localhost inside the container and
never traverses Caddy.

The host itself was rebuilt from scratch: 01 (ok=9 changed=8), 02 (ok=12
changed=6), 910_docker (--limit, since that playbook still wrongly claims all of
`managed` needs Docker), caddy (ok=13 changed=8), gatus (ok=18 changed=2).

Not done here: gatus_alerting is still {} - valid, and every condition is
evaluated and recorded, there is just nowhere to shout until a provider is
chosen to replace ntfy.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-13 22:29:03 +02:00

201 lines
16 KiB
YAML

$ANSIBLE_VAULT;1.1;AES256
39383462626535653332386339666338643666353535313064613633353230366534396665376235
3061353662623030623038663063646661616537306531340a346430623235633264346163396661
61333533646538373838383231353338313262656466613664393132356536396134306265633036
3861643930326163610a303834613330326536616432646463323731666536383563306162616130
61613665313665643265393938383664353538653937616230316136643765653632313932643235
38346639646630396566656165376639383034323439386563376563666662363866303639343230
37313938613261313962303666666431383864383963333833316531333065323630306165623562
34303736646663373230303733356536656634656330316362303066303939376230393330376338
30653666376330303234376132343731376464383061306139643237393463613565613561363335
63336366613736616336643937326663383161376534626432646437633136646339313566626335
32303638616466376535373331363564386534396164323538363664623965626635653438613436
34313466363939343934636635363762626662636462356332646232633539323034646338643139
34626462303937633032396334643232336363663732636132316136666232623865663434336433
32363164626635356366323331366634613532666530643233643531613264393639333065396139
39306132383462633138626231383463623335363130303565336662343933643235303331333335
30373665303665393532613333383539323332363636366363616236343533373663333864653961
63613465656465653763313635343263636430653964626662666434666634313664363930656165
35313265643031653861653237643763663332383266646463633732616666346638333937613339
61653265663765343764303439663230326234363961303835353535346332666561643266386632
33633437336639663063373737356536326332336631303834363838346634646535366331616661
38633235336361633132306330393131643530626661663733366132633939633637656231623438
36646332363065643930343831316238333566323234643435346530323038626562666165373934
35376136343566656436343438336363363364303965363533393330393430316566313033313737
33303536323235346437316636643566306465393031353439666564313165663230643732323563
38386265633938316462343636636666343638356338393061323134303837393231653435653833
32616433343465623536653165623435383933656534366664343461363662313736623061616163
65343664643736316337356134336236663434353635633032626664633333356661646433353566
39643664366132623363336339313739346634616439396535346533396438646433323538653933
36373639646566353931643630656432316166306531363562343666353633633063346263626532
65343437656564633466306166366535623265363566323461626237333862623465653163643463
38316338353233653131373336306537386638616462366463306464616566623932323633316631
32386231313430343765306130616361343537393333616466663763633736303131356261626137
38396634613734356465313865326361343432633066393861383363343262306662316662363330
61393035666437366635396361313831626138396337616630346339643133366363616264393635
63336339333862353838383437346165326238313632323862616161303330376464306265306661
34623530656331623863376661373032333462616462646630303630626631623830343637386133
61383236636534643932393262316330326161323435316162666566663235336639373431386463
65363336313439323064333633353236313537613132396632343665616636396632363362366132
62386538336162333062306136383737323336646163393161316164363561306461373731653334
64313765313330653762336633396262626361353730353737646534383262663330363335633539
33646534643231663464376638373934613432623639643061613262383635323133326564346263
38303863333638353864636436623938326538323765623165633465353433663638363736316432
66626264646335376432376561336261336633643039663533343562393736303164643833346566
36656361356130303931666539363231633232393731653262666162396163376230643635636163
35376163653036383364393638343663383937353239663030396663303431356632346339313931
34326638333766353763623433393938663732373538323735323166613439663132653961366132
63333465653035336238633665393134633436386263383862386166633436633834393034623231
31613362346239313639346262633566373662623261343939313434616336663337306632656434
37373331333163343035353731363462613436613833386561366430343336386261373835663237
35643032323065313835353637666663323337626330353138386661383039383162336437343764
31643037386465623138393236613166366335636633383762623762336535323936363134396436
66323339383833613363653331643032616438383238643666653938613964393464613434623138
32343835653332386135653762326238313833653264396266383830633536396131373839343332
62316132326361646633653732663063366663646366366633353133663963356637663137663263
62636261336463626439616334633464373566373864393965623166633733643730393664393131
38636333326465386132636139356339613730366539323762653564616639656630623435656262
39333331353933396534323562333665373233616135386336353334383436356630373931653237
66656461353239346435643034643166363765623631373736656233373965373264636566313139
63613839636565613663623831636465616335633636613437363066353961396631306332636537
38393230616132316266613331643534363764666637663532353539333661636331623364623433
31363433326536646439336131633961303737633364623961306466643836653133363235326439
37616461346433623130616432353035653464366136353062633732313362643033323830626163
64343866386162313133393637343365336363386563653436336438653836643831333064613461
32646133636130303166333466363139386330653030326230626136643830666436653036323061
61306530323666616332373635633132346635376237393237636638346433393131323533643761
32613230663161643238623865613333323263303831366237386331353935636532343264653134
61636136636538666461373537376539343136363466343766613961386231313336633438373965
35666130373163373236396638303738306538653238343838386130663865366137613730616161
31313330343262393632316635326134646662323535366338656434363162363461646362663761
63653266653835333762353433633562346164623661653762666135363435376665663437333363
63646663343030373566383665383864383463366363353630366138366433363362346634383633
39396235303830626138363539333138363230313463303062383562633234616230333365333831
66323632656336303231653138636164396532616265346261663839346235643439616466643438
61653837336532316230313664623233353634643037653138313936653261363537656365323961
66323563376363396336623164643866373833643138646361383132363537323862336262633766
35643235613033333530346432376639353266346433386439323830363237666464306535386463
36303032346234336335613764383165326536643439656563326465366136653964623066343036
39333439343932346162373030343332373135343064346336353431303330666561623963366465
38336162303337303235636131656564666536336139393537323831633739643531333838653432
31633535386230306335616564653832656361643339386638623937326635643465643564623833
34376633643830316635646131373039653932626231646536386165623435353861353639343734
65393234646662363435636536346265336337616235376466613865383965316234383434303930
31363932633765653335393262316363356265643533663762356235386437643238316334356131
62333836666430616632613962373635633333333135656338323636346432636131613165663830
34616338386232633066323131663464393963386538393632626265623133363637393537626535
33303232643465353365626364306663363233333965643464393734626634353065663637363164
66396261643531386463363931343531663733316336313537316538326436386662616338613765
36363037323436353035353638613931373364393961336637636438306263376565346234366539
62353530313335303734643731393636303532343362626361366162663362356463376636646661
31633161633134626164363430306234366130396235613238646661393034656638313333343766
39383266623234653338396637336435666134653164383463373734616364323731616462376634
62643039623931393736383261393131333261623130333363636462343830626435623336666161
38663936303531353932316430626261316437333536313230353431393262616463653430643136
32626539316330323664643533653661323038313063623262346264393333343030656365653566
38303835363837383539333265613865663930633535373230653763323437363535656265363633
64653230646363373032653032336163353033336539303964663830323935393732393538373835
34323938616333346139316361376463383531393134316262376332636637353834623937333264
32633135386232656662383838623238323336633638636631386361306238333035636232376432
39383634396635343032313164636132363331373830656632626461643464343631363838323233
61653530616666313635383364633738346134356533336431313935353364376537666635633936
64303764386538363438393430653236653862653165303631383434613037303639626461623066
63383966343437646433656531333761393430636236326362656137663861663938323333313238
34323433653363353565396636623030323633303536303366323030386566313661373063353435
36346232353838663962353436316133643331383065346536663961373665343338373761653439
63353463326130356565626164613836393931383236363638643565386230386363363236366536
35653366393139616362633737616165663438653738636337313861313035353430393962373264
64303138373339616436623664663638623666336637653662313131646630376134323437616166
36366330303836396133393764653462316532313434633738316335626430653133633162623734
31633465623766343566393431306535633033363937376638643865306239316565366162613366
36323439663836373630643138303235313636663431663738653436646134636230393535623236
30393036336137346630623035626239313661376539333237313261323438386632303939336566
31346433623235326630613165323762363835343939623666613638616164626236646433373864
39623866373238356138336266313135393063373733373332303338343965303538316431663462
65613766623538633138616632366436316230646162323432313434393938356635663836633036
62356631626138343436393238306539663532353431366162336130626334633230653638323134
62313830343730653230346233626633386433313131663233303435373561343036393838633830
61346135313130323464643531646139393633386461666630613637363833393466353737306530
33653331346464613431643735396661346431653933346563643531626638653932316238356632
30343864353431393231386639343237373130376639343236613337643739316132333133373962
34393962393065363133353338613739613332653365316335306663643331383138323537613866
35336339613138323031366436616139306339346363663662316265306161343935376539376166
31316264353636343463636230646431333164626135663833316661363261663332366335326130
36393438626531663538313931623132303332366538396666303939663061353865633936343162
61303533383439626636646230623931383636633136336636643436646662396630303637333535
63623661376130303134633761393835643266326133616236363464326238376466326266633763
62656637663265363338636137346138616431616139653266386432373461316634326339333932
31373562366132326635366164353637626334353464323764636463316665373936643030333539
35646634643339653564303835333163383936386335353139636563363939323632343562633662
65663033623232393430396139626135326236663463333639353338633736356430323036356537
35326538616664386233333264313637626436613033643936343063383261653333353339306538
38313631663263303230363830623235343732626638373535316537343938633632633534386365
36623336343866383132373162626565313665393964663562653463396130623238643631363838
38313363666635653134353663653461343135313138636434376362303639356362613639346238
39343432613164643265333231366139326462313363633234313832386132323239323166613931
37666135313036313236643261333739306362626236613435343766303162373464306531326333
66363664306535666235636234346164373064373863646562353331346536613764646633333861
65323361666430336462656238633735366661666662643632646562366535346432346233663330
30336261636239613932303032653962376231333536633830646364663135626561336339393364
30633532616163616363623835306335313163636337353263333836326261643334636666333836
66653731316639376162386363303766323734653938373866306264376462643038386436323438
62396136353961613633316661666136323037613863383338613633386536336330333363626237
66376266623963353439613433633037623135333062636436656663633034343437346262333534
65333331633037396239653838383462386136623764343436623737643564663261313834333133
38343934636164323135653435653835333331623864383133313965373065643439623361613631
62393036356164313665326537626363633839313935663636613434363934616135323036346131
32363033323862613562353364373035653631366431303865646134316438366266643965623536
37633835386439343932663861666230653463336332343864363035346135643535343535366135
61653262363937373036616661333639383362383337316561303163643639306466353334353866
38653862633732333962616135383234336233383434643264396461646264363134353531356537
31643030386437303563313033373366366565633435616435643164626334643364613535363232
64623835393434316131303237393038323930633861396431643833346636353534663362336264
35326337303036303737336333636432353033366461653435626464646434646461303337643437
34666635626335333133326663353234393637386330393964633836666364336164633030643534
33346335643962323866306634383335613463633136636362396464383135666162333866333037
34383461306332306132303063346634643838363835393564646537663236343432313766336265
30336537313735386261376365623461303337303430613461373866366665623332343633643439
62663366323165383463333864653132363632636134333932393333366466356536336666393330
37346361393831363633623735363032646464303765353935643265373463323366353461316535
33366265333863613531653663326162383431353932366231396332306234363963653566656130
32313831653634353865313561363966653633313535363464326664396432623561653738313561
62626239383562626139623865353039643365613565386337313666386364656537373165663833
36353264613462393365396562636138663535613433653461303935646438653039653736616564
66643737643437313366333830303839333965626164646637326331626265323035626464326462
61343861316532666461336533656430633261393732323232313864623832323662613334386334
65653837366532613538373138303633346566663330613965633963653864666330346532313038
37616163626235303364303534383930376262643539633630336162383864386437633162323332
37393236346334646139373130653438393663393335336331316336386236303535366237616330
61346663323234626637343532666135633133343234393064323033623832613264623337356139
39373530366564333437383266333636666363393461303034346566626562393065633732643564
61393936316330313137386338323461353339323331383533376362323833666635383836333736
65383738373537633164626237626364623866663031313864633032353137353331393765393339
62653337623538623664326563316266613263376536653138656632303939626133653964616537
39613763383938633163323234356139313261613332373861393462323930353066333134306532
36303061363763316632616134353633323739633665313962623364356562366535326339646635
62333838373833333133653338366638386566366337303232353537303961373030303464613964
39626538353033383430333132306637363633353135333232613462656634626438646139653266
61636365623634396438633731616665623333353735663036303664333461636536313733363232
61656333613736363039613865383566343336346466366165323737336233303239333163326437
66373231323333316630653039343731323332656131633131663635636433313732663935303232
64346664353836383864333163353834313732376638303036323235303034373666653666383264
35316537646237373535366262656532623331393566316235396631353030663961323238376236
64303766636134626236646530616331323334613233633932653861333961346138646266363864
36616563313131633931376230613861623331373839353733353730363234343339303037653663
63646561346466386131626361326533363739383832383437393033376261323363643966396662
63323234343931326663636662363837313665383962373965623335346330623735346665306364
64333239303031666262316239613033303837386164333034616461316237376431643862366231
63613935653533373530346131346265363565343166656563303164663132346430616234346235
38343363633063326233306261643466383262346661363933316238303836373831623438653238
39646438306639383561646666646137356561633131363563663066613263333234636466366636
63323065346430353834636332383536643061356464333863356666333264356633306131303464
34343230396339646466663963613333356235316638636463643333346262613637633936623839
30666430353261363432653162353166326263396333653633663764376535643331336661626666
64653433666638313838353766376663633564326633376461336234366534656531656638323164
33636130333032393030633131646532323766383062646431646461353035636338363865366564
32373664636362613539356665316461326638363631316664626435333238653135376134303035
32396631666466363338626131393562316638393531633438613133623734323461326232383665
65356538616538363065326264306236613330303439636232316339363333306238393766363361
39396634366333636637643136653164623165613733373039366335323061636332363636336330
61306237646637613961326564626334316334623835616365623132303039373930316137653433
38306134383738346662