Mercurial > code > home > repos > infra
diff inventory.py @ 275:058c312ffdce
new host `pillow`
author | drewp@bigasterisk.com |
---|---|
date | Sat, 23 Mar 2024 14:20:20 -0700 |
parents | 05a8106163ab |
children | 4e424a144183 |
line wrap: on
line diff
--- a/inventory.py Sun Mar 03 21:03:35 2024 -0800 +++ b/inventory.py Sat Mar 23 14:20:20 2024 -0700 @@ -18,4 +18,5 @@ remote = [ ('prime', { 'wireguard_address': '10.5.0.2', 'ssh_hostname': '162.243.138.136','mac': '04:01:09:7f:89:01',}), ('plus', { 'wireguard_address': '10.5.0.110','ssh_hostname': '10.2.0.35', }), + ('pillow', { 'wireguard_address': '10.5.0.111','ssh_hostname':'10.5.0.111',}), ]