modules: fix examples to use FQCN (#644)

* modules: fix examples to use FQCN

* fix

* fix

* fix
This commit is contained in:
Andrew Klychkov 2020-07-13 22:50:31 +03:00 committed by GitHub
commit 41cfdda6a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
533 changed files with 2130 additions and 2130 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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