summaryrefslogtreecommitdiff
path: root/system/iptables.py
diff options
context:
space:
mode:
authorPavel Sychev <pasha.sychev@gmail.com>2016-01-28 11:27:31 +0300
committerPavel Sychev <pasha.sychev@gmail.com>2016-03-23 10:48:31 +0300
commitc15dcf888bee05109247218d90358dc608bbb98e (patch)
tree5f3a6a8ad1d41f4de865942f70b0326bdae8aa78 /system/iptables.py
parent12890b14b2482c85d425298ccfc71b893d44a041 (diff)
downloadansible-modules-extras-c15dcf888bee05109247218d90358dc608bbb98e.tar.gz
Added docs for reject_with and uid_owner.
Diffstat (limited to 'system/iptables.py')
-rw-r--r--system/iptables.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/system/iptables.py b/system/iptables.py
index ebf39910..4a85d731 100644
--- a/system/iptables.py
+++ b/system/iptables.py
@@ -249,6 +249,14 @@ options:
- "Specifies the maximum burst before the above limit kicks in."
required: false
default: null
+ uid_owner:
+ description:
+ - "Specifies the UID or username to use in match by owner rule."
+ required: false
+ reject_with:
+ description:
+ - "Specifies the error packet type to return while rejecting."
+ required: false
'''
EXAMPLES = '''