Compare commits

..

No commits in common. "6739a0b2b0f478605e67fac278a09a9e8bf77f02" and "f615ca8acaafe5b6e20bf3322bc1357cce04b977" have entirely different histories.

5 changed files with 2 additions and 22 deletions

View File

@ -1,5 +1,3 @@
MERCURE_URL=http://mercure/.well-known/mercure
MERCURE_PUBLIC_URL=https://{{ cojedzie_domain }}/.well-known/mercure
MERCURE_JWT_SECRET={{ cojedzie_mercure_jwt_key }}
DATABASE_URL=mysql://{{ cojedzie_database.user }}:{{ cojedzie_database.password }}@{{ database_mysql_host }}/{{ cojedzie_database.name }}?serverVersion=mariadb-10.7.1

View File

@ -1,5 +1,6 @@
---
cojedzie_domain: cojedzie.pl
cojedzie_version: '2021.2.0'
cojedzie_update_cron: 0 0 4 * * *
cojedzie_gtm: ""
cojedzie_mercure_jwt_key: !vault |

View File

@ -1,2 +1,2 @@
---
portainer_version: 2.13.1
portainer_version: 2.11.1

View File

@ -13,7 +13,6 @@ mysql_databases:
- name: keylighter
- name: shitcode
- name: cojedzie-next
- name: cojedzie
mysql_users:
- name: gitea
@ -67,17 +66,4 @@ mysql_users:
3662646135666461310a353561383261313130623132636366363264393639613963386162613330
31303239636231636633366530333530643063303434623763363731616635663639636135316666
3737323335303065376633356238303961323331396666366636
- name: cojedzie
priv: cojedzie.*:ALL
host: '172.%'
password: !vault |
$ANSIBLE_VAULT;1.1;AES256
35346533366533313962656662613965626139646164656536616361353137386137353962616137
3639333138656330326431643362363737656536376661350a343430386361653732333932393265
65363865616465623965643564376330316437653665646332353663613038343765316663313837
3662646135666461310a353561383261313130623132636366363264393639613963386162613330
31303239636231636633366530333530643063303434623763363731616635663639636135316666
3737323335303065376633356238303961323331396666366636
mysql_user_passwords: "{{ mysql_users|items2dict(key_name='name', value_name='password') }}"

View File

@ -69,12 +69,7 @@ service_config:
www_data_users: ["{{ ansible_user }}"]
cojedzie:
cojedzie_version: '2022.2.0'
cojedzie_gtm: GTM-TQNX386
cojedzie_database:
name: cojedzie
user: cojedzie
password: "{{ mysql_user_passwords['cojedzie'] }}"
cojedzie-next:
cojedzie_database: