napalm-automation-community / napalm-vyos

NAPALM Driver for the VyOS
Apache License 2.0
37 stars 27 forks source link

Give the ability to use the SSH Agent #49

Open rootmout opened 10 months ago

rootmout commented 10 months ago

This way the module can be configured to use the ssh agent, like that:

- name: install config
  napalm.napalm.napalm_install_config:
    [...]
    optional_args:
      allow_agent: true