|
|
|
@ -100,7 +100,7 @@ extends_documentation_fragment: mso
|
|
|
|
|
|
|
|
|
|
EXAMPLES = r'''
|
|
|
|
|
- name: Add a new static port to a site EPG
|
|
|
|
|
mso_schema_template_anp_epg_staticport:
|
|
|
|
|
mso_schema_site_anp_epg_staticport:
|
|
|
|
|
host: mso_host
|
|
|
|
|
username: admin
|
|
|
|
|
password: SomeSecretPassword
|
|
|
|
@ -119,7 +119,7 @@ EXAMPLES = r'''
|
|
|
|
|
delegate_to: localhost
|
|
|
|
|
|
|
|
|
|
- name: Remove a static port from a site EPG
|
|
|
|
|
mso_schema_template_anp_epg_staticport:
|
|
|
|
|
mso_schema_site_anp_epg_staticport:
|
|
|
|
|
host: mso_host
|
|
|
|
|
username: admin
|
|
|
|
|
password: SomeSecretPassword
|
|
|
|
@ -136,7 +136,7 @@ EXAMPLES = r'''
|
|
|
|
|
delegate_to: localhost
|
|
|
|
|
|
|
|
|
|
- name: Query a specific site EPG static port
|
|
|
|
|
mso_schema_template_anp_epg_staticport:
|
|
|
|
|
mso_schema_site_anp_epg_staticport:
|
|
|
|
|
host: mso_host
|
|
|
|
|
username: admin
|
|
|
|
|
password: SomeSecretPassword
|
|
|
|
@ -154,7 +154,7 @@ EXAMPLES = r'''
|
|
|
|
|
register: query_result
|
|
|
|
|
|
|
|
|
|
- name: Query all site EPG static ports
|
|
|
|
|
mso_schema_template_anp_epg_staticport:
|
|
|
|
|
mso_schema_site_anp_epg_staticport:
|
|
|
|
|
host: mso_host
|
|
|
|
|
username: admin
|
|
|
|
|
password: SomeSecretPassword
|
|
|
|
|