Inventory/test: add borgbackup to inventory test machine

This commit is contained in:
Johannes Kirschbauer
2024-10-01 15:40:56 +02:00
parent 6612a8ad0f
commit 59889944b3

View File

@@ -17,6 +17,28 @@
}
},
"services": {
"borgbackup": {
"simple": {
"roles": {
"client": {
"machines": ["test-inventory-machine"]
},
"server": {
"tags": ["2"]
}
}
},
"double": {
"roles": {
"server": {
"machines": ["test-inventory-machine"]
},
"client": {
"tags": ["1"]
}
}
}
},
"packages": {
"editors": {
"meta": {