You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this repo as a basis for a new omero distribution over several VMs. I've been trying to span the knowledge gap between this simple example and the very complex IDR ansible deployment. I'm finding it a little difficult to move from single VM deployment to multiple VM deployment. A little more documentation or a README here would be extremely helpful!
For example:
How does everything connect?
in the role: ome.postgresql
How does the postgresql_server_auth work?
Should the address line be { hostvars['omero-server'].ansible_eth0.ipv4.address }} instead of 0.0.0.0/0
Or is address is it zero to prevent any outside connections.
Which server should I expose to the public as the proxy to redirect requests?
The text was updated successfully, but these errors were encountered:
I'm trying to use this repo as a basis for a new omero distribution over several VMs. I've been trying to span the knowledge gap between this simple example and the very complex IDR ansible deployment. I'm finding it a little difficult to move from single VM deployment to multiple VM deployment. A little more documentation or a README here would be extremely helpful!
For example:
ome.postgresql
postgresql_server_auth
work?address
line be{ hostvars['omero-server'].ansible_eth0.ipv4.address }}
instead of0.0.0.0/0
address
is it zero to prevent any outside connections.The text was updated successfully, but these errors were encountered: