view inventory.py @ 3:61945df2a392

updates to work on recent raspbian installs
author drewp@bigasterisk.com
date Sun, 07 Nov 2021 15:42:37 -0800
parents b664f1027992
children 7e8c7de5b490
line wrap: on
line source

ssh_user = 'root'
ssh_key = '/root/.ssh/id_ecdsa'

big = [
    'bang',
    'dash',
    'slash',
]
pi = [
    'frontbed',
    ('garage', {'ssh_hostname': '10.2.0.19'}),
]