Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nios_network add field to specify a template to use for network creation #424

Closed
noziwatele opened this issue May 27, 2020 · 4 comments
Closed
Labels
feature This issue/PR relates to a feature request module module

Comments

@noziwatele
Copy link

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
  • 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 ipv4
  nios_network:
    network: 192.168.10.0/24
    comment: this is a test comment
    template: TEST_TEMPLATE
    state: present
    provider:
      host: "{{ inventory_hostname_short }}"
      username: admin
      password: admin
  connection: local
@ansibullbot
Copy link
Collaborator

Files identified in the description:

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibullbot ansibullbot added affects_2.10 feature This issue/PR relates to a feature request module module labels May 27, 2020
@russoz
Copy link
Collaborator

russoz commented May 19, 2021

Hi there

The main development of the nios modules has moved over to https://github.com/infobloxopen/infoblox-ansible/

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).

Thanks for your contribution!

@Akasurde
Copy link
Member

Thank you very much for your interest in Ansible. This plugin/module is no longer maintained in this repository and has been migrated to https://github.com/infobloxopen/infoblox-ansible

Migrated this issue in the above repository - infobloxopen/infoblox-ansible#61.

If you have further questions please stop by IRC or the mailing list:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue/PR relates to a feature request module module
Projects
None yet
Development

No branches or pull requests

4 participants