diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..0f17164 --- /dev/null +++ b/README.MD @@ -0,0 +1,7 @@ +# Welcome to my homelab repository! + +The goal of this project is to share the things i set up in my own homelab. I created this as a way to inspire others to create their own homelabs! + +## Why do some files look wierd? + +I have used ansible-vault to protect some parts of my setup, as i don't want all of it documented on the worldwide web :) diff --git a/ansible/bootstrap.yml b/ansible/bootstrap.yml new file mode 100644 index 0000000..1ea543d --- /dev/null +++ b/ansible/bootstrap.yml @@ -0,0 +1,6 @@ +--- +- name: Bootstrap playbook + hosts: + - havneboks + roles: + - uptime_kuma diff --git a/ansible/bootstrap_tailscale.yml b/ansible/bootstrap_tailscale.yml new file mode 100644 index 0000000..872fd65 --- /dev/null +++ b/ansible/bootstrap_tailscale.yml @@ -0,0 +1,9 @@ +--- +- name: Bootstrap tailscale on host + vars: + headscale_domain: "https://headscale.polsevev.dev" + username: havneboks + hosts: + - action_runner + roles: + - tailscale diff --git a/ansible/homelab.ini b/ansible/homelab.ini index bd65dfb..a54a9cf 100644 --- a/ansible/homelab.ini +++ b/ansible/homelab.ini @@ -48,13 +48,16 @@ poseidon [brevgress] 192.168.1.70 +[havneboks] +192.168.1.51 + [vms] [vms:children] -nginx_public grafana action_runner brevgress +havneboks [vps] diff --git a/ansible/roles/common/tasks/main.yml b/ansible/roles/common/tasks/main.yml index 94b9c7c..e483b45 100644 --- a/ansible/roles/common/tasks/main.yml +++ b/ansible/roles/common/tasks/main.yml @@ -4,6 +4,8 @@ pkg: - acl - prometheus-node-exporter - - tailscale + - btop + - ca-certificates + - curl update_cache: true become: true diff --git a/ansible/roles/docker/tasks/main.yml b/ansible/roles/docker/tasks/main.yml new file mode 100644 index 0000000..9a9179e --- /dev/null +++ b/ansible/roles/docker/tasks/main.yml @@ -0,0 +1,26 @@ +--- +- name: Add Docker GPG apt Key + ansible.builtin.apt_key: + url: https://download.docker.com/linux/ubuntu/gpg + state: present + become: true + +- name: Add docker repo + ansible.builtin.apt_repository: + repo: deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ ansible_distribution_release }} stable + state: present + become: true + +- name: Install docker on vms + ansible.builtin.apt: + pkg: + - docker-ce + update_cache: true + become: true + +- name: Add user to Docker group + ansible.builtin.user: + name: "{{ ansible_user }}" + groups: docker + append: true + become: true diff --git a/ansible/roles/grafana/files/prometheus.yml b/ansible/roles/grafana/files/prometheus.yml index 032edd6..11d82f4 100644 --- a/ansible/roles/grafana/files/prometheus.yml +++ b/ansible/roles/grafana/files/prometheus.yml @@ -1,201 +1,212 @@ $ANSIBLE_VAULT;1.1;AES256 -30626130366130656265346264386562346137316363303564346239626463623535613638303632 -3034616535636264393338616238323932373030666430360a623432393634326439306331346365 -62306439353964666566373933303235663139643732633166303738353462653232323933353838 -6536373738613463370a383733643533306531383465383162313531656633666262323930313064 -34303965353536376132393339626630656137386632373063336334396466343038326166626136 -66336665333165323937666137626334356461303964636231313934316364623536653962346339 -30343237353039336163643630313739313731396634636562303839336464636466663535383230 -36643838313936303831356663313136343565636637616631663063613038333338393537663061 -62396238656261363234643265653731626438393963353733646539646437353262343730623431 -33313637333863306435346462376436623466316366643832306165643434613832336366363263 -37663563343830623639393962366139656638633031663330666535393765643136653430613335 -34303065373639356236633731366633313539376362663361346330663435363166323236336631 -35386662306539303766643234306365383434383230663961306336343366353435613533353635 -33666632346537626161656336663235633232626633313631323636653065666664323436613464 -39663264306330386634626338323764663634636535373135316432356363633961636633326335 -65313062356633366462663735373334663735623263393663323664346339653661333664363266 -62313131623134613363336639653439636136636634333432656531613339303536303766306634 -63633265626230323437666638633766663364343731643533343135336363633561613535636265 -38316432313863356134333837323532393532323033383862646631646536333964626332616530 -39303937346565663863356131393131656636303563353865396566653562613739343736623434 -31353833373737383964343830633666666433383131646230336266313661623165613134313936 -64323837343966613164343135613964393634663635303031643538383736373830303732646162 -39383665613431666637343230626366643038616162646238333536393034396130353932326331 -34353336663731316239376439616535636362343766366566613831636266336661323137366462 -36343735623261653462616663326337343661316638356633333133646262396534343431353762 -36343633383338656365353564623033623065373139633735326161306632383763346463323063 -61303931646235633532353237643631343265343034323131383664373732636662656564303739 -62663437376438303439633366383863663965383439323131356230353136396464313965326531 -30366539663031363161353331616539393364363961353035636132626530323732373961646435 -37363030616138313765383331663737616633633061373738373733353162376665316539333464 -31313930316333623938323133386635316664333466303437373736316364666333323838663635 -35323937393331336630383734333137656664613362313865306233616565383562393166646666 -66643031386261613061643033613834626461613038653562656334316165653038616664623435 -61383765626332373438386436656130666662613538366464393265663835376230353932303337 -61643061336432623631626331633163616663333330343030333335393635613533666234353465 -64326130346537333362333062623237646666633233386338646365666439383831626533663264 -30653763356663303338346665386337353761646230353261326461376636643263643034326261 -39633236656663306639663031613932663933343032653366623137303264646333613337633036 -35653331393433346633373665343637313730306633333339373832313733393661323638366235 -33353563393137633166336632383766323039313264386164356664303561643032396135646437 -63313735626233613838363636373762343565376434633836633637626430653936656134623464 -64643130636165343530633137386666316463393934306534633838643231346539623238373337 -62333061346163303236366534656538636538336631346131373730303461343733336165633036 -39313865363239656132636363346361616361653439343038633434313237666638336533626638 -37613430623466663561333939313436653638653164633363353230646564333030636335303064 -38393737653366343638663562393331323834343239323666353330373335363466336239383466 -34343136343766303134343739306137643630653530386634323130613131653766343266613064 -35633535393034643935373736613164353061383638356439326565393365386666303162313465 -65633766613734316435646331313631343331666637306336333366306630353435393261663531 -39353631633461386561323339616163326463393431383964383666366434613238383430616334 -35393034303234316165393533353566386439663065343862366161393735663531366266666134 -31363834626461386533336162626339313738393135363665653265396665396533303133303463 -61653639393562663439616531383637643661303932396638373034616566613136613163376432 -64386263613863646330363239316365636639616461663735616634313632386363393630313132 -65353536373533336437383964393666343965333165613639663431666464663462616638623862 -33393139323265666166376662326337623432336634326537303638363733373932343262396365 -38326236643330346661333939323533343666613530636138616462653833376263623365373464 -64633530313864313137383838336563643761373236663933663565366565666566356365373239 -33393331316666383339393430336334363639386464313665616534626231303336333863306532 -31356261633262363066633138386334643434306662656634623436633230393966333431616537 -38623866633839653163303630396166303635346262336463353233353066653465396136393939 -39663732613431663866643265636631666639643864616263643431303661323134613765366666 -36306263363130313465383163633566313032353261313765373565643665306362643733363538 -61633562316439316630353862316132333366356233306438383235666232613633653539363639 -33656137386633316135376235613038626133646462343333643131633465373634633236313636 -36386535663862613264373834383934343165643563333837363234366331613632633762623466 -36363139316632363632636464653334633631356434616639353966373065323763306465633561 -64343762633032346636633332323535646361316134353332396536396163343666323433366133 -66373137646138306139313530373730656136373239643734643938333035326364396531373234 -36353531306539653265646563613738393863333465646138623339363762656261333664626364 -30323161383561643637343737376634653434373165626366623534303864363362653563396661 -36306238636434346634356537373761393334666164366262663966636132333933363662646334 -31303365353230383634303161303766396538306339393435386363643062306366353331643363 -36666437616537333534386663346261613064383263386465653664313837393336356565613939 -36306637353665366532356137386232613465646564393833356163393333376166333633303636 -37633230326139316237363236626537353563303739623463363333333439373562313061623261 -36316437316332386233633433333432363035613734363135336231363133313538383561376639 -37323061633331313430343164333664303833366537616635656335616233383435373633346135 -65396530663465396532396564326537306463626366346235313239346531383931363034316262 -61386234653331613138386432393762313765633235623934643839313438653238353763303739 -30303338643330666362633262306562636332653765653966396266383563343939363562303761 -32366237373534653337303864303632646364336164633138383062353465313265326162333962 -33303864373538383063326437343638623332343866383463653037313838336265633864633230 -39393337643164343935366536633035376561396361616430306430386637373938316336663866 -63613262613161353966396135666464616133343164353333623434326364353938646333613066 -32333464623065343333626337653134313232623965666664326263383335653337343863623161 -61646164353631623265613861323665396565376464626530656133303733646366303434616639 -32363032343462633433366130346632626335356138336631323265663263393462393537336265 -33393338353839653830303433386364343431626563656165386166623361656637623838616538 -36656536313865626661623036393736313435313034656263303634666432373331636434663764 -32623235636464633766316637633034363464333738643633373262383536623830373236353133 -37633432323530643139393235393530393032396263626563303466623835313331636136376238 -31663361303730366237623764636664666366356262336161393266313031366332373462646565 -36633834333062396566646336336234383731613832396331326664656165323532333566363766 -65613362386537366335663432623735326163343164313831393536373963363534643438383537 -34353538346536303063643761393536303564313838363831613465383431323465393162643233 -65303339316532353835653361313731363832356264616638656337613765366264313536623163 -62303338346337343033386465663062643238613464376435653961343835626539323734353364 -37306237373465323536353338656664383363356630363235393636616562353166653234343739 -32353830613739623736656437626461396631316337386337393130346436353737396638386437 -63396466633639333962323436353963613337346463313536666261653166643861663233363633 -35383232313338343735663438616632666236323865643961663232313964346261663064336635 -37666230343235653865633366653238323461656138363431653062346238343334623637303838 -31663139333064613765323761626362383834623938323632373830306563333166356638393461 -38336235333365323331336563343632663233663764353737323737616632643063633536303663 -33656534363364356232363431613635386564343739306238373164616234353834386630313733 -31656338323435353465653635306534623562613865393763636232323130626165326130633866 -31666633383433323264353537633435643032653639386361386262363338663832353439393265 -31333038323864336634623234666165396431613033383137396136623133336161363739323663 -32363536636134323435613530616564303561386436623762653639303832643739373535313530 -36623632316362646636396464376233323938336666663239313766366131313531323564616134 -64623839653332386264346461663364626431333432316338653163396637353431383430343465 -32313761373834646439383336643033653338653734326164396233303438326637303438636236 -33303366356164326134336533326163343030343666316339313732663932343538623136383936 -66643230393565616466373736336666326336313231613666323565363237636165396430353663 -65346130393934613530656161356235396562633732346433656639646430303964393734326531 -30393238653432653131393861353161393131663564306365343331326239333132316533623838 -61313862636139656638316165613536373037623637656666383433633161386238646137666537 -65643164323963313938383662376133393133313365633263653635643435323831373430393035 -66646633306261636439323866393732396632663236336266633337373237626336303763646232 -36323962646131366232636238643961656561313666656333353537643837373634393733633134 -39386237333833333138666132393331666238646135336134663061613131306636316130306462 -66396265343562303938643837643033643662383333393363373933646633343862613164646361 -39633864643865636164343364393562643663366563653966376637383836333565626433383565 -30303366353137313064626663336637323162303538373839346561366638623630333437653462 -38643865393634646234356266356638616333386336633736656361623361313638396138323233 -66666363656137616463383730376264656561666164613366306235366261376362356231303463 -35333337313865363632636638653835303731346533366135356134653237373564343332386663 -32303834323833626135623430323063386235303235306365383965383933396565356665343038 -38666534303930653735663039666533303266376561366164343135383634653335643336643439 -37623032623432666238363865336239636537373434303639303236633463343139633738363965 -61343431333263613036383963363736396662396165643366323537366566396131366561306139 -34663831343637333732373063393761663932393864376633623161313534303331333266623862 -36376133393065306132663937666165643439326130353437353162386330353861636537663334 -65373934633064363535316632643762633733653835373333386565623536326633623432626533 -63336531383637653239613836346638653431613462623639356637333635653933343465666638 -63366137326531316563353036623537623637303861363937343238613565663138613366366237 -31346131633833366136653539356261363133623766373761653763626362306239363938353731 -61616266666532383539633465386464633831643965646235626539323164343062613630306339 -36303034633633323534633435346533643538656233356136323462653431376530643862666261 -31616663663032613936396566613236633131383033356465616436653339363762366135666636 -63633563366339376561313535393465306431666631303531623730323064356631663966633633 -65666461363039326462303934366535616562663936386162636663326131316535366336383330 -31323262316262306431356663373731313138626631353564313366396132653034383662303530 -65663364643763383230323733636464343166623661326432336239643731663037393531353034 -65623437323565363734373336626534636365356230346332646365366439386636613135653136 -33303161386238623139636233353033383831393139306663396234373964303761336236333466 -30636262613765306630663061613966376133343332623433396364353431643839613361373031 -63393866386665306235333439326633666365626465336165306565343334376135333164383964 -61376362376464316161303834656263613330633538306533333165643839363862393564613132 -31346465346538343633643762663763373764653666303666323437636262613337343338393734 -36383162356430336238656363643131616336333431666263313261376639383463643066386632 -36386261653864373835313766656539316465303533653862653932373636643662623930356162 -33313965633730336566333830323564366339343130643433643132303565613162393261313965 -66393630383864396365363938316534346161333165363530353466396339336431313032373964 -66396339666337333331353364616633323936643332613538343635383536323835383866323362 -34376530316434313035363766366665383763633364323563633162313162363231643233613866 -61633762306365373137373739333364393833306462353433336237656539613031306536373835 -33626435383734393635383037653435616133383765363862366165343933613231663934393931 -64353638373962346563326436313236633838666237623864623537346330383833303831643365 -36313965326436636637653038643231393538306132653934306535373866376234633030643236 -65306630313965666362386232343364366335656134323062663437303438383936663337373535 -62353963316563303134616636353163326336613633623465393363326464646432376138363164 -31393366313665356531313534653237323966353163653764643064613835373838653633633065 -65633565616538646537393139333835636661396261633663613338356465336432346164323461 -35376136613336316132666564646262313938393039386131643835303262326236336662616263 -63333837653664366561346466353937346536646235353135616639303834376664393033323734 -38313066663733356334356535313338656539643034383433663135613235333264326265663864 -32303238383466313461363036623934646330666136623363353933366430366166336331343331 -61643930313264383261323635383465636263343463316463396362633836666430316665363763 -37356638613633653861333765303937323265663630336161613230396536353561663437313338 -62613033626362663038636664643561303162316135636132636338323166633864323632336235 -64363266356163363662313765363938653238383632653130353535396232326537396235616662 -30653266326564643764663264633665306238643465643831333564643461383239616438353861 -63613362343031613066373537633065336266396136373866373061356233353731613562616563 -39663835306362666365313635303333376263306633363765643431323365346231633035643536 -63373865383038393663623861626334613939613333663162343832393237383265643664356365 -66333537633563363732366362323761393063393232333066653861323231373463373236633738 -32373465393661626234373937663765373531633631626165646361656364643839346435333235 -65363739336438663834303135353761386431376637613161366332356230393034336336633431 -36316561303538646362323066356233376636666538326165626436373666346534643461353835 -38633061633836613066396534613839303439303036636238326136336663656566643932353833 -61646266653836373237613961613266633963343133396237636536663732663534306462393537 -31393430646665306133346463303163383938643135623037306536376230363334313732646133 -32376534373662613266333232353830336339663261386565373764383462326562633462326534 -39643638373231313563373036643532376636653934633166303831386138623635356464306535 -34346262646663316661653934643863623730626665323466653638633934353537303532383839 -32313330656535303936613231356564363061353039396135353731383231613839383032663230 -32316463336362636438336530303136333639343665363737303665336464336363396461306531 -37626335613034373836653833633834313161306533346338393561396365633039613738353530 -63306664663831353964376662363633663066646364373932656566353261613836343232346365 -62666335363934616334306337373264383538363439383532366466336463303331643735653062 -38613030323937316366313135333037616566356638653463363565383731636161333237303861 -34656664333464376237386331623966393634333039333637636465653231346439643637633063 -33316430636464356136333732613938306538333364623130363638363937666530643661653966 -34366464343861346130643063646365623434353834343362383661663763656237616230626533 -38303163383336393235313131646332303665666336326531663634336532373666613439303566 -66363536306165613335393835333235343034626564313935393134663863343136316233666265 -31313730626234356533333032663036303839326366636366336335353330613066306235373035 -30396430353830636338 +38343232316262353863376331346434643638303433353964373164646662623163306635386135 +6438653666306337636565303133353736373836383230620a613366336336386566666139396133 +65333936346662663037613165383036663266623334643636363736643036333533366164643136 +6637643536383961660a303730373935633361336232653435616366663465653165623439656537 +65363936343735303934376234326339373232386635376362333033643734306131336538303966 +64333937653639656166333132386135396539663464386366323362313835656437653138326637 +34363466323431343031653562343334643366343538323037633161336438656239633966336638 +37323134303932323461373866303961376362323639393037316637343162363435646164343264 +63633739346439323165303134343132656133616463623835306433386239353161646666633239 +39383162333636663233353161623733336262613837623533356331643862303935393132363661 +35366338376539313866636134313266353334313766386331633230396432303464626330616664 +38653339386332663862643237663034386138333930623162623230323063333437646336303666 +32396639616432653030666164326535663336616264306133633634646361356439626137363163 +64323031326438623831383732623634353131363438653930613363376661616234336661386262 +65316638316530363737306233303536396536343738633733643133633539326562666538393333 +61366661353139663234373631323436373961386531633964356236636564353537366334633362 +38383030613330363938306564313634646436613635383661643065373361333464343062373961 +38303462613163383963346362316165366166346461333863313238393136646631393036333764 +35343462326265343464656165346339353061636131393265363238626564383238353631643739 +35333334643139303338376664306136373062653130353134376561613564313836636638333230 +65393334613035343831373163643564333033353461626565323037396439393839383164356435 +33643036396463373362353239383838333833393132303764383661623237393161373362356439 +32336139653830643136333066323362616533633866373564623536656630343237646161666366 +32343132626262383937643336353966323339383831396237333635623964393366353938626465 +31653239333136323436616331306432343065366436343132353534356433363733346263303434 +30366531393330646366366630323736376134303435613035623431323164623965643362313632 +63303532623166636563663563353435336665336365383135616131393634313532616130383665 +32663938646265616162653539633765366131653338653061643834646265363339396434333661 +35356230643461353938323166636132373934663435376639373730626131303633306665336233 +64316433643166313665386665366632356437313331613333393565306666666336333535386165 +37653863383165616136316434636561646131663666366136323363653365353366646262356266 +62393339633134316537396433633437386261396237383136663938333937313538306336343166 +61353330376563393565626339626634646430646236663465666465636261353364343163373066 +33306366396335356336316533343533323638373234326564643133363263336364386638653762 +39356636613933333231333266653965333937666533643763373366613334613436386532376661 +63383537383739386633623035376535656564663835643763636233613030346565346265353737 +32386433663362633163343066313131303339396339373037663565383334393132623235663038 +36373030393738383435663039326231356365333235363664633966663162323235626663373930 +62393165623036316438626137646133616662653335373436643734346433383764613431336139 +62366264343033386234376164623933343061306234326239306330356638333661333031633266 +37613563663732353937336161663335643064666363633962653262653063623763333132303335 +61363861333735393162313761323666363532346263623462616531316236303434616236366464 +39323866656334343364613235316661353433343366393231373166326433636237383937623835 +37656637343638373165373130353839643737353035326134316462393433646263336634346265 +39343361356565616538623032366564363533393862356131356265356662333864643536623966 +31616339346131623931393838633934633264303939613034383237333935396438303263393164 +33306537663238343165303464316132363736663263666639366336623333616334376639613539 +30336638353739656362666561303934363437393538333833326466646432386235326131313666 +39313564333835366666386661656332666135353236316364383333376433356533363831316363 +38306261666261313939343264616362366261653038633362396636316538333132363361653562 +31636437353438333864363631616462303032316632383830643438333861366431663934323236 +63323962643439386435663138366333336664363938643238353266633637303966363939303261 +61336235333332633439313135663832323264313739626463396439373139396665366364313737 +35656232633063303138663664383763366264623831653035363538303735326235376439663862 +64373365396464666663383630663361346466316639356461373233363763356333636336346132 +31646338336432366533323962376565313763396435353033346362376237316265646365383731 +61393533633631316166376335653432313865346531313530616130643064363765666431376463 +30643762356630653132373734313930623537356261396230363834336338663331633666616630 +36623037636530303261616264303331636263393731613737626237636662376462313337636362 +63316438386361653065346534653661316366613431653966643334376234363031313265306366 +33363534326634623437663263323939656430383234396531353934313735393334366433663663 +33653533613138623064313137383166343637386263646264666233323733316532613866343639 +36663839376664643033346165656463393634356233343761383738343666323863386130326236 +61363065363037313666613364623561336664666633363163393231626335396364323466643236 +39623766366431663531633866623665643737313036333365363934313036346463636539343836 +38663566613035343661363437636135383933383262643530646339316164333730653336636235 +38313064333534653732346535333432313038666334303065653663393734393134343661626436 +34343735353739396533383932383135656566323063323461653962326235613461626566613837 +37653735626165633365303266363632613838363239653762663462663635653564363334393237 +35666139316561613330613063323336643131336263613065383465393535393136613838636233 +35333065316132643863343633623737323234623836353338323032653162613736326265363334 +35633730376564653731656366623763663962383031336662633436386163333361383435333632 +62336235323237303435653633353535326131666663663766356539623761333863336461303866 +38363361656461333634303139666638616436653534313839313764356631353938663938343131 +66356530393362643730323838313566623064306362373534663462386632623766636139333439 +35613737663762326632653230613132623263376530363036366436303934346562363331303532 +36633936356137346366656664326261336263636237346237326331646465346466356138623665 +32343432663531336561353135303861336366633332353036333230663332363466323739386264 +35656461306438383234656162323933656238393265353631643339336434646237363831376535 +65663166386464663166333032663461373063646532303234353338373461666662306432313166 +36396432376163336635663338653736666231366631646133373930326135393731313131633632 +64633637353230636337306339313364336637643965393630613566383530396561323836646631 +63613336623238623137643966366531653739656535616666353139613566356366326434343134 +61323762643363323236383731306133396631363736346239306463373330353337653637306130 +33616366663362393336326162343833653730343836343137363231643434323439336164356266 +61386566303430396236333164656131366236343865393864333863373330323437373833316563 +63656235623231383938663234363162646237373739643030623538333863306139633339633434 +64383566333066303937616135333138303966633838326238346365663733313133663063666236 +65383764376533396166343166313733393532346434353133663462303430656262306137633963 +36393336363731396538356364376263303031333738643131393138663965336662303264363564 +39366531333133653738636131646132386633653064636637353233386237373630643539633362 +38653436663138616532346535646633396232376232626134373235343637343430326334643566 +35373032353962643262376239643735373130666361643537633939646237363239646233653038 +36306663626162313330396435323565623339613164303331613839343463356331616538653833 +32303234326361323435626466383430396536613364323462373335353435653235633764363135 +38623165636530343465306439633830323764363833653063653132306531336563646431623730 +64313738306265366437656637666636313533313535626463366361666134653435313064326533 +34343735323635353463393532626261613531336166333264323864366635356330616437376139 +63343032363331623366363637356438333130663533623133623932323461366332366133646237 +35643466616336323664633635333339326534613733653930613736313738626539323062663933 +61366266646132326362316665386631616662323161613938653235373739643463363565623934 +30346462623462663963653334373365633235386661363131396261663561646337623966343332 +65346238623733353663393839653338656662663330633537616666663238326139346166643565 +39376230633836353431323439653438666232313561636338333138633565303333633162663934 +39303362633936393663316638666232366361366164333237353062653863633034653830326133 +36376631656263653631666239343264366232663739323766643834333038626666313635613763 +32666339613465393338356537643033316163343761306238306137616532663466363764616165 +62633839376539366138656561653034623565303262313938333239353230633734666337653062 +66653562623862343838383161316238303633383930656561633162353466373932303964636164 +63623665653935396331353230333336636237643037383637393834643838373166343432643736 +33396135363136393133626165363061323265643032666636343739343966343532656530376231 +33376564306438393661613336353537643661306536666530643936393762613465336464346632 +62316636663063623863356339616539306439653638373366623764333964326139393731373834 +36643531376665653037316537333061613136396563663264643363396334313539313335666337 +37613934353261383663383166626438646335386336313132373430643433666565636262633835 +35663334373932376637656263623634333265333131383039383166356362336630353838633665 +34653037376430613831366434383537326133653836613634316133656666366632386132643935 +63366131333735303530363866623962653861343234643830626263623261656433633966653531 +32396566623737366333636466313833643434383562653631316566383230616462353636663266 +64333265373036326461363066306661666637346530396466383762313839666466363465326430 +36666439663163616263623437653761303032643139613063393434373436366162643731396630 +64663536366134633039663033393936323633643730653638303431356630623239366235356134 +34333663366339643236333765613934303661353963646135366332376538656239613634616163 +65633464326161356635633936646539613035343334393633663035356564336432333531636537 +37353038626266623736393733343065666566323661646665643330333934323335323136316230 +32363330326131623433333736343465616434343062363332366432353134373538346337653461 +37313032393933363136356231363834636239353036323634376461646266373964373337396664 +37323764663633343133616439393831633364333363336439313163333464393633343736316333 +63383439356531396633643435643363373731666235653035383338316262323734373738623536 +65383832363263663532303333626366343239373737383661323461373438643932386534626364 +32326230326238396234373836343364306538643632326665323839353366373937353566393462 +38666339646638373132373730386562343734386633396232383962346162316431353531303436 +64353930336366623165313939386538623761323137656230353966303130616262313431376337 +63666163653938366236333237663563393532386239333236313734363734373964316165336566 +33323730643162306366616133303162366137383737346164326432376534326232353664623463 +64353837323738303638346564323033346365303034353931376164643532363932636162666232 +38303838653534383761303364396338376232363733303738666137363235356661653364383438 +34616535666334633234386239323533633561663230313063626436343430613636396636656431 +31323864643137333936303835336333316661336263623963386665653131333065336239363166 +33333533666236306337656131376231336438353730643531626264356537306431356165616531 +33363138363335326662373662616664393333373138343165376462363233303461653965613632 +61313662366439366131363661396535616134663333356338303738356135663232316361643037 +38663533396233326235383539303430326337313663373266646536386234313236353633633962 +34333534616165623038303938626664626232643662653930353133663563343031613230663066 +61323662336464373535643235333062663066366663326230303833383639353362633530353534 +38663239326131383565383232353435396361613964666362616666303236636235663135383766 +64333762313938373565636138363336303635343433373837663766373635313563303839656534 +63636464363663306334353362303862313633633335303630623734633934626130643533353036 +35663335366230666532343863636263316638613761623030353436303638616132393436613061 +30303534363938323635333938623138373234333732373061366234373764313038313362373962 +30343034366437313261663332646336366335656538353832353266653935386134666139353065 +37353235626633366265396463383639363563633030623037373339376265393131633237643737 +30386265353538303662306635313634333161323537613633613261633833323262373836306139 +62646361656435363361363537663531386563623237666230303834663638623133666262666439 +33376533666562306530653364333531336638356665373038356133396439616266613563663839 +63363564316339306239636464323939323631373837383230393331346633343238666430613366 +64386635623561386434306337343231643631386561366363303234613532396663623533363434 +62623361366466316666626330623839666636653066666132323834376436353235353033363830 +62373465353434643932643262643338346334386138346262356266396366366135666330646139 +38366632393761303130643865346533313264366265323731333739396263336339373536336330 +62306634343965653234643032616438653138636533326434646430633763363736636162663935 +64353135316439613636326132316465306238323932386238396437396434323031333730616536 +66613932343630333166313530626539623831303636626635316434383362646632646233343761 +33346565653532646131643537663666333739306265306336316236316433666264393166636533 +30623832333733316133323938373634346634333932353536343364633562653766393665623830 +30333138333361616561336136363466393838343930376264376538363034623038623735336662 +37656666333964323461386330333163326337646566346265626563613531356338346662383330 +66343431646539346139336332346261356362383766326632393136316636396230323734376432 +35386165316266353531626531393661353235386236383163346232333935653630373466336636 +33316137356633636162623963333265343030313038353139343262323136346563363863623137 +65326166666663663831363963656332323737636463613064663831346565666537363237313537 +63323830303766616364656666613535376464346231366565353930303863306465323364363635 +37326561646266353232363937396130653363363931303862356135653261353438393761353830 +33623464393362333764356436306236613235376366643062373036636637373965616465363664 +36313734646535353664366563663737623864323230613131396165363932363733356234366665 +34376663636136393637616436353666633063613232663630653635333432303965636436633462 +35303733303736623234306437386562653466393932353964336266663537666363303835623165 +62643439653937323133383766626532326162303631343464623231376261356533636639343435 +64306232383666316462386235333530333063343236366331616366626463373464326335633839 +36633937616230353338643731386235356461646263653365303636613638326334646632376336 +63363865656362633832323761353265353135363937396434396363373237623465373965643338 +30613236363833623734636135656166323963396330663533323834356133303964623466646537 +37643163343930653131626432353762303262383138386266616235626561626235313865633861 +63616233336334316432616166663162353037316465303132643861373964633832666434306635 +34636234366234633835396361323764643065353937373936386531363738366138343164313766 +36646431616336353961303832313965613263646162363438323039366563346234616432613665 +37636535353066346166386362623033643033333766303139643839623731393961613465393566 +37366665303138383666396438316134646635643762333263303461393437353936646232363865 +65623730626230623438383265353666613463653562666633393861313939643132393336316137 +61646130333065326163316261323764343038653764323264626362336536633762393136376137 +34323561313836303963306331373433373562623562306363306664653763353537373366626430 +61663731326338333139643064326434353039643065643839393833313130326534616639303630 +66386432303162323035373666303931616630623931316639336433303434376436336136383734 +39383837643264623939373431393064303134633337323761343233633061396461613565396230 +65376438626237613530353637623637626636663461303534356436303735613431663363386134 +66343161393738623136326162393537623762383961643332323363353164633431646431616331 +39623734366636663966303338626532356266316661656230633166333738383431636638323433 +61666638363432326261663231303930386630623539306239393534393362653132663861343134 +39373065666262313334376265653538646637343039333765613339363633656634333834393034 +30353734383935383462613561633030613065366332306236313934393039306664396235643733 +31386466653865356266656330623762303539386132303235323739376336623839396530313666 +30373539366364303732343236653239663737633832363735383365386261613539613131623661 +39363438353866356135303539303831653330373761396363633333373566313665336361613631 +66383437346438313361376261363664323838353039323563386639663134366438326262656364 +34623038343839633832353362646438353665333234333035316437613931346333303235313534 +61306261353932323235356266663861366665666139353638323336313236323265366261373564 +33356432646262326236363234333237666533383436303864386662663439326666636461653662 +36396434353034636435643630656634623664306339653033376437373932616262346339653362 +37336363303861373762646666356331366439303762336236353737623761393037623462653262 +38666635386635346130313235373730306466386262666563383238333031373166396634646564 +643136333130623965653064363662663839 diff --git a/ansible/roles/grafana/handlers/main.yml b/ansible/roles/grafana/handlers/main.yml new file mode 100644 index 0000000..d464273 --- /dev/null +++ b/ansible/roles/grafana/handlers/main.yml @@ -0,0 +1,6 @@ +--- +- name: Restart prometheus + ansible.builtin.systemd_service: + name: prometheus + state: restarted + become: true diff --git a/ansible/roles/grafana/tasks/main.yml b/ansible/roles/grafana/tasks/main.yml index 717ffe5..af0909d 100644 --- a/ansible/roles/grafana/tasks/main.yml +++ b/ansible/roles/grafana/tasks/main.yml @@ -42,9 +42,4 @@ group: root mode: "0644" become: true - -- name: Restard prometheus service - ansible.builtin.systemd_service: - name: prometheus - state: restarted - become: true + notify: Restart prometheus diff --git a/ansible/roles/nginx/handlers/main.yml b/ansible/roles/nginx/handlers/main.yml new file mode 100644 index 0000000..9e80c2f --- /dev/null +++ b/ansible/roles/nginx/handlers/main.yml @@ -0,0 +1,6 @@ +--- +- name: Reload nginx + ansible.builtin.service: + name: nginx + state: reloaded + become: true diff --git a/ansible/roles/nginx/tasks/main.yml b/ansible/roles/nginx/tasks/main.yml new file mode 100644 index 0000000..5b9f094 --- /dev/null +++ b/ansible/roles/nginx/tasks/main.yml @@ -0,0 +1,8 @@ +--- +- name: Install nginx + ansible.builtin.apt: + pkg: + - nginx + - certbot + update_cache: true + become: true diff --git a/ansible/roles/tailscale/defaults/main.yml b/ansible/roles/tailscale/defaults/main.yml new file mode 100644 index 0000000..ebd7645 --- /dev/null +++ b/ansible/roles/tailscale/defaults/main.yml @@ -0,0 +1,3 @@ +--- +tailscale_apt_gpg_key: "https://pkgs.tailscale.com/stable/{{ ansible_distribution|lower }}/{{ ansible_distribution_release|lower }}.gpg" +tailscale_apt_repository: "deb https://pkgs.tailscale.com/stable/{{ ansible_distribution|lower }} {{ ansible_distribution_release|lower }} main" diff --git a/ansible/roles/tailscale/tasks/main.yml b/ansible/roles/tailscale/tasks/main.yml new file mode 100644 index 0000000..41ef1ee --- /dev/null +++ b/ansible/roles/tailscale/tasks/main.yml @@ -0,0 +1,54 @@ +--- +- name: Ensure additional dependencies are installed (on Ubuntu < 20.04 and any other systems). + ansible.builtin.apt: + name: gnupg2 + state: present + when: ansible_distribution != 'Ubuntu' or ansible_distribution_version is version('20.04', '<') + become: true + +- name: Ensure additional dependencies are installed (on Ubuntu >= 20.04). + ansible.builtin.apt: + name: gnupg + state: present + when: ansible_distribution == 'Ubuntu' or ansible_distribution_version is version('20.04', '>=') + become: true + +- name: Add tailscale apt key. + ansible.builtin.apt_key: + url: "{{ tailscale_apt_gpg_key }}" + state: present + become: true + +- name: Add tailscale apt repository. + ansible.builtin.apt_repository: + repo: "{{ tailscale_apt_repository }}" + state: present + update_cache: true + become: true + +- name: Install tailscale + ansible.builtin.apt: + pkg: + - tailscale + become: true + +- name: Create user + ansible.builtin.shell: "headscale user create {{ username }}" + become: true + delegate_to: "{{ headscale_server_ip }}" + tags: + - skip_ansible_lint + +- name: Create pre-auth key + ansible.builtin.shell: "headscale preauthkeys create --reusable -e 1h --user {{ username }}" + become: true + delegate_to: "{{ headscale_server_ip }}" + tags: + - skip_ansible_lint + register: result + +- name: Tailscale up + ansible.builtin.shell: "tailscale up --login-server={{ headscale_domain }} --auth-key={{ result.stdout.split('\n')[-1] }}" + tags: + - skip_ansible_lint + become: true diff --git a/ansible/roles/tailscale/vars/main/vault.yml b/ansible/roles/tailscale/vars/main/vault.yml new file mode 100644 index 0000000..7e90f64 --- /dev/null +++ b/ansible/roles/tailscale/vars/main/vault.yml @@ -0,0 +1,7 @@ +$ANSIBLE_VAULT;1.1;AES256 +36363866626433623366633038333064393864343631666364393135313336356530396465363736 +6238376336373564306365653036646437663462643837640a656565626163356331386631653761 +61643736386231333836613331373331356237333235363437636561623265373164323164653739 +3839333461306564300a343830303361336439343732653164656634663066663436326561306463 +35343630373830643137353537656136623139303535353564663138393538363561666261396664 +3237633765363838336236343864613930643765393939333163 diff --git a/ansible/roles/uptime_kuma/files/docker-compose.yml b/ansible/roles/uptime_kuma/files/docker-compose.yml new file mode 100644 index 0000000..7bab0a2 --- /dev/null +++ b/ansible/roles/uptime_kuma/files/docker-compose.yml @@ -0,0 +1,20 @@ +$ANSIBLE_VAULT;1.1;AES256 +63643964323736643466386561313136363162356130663130666538343034656336393666333866 +3839386534656266613039373163326464613538353136350a336236343535633666326634633138 +39303365303634633061356164633237316132323961366265306135343631306566396163323637 +6633386566663532320a356362316463316365646135656430623730313732333366336137613761 +32663563313536363163353038323063396633363339303837616635613538353934363463626432 +37643630333565623635303238316632373439623532633138373565396663353238383032376537 +62393130393337303032666331346436626463313234666566366138316637613034383763313233 +38303530353565396665353661623333663435323132313930303661333164386134613234626264 +66316265363933326435623038333830633961666331313736313463303962643730663331336133 +36656165356666353633366536393037343665623939663264643166323934663061626465623130 +63663830663163663334633738623936633036353065653030623962636463636238383466333163 +34656536633438303037326132363537386166376365623062366334343264366638373737633434 +63663336663163616534643364613963646331653762386330633464356335326462383938353436 +66386138343239323466626333343762373565353131333234363732366266303338363039636231 +62323366663937326665343763323265383234336137353766653339613662363035613662643832 +32666661653634346363356465646461623039636663646639396233373031316562643336353361 +38396662666533636562316239323337316465393961313333623033663362633162663662366462 +32386534643661356439303935333336653432323039636137366664643836303566323935636662 +643035366237656561306539356161343431 diff --git a/ansible/roles/uptime_kuma/files/uptime_kuma.conf b/ansible/roles/uptime_kuma/files/uptime_kuma.conf new file mode 100644 index 0000000..83b8f70 --- /dev/null +++ b/ansible/roles/uptime_kuma/files/uptime_kuma.conf @@ -0,0 +1,26 @@ +$ANSIBLE_VAULT;1.1;AES256 +31306561383033373639646131353537636465336363643238623137303163353964646166353662 +3466643834303239656430363432333838346633393066620a336238613035646666663832653933 +66353334366364643238376361613436613232306330613138396535646361646636326530323633 +6364386465313863340a353235653934383332333739396230643561663565323335326431636364 +66326133303039336332656430643930636430336232356361623764336338643364346663393563 +34353932326338393365616632306131643530613666316565643636343530323363353033393637 +33653763356666663535663063346533373963386562666534306337653264623134666231316136 +36666339353637653164353066613230356262616365343030356665383162303565363133613966 +32316366626330613133353061653362663637343133373364616466633832653731393462653036 +63613364623862353333393962623532626532383436633362663139623938616564343732336566 +32656561356636343963313463383839666633303034303963333931656333363563306533616134 +32326231336535633035356466636430303862343136363062336463356465306231306165393432 +35363031326538633165346331326138393666383439646438303236656662393938306132353834 +64383764363666626363663662663136383162393263306133343835613932343466323035656435 +31313038383730613335653263383334383861643431613030663133646631383166386436396565 +39323762666363373539373131313761623233366239396266386264636230646334393130633933 +30366133633263363661643338333865636530333431666437363437643235373431383636653266 +34623237643932393336366231393838313663346532326666643632323439636632623037386138 +62353138373435323439383933663665336335316131366538633536373332653938616562316135 +39613933353362623563376539353762333866633037633338623232323330646434313032353962 +63373765613836633264616166316630666134323763366433636438303832343137653664633733 +32336330613261363237313538633734323230373364656530303739643835316561333365643935 +61366432623937383865633766343866353836363037306364356430633136393061323536393461 +62383238663832373035313863326463643833613930333030303430656663656562343637653737 +33393333396130336138393139323037323037373731376235393236343137646163 diff --git a/ansible/roles/uptime_kuma/meta/main.yml b/ansible/roles/uptime_kuma/meta/main.yml new file mode 100644 index 0000000..3d12d71 --- /dev/null +++ b/ansible/roles/uptime_kuma/meta/main.yml @@ -0,0 +1,4 @@ +--- +dependencies: + - common + - nginx diff --git a/ansible/roles/uptime_kuma/tasks/main.yml b/ansible/roles/uptime_kuma/tasks/main.yml new file mode 100644 index 0000000..94189b5 --- /dev/null +++ b/ansible/roles/uptime_kuma/tasks/main.yml @@ -0,0 +1,30 @@ +--- +- name: Make project source + ansible.builtin.file: + path: /home/ansible/uptime_kuma + state: directory + mode: "0755" + +- name: Make uptime_kuma data + ansible.builtin.file: + path: /home/ansible/uptime_kuma/uptime-kuma-data + state: directory + mode: "0755" + +- name: Copy compose file + ansible.builtin.copy: + src: docker-compose.yml + dest: /home/ansible/uptime_kuma/docker-compose.yml + mode: "0644" + +- name: Start uptime_kuma container + community.docker.docker_compose_v2: + project_src: /home/ansible/uptime_kuma + +- name: Copy uptime_kuma nginx + ansible.builtin.copy: + src: uptime_kuma.conf + dest: /etc/nginx/sites-enabled/uptime_kuma.conf + mode: "0644" + become: true + notify: Reload nginx diff --git a/ansible/setup.yml b/ansible/setup.yml index 1d799a1..a488335 100644 --- a/ansible/setup.yml +++ b/ansible/setup.yml @@ -17,3 +17,15 @@ roles: - grafana +- name: Docker on vms + hosts: + - vms + roles: + - docker + +- name: Setup uptime_kuma + hosts: + - havneboks + roles: + - uptime_kuma + diff --git a/terraform/vault_server.tf b/terraform/brevgress.tf similarity index 100% rename from terraform/vault_server.tf rename to terraform/brevgress.tf diff --git a/terraform/dockerbox.tf b/terraform/dockerbox.tf new file mode 100644 index 0000000..dd60abf --- /dev/null +++ b/terraform/dockerbox.tf @@ -0,0 +1,45 @@ +resource "proxmox_vm_qemu" "havneboks" { + name = "havneboks" + desc = "Docker master" + target_node = "poseidon" + + agent = 1 + onboot = true + + clone = "VM 9001" + cores = 4 + sockets = 1 + cpu = "host" + memory = 3096 + + # Setup the disk + disks { + ide { + ide2 { + cloudinit { + storage = "basseng" + } + } + } + scsi { + scsi0 { + disk { + size = "10G" + storage = "basseng" + } + } + } + } + + + network { + bridge = "vmbr0" + model = "virtio" + } + scsihw = "virtio-scsi-pci" + os_type = "cloud-init" + ipconfig0 = "ip=192.168.1.51/24,gw=192.168.1.1" + nameserver = "192.168.1.69" + ciuser = "ansible" + sshkeys = var.ssh_public_key +} \ No newline at end of file