Drag and drop the code from the bottom onto the box where the code is missing in the Ansible script to get the existing firewall rules from Cisco Meraki and store the results to a new variable. Not all options are used.
The answer was in this page: https://docs.ansible.com/ansible/latest/scenario_guides/guide_meraki.html
This is a result:
- name: Get firewall rules
meraki_mx_l3_firewall:
auth_key: KEY123
org_name: example_org
net_name: example_net
state: query
delegate_to: localhost
register: rules
- set_fact:
original_ruleset: '{{rules.data}}'
This section is not available anymore. Please use the main Exam Page.350-901 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
hatsec
Highly Voted 10 months, 3 weeks agokrajan
10 months agocj_kuo
Most Recent 8 months agoxChdjdufurpew
9 months, 2 weeks ago