summaryrefslogtreecommitdiff
path: root/web_infrastructure
diff options
context:
space:
mode:
authormxxcon <mxxcon@gmail.com>2014-01-30 01:05:05 -0500
committermxxcon <mxxcon@gmail.com>2014-01-30 01:05:05 -0500
commit970260cc36ba3539fc05bba02dd094e36c9114dc (patch)
treea950700fbe445d9a0b7c49d68af2ade945782380 /web_infrastructure
parent531b2832cf90348a88296f6b4d6e98fcf115cf34 (diff)
downloadansible-modules-core-970260cc36ba3539fc05bba02dd094e36c9114dc.tar.gz
Updated docs to have choices for crypt_scheme
Diffstat (limited to 'web_infrastructure')
-rw-r--r--web_infrastructure/htpasswd7
1 files changed, 4 insertions, 3 deletions
diff --git a/web_infrastructure/htpasswd b/web_infrastructure/htpasswd
index 95d43bcd..b6fa42a6 100644
--- a/web_infrastructure/htpasswd
+++ b/web_infrastructure/htpasswd
@@ -39,13 +39,14 @@ options:
password:
required: false
description:
- - Password associated with user.
- - Must be specified if user does not exist yet
+ - Password associated with user.
+ - Must be specified if user does not exist yet.
crypt_scheme:
required: false
+ choices: ["apr_md5_crypt", "des_crypt", "ldap_sha1", "plaintext"]
default: "apr_md5_crypt"
description:
- - 'Encryption scheme to be used. One of: "apr_md5_crypt", "des_crypt", "ldap_sha1" or "plaintext"'
+ - Encryption scheme to be used.
state:
required: false
choices: [ present, absent ]