|
|
@ -68,7 +68,7 @@ EXAMPLES = r'''
|
|
|
|
delegate_to: localhost
|
|
|
|
delegate_to: localhost
|
|
|
|
|
|
|
|
|
|
|
|
- name: Remove a template from a schema
|
|
|
|
- name: Remove a template from a schema
|
|
|
|
mso_schema:
|
|
|
|
mso_schema_template:
|
|
|
|
host: mso_host
|
|
|
|
host: mso_host
|
|
|
|
username: admin
|
|
|
|
username: admin
|
|
|
|
password: SomeSecretPassword
|
|
|
|
password: SomeSecretPassword
|
|
|
@ -79,7 +79,7 @@ EXAMPLES = r'''
|
|
|
|
delegate_to: localhost
|
|
|
|
delegate_to: localhost
|
|
|
|
|
|
|
|
|
|
|
|
- name: Query a template
|
|
|
|
- name: Query a template
|
|
|
|
mso_schema:
|
|
|
|
mso_schema_template:
|
|
|
|
host: mso_host
|
|
|
|
host: mso_host
|
|
|
|
username: admin
|
|
|
|
username: admin
|
|
|
|
password: SomeSecretPassword
|
|
|
|
password: SomeSecretPassword
|
|
|
@ -91,7 +91,7 @@ EXAMPLES = r'''
|
|
|
|
register: query_result
|
|
|
|
register: query_result
|
|
|
|
|
|
|
|
|
|
|
|
- name: Query all templates
|
|
|
|
- name: Query all templates
|
|
|
|
mso_schema:
|
|
|
|
mso_schema_template:
|
|
|
|
host: mso_host
|
|
|
|
host: mso_host
|
|
|
|
username: admin
|
|
|
|
username: admin
|
|
|
|
password: SomeSecretPassword
|
|
|
|
password: SomeSecretPassword
|
|
|
|