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 9b72b41 commit c23e006
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions plugins/modules/pfsense_virtual_ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,19 @@
"""

EXAMPLES = """
- name: Setup Home vip
pfsense_virtual_ip:
mode: "carp"
descr: "HOME VIP"
interface: "opt2"
vhid: 24
advbase: 1,
advskew: 0,
password": "xaequae0sheiB7sh"
uniqid": "vip_home"
subnet_bits": 24
subnet": "10.1.1.1"
state": "present"
"""

RETURN = """
Expand Down

0 comments on commit c23e006

Please sign in to comment.