Versions Compared

Key

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

...

  1. Generate a new ssh key on AWS (EC2 > Keypairs)
    1. place it in ~/.ssh
    2. chmod 0600.
    1. useful command if you're having problems with the key: $ openssl rsa -in chf_prod.pem -check

Git repositories for ansible - structure and use

...

This section is out of date; we no longer use the git submodule as described here.

The code we use to administer Sufia via Ansible lives is based on code provided to us by DCE, and available at https://github.com/curationexperts/ansible-hydra. See Ansible-Hydra Submodule for more details.

A wrapper with local configuration lives at https://bitbucket.org/ChemicalHeritageFoundation/ansible-inventory. Wrapper contains:

...