Skip to content

Ansible role to configure additional IPs for ifup

License

Notifications You must be signed in to change notification settings

rolehippie/floatingip

Repository files navigation

floatingip

Source Code General Workflow Readme Workflow Galaxy Workflow License: Apache-2.0 Ansible Role

Ansible role to configure additional IPs for ifup.

Sponsor

Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.

Table of content


Requirements

  • Minimum Ansible version: 2.10

Default Variables

floatingip_devices

Definition of floating ip devices

Default value

floatingip_devices: []

Example usage

floatingip_devices:
  - config: 90-myinterface.cfg
    device: '{{ ansible_default_ipv4.interface }}:1'
    address: 1.2.3.4
    netmask: 255.255.255.255

floatingip_path

Path to interface device definitions

Default value

floatingip_path: /etc/network/interfaces.d

Discovered Tags

floatingip

Dependencies

  • None

License

Apache-2.0

Author

Thomas Boerger