This commit is contained in:
parent
1a39e9df3a
commit
dd62c29220
BIN
.assets/vAppConfigurations-ADDS-example.png
Normal file
BIN
.assets/vAppConfigurations-ADDS-example.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
Binary file not shown.
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 249 KiB |
10
README.md
10
README.md
@ -58,7 +58,7 @@ When **provisioning** the appliance through the vCenter 'Deploy OVF template...'
|
||||
```hcl
|
||||
vapp {
|
||||
properties = {
|
||||
# "deployment.typ" = "primary"
|
||||
# "deployment.type = "primary"
|
||||
|
||||
"guestinfo.hostname" = "DC01"
|
||||
"guestinfo.ipaddress" = "10.0.0.21"
|
||||
@ -72,10 +72,10 @@ When **provisioning** the appliance through the vCenter 'Deploy OVF template...'
|
||||
"addsconfig.safemodepw" = var.adds_safemodepassword
|
||||
# "addsconfig.ntpserver" = "0.pool.ntp.org,1.pool.ntp.org,2.pool.ntp.org"
|
||||
|
||||
"vault.api" = "https://vault.example.org/v1"
|
||||
"vault.token" = "s.R2E1anlOcTZrTmZSTVZRazJM"
|
||||
"vault.pwpolicy" = "complex"
|
||||
"vault.secret" = "contoso-project42"
|
||||
"vault.api" = "https://vault.example.org/v1"
|
||||
"vault.token" = var.vault_token
|
||||
"vault.pwpolicy" = "complex"
|
||||
"vault.secret" = "contoso-project42"
|
||||
|
||||
# "dhcpconfig.startip" = "10.0.0.50"
|
||||
# "dhcpconfig.endip" = "10.0.0.250"
|
||||
|
Loading…
Reference in New Issue
Block a user