d6af9a49af
This makes the deploy directory cleaner by moving all compose related file/directories into the compose directory. Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
22 lines
295 B
JSON
22 lines
295 B
JSON
{
|
|
"CN": "tinkerbell",
|
|
"hosts": [
|
|
"tinkerbell.registry",
|
|
"tinkerbell.tinkerbell",
|
|
"tinkerbell",
|
|
"tink-server",
|
|
"192.168.50.4",
|
|
"127.0.0.1",
|
|
"localhost"
|
|
],
|
|
"key": {
|
|
"algo": "rsa",
|
|
"size": 2048
|
|
},
|
|
"names": [
|
|
{
|
|
"L": "@FACILITY@"
|
|
}
|
|
]
|
|
}
|