mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
adds new module eos_system (#20797)
* provides declarative resource for configuring eos system parameters * supports network_cli connection plugin only * adds unit tests for module using mock interfaces
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
!
|
||||
hostname switch01
|
||||
ip domain lookup source-interface Management1
|
||||
ip name-server vrf mgmt 8.8.4.4
|
||||
ip name-server vrf default 8.8.8.8
|
||||
ip domain-name eng.ansible.com
|
||||
ip domain-list ansible.com
|
||||
ip domain-list ops.ansible.com
|
||||
!
|
||||
vrf definition mgmt
|
||||
!
|
||||
vrf definition test
|
||||
Reference in New Issue
Block a user