Skip to content

Commit 0179d65

Browse files
committed
feat: Add choices for encapsulation protocol in netbox_tunnel.py
1 parent 916d003 commit 0179d65

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

plugins/modules/netbox_tunnel.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,13 @@
4747
encapsulation:
4848
description:
4949
- The encapsulation protocol or technique employed to effect the tunnel
50+
choices:
51+
- ipsec-transport
52+
- ipsec-tunnel
53+
- ip-ip
54+
- gre
5055
required: true
51-
type: raw
56+
type: str
5257
ipsec_profile:
5358
description:
5459
- The IPSec Profile employed to negotiate security associations

0 commit comments

Comments
 (0)