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

Support default password encrypt with ansible vault #18

Open
lokori opened this issue Mar 21, 2017 · 1 comment
Open

Support default password encrypt with ansible vault #18

lokori opened this issue Mar 21, 2017 · 1 comment

Comments

@lokori
Copy link

lokori commented Mar 21, 2017

It would be nice if the password files could be encrypted with Ansible vault. Recent versions of Ansible support Ansible vault encryption for copy tasks so this might not require any actual changes, or very minimal changes.

For encrypted files, copy task requires the vault-password from a file, given in a command line parameter. Playbook can't apparently required prompt for password during installation.

@noidi
Copy link
Contributor

noidi commented Mar 23, 2017

The password files should not be commited at all (they contain the default passwords for new users and the users can and should change them). I'd rather create a .gitignore file in the password directory to prevent accidental commits of plaintext passwords.

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

No branches or pull requests

2 participants