add the data-share to the k3s servers

This commit is contained in:
Andreas Zweili 2022-03-04 17:11:10 +01:00
parent a02c6a7097
commit 5888848e70
3 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@
ip = "10.7.89.130";
inherit inputs;
})
"${inputs.self}/modules/data-share"
"${inputs.self}/modules/k3s-master"
];
}

View File

@ -6,6 +6,7 @@
ip = "10.7.89.131";
inherit inputs;
})
"${inputs.self}/modules/data-share"
"${inputs.self}/modules/k3s-node"
];
}

View File

@ -6,6 +6,7 @@
ip = "10.7.89.132";
inherit inputs;
})
"${inputs.self}/modules/data-share"
"${inputs.self}/modules/k3s-node"
];
}