Network View
Use the nios_network_view
module to create, update, or remove a network view object from a NIOS Grid.
The following table describes the parameters you can define in the nios_network_view
module:
Parameter | Required/Optional | Description |
---|---|---|
| Required | Specifies the name of the network view. |
| Optional | Specifies extensible attributes for the network view object. |
| Optional | Specifies the state of the network view instance on the NIOS server.
|
| Optional | Describes the network view object. |
| Required | Defines the details of the connection:
For information on additional fields you can define, see the list of subparameters in the NIOS Modules for Ansible Collections topic. |
| Required | The |
Examples
name: Configure a new network view
infoblox.nios_modules.nios_network_view:
name: ansible
state: present
provider:
host: <nios_hostname_or_hostip>
username: <nios_username>
password: <nios_password>
connection: local
name: Update an existing network view
infoblox.nios_modules.nios_network_view:
name: {new_name: ansible-new, old_name: ansible}
state: present
provider:
host: <nios_hostname_or_hostip>
username: <nios_username>
password: <nios_password>
connection: local