Make gnuviechadmin components work with Poetry

This commit is contained in:
Jan Dittberner 2023-05-07 13:15:45 +02:00
parent 18f0061ee4
commit 1932c76423
18 changed files with 41 additions and 29 deletions

View file

@ -9,7 +9,7 @@ gnuviechadmin:
amqp_user: file
celery_module: fileservertasks
fullname: File Server
git_branch: master
git_branch: main
git_url: https://git.dittberner.info/gnuviech/gvafile.git
mail_directory: /home/mail
sftp_authkeys_directory: /srv/sftp/authorized_keys

View file

@ -13,7 +13,7 @@ gnuviechadmin:
celery_module: ldaptasks
django_secret_key: IyOiTDt2DMo4gBVTwZ+E2p+mI1S/rNzZVIFlSr6TpgtxtsJODOVWHaxgVW3FqGZVaFU=
fullname: LDAP
git_branch: master
git_branch: main
git_url: https://git.dittberner.info/gnuviech/gvaldap.git
ldap_admin_password: NnVnGoWBVw6BKb9DhTwHAz0ICrdiDy+HL1A6F2Rz
ldap_admin_user: ldapadmin

View file

@ -9,7 +9,9 @@ gnuviechadmin:
amqp_user: mysql
celery_module: mysqltasks
fullname: MySQL Server
git_branch: master
git_branch: main
git_url: https://git.dittberner.info/gnuviech/gvamysql.git
mysql_admin_password: jSXstgT/AbWofdI2tJWYpQvFX1mtxt4tFMlrYxSA
mysql_admin_user: gvamysql
mysql.default_file: /etc/mysql/debian.cnf

View file

@ -9,7 +9,7 @@ gnuviechadmin:
amqp_user: pgsql
celery_module: pgsqltasks
fullname: PostgreSQL Server
git_branch: master
git_branch: main
git_url: https://git.dittberner.info/gnuviech/gvapgsql.git
pgsql_admin_password: AAv6d1t9p/vtX/kVorim2MJROQfQPWJoZP3mzyMW
pgsql_admin_user: gvapgsql

View file

@ -9,5 +9,5 @@ gnuviechadmin:
amqp_user: web
celery_module: webtasks
fullname: Web
git_branch: master
git_branch: main
git_url: https://git.dittberner.info/gnuviech/gvaweb.git