mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-28 10:19:36 +00:00
* Match machines by MAC address in examples * Re-use the MAC address to assign static networkd configs where needed. * UUID is useful to uniquely identify a machine (unlike MAC) but many users had difficulty finding the network device name to use in static networkd configs. Selecting by MAC reduces the potential for user error here.
10 lines
252 B
JSON
10 lines
252 B
JSON
{
|
|
"id": "default",
|
|
"name": "default",
|
|
"profile": "etcd-proxy",
|
|
"metadata": {
|
|
"etcd_initial_cluster": "node1=http://172.17.0.21:2380,node2=http://172.17.0.22:2380,node3=http://172.17.0.23:2380",
|
|
"fleet_metadata": "role=etcd-proxy"
|
|
}
|
|
}
|