aboutsummaryrefslogtreecommitdiffstats
path: root/roles/proxmox_hypervisor/templates
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-02-18 21:06:36 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-02-18 21:06:36 -0500
commitbd5ebcbea48a7d97f830034c077879baf36ce3ad (patch)
tree821ee584723de3c5d179fbd996c466d18739c217 /roles/proxmox_hypervisor/templates
parentb354722b68616044fbcc6196789f6880f6ba4b8e (diff)
downloadselfhosted-bd5ebcbea48a7d97f830034c077879baf36ce3ad.tar.gz
selfhosted-bd5ebcbea48a7d97f830034c077879baf36ce3ad.zip
proxmox: add docs
Diffstat (limited to 'roles/proxmox_hypervisor/templates')
-rw-r--r--roles/proxmox_hypervisor/templates/etc/postfix/main.cf.j24
-rw-r--r--roles/proxmox_hypervisor/templates/etc/snmp/snmpd.conf.j22
2 files changed, 3 insertions, 3 deletions
diff --git a/roles/proxmox_hypervisor/templates/etc/postfix/main.cf.j2 b/roles/proxmox_hypervisor/templates/etc/postfix/main.cf.j2
index 76575e3..813a7bf 100644
--- a/roles/proxmox_hypervisor/templates/etc/postfix/main.cf.j2
+++ b/roles/proxmox_hypervisor/templates/etc/postfix/main.cf.j2
@@ -1,6 +1,6 @@
compatibility_level = 2
-myorigin = {{ proxmox_mail_origin }}
+myorigin = {{ proxmox_postfix_myorigin }}
# disable local delivery
biff = no
@@ -10,7 +10,7 @@ inet_interfaces = loopback-only
inet_protocols = all
mynetworks_style = host
-relayhost = {{ proxmox_relayhost }}
+relayhost = {{ proxmox_postfix_relayhost }}
alias_database = hash:/etc/aliases
diff --git a/roles/proxmox_hypervisor/templates/etc/snmp/snmpd.conf.j2 b/roles/proxmox_hypervisor/templates/etc/snmp/snmpd.conf.j2
index ad04e59..66fbb89 100644
--- a/roles/proxmox_hypervisor/templates/etc/snmp/snmpd.conf.j2
+++ b/roles/proxmox_hypervisor/templates/etc/snmp/snmpd.conf.j2
@@ -5,6 +5,6 @@ sysServices 72
master agentx
-{% for user in snmp_v3_users %}
+{% for user in proxmox_snmp_v3_users %}
rouser {{ user.name }}
{% endfor %}