mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
Normalize YAML - Cloud/VMWare (#3612)
This commit is contained in:
parent
1a7b9090df
commit
4561c75d1c
1 changed files with 16 additions and 2 deletions
|
@ -70,9 +70,23 @@ notes:
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- vsphere_copy: host=vhost login=vuser password=vpass src=/some/local/file datacenter='DC1 Someplace' datastore=datastore1 path=some/remote/file
|
- vsphere_copy:
|
||||||
|
host: vhost
|
||||||
|
login: vuser
|
||||||
|
password: vpass
|
||||||
|
src: /some/local/file
|
||||||
|
datacenter: DC1 Someplace
|
||||||
|
datastore: datastore1
|
||||||
|
path: some/remote/file
|
||||||
transport: local
|
transport: local
|
||||||
- vsphere_copy: host=vhost login=vuser password=vpass src=/other/local/file datacenter='DC2 Someplace' datastore=datastore2 path=other/remote/file
|
- vsphere_copy:
|
||||||
|
host: vhost
|
||||||
|
login: vuser
|
||||||
|
password: vpass
|
||||||
|
src: /other/local/file
|
||||||
|
datacenter: DC2 Someplace
|
||||||
|
datastore: datastore2
|
||||||
|
path: other/remote/file
|
||||||
delegate_to: other_system
|
delegate_to: other_system
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue