POC: Supporting k3s-ansible with external database (#339)

* POC: Supporting k3s-ansible with external database

Signed-off-by: Peter Klijn <pjmklijn@gmail.com>
This commit is contained in:
Peter Klijn
2024-07-02 22:34:34 +02:00
committed by GitHub
parent 91ee70ee17
commit 31b8b1edcf
3 changed files with 43 additions and 3 deletions

View File

@@ -7,3 +7,4 @@ user_kubectl: true # noqa var-naming[no-role-prefix]
cluster_context: k3s-ansible # noqa var-naming[no-role-prefix]
server_group: server # noqa var-naming[no-role-prefix]
agent_group: agent # noqa var-naming[no-role-prefix]
use_external_database: false # noqa var-naming[no-role-prefix]