You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a network is created in NIOS a pre-defined template can be specified that automatically creates commonly used objects within the new network, such as fixed addresses/reservations for router IPs, DHCP ranges, etc.
It would be great if a template could be specified by name in a field in the nios_network module. Other nios_ modules could possibly also use templates.
ISSUE TYPE
Feature Idea
COMPONENT NAME
nios_network
(could also be added to other nios_* modules for objects that support templates)
ADDITIONAL INFORMATION
A string field would be added, possibly named 'template', that would be used to specify the template to be used. This is passed directly through to the NIOS API or infoblox_client module in the template=TEMPLATE_NAME argument.
- name: configure a network ipv4nios_network:
network: 192.168.10.0/24comment: this is a test commenttemplate: TEST_TEMPLATEstate: presentprovider:
host: "{{ inventory_hostname_short }}"username: adminpassword: adminconnection: local
The text was updated successfully, but these errors were encountered:
You should probably create the same issue there and close this one. The nios modules are set for deprecation in community.general on version 5.0.0 (spring 2022, still far away but nonetheless set).
SUMMARY
When a network is created in NIOS a pre-defined template can be specified that automatically creates commonly used objects within the new network, such as fixed addresses/reservations for router IPs, DHCP ranges, etc.
It would be great if a template could be specified by name in a field in the nios_network module. Other nios_ modules could possibly also use templates.
ISSUE TYPE
COMPONENT NAME
nios_network
(could also be added to other nios_* modules for objects that support templates)
ADDITIONAL INFORMATION
A string field would be added, possibly named 'template', that would be used to specify the template to be used. This is passed directly through to the NIOS API or infoblox_client module in the template=TEMPLATE_NAME argument.
The text was updated successfully, but these errors were encountered: