This module provides for the following ansible plugin:
- ip_range
 
Check if the size of an IP range against a minimum value.
| start: | Start IP  | 
|---|---|
| end: | End IP  | 
| min_size: | Minum size of the range  | 
| : | Tomas Sedovic  | 
|---|
- hosts: webservers
  tasks:
  - ip_range:
      end: 192.0.2.24
      min_size: 15
      start: 192.0.2.5
    name: Check the IP range
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.