Versions Compared

Key

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

...

  • S3 bucket management (see issue #1023). We may want to use Terraform for this instead.

    • Notably, we need to keep create_kithe_s3.yml.

  • Building ArchivesSpace (details).

Things we can eliminate

Encrypted information

We’ve used Ansible (specifically, the vault files) as a default place to store encrypted information (e.g. ssl certs, etc.). playbooks can then copy that info onto new servers.
We can and should move sensitive information that is no longer required by any playbooks to a secure spot on a shared drive, so we aren’t relying on Ansible for that function anymore. That information should then be deleted from the Ansible codebase altogether.

Playbooks

  • create_kithe.yml

  • restore_kithe.yml

  • sync_kithe.yml

  • update_kithe.yml

  • We can also remove those parts of create_manage.yml that deal exclusively with updating the digital collections servers.

...