mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #28149 from pass-by-value/proxmox_profile_doc_change
Add clarification to cloud profile doc about host
This commit is contained in:
commit
53dd01fc24
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@ Set up an initial profile at ``/etc/salt/cloud.profiles`` or
|
|||
provider: my-proxmox-config
|
||||
image: local:vztmpl/ubuntu-12.04-standard_12.04-1_amd64.tar.gz
|
||||
technology: openvz
|
||||
|
||||
# host needs to be set to the configured name of the proxmox host
|
||||
# and not the ip address or FQDN of the server
|
||||
host: myvmhost
|
||||
ip_address: 192.168.100.155
|
||||
password: topsecret
|
||||
|
|
Loading…
Add table
Reference in a new issue