Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • ansible-playbook create_kithe.yml --vault-password-file password_file.txt --private-key=~/.ssh/test.pem --extra-vars "role=solr tier=staging"

  • Then take the private IP of the resulting SOLR server from the EC2 console, and add it to group_vars/kithe_staging:

...

solr_ip: new_private_ip_of_scihist_digicoll-solr1-staging

3. Build the jobs server

ansible-playbook create_kithe.yml --vault-password-file password_file.txt --private-key=~/.ssh/test.pem --extra-vars "role=jobs tier=staging"

...