Skip to content

Remove hardcoded IP from local services on private net

clayton craft requested to merge craftyguy/valve-infra:dnsmasq_priv_dns into master

see: #60 (closed)

TODO:

  • private_interface_ip is everywhere in ansible config, and used to generate a lot of config for services, it will need to be removed and services configured to either "listen on everything" (using the firewall to actually constrain that), or use env vars in the service config if the service's config actually allows for it (so the var can be set by systemd.service sourcing config.env on startup)
Edited by clayton craft

Merge request reports