mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50: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
|
@ -56,8 +56,7 @@ extends_documentation_fragment:
|
|||
'''
|
||||
|
||||
EXAMPLES = """
|
||||
# Create a ca_host_key_cert entry
|
||||
- name: utm ca_host_key_cert
|
||||
- name: Create a ca_host_key_cert entry
|
||||
utm_ca_host_key_cert:
|
||||
utm_host: sophos.host.name
|
||||
utm_token: abcdefghijklmno1234
|
||||
|
@ -72,16 +71,14 @@ EXAMPLES = """
|
|||
--- END CERTIFICATE ---
|
||||
state: present
|
||||
|
||||
# Remove a ca_host_key_cert entry
|
||||
- name: utm ca_host_key_cert
|
||||
- name: Remove a ca_host_key_cert entry
|
||||
utm_ca_host_key_cert:
|
||||
utm_host: sophos.host.name
|
||||
utm_token: abcdefghijklmno1234
|
||||
name: TestHostKeyCertEntry
|
||||
state: absent
|
||||
|
||||
# Read a ca_host_key_cert entry
|
||||
- name: utm ca_host_key_cert
|
||||
- name: Read a ca_host_key_cert entry
|
||||
utm_ca_host_key_cert:
|
||||
utm_host: sophos.host.name
|
||||
utm_token: abcdefghijklmno1234
|
||||
|
|
|
@ -32,7 +32,7 @@ extends_documentation_fragment:
|
|||
'''
|
||||
|
||||
EXAMPLES = """
|
||||
- name: utm ca_host_key_cert_info
|
||||
- name: Get info for a ca host_key_cert entry
|
||||
utm_ca_host_key_cert_info:
|
||||
utm_host: sophos.host.name
|
||||
utm_token: abcdefghijklmno1234
|
||||
|
|
|
@ -49,8 +49,7 @@ extends_documentation_fragment:
|
|||
'''
|
||||
|
||||
EXAMPLES = """
|
||||
# Create a network interface address
|
||||
- name: utm network interface address
|
||||
- name: Create a network interface address
|
||||
utm_proxy_backend:
|
||||
utm_host: sophos.host.name
|
||||
utm_token: abcdefghijklmno1234
|
||||
|
@ -58,8 +57,7 @@ EXAMPLES = """
|
|||
address: 0.0.0.0
|
||||
state: present
|
||||
|
||||
# Remove a network interface address
|
||||
- name: utm network interface address
|
||||
- name: Remove a network interface address
|
||||
network_interface_address:
|
||||
utm_host: sophos.host.name
|
||||
utm_token: abcdefghijklmno1234
|
||||
|
|
|
@ -31,7 +31,7 @@ extends_documentation_fragment:
|
|||
'''
|
||||
|
||||
EXAMPLES = """
|
||||
- name: utm network interface address
|
||||
- name: Get network interface address info
|
||||
utm_proxy_interface_address_info:
|
||||
utm_host: sophos.host.name
|
||||
utm_token: abcdefghijklmno1234
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue