Ansible Inventory with Regex 2 years ago with Comments Off on Ansible Inventory with Regex in Ansible A particular customer has a naming scheme that’s just different enough to make me learn something new. They use a site code and ...
Grabbing CDP info with Ansible 3 years ago with no comments in Ansible A simple playbook that will login to hosts, grab CDP neighbor information (except phones) and put the results into a text file on the ...
ACL’s with Ansible 3 years ago with no comments in Ansible Here’s a playbook that shows creating an ACL, adding to an ACL and deleting an ACL in a Cisco device. --- - name: Cisco Module ...