mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
modules: fix examples to use FQCN (#644)
* modules: fix examples to use FQCN * fix * fix * fix
This commit is contained in:
parent
8b92e0454d
commit
41cfdda6a3
533 changed files with 2130 additions and 2130 deletions
|
@ -104,7 +104,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = """
|
||||
- name: Create UTM aaa_group
|
||||
utm_aaa_group:
|
||||
community.general.utm_aaa_group:
|
||||
utm_host: sophos.host.name
|
||||
utm_token: abcdefghijklmno1234
|
||||
name: TestAAAGroupEntry
|
||||
|
@ -116,7 +116,7 @@ EXAMPLES = """
|
|||
state: present
|
||||
|
||||
- name: Remove UTM aaa_group
|
||||
utm_aaa_group:
|
||||
community.general.utm_aaa_group:
|
||||
utm_host: sophos.host.name
|
||||
utm_token: abcdefghijklmno1234
|
||||
name: TestAAAGroupEntry
|
||||
|
|
|
@ -34,7 +34,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = """
|
||||
- name: Remove UTM aaa_group
|
||||
utm_aaa_group_info:
|
||||
community.general.utm_aaa_group_info:
|
||||
utm_host: sophos.host.name
|
||||
utm_token: abcdefghijklmno1234
|
||||
name: TestAAAGroupEntry
|
||||
|
|
|
@ -57,7 +57,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = """
|
||||
- name: Create a ca_host_key_cert entry
|
||||
utm_ca_host_key_cert:
|
||||
community.general.utm_ca_host_key_cert:
|
||||
utm_host: sophos.host.name
|
||||
utm_token: abcdefghijklmno1234
|
||||
name: TestHostKeyCertEntry
|
||||
|
@ -72,14 +72,14 @@ EXAMPLES = """
|
|||
state: present
|
||||
|
||||
- name: Remove a ca_host_key_cert entry
|
||||
utm_ca_host_key_cert:
|
||||
community.general.utm_ca_host_key_cert:
|
||||
utm_host: sophos.host.name
|
||||
utm_token: abcdefghijklmno1234
|
||||
name: TestHostKeyCertEntry
|
||||
state: absent
|
||||
|
||||
- name: Read a ca_host_key_cert entry
|
||||
utm_ca_host_key_cert:
|
||||
community.general.utm_ca_host_key_cert:
|
||||
utm_host: sophos.host.name
|
||||
utm_token: abcdefghijklmno1234
|
||||
name: TestHostKeyCertEntry
|
||||
|
|
|
@ -33,7 +33,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = """
|
||||
- name: Get info for a ca host_key_cert entry
|
||||
utm_ca_host_key_cert_info:
|
||||
community.general.utm_ca_host_key_cert_info:
|
||||
utm_host: sophos.host.name
|
||||
utm_token: abcdefghijklmno1234
|
||||
name: TestHostKeyCertEntry
|
||||
|
|
|
@ -64,7 +64,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = """
|
||||
- name: Create UTM dns host entry
|
||||
utm_dns_host:
|
||||
community.general.utm_dns_host:
|
||||
utm_host: sophos.host.name
|
||||
utm_token: abcdefghijklmno1234
|
||||
name: TestDNSEntry
|
||||
|
@ -72,7 +72,7 @@ EXAMPLES = """
|
|||
state: present
|
||||
|
||||
- name: Remove UTM dns host entry
|
||||
utm_dns_host:
|
||||
community.general.utm_dns_host:
|
||||
utm_host: sophos.host.name
|
||||
utm_token: abcdefghijklmno1234
|
||||
name: TestDNSEntry
|
||||
|
|
|
@ -165,7 +165,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = """
|
||||
- name: Create UTM proxy_auth_profile
|
||||
utm_proxy_auth_profile:
|
||||
community.general.utm_proxy_auth_profile:
|
||||
utm_host: sophos.host.name
|
||||
utm_token: abcdefghijklmno1234
|
||||
name: TestAuthProfileEntry
|
||||
|
@ -176,14 +176,14 @@ EXAMPLES = """
|
|||
state: present
|
||||
|
||||
- name: Remove UTM proxy_auth_profile
|
||||
utm_proxy_auth_profile:
|
||||
community.general.utm_proxy_auth_profile:
|
||||
utm_host: sophos.host.name
|
||||
utm_token: abcdefghijklmno1234
|
||||
name: TestAuthProfileEntry
|
||||
state: absent
|
||||
|
||||
- name: Read UTM proxy_auth_profile
|
||||
utm_proxy_auth_profile:
|
||||
community.general.utm_proxy_auth_profile:
|
||||
utm_host: sophos.host.name
|
||||
utm_token: abcdefghijklmno1234
|
||||
name: TestAuthProfileEntry
|
||||
|
|
|
@ -122,7 +122,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = """
|
||||
- name: Create UTM proxy_exception
|
||||
utm_proxy_exception:
|
||||
community.general.utm_proxy_exception:
|
||||
utm_host: sophos.host.name
|
||||
utm_token: abcdefghijklmno1234
|
||||
name: TestExceptionEntry
|
||||
|
@ -130,7 +130,7 @@ EXAMPLES = """
|
|||
state: present
|
||||
|
||||
- name: Remove UTM proxy_exception
|
||||
utm_proxy_exception:
|
||||
community.general.utm_proxy_exception:
|
||||
utm_host: sophos.host.name
|
||||
utm_token: abcdefghijklmno1234
|
||||
name: TestExceptionEntry
|
||||
|
|
|
@ -125,7 +125,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = """
|
||||
- name: Create utm proxy_frontend
|
||||
utm_proxy_frontend:
|
||||
community.general.utm_proxy_frontend:
|
||||
utm_host: sophos.host.name
|
||||
utm_token: abcdefghijklmno1234
|
||||
name: TestFrontendEntry
|
||||
|
@ -133,7 +133,7 @@ EXAMPLES = """
|
|||
state: present
|
||||
|
||||
- name: Remove utm proxy_frontend
|
||||
utm_proxy_frontend:
|
||||
community.general.utm_proxy_frontend:
|
||||
utm_host: sophos.host.name
|
||||
utm_token: abcdefghijklmno1234
|
||||
name: TestFrontendEntry
|
||||
|
|
|
@ -34,7 +34,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = """
|
||||
- name: Get utm proxy_frontend
|
||||
utm_proxy_frontend_info:
|
||||
community.general.utm_proxy_frontend_info:
|
||||
utm_host: sophos.host.name
|
||||
utm_token: abcdefghijklmno1234
|
||||
name: TestBackendEntry
|
||||
|
|
|
@ -34,7 +34,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = """
|
||||
- name: Remove UTM proxy_location
|
||||
utm_proxy_location_info:
|
||||
community.general.utm_proxy_location_info:
|
||||
utm_host: sophos.host.name
|
||||
utm_token: abcdefghijklmno1234
|
||||
name: TestLocationEntry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue