🚀: move inventory to its own directory

This commit is contained in:
VC
2024-10-14 10:56:11 +02:00
parent 2cfd645fb9
commit 634b3d8027
28 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
---
ansible_python_interpreter: /usr/bin/python3

View File

@@ -0,0 +1,11 @@
---
restic_aws_access_key_id: "backup"
restic_aws_secret_access_key: !vault |
$ANSIBLE_VAULT;1.1;AES256
64613131346563323262316264306363636261313535353565333231316433313539653634303737
3766666137633637666265663230323937663239396534310a313330333163396664643830643934
38623061653733653634623230616532383830626335653362333331353065353737323935326365
6638643861633038330a613832336463376535326461633832646238336663333537346461386534
31373734303133623363393837613437313066656532623832333335663666353039
restic_s3_url: "http://backup.mateu.be:9000/backup"

View File

@@ -0,0 +1,14 @@
---
smtprelay_origin: "mateu.be"
smtprelay_host: "smtp.libertus.eu"
smtprelay_port: 587
smtprelay_login: "smtp.relay"
smtprelay_pass: !vault |
$ANSIBLE_VAULT;1.1;AES256
35333033346637663866393736623536313961396638323230616463356432376265303362636438
3666363439646139633439383233363036383136306266370a636631316261653635323538643964
39343134646635326465316239313334353232666361343733613166643363373962633538646163
6663623433343233350a633463346664376563313830646539343439313436623365336463353463
65393733353432376464306536663135623663613232326139306333363461313463

View File

@@ -0,0 +1,25 @@
---
garage_rpc_secret: !vault |
$ANSIBLE_VAULT;1.1;AES256
32333730663466323761393665316263316565393964323664306633316137333831666239646230
3034373435356334313237366130663566353536623732310a653263343538666332333666663661
38326633633036633630633166326437383864376665316137336461616665666665343639666462
3731646134616562320a356530346166616137643465613636643232376138623436666233613836
35393731313835383334313335393462383238343738313539663631356635373032643735623261
39663439303466613337376162646131373863666632626638653837386432633339326235376634
34303565306134316464363931633933336139323933613133346665313836356634663139353061
66386436626362316531
garage_admin_token: !vault |
$ANSIBLE_VAULT;1.1;AES256
31636535366661383466393334393333653631623766666666323433636661303534336361393633
3437306665333564346461386661313833313935376331330a613566623835373066613338346363
62333832633164353837666266643161643463366462366134363734363634643430393231653363
6136393434646630380a643635366337356363643435333666303033623361356437373537346435
36623933623737313163353737346130636632626364353035623036333561356662386264353031
35343564306362386263333433396535363830313864346462383438633462316661613065633232
63643366313239306231346433623366646634633131326133356331353237623163323636333834
63643061313734353338
garage_root_domain: ".garage.mateu.be"

View File

@@ -0,0 +1,3 @@
---
mastodon_home: "/srv/mastodon"

View File

@@ -0,0 +1,27 @@
---
zones:
- name: giteu.be
parking: true
- name: libertus.eu
- name: mateu.be
- name: monder.ch
parking: true
- name: nintendojo.fr
- name: nintendojofr.com
- name: nouvelempire.net
parking: true
- name: nupes.social
parking: true
- name: pipoworld.fr
parking: true
- name: sebicomics.com
tsig_key: !vault |
$ANSIBLE_VAULT;1.1;AES256
34333338336531313232313563373263613731636432653236646333376137646563316565613634
6665663431626165343534633336633635333337623135610a393664343735323733393063366362
35343766636266316263343733373937626436626264636434363138643765656436643231353963
3966363066353538300a666139663039323163306430373335663332366230313463623462373633
66373062316665346665376539316331633635626336303037643165626462383638333261363036
3535326630636437316638383663356136363566653865316239

View File

@@ -0,0 +1,9 @@
---
nut_pass: !vault |
$ANSIBLE_VAULT;1.1;AES256
64313965633338626466633664393139313833623763363964666633666335393331643239343933
6463336166376161306539353335366630613363623734380a353935656234313032393862323063
65376235613531306163313730363262313061346338353635626335333961646330316562343038
6238386332613761610a393739366561646336343030336363613365623336383735353838623266
3862

View File

@@ -0,0 +1,10 @@
---
peertube_runner_token: !vault |
$ANSIBLE_VAULT;1.1;AES256
32653563393232666430313330373861396232323037343165303138333664623835656331343164
3061313466396463326461663739393832313737623935640a613535343336353766613938366431
35313536343934346232626561363965363463353138343733383866353432343339366633396230
3634383433613263390a616162613530393330313539343136386531396666616263363936303939
33656330663962326435626430646536336162373664303265373262616162343437333737646361
6536643161333732343661396364666233393865316261616239

View File

@@ -0,0 +1,9 @@
---
php_versions:
Debian:
"10": 7.3
"11": 7.4
"12": 8.2
php_version: "{{ php_versions[ansible_os_family][ansible_distribution_major_version] }}"