-
Notifications
You must be signed in to change notification settings - Fork 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
Spring cleaning #17
Comments
debconf[1] module allows you to use debconf-set-selections to configure deb packages, and, it's more idempotent than spawning a shell & running a command. This commit is related to issue #17 on GitHub[2]. 1. https://docs.ansible.com/ansible/debconf_module.html 2. #17 Signed-off-by: James Oguya <[email protected]>
Awesome. Did you actually try it yet? :) |
Yes. It works fine, plus it's also idempotent!
|
You said the magic word: idempotent! On Thu, Nov 12, 2015 at 4:34 PM, James Oguya [email protected]
Alan Orth |
👍 😉 |
I don't think if we can verify GPG keys if we obtained them using apt_key[1] module, you can only do that if you used get_url[2], which we are already doing[3] BTW. |
Crap, I had seen an example of it linked in a tweet as a recommendation by some infosec peeps. But finding old tweets on Twitter is tricky... and I apparently didn't retweet it. Hmmm. |
We actually need all those 9 roles. Anyway, what role(s) did you have in mind that we can clean up ? |
True, about the roles, it's really just the odf, grafana, and arcgis groups in hosts and the arcgis.yml in the root that we don't need. |
We've officially ditched ArcGIS for PostGIS. Good riddance to ... This commit is related to issue #17 on GitHub[1]. 1. #17 Signed-off-by: James Oguya <[email protected]>
Merged |
A few spring cleaning things:
The text was updated successfully, but these errors were encountered: