arista.eos icon indicating copy to clipboard operation
arista.eos copied to clipboard

Introduce output json to eos_config

Open ryanmerolle opened this issue 2 years ago • 0 comments

SUMMARY

It would be useful to natively use ansible when backing up or applying config, for the show running-config via the json format.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

eos_config

ADDITIONAL INFORMATION
- name: backup config in json format
  arista.eos.eos_config:
    backup: yes
    output: json
    backup_options:
      filename: backup.json
      dir_path: /home/user

ryanmerolle avatar Aug 25 '22 13:08 ryanmerolle