Skip to content

joshniec/ansible-cisco-aaa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cisco AAA

This role provides a way to setup basic AAA authentication using tacacs only. Currently supported devices are NXOS, ASA and IOS(-XE). IOS-XR is not supported at this time

Requirements

Ansible version 2.5 or greater

Role Variables

This role requires that the following variables be set for the host that runs this role:

management_config:
  interface:          required
  vrf:                optional

aaa_config:
  tac_server:         required
  tac_key:            required
  tac_server_group:   required

Dependencies

No role dependencies

Example Playbook

- hosts: cisco_switches
  roles:
      - role: cisco_aaa
        management_config:
          - { interface: Mgmt0, vrf: Mgmt-vrf }
        aaa_config:
          - { tac_server: 1.1.1.1, tac_key: secure_key, tac_server_group: my_tac_group }

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published