geerlingguy / tower-operator

DEPRECATED: This project was moved and renamed to: https://github.com/ansible/awx-operator
82 stars 34 forks source link

Ability to use external postgres database #47

Closed tylerauerbeck closed 4 years ago

tylerauerbeck commented 4 years ago

In some use cases, I"d like to only run Tower/AWX inside the cluster, but rely on an external set of postgres databases that I'm already operatoring. As part of the operator, I'd like to be able to point to this database instead of spinning one up in the cluster.

geerlingguy commented 4 years ago

Agreed, that would be a nice feature. I do something like this in my Drupal operator, so you can use an external database (whether in cluster or elsewhere): https://github.com/geerlingguy/drupal-operator/blob/master/roles/drupal/tasks/database.yml#L2-L4

geerlingguy commented 4 years ago

Now that the operator is being maintained in the Ansible namespace, I am not going to maintain this project anymore (as I consider it a historic artifact which was used to as a base for the ansible-namespace version, and I'm redirecting all issues and PRs to the Ansible-maintained version: https://github.com/ansible/awx-operator