Skip to content

Instantly share code, notes, and snippets.

@NilashishC
Created November 19, 2019 11:15
Show Gist options
  • Save NilashishC/cf5452f087916fb88c7b73ae843d43cf to your computer and use it in GitHub Desktop.
Save NilashishC/cf5452f087916fb88c7b73ae843d43cf to your computer and use it in GitHub Desktop.
---
- 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