Last active
May 30, 2019 19:18
-
-
Save laidbackware/045df868fab191b8fb26133f567d4a8e to your computer and use it in GitHub Desktop.
nsxt_tutorials_1_answers
This file contains hidden or 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
--- | |
nsxt_ip_sets: | |
- display_name: google_dns | |
ip_addresses: | |
- '8.8.8.8' | |
- '8.8.4.4' | |
state: present | |
nsxt_firewall_section: | |
- display_name: Default rules | |
stateful: True | |
state: present | |
rules: | |
- display_name: Google DNS | |
action: ALLOW | |
destinations: | |
- target_display_name: google_dns | |
target_type: IPSet | |
ip_protocol: IPV4 | |
resource_type: FirewallRule | |
services: | |
- target_display_name: DNS | |
target_type: NSService |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment