ybalt / ansible-tower

Ansible Tower dockerized
Apache License 2.0
104 stars 79 forks source link

Added instructions on how to persist data under /var/lib/awx/projects #18

Closed tchellomello closed 6 years ago

tchellomello commented 6 years ago

This is a simple enhancement to document how to persist the Ansible projects saved under /var/lib/awx/projects directory.

Sometimes this is important as the user can have manually projects which can be destroyed on a new deployment. Maybe we should include this as a separate VOLUME to have consistency. If we decide to go this route, IMHO the PGDATA should be a separate volume too.

@ybalt what are your thoughts?

ybalt commented 6 years ago

@tchellomello sounds good. Feel free to make a pull request. Thanks!