53 lines
2.3 KiB
Makefile
53 lines
2.3 KiB
Makefile
# Created by HostStorage
|
|
|
|
all_hosts += ['deconz', 'portainer_agent']
|
|
|
|
host_tags.update({'deconz': {'address_family': 'no-ip',
|
|
'agent': 'no-agent',
|
|
'architecture': 'container',
|
|
'criticality': 'prod',
|
|
'networking': 'lan',
|
|
'os': 'linux',
|
|
'piggyback': 'piggyback',
|
|
'site': 'realm',
|
|
'snmp_ds': 'no-snmp'},
|
|
'portainer_agent': {'address_family': 'no-ip',
|
|
'agent': 'no-agent',
|
|
'architecture': 'container',
|
|
'criticality': 'prod',
|
|
'networking': 'lan',
|
|
'os': 'linux',
|
|
'piggyback': 'piggyback',
|
|
'site': 'realm',
|
|
'snmp_ds': 'no-snmp'}})
|
|
|
|
# Host attributes (needed for WATO)
|
|
host_attributes.update({'deconz': {'locked_attributes': ['site',
|
|
'tag_address_family',
|
|
'tag_agent',
|
|
'tag_piggyback',
|
|
'tag_snmp_ds'],
|
|
'locked_by': ('realm', 'dcd', 'connection_1'),
|
|
'meta_data': {'created_at': 1659413251.130238,
|
|
'created_by': 'automation',
|
|
'updated_at': 1659429606.0876746},
|
|
'site': 'realm',
|
|
'tag_address_family': 'no-ip',
|
|
'tag_agent': 'no-agent',
|
|
'tag_piggyback': 'piggyback',
|
|
'tag_snmp_ds': 'no-snmp'},
|
|
'portainer_agent': {'locked_attributes': ['site',
|
|
'tag_address_family',
|
|
'tag_agent',
|
|
'tag_piggyback',
|
|
'tag_snmp_ds'],
|
|
'locked_by': ('realm', 'dcd', 'connection_1'),
|
|
'meta_data': {'created_at': 1659413251.1305993,
|
|
'created_by': 'automation',
|
|
'updated_at': 1659429606.088307},
|
|
'site': 'realm',
|
|
'tag_address_family': 'no-ip',
|
|
'tag_agent': 'no-agent',
|
|
'tag_piggyback': 'piggyback',
|
|
'tag_snmp_ds': 'no-snmp'}})
|