Created
November 19, 2019 11:15
-
-
Save NilashishC/cf5452f087916fb88c7b73ae843d43cf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- hosts: aws_csr | |
gather_facts: no | |
tasks: | |
- name: Configure remote host logging | |
ios_logging: | |
dest: host | |
name: 203.0.113.65 | |
state: present | |
- name: Configure Buffer Logging with Size | |
ios_logging: | |
dest: buffered | |
size: 5000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment