Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions playbook.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
---

# This comment is indented at the wrong level
- name: DEPLOYING SNMP CONFIGURATIONS ON IOS AND JUNOS BASED ON THE NETWORK OS TYPE FROM A DICTIONARY
# This comment is indented at the wrong level
- name: DEPLOYING SNMP CONFIGURATIONS ON IOS AND JUNOS
hosts: iosxe,vmx

vars:
ansible_connection: network_cli
vendor_commands :
vendor_commands:
ios: |
snmp-server community ntc-team RO
snmp-server location FL_HQ
snmp-server contact JAMES_CHARLES
ios: |
junos: |
set snmp location FL_HQ
set snmp contact JAMES_CHARLES
set snmp community public authorization read-only
Expand Down