feat: Let's encrypt, pocketid
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Application-specific data disks
|
||||
# Each app can have its own dedicated disk for data persistence and easy backups
|
||||
|
||||
app_data_disks:
|
||||
pocketid:
|
||||
vm: infra-core-1
|
||||
vmid: 410
|
||||
node: purah
|
||||
size: "10"
|
||||
storage: purah-mirror-860gb
|
||||
disk_id: scsi1
|
||||
mount_point: /data/pocket-id
|
||||
device: /dev/sdb
|
||||
@@ -13,5 +13,9 @@ docker_packages:
|
||||
- docker-compose
|
||||
|
||||
# Traefik configuration
|
||||
domain: "example.com" # Change to your domain
|
||||
letsencrypt_email: "admin@example.com" # Change to your email
|
||||
domain: "lino.cooking"
|
||||
letsencrypt_email: "letsencrypt@lino.cooking"
|
||||
cloudflare_api_token: "{{ vault_cloudflare_api_token }}"
|
||||
|
||||
# Pocket ID configuration
|
||||
pocketid_encryption_key: "{{ vault_pocketid_encryption_key }}"
|
||||
|
||||
@@ -1,9 +1,18 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
30633439346434353439346639633764626635653563666538653835633838643731666435303334
|
||||
3661326333363964633038303533316334363830303236350a393538306461356533636565353031
|
||||
30643036363662376661656462386235383438623533303139343037616436666161653530376639
|
||||
3063343131616333620a336430323062383738663130623139323633613035643539333565663730
|
||||
30613964353338653663373234616365303165306166373034633264303235366433396130616435
|
||||
66636161373639393166386331346639666361316237353965373562643761613064666566343436
|
||||
65353164316262313234653764353837643763363132383935323231376538383933316563326537
|
||||
35343235336163653435
|
||||
30623838356139653230313437646430626633636134313435643139663435393536616662633161
|
||||
3439346361646265653936616664653839373935333238350a643737393965313736316434356536
|
||||
34323934386661303032306431306533356335633339633165366530323464336330343862313236
|
||||
3366373465393263300a353033623763396561646133363666326232306239656662326137386135
|
||||
62623530656162303137326433353431653334343731333934316263316563343164383263386331
|
||||
31643766343934386162336335316431343766666361306333396163383863363866346536366436
|
||||
35303839333038653635353336343436663130666638656664643639633238613030656533386264
|
||||
64643063663934303062376261313535636230376264386265616531323131636130363962646665
|
||||
30303430366530356438626231613630393739656162383435643539366530313162393963613530
|
||||
39663533666337393238386437633036336332333738666234353261333932366537303936663432
|
||||
33383062303362313463333935336430303032363237373836666430343664316638363336656662
|
||||
32383962353638616433326466393239396364643533373761326461383365663163323861353533
|
||||
33646564373363656632333935333330356561393733663133393161363763313330626263663639
|
||||
66653065323432303931313461623764366135613233666131353335373431623032386264623962
|
||||
39653963353234623265376432656137656633613636363535616166323438313030383539343330
|
||||
64633963666634636666313335356130613762643863653761366661663063613465386530363738
|
||||
6537
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
vms:
|
||||
# infra-core-1:
|
||||
# vmid: 410
|
||||
# node: purah
|
||||
# cores: 4
|
||||
# memory: 8192
|
||||
# disk: 50G
|
||||
# ip: 10.0.4.10
|
||||
# network_bridge: "vmbr0"
|
||||
# storage: purah-mirror-860gb
|
||||
infra-core-1:
|
||||
vmid: 410
|
||||
node: purah
|
||||
template_vmid: 9000
|
||||
cores: 4
|
||||
memory: 8192
|
||||
disk: 50G
|
||||
ip: 10.0.4.10
|
||||
network_bridge: "vmbr0"
|
||||
storage: purah-mirror-860gb
|
||||
|
||||
# media-1:
|
||||
# vmid: 420
|
||||
|
||||
Reference in New Issue
Block a user