[CODE] add tasks
This commit is contained in:
parent
54cffa0cdc
commit
1900ac0301
11 changed files with 203 additions and 3 deletions
12
README.md
12
README.md
|
|
@ -13,7 +13,17 @@ none
|
|||
Role Variables
|
||||
--------------
|
||||
|
||||
TODO
|
||||
Central configuration:
|
||||
* `tinc_vpn_id`: name of the vpn to be created (default: `vpn0`)
|
||||
* `tinc_central_host`: hostname of the always-on server (default: `hetzner-01`)
|
||||
* `tinc_vpn_net`: local vpn network (IPv4, CIDR notation)
|
||||
* `tinc_remote_nets`: list of remote networks, that should be forwarded to localhost (TODO: currently only one entry supported)
|
||||
* `net_cidr`: IPv4 network range (CIDR notation)
|
||||
* `gateway`: VPN network IP address of the gateway
|
||||
|
||||
Configuration for each host:
|
||||
* `tinc_client_ip`: own IP address in the tinc-local network
|
||||
* `tinc_public_addr`: public domain or IP address of the central server
|
||||
|
||||
|
||||
Dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue