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

pull/54603/head
Kevin Breit 5 years ago committed by Dag Wieers
parent 9dc90ee48b
commit c30bc24ba9

@ -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 }}'

Loading…
Cancel
Save