jack-avery / ansible-tf2network

Ansible playbook for Team Fortress 2 server cluster
2 stars 1 forks source link

correctly automatically handle single-host networks #10

Closed jack-avery closed 4 days ago

jack-avery commented 4 days ago

Single-host network meaning both metrics and a dedicated server are on the same host. Currently this is impossible and I would like it to also be compatible with having other hosts separate from the metric/dedi host. Will likely involve calculating whether the host also is the metrics host, somehow

jack-avery commented 4 days ago

Possibly fixed with https://github.com/jack-avery/ansible-tf2network/commit/5c0b579b5da2a982090ff3bd9d0c4f92b2a932c7, pending testing

jack-avery commented 4 days ago

Handled nicely without a convoluted tunnel by using named networks and Jinja2 templating.