Mercurial > code > home > repos > infra
diff inventory.py @ 85:1ac08aba5ae5
docker->podman, and some pkgs + inventory
author | drewp@bigasterisk.com |
---|---|
date | Sun, 10 Jul 2022 19:05:58 -0700 |
parents | 52156d3898c5 |
children | 376ab3be6e94 |
line wrap: on
line diff
--- a/inventory.py Sun Jun 26 01:43:13 2022 -0700 +++ b/inventory.py Sun Jul 10 19:05:58 2022 -0700 @@ -6,17 +6,14 @@ 'wireguard_address': '10.5.0.1', }), # ('dash', { - "mac": "b8:97:5a:17:d7:1fzzz", - 'ssh_hostname': '10.2.0.212', + 'ssh_hostname': '10.2.0.210', 'wireguard_address': '10.5.0.5', }), ('slash', { - 'mac': 'c8:60:00:98:ec:74', 'ssh_hostname': 'slash', 'wireguard_address': '10.5.0.6', }), ('dot', { - 'mac': '1c:c1:de:56:e6:70zzz', 'ssh_hostname': 'dot', 'wireguard_address': '10.5.0.30', }) @@ -24,7 +21,6 @@ small = [ ('pipe', { - 'mac': '00:05:1b:33:3e:81', 'ssh_hostname': '10.2.0.3', 'wireguard_address': '10.5.0.3', }), @@ -49,8 +45,8 @@ 'ssh_hostname': '162.243.138.136', 'wireguard_address': '10.5.0.2', }), - # ('plus', { - # 'ssh_hostname': '10.2.0.136', - # 'wireguard_address': '10.5.0.110', - # }), + ('plus', { + 'ssh_hostname': 'plus', + 'wireguard_address': '10.5.0.110', + }), ]