Skip to content

Commit

Permalink
[pfsense_ipsec_aggregate] Add "auto" choice
Browse files Browse the repository at this point in the history
  • Loading branch information
opoplawski committed Jan 27, 2025
1 parent 5ab18fa commit db1672b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/pfsense_ipsec_aggregate.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
myid_type:
description: Local identifier type.
default: 'myaddress'
choices: [ 'myaddress', 'address', 'fqdn', 'user_fqdn', 'asn1dn', 'keyid tag', 'dyn_dns' ]
choices: [ 'myaddress', 'address', 'fqdn', 'user_fqdn', 'asn1dn', 'keyid tag', 'dyn_dns', 'auto' ]
type: str
myid_data:
description: Local identifier value.
Expand All @@ -74,7 +74,7 @@
peerid_type:
description: Remote identifier type.
default: 'peeraddress'
choices: [ 'any', 'peeraddress', 'address', 'fqdn', 'user_fqdn', 'asn1dn', 'keyid tag' ]
choices: [ 'any', 'peeraddress', 'address', 'fqdn', 'user_fqdn', 'asn1dn', 'keyid tag', 'auto' ]
type: str
peerid_data:
description: Remote identifier value.
Expand Down

0 comments on commit db1672b

Please sign in to comment.