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

Configure Cisco IOS device System properties #68

Open
wants to merge 3 commits into
base: devel
Choose a base branch
from

Conversation

justjais
Copy link
Member

Added configure_system_properties and configure_system_properties jinja template for Cisco IOS device provider to configure system properties using iosxr device provider role.

To configure system properties via this role user needs to build their playbook as:

- hosts: ios
   roles:
  - name ansible-network.cisco_ios
    function: configure_system_properties
  vars:
    system_properties:
      - hostname: test-ios
        domain_name: hostname.com
        ip_domain_name: test_ip_domain.com
        ip_name_server: 192.168.1.1
        vrf_name: vrf-01
        vrf_description: new vrf named as vrf-01
        vrf_address_family: ipv4 multicast
        vrf_ipv4: multicast multitopology
        vrf_route_target: 100:26
        vrf_vnet: 4
        vrf_vpn: 2:3
        vrf_rd: 101:3

@justjais justjais requested a review from gdpak December 10, 2018 11:49
@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded.

@pabelanger
Copy link
Contributor

recheck

@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants