refactor: clean up directories and start standardized role names
This commit is contained in:
parent
e2ef196a62
commit
2ae759025c
25 changed files with 160 additions and 0 deletions
29
inventory/group_vars/all/vars.yml
Normal file
29
inventory/group_vars/all/vars.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
ansible_ssh_user: debian
|
||||
ansible_ssh_port: 22
|
||||
|
||||
# Values for static IP configuration
|
||||
broadcast_ip: 192.168.0.255
|
||||
router_ip: 192.168.0.1
|
||||
|
||||
debian_pass: "{{ vault_debian_pass }}"
|
||||
|
||||
ansible_become_pass: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
38306565386265383731653936353766396630626163316335643261613561363030653561346239
|
||||
3764363033386531623331616132643637353536326439620a356232626635626266656331643466
|
||||
36343435646561643662373138613237626461373330346566356132636366623731643838383633
|
||||
3765666163656264340a663138623535626161376666323862373131383637356231323737313564
|
||||
6430
|
||||
|
||||
woodpecker_server: 'ci.rustybever.be:9000'
|
||||
woodpecker_secret: "{{ vault_woodpecker_secret }}"
|
||||
|
||||
restic_version: '0.16.2'
|
||||
|
||||
ntfy_user_pi_pass: "{{ vault_ntfy_user_pi_pass }}"
|
||||
|
||||
gitea_lfs_jwt_secret: "{{ vault_gitea_lfs_jwt_secret }}"
|
||||
gitea_secret_key: "{{ vault_gitea_secret_key }}"
|
||||
gitea_internal_token: "{{ vault_gitea_internal_token }}"
|
||||
gitea_jwt_secret: "{{ vault_gitea_jwt_secret }}"
|
||||
32
inventory/group_vars/all/vault.yml
Normal file
32
inventory/group_vars/all/vault.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
$ANSIBLE_VAULT;1.1;AES256
|
||||
62316366343931626135336332623963643864616164386132363565303565303165326238303132
|
||||
3266623662613739333637393937373137313161306136310a613335346362346333323461336130
|
||||
61386264346464376539303733393961306664376663613034316337313963343761636634636131
|
||||
3231633934646130630a303038383563346539383561386362613935376634306561643964626334
|
||||
35333166623531383236623535636362323039613136346534343232306163393436366135373634
|
||||
31303338303939613433326633373838353431653231646430333333323665643130306436663539
|
||||
35393266346232366161653332303264623733343262636363613630323366376130646264333739
|
||||
34396139303130613631646535363831623463333565396134376234356132336236373366313830
|
||||
61386661303966313862653732653338386466643838636263393766366139373237316165643764
|
||||
66336465613838316465316166653064343066623339616530303038356238303832373135663665
|
||||
35383938333362643038326635316538666536613137663633363434336138306135316665353734
|
||||
63633439366664613633353465643466663564663832396435663931643538636238643233373039
|
||||
35623438333139353632383263343538626561343035613239366266623033636335633536643431
|
||||
30663139353634663662373062363937393838393266343264386134306333326164656334316364
|
||||
39343662313464383362646237383337393664623632653235623165666636363635383636363430
|
||||
35306365383536356265363733396165303765316638366331376230306630393735393334653362
|
||||
65313332646434323831313764306230616236383963376634623437346635653937623830653064
|
||||
62396162396165643563373239373264396137666334646238616262663464623363373565626539
|
||||
64373936346166356134306431616638346633376366336136383939666665373565383633336431
|
||||
33346431353639643063616630313630653038616430316366323137303034336539643161383734
|
||||
35346430643433653866663636333639343364363831343531363937313330343865323535353533
|
||||
32666566343736653135363966643665396234636437316438636530366231653963356237613065
|
||||
30623338323733666365613631666361306666613364393261623732623963613731613933383138
|
||||
65656565396435643833613764346139343365663766623535626166346330633938626135326230
|
||||
63356535633834633763363666333662646633366537623732623835653332316239646135373933
|
||||
30333339396237386538343434653764613036396463333263333061316136323336356663666664
|
||||
36363235643334363666336364333336366439646537306235333532343832653531356430353730
|
||||
34303830343734653631313936383962343131643965303464343031633030613635356231633566
|
||||
63366531663361386461333532383638636662633261343365633361346535366132303339346664
|
||||
33626638643233333766356534393039393962343630303137653733393532633264616664363235
|
||||
343465376233356362383334663334633033
|
||||
Loading…
Add table
Add a link
Reference in a new issue