Skip to content

Ansible IP calc module. Given an IP address and netmask, return a bunch of facts that can be used by other tasks in the playbook.

License

Notifications You must be signed in to change notification settings

pmarkham/ansible-ipcalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ansible-ipcalc

Ansible IP calc module. Given an IP address and netmask, return a bunch of facts that can be used by other tasks in the playbook.

Facts returned are:

  • ipcalc_ip_addr
  • ipcalc_netmask
  • ipcalc_subnet
  • ipcalc_netmask_bits
  • ipcalc_network
  • ipcalc_broadcast_addr
  • ipcalc_host_min
  • ipcalc_host_max
  • ipcalc_num_hosts

About

Ansible IP calc module. Given an IP address and netmask, return a bunch of facts that can be used by other tasks in the playbook.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published