✨: add koillection
This commit is contained in:
10
inventory/group_vars/pgsqlservers.yml
Normal file
10
inventory/group_vars/pgsqlservers.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
postgres_pg_versions:
|
||||
Debian:
|
||||
"buster": 11
|
||||
"bullseye": 13
|
||||
"bookworm": 15
|
||||
"trixie": 17
|
||||
|
||||
postgres_pg_version: "{{ postgres_pg_versions[ansible_os_family][ansible_distribution_release] }}"
|
@@ -18,6 +18,8 @@ web_hostname:
|
||||
- host: r.mateu.be
|
||||
- host: ff.libertus.eu
|
||||
type: firefly3
|
||||
- host: koi.libertus.eu
|
||||
type: koillection
|
||||
|
||||
firefly3_app_key: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
@@ -110,3 +112,27 @@ nextcloud_pg_password: !vault |
|
||||
39333636373365373638393930303063333066376362363262343239353632393663306564643061
|
||||
3761366163373132360a643234333137313131396334303762616634333661396337393731323334
|
||||
3361
|
||||
|
||||
koillection_pg_role: "koillection"
|
||||
koillection_pg_database: "koillectiondb"
|
||||
koillection_pg_password: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
31313736366532653862656463323561373630373564633061373964336531636332363630616231
|
||||
3631336633626539343035663065373537313166373363360a393166393966303931363165303531
|
||||
36613534313235646437373561643661323365316537636436623230646436343463343736396664
|
||||
6534373438376339610a343533323765623337323066343636343263633434393639633037346236
|
||||
66663432376635323735633466313463326563373662666533303737343163613838
|
||||
koillection_app_secret: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
32386264366435326136303431663564386366633664313030613133643237396566313162303162
|
||||
3466653566313865636661343830363938333338393564380a323363323365653163646265636537
|
||||
33373761343136666666333364333735353133343362383932623531636262663961336163303637
|
||||
3232613062386366610a393465343637643338323633613234373262643039653336396639613766
|
||||
32323638626166343365386438646136366130633765313734623733333432383866
|
||||
koillection_jwt_passphrase: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
36353937633530626333396264353963613938306463653238633464626535346631393065386636
|
||||
6463306331373035616436323533383332666163623033320a623033656231333239623238306462
|
||||
61316662646161376466333862653732383030343762303637346163366266393935396335333962
|
||||
6363346638633337370a333261316335613433356566323432356661353564373833666535626663
|
||||
30363635333331643831626236623965663633643666666564356434303436303832
|
||||
|
Reference in New Issue
Block a user