Last active
July 7, 2020 20:22
-
-
Save nleiva/c2995947e89533612c979ea5482b69b5 to your computer and use it in GitHub Desktop.
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
module_args = dict( | |
platform = dict(type='str', required=True, choices=['juniper', 'cisco', 'ciscoasa', 'ciscoxr', 'brocade', \ | |
'arista', 'aruba', 'ipset', 'iptables', 'nsxv', \ | |
'packetfilter', 'pcap', 'speedway', 'srx', 'srxlo', \ | |
'windows_advfirewall', 'nftables', 'gce', 'paloalto', 'cloudarmor' \ | |
'fail me']), | |
filter_options = dict(type='list', required=False, default=['Default-ACL-Name']), | |
comment = dict(type='str', required=False, default="Default Comment"), | |
def_folder = dict(type='str', required=False, default="integration/targets/translate/files/def"), | |
pol_file = dict(type='str', required=False, default="integration/targets/translate/files/policies/terms.pol"), | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment