Skip to content

Valve/ansible-jetty-solr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ansible-jetty-solr

Ansible playbook to setup Oracle JDK 7, Jetty and Solr on Ubuntu.

I tested it on Ubuntu 14.04 x64.

This playbook installs:

  • Oracle JDK 7 (latest)
  • Jetty 8.1.5
  • Solr 4.9.0

Then it configures Jetty to use basic HTTP authentication. The password for Jetty is autogenerated and printed to stdout.

To run the playbook use:

ansible-playbook solr/production/ansible/site.yml

If you're using amazon EC2 with Ubuntu image, your user will be ubuntu by default. So with EC2 you will need:

ansible-playbook solr/production/ansible/site.yml  -u ubuntu -s

-s tells to use sudo.

If you're using key authentication, add your pem file to ssh-agent with:

ssh-add <path_to_pem_file>.

Default port will be 8080.

About

Ansible playbook to setup Oracle JDK 7, Jetty and Solr on Ubuntu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published