Set correct IP for casey on tailscale network
This commit is contained in:
parent
e57f1ea13b
commit
5706a97b4d
2 changed files with 2 additions and 2 deletions
|
@ -8,4 +8,4 @@ tailscale_port: 41641
|
||||||
|
|
||||||
tailscale_nodes:
|
tailscale_nodes:
|
||||||
casey:
|
casey:
|
||||||
ip: 100.64.0.1
|
ip: 100.64.0.6
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
private_ip: "{{ tailscale_nodes.casey.ip }}"
|
private_ip: "{{ ansible_tailscale0.ipv4.address }}"
|
||||||
nginx_https_redirect: true
|
nginx_https_redirect: true
|
||||||
|
|
||||||
certbot_certs:
|
certbot_certs:
|
||||||
|
|
Loading…
Reference in a new issue