vars_prompt encrypt from mgw

This commit is contained in:
Rodney Quillo
2012-08-09 22:56:40 +08:00
parent a7cd16a016
commit d1f821361d
4 changed files with 67 additions and 8 deletions

View File

@@ -32,6 +32,14 @@
- name: "release_version"
prompt: "Product release version"
private: False
- name: "my_password2"
prompt: "Enter password2"
private: True
encrypt: "md5_crypt"
confirm: True
salt_size: 7
salt: "foo"
# this is just a simple example to show that vars_prompt works, but
# you might ask for a tag to use with the git module or perhaps