adds new database host

This commit is contained in:
2025-03-03 20:41:55 +01:00
parent 9a1b488356
commit 96125a0e50
3 changed files with 13 additions and 3 deletions

9
host_vars/database.yml Normal file
View File

@@ -0,0 +1,9 @@
---
custom_firewall_ports:
- 111
- 2049
- 3306
apt_packages:
- nfs-kernel-server
# install_mysql_exporter: true
description: 'database & filestorage node for hosting app.retailor.io'