-
Notifications
You must be signed in to change notification settings - Fork 2
Update monogo 7.0.21 #2
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
Use ansible.builtin.pip instead of pip
-
get_url + signed-by instead of apt_key
-
signed-by=/usr/share/keyrings/... in the repo: line for secure APT key
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
prefer downloading key directly.
-
use secret for password
-
perform ansible lint
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
for mongo_authentication_key you can use lookup
-
mongo_version you already use in defaults no need to mention - avoid duplication
-
Hardcoded credentials
Update mongo db version 7.0.21 for ubuntu 22.04