comparison inventory.py @ 189:ef443257ae9c

new host 'squib'
author drewp@bigasterisk.com
date Mon, 12 Jun 2023 13:01:59 -0700
parents 2065998876e4
children a5399e8b47b6
comparison
equal deleted inserted replaced
188:087b84e68765 189:ef443257ae9c
19 'ssh_hostname': 'dot', 19 'ssh_hostname': 'dot',
20 'wireguard_address': '10.5.0.30', 20 'wireguard_address': '10.5.0.30',
21 }), 21 }),
22 ('ditto', { 22 ('ditto', {
23 'wireguard_address': '10.5.0.7', 23 'wireguard_address': '10.5.0.7',
24 }) 24 }),
25 ('squib', {
26 'wireguard_address': '10.5.0.32',
27 }),
25 ] 28 ]
26 29
27 small = [ 30 small = [
28 ('pipe', { 31 ('pipe', {
29 'ssh_hostname': '10.2.0.3', 32 'ssh_hostname': '10.2.0.3',