update syntax for setting clan targetHost
This commit is contained in:
parent
bacaf6d5b6
commit
bc2a43262a
3 changed files with 9 additions and 3 deletions
|
|
@ -1,8 +1,16 @@
|
|||
{
|
||||
|
||||
clan = {
|
||||
meta.name = "blossom";
|
||||
|
||||
inventory.machines = {
|
||||
crocus = {
|
||||
deploy.targetHost = "root@crocus";
|
||||
};
|
||||
genepi = {
|
||||
deploy.targetHost = "root@genepi";
|
||||
};
|
||||
};
|
||||
|
||||
inventory.instances = {
|
||||
"rpqt-admin" = {
|
||||
module.input = "clan-core";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue