mirror of
				https://github.com/wazuh/wazuh-docker.git
				synced 2025-10-31 03:53:32 +00:00 
			
		
		
		
	Merge pull request #717 from wazuh/714-modify-password
Add Double Quote on password
This commit is contained in:
		| @@ -3,5 +3,5 @@ hosts: | |||||||
|       url: "https://wazuh.master" |       url: "https://wazuh.master" | ||||||
|       port: 55000 |       port: 55000 | ||||||
|       username: wazuh-wui |       username: wazuh-wui | ||||||
|       password: MyS3cr37P450r.*- |       password: "MyS3cr37P450r.*-" | ||||||
|       run_as: false |       run_as: false | ||||||
|   | |||||||
| @@ -3,5 +3,5 @@ hosts: | |||||||
|       url: "https://wazuh.manager" |       url: "https://wazuh.manager" | ||||||
|       port: 55000 |       port: 55000 | ||||||
|       username: wazuh-wui |       username: wazuh-wui | ||||||
|       password: MyS3cr37P450r.*- |       password: "MyS3cr37P450r.*-" | ||||||
|       run_as: false |       run_as: false | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user