let clan find the deploy targets by itself
This commit is contained in:
parent
1f9d0663b3
commit
0ca67e1303
1 changed files with 0 additions and 2 deletions
|
|
@ -5,14 +5,12 @@
|
||||||
|
|
||||||
inventory.machines = {
|
inventory.machines = {
|
||||||
crocus = {
|
crocus = {
|
||||||
deploy.targetHost = "root@crocus";
|
|
||||||
tags = [
|
tags = [
|
||||||
"garage"
|
"garage"
|
||||||
"server"
|
"server"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
genepi = {
|
genepi = {
|
||||||
deploy.targetHost = "root@genepi";
|
|
||||||
tags = [
|
tags = [
|
||||||
"garage"
|
"garage"
|
||||||
"server"
|
"server"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue