mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-16 10:57:29 +01:00
added template vars files
This commit is contained in:
17
host_vars/host-ip
Normal file
17
host_vars/host-ip
Normal file
@@ -0,0 +1,17 @@
|
||||
hostname: '<hostname>'
|
||||
domain: '<domain.tld>'
|
||||
|
||||
user:
|
||||
name: '<username>'
|
||||
password: '<bas64-hashed-user-pass>'
|
||||
|
||||
admin_mail: '<your@mail.com>'
|
||||
|
||||
relay:
|
||||
server: '<mail-relay>'
|
||||
port: '587'
|
||||
user: '<sasl_user>'
|
||||
password: '<sasl_pass>'
|
||||
|
||||
backup_via_samba: false
|
||||
backup_via_nfs: true
|
||||
Reference in New Issue
Block a user