f-8: code: add module to load nocloud in db #8

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2025-12-26 23:00:51 +01:00
commit 13a5f4d3f9
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
6 changed files with 82 additions and 0 deletions

View file

@ -0,0 +1,10 @@
package nocloud
type Config struct {
VpcName string
BindIP string
BindPort string
Name string
Password string
SSHKEY string
}