Add portainer_agent module and configure srv01-hf for it

This commit is contained in:
JuliusFreudenberger 2025-09-18 01:11:57 +02:00
parent fadfd47e3f
commit cfc8f986b7
3 changed files with 25 additions and 0 deletions

View file

@ -3,5 +3,6 @@
age.secrets = {
teleport-ca_pin.file = "${inputs.secrets}/secrets/teleport/ca_pin";
teleport-join_token.file = "${inputs.secrets}/secrets/srv01-hf/teleport_auth_token";
portainer-join_token.file = "${inputs.secrets}/secrets/srv01-hf/portainer_join_token";
};
}