diff inventory.py @ 146:2065998876e4

add host 'ditto'
author drewp@bigasterisk.com
date Sat, 11 Mar 2023 12:17:56 -0800
parents 034ec25a4f93
children ef443257ae9c
line wrap: on
line diff
--- a/inventory.py	Sat Mar 11 11:22:48 2023 -0800
+++ b/inventory.py	Sat Mar 11 12:17:56 2023 -0800
@@ -18,6 +18,9 @@
     ('dot', {
         'ssh_hostname': 'dot',
         'wireguard_address': '10.5.0.30',
+    }),
+    ('ditto', {
+        'wireguard_address': '10.5.0.7',
     })
 ]