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

Spring cleaning #17

Open
alanorth opened this issue Nov 10, 2015 · 9 comments
Open

Spring cleaning #17

alanorth opened this issue Nov 10, 2015 · 9 comments

Comments

@alanorth
Copy link
Member

A few spring cleaning things:

@alanorth alanorth changed the title Spring cleaning, Spring cleaning Nov 10, 2015
oguya pushed a commit that referenced this issue Nov 11, 2015
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]>
@alanorth
Copy link
Member Author

Awesome. Did you actually try it yet? :)

@oguya
Copy link
Contributor

oguya commented Nov 12, 2015

Yes. It works fine, plus it's also idempotent!

TASK: [solr | Accept Oracle license] ****************************************** 
ok: [folding01]

@alanorth
Copy link
Member Author

You said the magic word: idempotent!

On Thu, Nov 12, 2015 at 4:34 PM, James Oguya [email protected]
wrote:

Yes. It works fine, plus it's also idempotent!

TASK: [solr | Accept Oracle license] ******************************************
ok: [folding01]


Reply to this email directly or view it on GitHub
#17 (comment)
.

Alan Orth
[email protected]
https://alaninkenya.org
https://mjanja.ch
"In heaven all the interesting people are missing." ―Friedrich Nietzsche
GPG public key ID: 0x8cb0d0acb5cd81ec209c6cdfbd1a0e09c2f836c0

@oguya
Copy link
Contributor

oguya commented Nov 12, 2015

👍 😉

@oguya
Copy link
Contributor

oguya commented Nov 12, 2015

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.

  1. https://docs.ansible.com/ansible/apt_key_module.html
  2. https://docs.ansible.com/ansible/get_url_module.html
  3. https://github.com/ilri/rmg-ansible-public/blob/master/roles/solr/tasks/solr.yml#L4

@alanorth
Copy link
Member Author

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.

@oguya
Copy link
Contributor

oguya commented Nov 12, 2015

We actually need all those 9 roles. Anyway, what role(s) did you have in mind that we can clean up ?
BTW we have a lot of branches that we should clean up and or merge into master.

@alanorth
Copy link
Member Author

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.

oguya pushed a commit that referenced this issue Nov 13, 2015
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]>
@oguya
Copy link
Contributor

oguya commented Mar 22, 2016

Merged update-openssl & solr-5.2.x branches into master.
There are still a few stale branches that we should review, cleanup & merge into master or delete if we no longer need them.

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

2 participants