Skip to content

Use netplan to add extra static IPs to any interface in a persistent way

License

Notifications You must be signed in to change notification settings

mangadex-pub/ansible-role-netplan-static-ips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-netplan-static-ips

Status: Unstable

(Persistently) add extra IPs to network interfaces using netplan.

Example

- name: Ensure extra IP addresses
  ansible.builtin.include_role: mangadex.netplan_static_ips
  vars:
    netplan_static_ips:
      lo: [ 1.2.3.4/32, 1.2.3.5/32 ]
      eth0: [ 5.6.7.8/26 ]

About

Use netplan to add extra static IPs to any interface in a persistent way

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages