Update documentation
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2021-03-10 14:48:23 +01:00
parent 1a39e9df3a
commit dd62c29220
3 changed files with 5 additions and 5 deletions

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

View File

@ -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"