Skip to content

enable

Collection Note

This module is part of the ansible.netcommon collection. To install the collection, use:

ansible-galaxy collection install ansible.netcommon
Added in version 1.0.0.

Synopsis

  • This become plugins allows elevated permissions on a remote network device.

Parameters

Parameter Defaults / Choices Comments
become_pass password
Env: ANSIBLE_BECOME_PASS
Env: ANSIBLE_ENABLE_PASS

Notes

Note

  • enable is really implemented in the network connection handler and as such can only be used with network connections.
  • This plugin ignores the 'become_exe' and 'become_user' settings as it uses an API and not an executable.

Authors

  • Ansible Networking Team (@ansible-Network)