Skip to content

linickx/ansible-cisco

Repository files navigation

Ansible Cisco Primer

More details here: https://www.linickx.com/tag/ansible

REFS:

Show Command Testing - Credentials in File

  • show_clock.yml - Get the time/clock, assume Priv 15, read uid/pass from file.
  • show_clock_enable.yml - Get the time/clock, some devices require "enable"

Show Command Testing - Prompt for Credentials

  • show_clock_prompt.yml - Get the time/clock, assume Priv 15
  • show_clock_prompt_enable.yml - Get the time/clock, some devices require "enable"

Config Add

  • set_ntp.yml - Simple adding DNS/NTP servers, assume Priv 15, read uid/pass from file.
  • set_ntp_enable.yml - Adding DNS/NTP servers, some devices require "enable", take a backup, wr memif needed

Config Standardisation

  • standard_ntp_enable.yml - Standardise NTP and DNS i.e. add missing and remove wrong

Releases

No releases published

Packages

No packages published