mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-03-22 01:43:39 +00:00
* Use label/selector terms for machine attribute labels and group selectors requirements since it is familiar to many users
15 lines
276 B
JSON
15 lines
276 B
JSON
{
|
|
"id": "etcd-aws",
|
|
"name": "etcd Node",
|
|
"profile": "etcd-aws",
|
|
"selector": {
|
|
"name": "etcd",
|
|
"platform": "aws"
|
|
},
|
|
"metadata": {
|
|
"etcd_discovery": "token from https://discovery.etcd.io/new?size=N",
|
|
"ssh_authorized_keys": [
|
|
"ssh-rsa pub-key-goes-here"
|
|
]
|
|
}
|
|
} |