ansible-tinc
ansible-tinc copied to clipboard
Configure tinc mesh VPN network
I need to force a couple of routes in `tinc-up.j2` for just one specific host but I don't get how to do it. I realize that this is probably more...
Implemented in: https://github.com/drybjed/ansible-tinc/pull/2
I'm redesigning the `debops.tinc` role to use new configuration and remove excessive variables like `tinc__*_mesh0` (really, who thought that would be a good idea in the first place?). Druing this...
Need to replace templates/etc/systemd/system/[email protected] line 9: ExecStart=/usr/sbin/tincd -D -n %i -o Interface=%i --mlock --chroot --user={{ tinc_user }} with the following: ExecStart=/usr/sbin/tincd -D {{ tinc_extra_options }} -n %i -o Interface=%i --mlock...
in router mode, there is a need for multiple subnet: lines. having tinc_host_configuration only a dictionary, makes only only Subnet: line "valid". Yes, I've resorted to using capitalization to hack...
The advice is to fix etc/tinc/network/tinc.conf.j2: Name = {{ tinc_hostname | replace("-","_") }} Thought, I might think that it might need to be defaults/main.yml to change: tinc_hostname: '{{ inventory_hostname_short |...
Hello, I'm using FQDN in my ansible inventory file and found follow issue. Because _tinc_hostname_ defined as _inventory_hostname_short_ that uses for generate hosts files, and _tinc_connect_to_ uses items from group...