Create untested task to enable a syslog server (#53125)

This commit is contained in:
Kevin Breit 2019-03-29 08:24:41 -05:00 committed by Dag Wieers
parent 9dc90ee48b
commit c30bc24ba9

View file

@ -110,6 +110,20 @@
that:
- create_one_idempotent.changed == False
- name: Create syslog in network
meraki_syslog:
auth_key: '{{ auth_key }}'
org_name: '{{test_org_name}}'
net_name: TestNetAppliance
state: present
servers:
- host: 192.0.2.10
port: 514
roles:
- Appliance event log
- Flows
delegate_to: localhost
- name: Enable syslog for default rule
meraki_mx_l3_firewall:
auth_key: '{{ auth_key }}'