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

Add replace configuration for module vyos_config #288

Open
fett0 opened this issue Dec 26, 2022 · 0 comments
Open

Add replace configuration for module vyos_config #288

fett0 opened this issue Dec 26, 2022 · 0 comments

Comments

@fett0
Copy link

fett0 commented Dec 26, 2022

SUMMARY

We have many cases when creates automation deployments/uses cases, where we have the necessity to replace full configuration , I've seen in other modules that have this ability (https://docs.ansible.com/ansible/latest/collections/cisco/iosxr/iosxr_config_module.html#parameter-replace) it will be useful to get it for vyos_config module.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

vyos.vyos.vyos_config

ADDITIONAL INFORMATION
example : https://docs.ansible.com/ansible/latest/collections/cisco/iosxr/iosxr_config_module.html#parameter-replace
- name: load a config from file/disk and replace the current config
  vyos.vyos.vyos_config:
    src: vyos.cfg
    replace: config
    backup: yes
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

No branches or pull requests

1 participant