mirror of
				https://github.com/ansible-collections/community.general.git
				synced 2024-09-14 20:13:21 +02:00 
			
		
		
		
	Updated docs to have choices for crypt_scheme
This commit is contained in:
		
							parent
							
								
									086cf0acb7
								
							
						
					
					
						commit
						ffac1b5c7f
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		|  | @ -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 ] | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue