Mercurial > code > home > repos > infra
diff inventory.py @ 40:193cd3b051c6 master
versions and ips
author | drewp@bigasterisk.com |
---|---|
date | Mon, 17 Jan 2022 12:12:02 -0800 |
parents | 71c64743e993 |
children | 5312645b615a |
line wrap: on
line diff
--- a/inventory.py Sun Jan 16 12:12:50 2022 -0800 +++ b/inventory.py Mon Jan 17 12:12:02 2022 -0800 @@ -18,8 +18,8 @@ 'wireguard_address': '10.5.0.6', }), ('dot', { - 'interface': 'enp3s0', - 'ssh_hostname': '10.2.0.25', + 'mac': 'd4:85:64:c3:db:56', + 'ssh_hostname': '10.2.0.30', 'addr': '10.2.0.30', 'wireguard_address': '10.5.0.30', }) @@ -48,7 +48,7 @@ 'wireguard_address': '10.5.0.2', }), ('plus', { - 'ssh_hostname': '10.2.0.110', + 'ssh_hostname': '10.2.0.131', 'wireguard_address': '10.5.0.110', }), ]