ANM-Network-Automation / anm_itops_playbooks

1 stars 0 forks source link

Take an optional "become" password for switches that need enable passwords #21

Closed anm-mporter closed 3 months ago

anm-mporter commented 3 months ago

Relevant properties:


ansible_become_method=enable
ansible_become_password=...
#when an enable password is passed
ansible_become=yes
adamordal commented 3 months ago

Updated the get_os.yml to add support for all current and future playbooks.