servers/services/wipe/vars/main.yml
Kacper Donat a517daa91b Use registry.kadet.net/podlike insted of official one
This build is able to use private registries so pre-deploy task with
image pull is not longer required
2022-10-28 18:25:27 +02:00

8 lines
157 B
YAML

---
wipe_host: https://wipe.kadet.net
wipe_version: '2022.1.0-dev'
wipe_database:
name: wipe
user: wipe
password: "{{ mysql_user_passwords['wipe'] }}"