bw-test-leo/nodes.py
2022-10-27 13:26:35 +02:00

16 lines
356 B
Python

nodes = {
'leotest': {
'hostname': '167.235.199.211',
'groups': ['all'],
'metadata': {
'domain': 'whatever.example.com',
},
},
'leotest2': {
'hostname': '167.235.199.227',
'groups': ['all'],
'metadata': {
'domain': 'somethingelse.example.com',
},
},
}