Ryan Merolle
Ryan Merolle
I am not suggesting this functionality should overwrite the existing, but maybe added as a new feature. That way, users can compare config off box using fact_diff
Hello @GomathiselviS is this supposed to work with check_mode? It did not seem to show me. I frankly would just want a feature like validate_intended_config where eos would apply the...
Interesting. I will test this shortly. Does that mean the article is wrong: ``` - reboot task (this is a snippet, full task removed for brevity) - name: reset the...
I can achieve this with the eos_command module and "show vrf" with the output set to json.
Is this still on the roadmap?
You could approach this sort of like [nautobot-plugin-golden-config](https://github.com/nautobot/nautobot-plugin-golden-config) to be more vendor agonistic. > This plugin enable four (4) key use cases. >**Configuration Backups** - Is a Nornir process to...
As an air gapped deployer that is looking into this tool, I fill like I could give some insight into a potential stakeholder setup. We have container, yum, python, and...
Thanks @bpmct ! I just need to get my own existing container image working with coder now.
This probably needs a ssh label also.
The server is air-gapped. I can manually install extensions using the UI or using the `code --install-extensions ` command in the devcontainer's terminal. My host PC where VS Code runs...