floatingip
floatingip
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
About
Ansible role to configure additional IPs for ifup
Install
ansible-galaxy install rolehippie/floatingip
License
apache-2.0
Downloads
20
Owner
Ansible role collection of Webhippie