mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
The `simple_config_file` was confusing and doesn't work if you copy paste it.
(cherry picked from commit 20d09a4ae6
)
Co-authored-by: Samori Gorse <samori@codeinstyle.io>
This commit is contained in:
parent
9e6df4f1c9
commit
198b813b55
1 changed files with 10 additions and 11 deletions
|
@ -62,16 +62,15 @@ DOCUMENTATION = '''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
# file must be named xen_orchestra.yaml or xen_orchestra.yml
|
# file must be named xen_orchestra.yaml or xen_orchestra.yml
|
||||||
simple_config_file:
|
plugin: community.general.xen_orchestra
|
||||||
plugin: community.general.xen_orchestra
|
api_host: 192.168.1.255
|
||||||
api_host: 192.168.1.255
|
user: xo
|
||||||
user: xo
|
password: xo_pwd
|
||||||
password: xo_pwd
|
validate_certs: true
|
||||||
validate_certs: true
|
use_ssl: true
|
||||||
use_ssl: true
|
groups:
|
||||||
groups:
|
|
||||||
kube_nodes: "'kube_node' in tags"
|
kube_nodes: "'kube_node' in tags"
|
||||||
compose:
|
compose:
|
||||||
ansible_port: 2222
|
ansible_port: 2222
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue