mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 12:50:05 +01:00
feat: mostly terraform shenanigans, but TF can now create ssh keys and servers
This commit is contained in:
@@ -2,22 +2,22 @@ org_key = "org_lnJwmyyWH7JC-JgZo5v3Kw"
|
||||
org_secret = "fqd9yebGMfK6h5HSgWn4sXrwr9xlFbvbIYtNylRElMQ"
|
||||
|
||||
ssh_keys = {
|
||||
key1 = {
|
||||
name = "CI deploy key 1"
|
||||
comment = "deploy1@autoglue"
|
||||
bastionKey = {
|
||||
name = "Bastion Key"
|
||||
comment = "deploy@autoglue"
|
||||
type = "rsa"
|
||||
bits = 4096
|
||||
enable_download = true
|
||||
download_part = "both"
|
||||
download_dir = "out/key1"
|
||||
download_dir = "out/bastionKey"
|
||||
}
|
||||
key2 = {
|
||||
name = "CI deploy key 2"
|
||||
comment = "deploy2@autoglue"
|
||||
clusterKey = {
|
||||
name = "Cluster Key"
|
||||
comment = "bastion@autoglue"
|
||||
type = "ed25519" # bits ignored
|
||||
enable_download = true
|
||||
download_part = "both"
|
||||
download_dir = "out/key2"
|
||||
download_dir = "out/clusterKey"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user