Skip to content

Instantly share code, notes, and snippets.

@nleiva
Last active July 7, 2020 20:22
Show Gist options
  • Save nleiva/c2995947e89533612c979ea5482b69b5 to your computer and use it in GitHub Desktop.
Save nleiva/c2995947e89533612c979ea5482b69b5 to your computer and use it in GitHub Desktop.
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