Skip to content

Commit

Permalink
Update pfsense_virtual_ip.py
Browse files Browse the repository at this point in the history
  • Loading branch information
genofire authored Jan 30, 2024
1 parent 4855e33 commit 4b0465d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions plugins/modules/pfsense_virtual_ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
required: True
type: str
choices: [ "proxyarp", "carp", "ipalias", "other" ]
noexpand:
description: Disable expansion of this entry into IPs on NAT lists (e.g. 192.168.1.0/24 expands to 256 entries.)
required: false
type: bool
descr:
description: Description
required: False
Expand Down Expand Up @@ -114,7 +110,7 @@
vhid=dict(required=False, type='int'),
advskew=dict(required=False, type='int'),
advbase=dict(required=False, type='int'),
password=dict(required=False, type='str'),
password=dict(required=False, type='str', no_log=True),
uniqid=dict(required=False, type='str'),
descr=dict(required=False, type='str'),
type=dict(required=False, type='str', choices=['single'], default='single'),
Expand Down

0 comments on commit 4b0465d

Please sign in to comment.