Mercurial > code > home > repos > infra
changeset 219:4eff573ecf46
inventory
author | drewp@bigasterisk.com |
---|---|
date | Thu, 24 Aug 2023 12:42:02 -0700 |
parents | 44b0da2e6d1f |
children | 416aa647efd9 |
files | inventory.py |
diffstat | 1 files changed, 9 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/inventory.py Sun Aug 20 15:08:18 2023 -0700 +++ b/inventory.py Thu Aug 24 12:42:02 2023 -0700 @@ -13,10 +13,10 @@ 'ssh_hostname': 'slash', 'wireguard_address': '10.5.0.6', }), - ('dot', { - 'ssh_hostname': 'dot', - 'wireguard_address': '10.5.0.30', - }), + # ('dot', { + # 'ssh_hostname': 'dot', + # 'wireguard_address': '10.5.0.30', + # }), ('ditto', { 'wireguard_address': '10.5.0.7', }), @@ -37,8 +37,7 @@ # }), ('garage', { 'mac': 'b8:27:eb:81:17:92', - 'ssh_hostname': '10.5.0.14', - 'mk_addr': '10.2.0.53', + 'ssh_hostname': '10.2.0.109', 'wireguard_address': '10.5.0.14', }), ] @@ -49,8 +48,8 @@ 'ssh_hostname': '162.243.138.136', 'wireguard_address': '10.5.0.2', }), - ('plus', { - 'ssh_hostname': 'plus', - 'wireguard_address': '10.5.0.110', - }), +# ('plus', { +# 'ssh_hostname': 'plus', +# 'wireguard_address': '10.5.0.110', +# }), ]