ansible.netcommon.enable (6.1.0) — become

Switch to elevated permissions on a network device

| "added in version" 1.0.0 of ansible.netcommon"

Authors: Ansible Networking Team (@ansible-network)

Install collection

Install with ansible-galaxy collection install ansible.netcommon:==6.1.0


Add to requirements.yml

  collections:
    - name: ansible.netcommon
      version: 6.1.0

Description

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

Inputs

    
become_pass:
    description: password
    env:
    - name: ANSIBLE_BECOME_PASS
    - name: ANSIBLE_ENABLE_PASS
    ini:
    - key: password
      section: enable_become_plugin
    vars:
    - name: ansible_become_password
    - name: ansible_become_pass
    - name: ansible_enable_pass