Commit 4adefd89 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

playbook: imt machines are running re6st tunnels now

since we are running in multiple sites, we need tunnels between the
sites. Let re6st handle this as usual with tunnels.
parent 8acf20a5
......@@ -26,12 +26,6 @@
- name: Add default
lineinfile: dest=/etc/re6stnet/re6stnet.conf line="default"
- name: Max Clients
lineinfile: dest=/etc/re6stnet/re6stnet.conf line="max-clients 1"
- name: Client count
lineinfile: dest=/etc/re6stnet/re6stnet.conf line="client-count 0"
- name: Include interface
lineinfile: dest=/etc/re6stnet/re6stnet.conf line="interface {{ lan_iface_name }}"
when: lan_iface_name != "noname"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment