Merge "Use and ownership info for the ip_range module."

This commit is contained in:
Zuul 2021-06-10 21:50:13 +00:00 committed by Gerrit Code Review
commit a2cadb7359
1 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,9 @@
# implied. # implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
"""ip_range module
Used by the `ctlplane_ip_range` role.
"""
import netaddr import netaddr
from ansible.module_utils.basic import AnsibleModule from ansible.module_utils.basic import AnsibleModule
@ -25,6 +27,8 @@ module: ip_range
short_description: Check the size of an IP range short_description: Check the size of an IP range
description: description:
- Check if the size of an IP range against a minimum value. - Check if the size of an IP range against a minimum value.
- Used by the `ctlplane_ip_range` role.
- "Owned by the DFG: DF"
options: options:
start: start:
required: true required: true