mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 21:30:22 -07:00
Fix examples formatting (#345)
This commit is contained in:
parent
31ba39cac4
commit
a7c830f49d
148 changed files with 330 additions and 334 deletions
|
@ -246,7 +246,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = '''
|
||||
# basic provisioning example vpc network
|
||||
- name: basic provisioning example
|
||||
- name: Basic provisioning example
|
||||
hosts: localhost
|
||||
vars:
|
||||
alicloud_access_key: <your-alicloud-access-key-id>
|
||||
|
@ -268,7 +268,7 @@ EXAMPLES = '''
|
|||
force: True
|
||||
|
||||
tasks:
|
||||
- name: launch ECS instance in VPC network
|
||||
- name: Launch ECS instance in VPC network
|
||||
ali_instance:
|
||||
alicloud_access_key: '{{ alicloud_access_key }}'
|
||||
alicloud_secret_key: '{{ alicloud_secret_key }}'
|
||||
|
@ -286,7 +286,7 @@ EXAMPLES = '''
|
|||
host_name: '{{ host_name }}'
|
||||
password: '{{ password }}'
|
||||
|
||||
- name: with count and count_tag to create a number of instances
|
||||
- name: With count and count_tag to create a number of instances
|
||||
ali_instance:
|
||||
alicloud_access_key: '{{ alicloud_access_key }}'
|
||||
alicloud_secret_key: '{{ alicloud_secret_key }}'
|
||||
|
@ -308,7 +308,7 @@ EXAMPLES = '''
|
|||
host_name: '{{ host_name }}'
|
||||
password: '{{ password }}'
|
||||
|
||||
- name: start instance
|
||||
- name: Start instance
|
||||
ali_instance:
|
||||
alicloud_access_key: '{{ alicloud_access_key }}'
|
||||
alicloud_secret_key: '{{ alicloud_secret_key }}'
|
||||
|
@ -316,7 +316,7 @@ EXAMPLES = '''
|
|||
instance_ids: '{{ instance_ids }}'
|
||||
state: 'running'
|
||||
|
||||
- name: reboot instance forcibly
|
||||
- name: Reboot instance forcibly
|
||||
ecs:
|
||||
alicloud_access_key: '{{ alicloud_access_key }}'
|
||||
alicloud_secret_key: '{{ alicloud_secret_key }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue