Hi.,
I have a new setup of netbox on ubuntu.
- netbox install according to setup
- apt install ansible pynetbox
ansible.cfg:
[inventory]
enable_plugins = host_list, auto, yaml, netbox.netbox.nb_inventory
netbox_inventory.yaml:
plugin: netbox.netbox.nb_inventory
api_endpoint: https://localhost
Hi,
use cisco ios config module with a jinja template. Works like a charm for
me.
https://docs.ansible.com/ansible/latest/collections/cisco/ios/ios_config_module.html
Michael
rtluc...@gmail.com schrieb am Montag, 28. September 2020 um 22:16:43 UTC+2:
> Hello experts, I am looking for a way to
Hi,
you need the cisco_ios module with a jinja template.
Waqas Gondal schrieb am Mittwoch, 22. Juli 2020 um 19:58:19 UTC+2:
> Hi
>
>
>
> I am working on putting Cisco ISE into enforcement mode on production
> Cisco switches for 802.1x wired authentication.
>
>
>
> Currently the access inte
Hi,
I am quite desparate already. I want to use the netbox_interface module in
ansible, but it fails. To check it, I use the uri module:
- name: URI
uri::
url: https://127.0.0.1/api/
method: GET
header:
Accept: application/json
Authorization: Token
validate_cer