Add authentik to opentofu
This commit is contained in:
parent
496cd360c6
commit
01ee9d4b44
9 changed files with 184 additions and 84 deletions
|
@ -1,11 +1,11 @@
|
|||
hosts = {
|
||||
"node001" = {
|
||||
hostname = "node001"
|
||||
rdns = "node001.serguzim.net"
|
||||
provider = "contabo"
|
||||
ipv4_address = "144.91.106.67",
|
||||
ipv6_address = "2a02:c207:2051:6620::1"
|
||||
},
|
||||
#"node001" = {
|
||||
# hostname = "node001"
|
||||
# rdns = "node001.serguzim.net"
|
||||
# provider = "contabo"
|
||||
# ipv4_address = "144.91.106.67",
|
||||
# ipv6_address = "2a02:c207:2051:6620::1"
|
||||
#},
|
||||
"node002" = {
|
||||
hostname = "node002"
|
||||
rdns = "node002.serguzim.net"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue