Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use encoded string of mysql password for slurm_mysql_password #53

Open
martbhell opened this issue Jul 8, 2016 · 1 comment
Open

Use encoded string of mysql password for slurm_mysql_password #53

martbhell opened this issue Jul 8, 2016 · 1 comment

Comments

@martbhell
Copy link
Contributor

martbhell commented Jul 8, 2016

The "encrypted" parameter can be used instead of "password" to the mysql_user module since ansible 2.0

http://docs.ansible.com/ansible/mysql_user_module.html

As the slurm_mysql_password variable is set manually by the users of this role, probably to implement this we should create a new variable (perhaps slurm_mysql_encrypted_password) and use that if it's set and if not use the slurm_mysql_password.

@martbhell
Copy link
Contributor Author

I wonder if the password still needs to be written in clear text to the slurm config file. Some testing of that is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant