From 3f724dbdfda0ac06ac61732cbbfec632a2cc0e61 Mon Sep 17 00:00:00 2001 From: "M.V. Hutz" Date: Mon, 16 Mar 2026 02:00:54 +0000 Subject: [PATCH] fix: runner DNS resolution and stale registration (#7) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary - Fix `etc_hosts` templating — dict key was rendered as literal `{{ server_fqdn.value }}` instead of the actual domain - Clear runner data volume on each deploy to prevent stale registration errors when the token changes - Use instance-level registration token for global runner access ## Test plan - [x] `/etc/hosts` in runner container shows `git.maximhutz.com` mapped to `10.0.1.2` - [x] Runner registers and connects successfully - [ ] Verify runner picks up jobs from any repo 🤖 Generated with [Claude Code](https://claude.com/claude-code) Reviewed-on: https://git.maximhutz.com/web/git/pulls/7 Co-authored-by: M.V. Hutz Co-committed-by: M.V. Hutz --- playbooks/runner.yml | 11 +++- vault.yml | 144 +++++++++++++++++++++---------------------- 2 files changed, 80 insertions(+), 75 deletions(-) diff --git a/playbooks/runner.yml b/playbooks/runner.yml index 64dafa4..8f0e2dd 100644 --- a/playbooks/runner.yml +++ b/playbooks/runner.yml @@ -96,8 +96,14 @@ - ../vault.yml - ../dist/terraform_outputs.yml vars: - gitea_internal_url: "https://{{ server_fqdn.value }}" + gitea_hostname: "{{ server_fqdn.value }}" + gitea_internal_url: "https://{{ gitea_hostname }}" tasks: + - name: Remove stale runner data. + community.docker.docker_volume: + name: runner-data + state: absent + - name: Create runner data volume. community.docker.docker_volume: name: runner-data @@ -118,8 +124,7 @@ state: started recreate: true restart_policy: unless-stopped - etc_hosts: - "{{ server_fqdn.value }}": "10.0.1.2" + etc_hosts: "{{ {gitea_hostname: '10.0.1.2'} }}" volumes: - runner-data:/data - /var/run/docker.sock:/var/run/docker.sock diff --git a/vault.yml b/vault.yml index 6212224..9f6cf09 100644 --- a/vault.yml +++ b/vault.yml @@ -1,73 +1,73 @@ $ANSIBLE_VAULT;1.1;AES256 -30646630636633336635633463343933323930346431663331313133343737326566643031363961 -3963373966333330363032346563306363373132643738330a636261613164336537643463663165 -36363234643564316331363438313032363961353630623033303735353439346331333138633937 -6331613661656534380a326162643030623164616437626635393933353931366130653535353764 -35306463323533376465623734336534326233363737643661633463626532306161353166313833 -61646235666166366330303737613332653466353737626663616531323136353738613537356163 -37646262363264316630666633636365316634643435636132643865393038623039663333316435 -38666166633366643264306563633039643761623237316439333838313836336437386462353630 -36323538613239393938313564643637343930376535363630643635343037383737386630343531 -39626138623930663835366130343537356136333530316566623530623030346664326663343464 -30393031343638613436626265616632323264663435653533376535396266323331626162326131 -37343031373839316135623363386133653231633965653663653366643630366366343431626530 -66316337646665303339323736373834366634376533306334323337356261343038373037623134 -32336266656137623266616564633238303565363933623465386134303537646563613135643836 -62643233646535363237363063326535636232376361366539633136333031663761653535613266 -30353738303661333434653034373961666665343739343264396135633763343637393839353465 -31373666626662616536663963396662303937303034653164306138336431303735383436346166 -32376562613438646166653637663064313435366563313563666564326662663834613435636133 -38396334393836346263663061333537303533633733636639646330393638303237613466643731 -37653065346263643264663230383435323334616432383531333563336235346535356338363632 -32666361396233623539333934616361643937396165636134646666363563363263383262633831 -63383837383039346664663334613832343662633331626463613830383863343332316530656331 -31343331623462323437643834663934386434626436366239323065343638396239383338636136 -61306236623036376664336563626564623132363366646162376464626162633037653466336462 -65636233623032636137316235613062393465646532353232393038316238636366313638343033 -30653263356366636331653964336138613462383339626564636434613832343934343138386536 -38396161666164306430326533323964373664333830386534613461393361346262333337663563 -33663633653032653538663930393938613931316537396466663933323231393037373632663637 -66626562623434393033373335633336316532366661393139356561323831623236353130313039 -39656262366566636136373863613464653661363634303036306462376431323163616535626561 -31663563616233393039326436356434663531346531643236333438346362363531396335313037 -64656432333634643438333236353235616565336662393761303835346538313136333634633939 -33303931616237646534663536353366383239643837653630353966346261303434343932316438 -33373530626562656339663530646632646331646538626435613863613064643633323139316232 -37623263643135383365356531616632393337643237313733383764313763323138643637613863 -61626237303062656166356537353364383865346331393564336530363066646636343236626130 -62393335313239373533373135366534363734623865363266623832626432626231383764643731 -63626333333836373964323334353562353366343265366338383665636133373366616137316431 -30633437363438663539393032396662356339666131656464323433656137396436373636646335 -30366431333932343561393361333032346535666163393563353761653163343631643436343930 -31666366346136616130393161663737666434633439323833326462623638306466396533353338 -32313966363532373933643461653135303339663362303030303065313239353939376661303630 -36666262636464316661323761653766306536663333316363363136326231333530396165363337 -31303864613630386561393837386533383138303763316563363230366630396437343665343138 -36323135386465306239633637626335316666396265393565643434656164393437653862386538 -31316236336130323436653836343232623762326263333234316530313763646633613739333834 -32656261336563383937353035383836373466616161373464356633333131623561386534343933 -65636232353636663131356661666536616438383631313766366263313235646137303131363435 -35396537363036353039646133306365376161326232373736626261383130346666346333313136 -33343762666431373935616361326461656463306661313239353066636635346263616431366538 -66613763633564363162316531633735626463626462353566356239353365663565616437326237 -61653962646532383232376330323662656532623334666233346531353936313236353938633735 -62343663356266353563643632393631366639633730666337616336663730643139323438313565 -30303631333835373061363935313965316663613131386437396633653630613865383062333564 -33343163313164373437633466393733663661646332636264323531386262613166633962303166 -31383139623834633636356137343464363436326631666638323463636531336337316664663131 -37623835356161346339663730623531336662326235633538353966343633393933336362333233 -38363163616666326638393764346665663462386139613635346433396337393962343837353031 -66343762653137363863326465613939646437616662386261626464663432626235613336323130 -33653238323662366335383362613130353238653964623861633630623061396338393838666362 -65623236366238373265363834643461633861303132333133663337333831333264613066393335 -33393362313465343364663234646561626166376262366332333439623134333266366331386666 -32353834313733646633663135633132623962643266346233353137353837396334393265373535 -64663036386331636134376362646361666532346637663131326539623364623632353165313266 -36326439663935643438356130366436633639636436363766376138343138353061663730663466 -62623463326664383961643965636133346538623332366138653262356439356462633435386238 -33316262353633353762326332313934356565623664396163306432383833356661643030376234 -63656361633939373565313932653963373038376166633636656638353961633664613338303237 -65303731393262613963623964386333396631626239316231313162323938316464343266653362 -32316636373265346339343938663137623664373432366364343133636430333736383932616562 -61663239383662646430303532623663303965353366303139646338643434666464626434663035 -30636162613464653332 +36373931636663343530353166333335643861323434386663396635666136303835626331663961 +6436346166613730373031323865626533353832613763360a623034643534613537636563363638 +62316334363666313064663738363063646236623731386638336564356262616430306131346663 +3637623939396636610a626663623963383637373932623662316137303663626562393561373337 +36653835633834643866653930363663666266666639646462653239316163346265323864646436 +63316463613530353332313133363032323665646639633538343361383335633065653261353836 +36356233326531363432616161393530383935336263346230346239623335343738616535313666 +32343965653464323663303130376336363461356331356661376335343561613933626330636265 +37333835396662643832393238633734646637383033326363303131623262646431326365623538 +62663561386361643462306333333563353766396237306464323566646261326565336262656364 +62616438363366393738636236646238323438636636393465353631326333363030306637373864 +35366135313766303234363339376563323836333933626333616364313438353331613738363235 +34383732303364613461353630346233386465613463616437366563303235356437616538626533 +36353730316430653365386366366532653462643966353436363435343937663538336337613033 +33386235323666363866643736653531653065663736653938353434316335306664353666343238 +35363463383737316161653931383062623765626630613164306237643539623062663062363338 +62653164303162343666326430393365333535646362623034373330353362393934383161376434 +61303064326431343764306238393462326532373531313539323239373462356636643936326235 +37616537343134363265663266353230396338383061613737353966633065373666313364633862 +37666435653463356136343066363966326236653631393635336236383964646162636633653638 +32353530313339633663663539333838633465393261626133353434636163306337306165303232 +36313462343032643562346665333730353837623737333036396332313033633963373838323862 +64613034653733343961333237663065303566323934343030643966393136373639303963363961 +31316638346664633933666566626163643962346332366532623162316236636135303239383730 +39346635383561313836373364653963356266376665383461356438373930376330396536363564 +38343837663939323533306364393331386463393738386564366461366265313932336139336561 +65646530356464623335633265366639653166663030363162613633323735346461343761623561 +61663735373133326262383631373565646638663737636264656235393362336535366337666261 +31336332623630326439623338386464393039313438383830356239346165366161313830653834 +64323261373661333532613737616463303435643232343432646433376234376437353933376161 +65396162663935383632343662306135333730303036336632306362313562376466316635393835 +38343632626362323033643636343433336364353537643934396533623666643963386264663161 +66646531616237336434393131646437316535383363666432323034646437633339323266323463 +39373936656635653037326136383063316363343134663536383739346564356132613631313834 +30343437393031623962383535393536616337333163623062663638346631303963656431353433 +31393866376339643163343663393165623137383964393337666263356137346264306264366566 +65646365653865613361373262623061636637303061343932386533333032333633666631313766 +62306362653636343566393666323362643533633661386439343465613830623237303964316635 +31363361323137646266383764346165383733316163333664323566616634663762663732623664 +37393963636138653837303262373864623366363065663034376436323762393030316132366434 +33326638353164653335663137353738393565303362383232343366363637396633393464643364 +37383938636562623533366564396237623638376566383161643165616236316234393335373237 +64663561313039636665343539366234626234643465643065363531353531663063313537303531 +38373861656436366161393331313666616562633439653662623033643931376430343130366165 +64346635633964353462383234396637353335636664303766393263633466343032366335646438 +35613764336433316133326235366432636437356132326461656234616632616365643634353162 +61663237376338326166616636386233363234663363303431313937343166356433383134643936 +61663237353665306439613930633561393131333062363835646535396434346234303231346636 +64346538613632373436613361396366653639366232303139623939323865303263393239333966 +34326532613232623363663766396231313564306664653962313737313435643838353264626235 +31353135653435623936636538326231386665626534343639343337663363636264663535323334 +30353631376137363238353037653432363539323562343266363939656663613363643033616533 +31356265636135396563646538316562646335633939306638663532616637303532386462346638 +31636462323836393934323038393164643065313164306266616132323662343962633835623463 +62633463663734346632326532316265303136626630346637663339633132636335386365633832 +66303935633136366231626434666266386236313466663761623261623161663465306463313161 +65373461373431386138616263643739663062313862646363353431333065376366646566393638 +37353061356636353032383039343366333232663633373736306537366135363239343334623565 +61653733643839316364356636663330396535623535616237663037363532336137653433616364 +39663439613032623961633232393462306234323636343931613362363966383963633737323730 +30613938373964366162633665616335303530653766643761313366613730353666663763653339 +39663262376566383266353832306539366533376332386334663839623035346162653233633162 +38653538303265336637313337356165363232336161663530636563623136316266646236646134 +62343265306234393030313934326232333065646662623037393032333038623335613930353163 +66303961343234336166386361366438323866333963623232346365336261343739323537626232 +62346635303633366630323762623136333265353635633061326639653931623462343863643536 +30313938653664653831323432383330323065353461393130313030363563666235633034636563 +33303933646261316535373164393733333035396461383364336261653130336434393762356434 +65623739653730343565646331333631393536343935613430633530643136326635393037383565 +30336338616133626230663464313131613135303031356533623864383433643133383933643563 +63333737313266613934393431383363316532323233643735616634383837306533373830626637 +64333131393131313437