ilri / rmg-ansible-public

Ansible playbooks for ILRI research-computing infrastructure
GNU General Public License v3.0
8 stars 2 forks source link

Spring cleaning #17

Open alanorth opened 9 years ago

alanorth commented 9 years ago

A few spring cleaning things:

alanorth commented 9 years ago

Awesome. Did you actually try it yet? :)

oguya commented 9 years ago

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

TASK: [solr | Accept Oracle license] ****************************************** 
ok: [folding01]
alanorth commented 9 years ago

You said the magic word: idempotent!

On Thu, Nov 12, 2015 at 4:34 PM, James Oguya notifications@github.com 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 https://github.com/ilri/rmg-ansible-public/issues/17#issuecomment-156103224 .

Alan Orth alan.orth@gmail.com https://alaninkenya.org https://mjanja.ch "In heaven all the interesting people are missing." ―Friedrich Nietzsche GPG public key ID: 0x8cb0d0acb5cd81ec209c6cdfbd1a0e09c2f836c0

oguya commented 9 years ago

:+1: :wink:

oguya commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

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 commented 8 years ago

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.