mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 04:41:26 -07:00
Change Brocade references to Extreme (#40571)
This commit is contained in:
parent
ae49f4fd35
commit
aa1345dab2
3 changed files with 5 additions and 5 deletions
|
@ -17,9 +17,9 @@ DOCUMENTATION = """
|
||||||
module: ironware_command
|
module: ironware_command
|
||||||
version_added: "2.5"
|
version_added: "2.5"
|
||||||
author: "Paul Baker (@paulquack)"
|
author: "Paul Baker (@paulquack)"
|
||||||
short_description: Run arbitrary commands on Brocade IronWare devices
|
short_description: Run arbitrary commands on Extreme IronWare devices
|
||||||
description:
|
description:
|
||||||
- Sends arbitrary commands to a Brocade Ironware node and returns the
|
- Sends arbitrary commands to a Extreme Ironware node and returns the
|
||||||
results read from the device. This module includes a I(wait_for)
|
results read from the device. This module includes a I(wait_for)
|
||||||
argument that will cause the module to wait for a specific condition
|
argument that will cause the module to wait for a specific condition
|
||||||
before returning or timing out if the condition is not met.
|
before returning or timing out if the condition is not met.
|
||||||
|
|
|
@ -17,9 +17,9 @@ DOCUMENTATION = """
|
||||||
module: ironware_config
|
module: ironware_config
|
||||||
version_added: "2.5"
|
version_added: "2.5"
|
||||||
author: "Paul Baker (@paulquack)"
|
author: "Paul Baker (@paulquack)"
|
||||||
short_description: Manage configuration sections on Brocade Ironware devices
|
short_description: Manage configuration sections on Extreme Ironware devices
|
||||||
description:
|
description:
|
||||||
- Brocade Ironware configurations use a simple block indent file syntax
|
- Extreme Ironware configurations use a simple block indent file syntax
|
||||||
for segmenting configuration into sections. This module provides
|
for segmenting configuration into sections. This module provides
|
||||||
an implementation for working with Ironware configuration sections in
|
an implementation for working with Ironware configuration sections in
|
||||||
a deterministic way.
|
a deterministic way.
|
||||||
|
|
|
@ -17,7 +17,7 @@ DOCUMENTATION = """
|
||||||
module: ironware_facts
|
module: ironware_facts
|
||||||
version_added: "2.5"
|
version_added: "2.5"
|
||||||
author: "Paul Baker (@paulquack)"
|
author: "Paul Baker (@paulquack)"
|
||||||
short_description: Collect facts from devices running Brocade Ironware
|
short_description: Collect facts from devices running Extreme Ironware
|
||||||
description:
|
description:
|
||||||
- Collects a base set of device facts from a remote device that
|
- Collects a base set of device facts from a remote device that
|
||||||
is running Ironware. This module prepends all of the
|
is running Ironware. This module prepends all of the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue