Set correct IP for casey on tailscale network
All checks were successful
/ ansible (push) Successful in 1m39s
/ terraform (push) Successful in 38s

This commit is contained in:
Jake Howard 2024-09-09 09:54:04 +01:00
parent e57f1ea13b
commit 5706a97b4d
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 2 additions and 2 deletions

View file

@ -8,4 +8,4 @@ tailscale_port: 41641
tailscale_nodes: tailscale_nodes:
casey: casey:
ip: 100.64.0.1 ip: 100.64.0.6

View file

@ -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: