mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Solved minor bugs which appeared during refactoring
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
default_system_email:
|
||||
local: no-reply
|
||||
domain: "{{primary_domain}}"
|
||||
username: "{{system_email.local}}@{{system_email.domain}}"
|
||||
username: "no-reply@{{primary_domain}}"
|
||||
host: "mail.{{primary_domain}}"
|
||||
smtp_port: 465
|
||||
tls: true
|
||||
start_tls: false
|
||||
from: "{{system_email.username}}"
|
||||
from: "no-reply@{{primary_domain}}"
|
||||
smtp: true
|
@@ -2,6 +2,5 @@
|
||||
# Path Variables for Key Directories and Scripts
|
||||
path_administrator_home: "/home/administrator/"
|
||||
path_administrator_scripts: "/opt/scripts/"
|
||||
#path_docker_volumes: "{{path_administrator_home}}volumes/docker/"
|
||||
path_docker_compose_instances: "/opt/docker/"
|
||||
path_system_lock_script: "/opt/scripts/system-maintenance-lock.py"
|
Reference in New Issue
Block a user