summaryrefslogtreecommitdiff
path: root/clustering/consul.py
diff options
context:
space:
mode:
authorJoel Thompson <joel@jthompson.io>2015-12-17 23:32:05 -0500
committerJoel Thompson <joel@jthompson.io>2015-12-17 23:32:05 -0500
commitae8a4581f4735364094a1198ab7aec14aeae291a (patch)
tree62e669016aae75b0972e0d29e495c897bc109857 /clustering/consul.py
parent06bdec0cac86ef2339e0b4d8a4616ee24619956f (diff)
downloadansible-modules-extras-ae8a4581f4735364094a1198ab7aec14aeae291a.tar.gz
Add no_log=True to consul modules' API tokens
API tokens should be considered sensitive and not logged.
Diffstat (limited to 'clustering/consul.py')
-rw-r--r--clustering/consul.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clustering/consul.py b/clustering/consul.py
index 41c98d00..609dce89 100644
--- a/clustering/consul.py
+++ b/clustering/consul.py
@@ -523,7 +523,7 @@ def main():
http=dict(required=False, type='str'),
timeout=dict(required=False, type='str'),
tags=dict(required=False, type='list'),
- token=dict(required=False)
+ token=dict(required=False, no_log=True)
),
supports_check_mode=False,
)