Mercurial > code > home > repos > infra
view inventory.py @ 98:3d4340fbb16c
finish moving these lines from system.py
author | drewp@bigasterisk.com |
---|---|
date | Fri, 15 Jul 2022 14:36:00 -0700 |
parents | 376ab3be6e94 |
children | 340d778a1682 |
line wrap: on
line source
ssh_user = 'root' ssh_key = '/root/.ssh/id_ecdsa' big = [ ('bang', { 'wireguard_address': '10.5.0.1', }), # ('dash', { 'ssh_hostname': '10.2.0.23', 'wireguard_address': '10.5.0.5', }), ('slash', { 'ssh_hostname': '10.2.0.82', 'wireguard_address': '10.5.0.6', }), ('dot', { 'ssh_hostname': '10.2.0.47', 'wireguard_address': '10.5.0.30', }) ] small = [ ('pipe', { 'ssh_hostname': '10.2.0.3', 'wireguard_address': '10.5.0.3', }), ] pi = [ ('frontbed', { 'mac': 'b8:27:eb:e9:d3:44', 'ssh_hostname': '10.2.0.27', 'wireguard_address': '10.5.0.17', }), ('garage', { 'mac': 'b8:27:eb:81:17:92', 'ssh_hostname': '10.2.0.61', 'wireguard_address': '10.5.0.14', }), ] remote = [ ('prime', { 'mac': '04:01:09:7f:89:01', 'ssh_hostname': '162.243.138.136', 'wireguard_address': '10.5.0.2', }), ('plus', { 'ssh_hostname': '10.2.0.40', 'wireguard_address': '10.5.0.110', }), ]