This commit is contained in:
2023-11-23 20:28:11 -06:00
parent 80e136c657
commit c823593c62
4 changed files with 34 additions and 28 deletions

View File

@@ -8,17 +8,19 @@ NM_NODEMANAGER=192.168.1.5
# NM_VC_USER='administrator@vsphere.local'
# NM_VC_PASS='supersecret'
# DEFINE DYNMAIC DNS LOGIN INFO FOR POWER-DNS SERVERS FOR UPDATING RECORDS
# DEFINE DYNAMIC DNS LOGIN INFO FOR POWER-DNS SERVERS FOR UPDATING RECORDS
#-----------------------------------------------------------------------------------------------------------------------------------------
# NM_DYNHOST="wdns.scity.us" # IF NOT DEFINED, USES SCITY DEFAULT PDNS SERVERS (wdns.scity.us)
NM_DYNUSER=""
NM_DYNPASS=""
NM_WPDNS_KEY=""
NM_DYNDNS_LOC['mainsite']='comma seperated list of DNS A records to update'
NM_DYNDNS_LOC['offsite']='comma seperated list of DNS A records to update for other site'
NM_PDNS_HOST="" # IF NOT DEFINED, USES SCITY DEFAULT PDNS SERVERS (wdns.scity.us)
NM_PDNS_USER=""
NM_PDNS_PASS=""
NM_PDNS_APIKEY=""
NM_DYNDNS_SITES['mainsite']='comma seperated list of DNS A records to update'
NM_DYNDNS_SITES['offsite']='comma seperated list of DNS A records to update for other site'
# DEFINE PATHS FOR NEW CERTS AND NEW SITES (except proxy sites which default to nginx)
#-----------------------------------------------------------------------------------------------------------------------------------------
NM_CERTPATHS['LB']='/etc/letsencrypt'
NM_WWWPATHS['WEB']='/var/www'
# DEFIINE NODE TYPES OF THEIR ASSOCIATES HOSTS TO MONITOR (comma seperated)
#-----------------------------------------------------------------------------------------------------------------------------------------