Mercurial > code > home > repos > infra
diff inventory.py @ 69:659e4b228909
new host 'pipe'
author | drewp@bigasterisk.com |
---|---|
date | Sat, 11 Jun 2022 22:51:20 -0700 |
parents | 5ad4b4c712d9 |
children | 52156d3898c5 |
line wrap: on
line diff
--- a/inventory.py Thu May 05 00:04:08 2022 -0700 +++ b/inventory.py Sat Jun 11 22:51:20 2022 -0700 @@ -22,6 +22,14 @@ }) ] +small = [ + ('pipe', { + 'mac': '00:05:1b:33:3e:81', + 'ssh_hostname': '10.2.0.3', + 'wireguard_address': '10.5.0.3', + }), +] + pi = [ ('frontbed', { 'mac': 'b8:27:eb:e9:d3:44',