controlware.utils.ipv4_range (1.0.4) — filter

This filter returns a list of all host addresses between start and end address.

| "added in version" 1.0.0 of controlware.utils"

Authors: Korte Noack (@kornoa)

Install collection

Install with ansible-galaxy collection install controlware.utils:==1.0.4


Add to requirements.yml

  collections:
    - name: controlware.utils
      version: 1.0.4

Description

This filter returns a list of all host addresses between start and end address. returns: type: list description: List of IPv4 Address Strings elements: str

Inputs

    
end:
    description: String representing the ending IPv4 address
    required: true
    type: str

start:
    description: String representing the starting IPv4 address
    required: true
    type: str