aboutsummaryrefslogtreecommitdiff
path: root/ansible/roles/nomad/templates
Commit message (Collapse)AuthorAgeFilesLines
* Make things work on cluster devx.adnab.meAlex Auvolat2020-07-151-1/+11
|
* Fix nomad ip addressAlex Auvolat2020-07-151-1/+1
| | | | | | | | | | | Remove the networ_interface parameter in nomad config This means that nomad will now autodetect its own ip address by looking at the default route. Thus nodes in a LAN behind a NAT will get their LAN address, and internet nodes will get their public address. They won't get their VPN addresses. This seems not to break Consul's use of VPN addresses to address services, and fixes attr.unique.network.ip-address for DiploNAT.
* Allow external VPN nodes, make multi-DC deployment workAlex Auvolat2020-07-151-1/+3
|
* Set up wireguard in dev clusterAlex Auvolat2020-07-151-4/+4
|
* Fix docker volumeQuentin Dufour2020-07-051-0/+4
|
* Initial commitQuentin2019-07-111-0/+30