updating variables files

This commit is contained in:
2021-03-03 14:50:21 +00:00
parent 71a1f9ed50
commit 06d0cda9f6
4 changed files with 56 additions and 7 deletions

11
group_vars/all/setup.yml Normal file
View File

@@ -0,0 +1,11 @@
# Time
ntpserver: pool.ntp.org
timezone: Europe/London
# Email
dot_forward_email: dtomlinson@panaetius.co.uk
smtp_hostname: "{{ vault_smtp_hostname }}"
smtp_port: 25
smtp_auth_user: "{{ vault_smtp_auth_user }}"
smtp_auth_pass: "{{ vault_smtp_auth_pass }}"
smtp_mail_from: "test-server@panaetius.co.uk"