Nosmoht / ansible-module-foreman

Ansible module to manage configuration of Foreman
49 stars 32 forks source link

added ip, interface_attributes and compute_attributes support #76

Closed johanpostema closed 6 years ago

johanpostema commented 6 years ago

Added support for ip, interface_attributes and compute_attributes to foreman_host.py. This makes it possible to specify cpu, memory and network interface properties like name, type and network when creating a VM, and override what's specified by default in the template. Without it a template would be required for every desired configuration of cpu/mem/cores/netwerk/etc.