diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-05-04 00:10:22 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-05-04 00:35:51 -0700 |
commit | c3e9305bce9fd1aaf165779fb46570c683750e6f (patch) | |
tree | dcc01e3d35abd0647f7a053a00d9e3f1f91072d1 /inventory | |
parent | 7106b304324b3a7c4dc5fa25432f08041cbc41cb (diff) | |
download | infra-c3e9305bce9fd1aaf165779fb46570c683750e6f.tar.gz infra-c3e9305bce9fd1aaf165779fb46570c683750e6f.zip |
Tried to use docker ingress to solve x-real-ip on mail daemon but it didn't work for other ports
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -6,7 +6,7 @@ swarm-three ansible_host=10.128.0.203 ansible_user=serve ansible_connection=ssh # outbound-one.liz.coffee ansible_user=serve ansible_connection=ssh ansible_become_password='{{ outbound_become_password }}' outbound-two.liz.coffee ansible_user=serve ansible_connection=ssh ansible_become_password='{{ outbound_become_password }}' -[nginx-proxy] +[nginx_proxy] outbound-two.liz.coffee ansible_user=serve ansible_connection=ssh ansible_become_password='{{ outbound_become_password }}' # outbound-one.liz.coffee ansible_user=serve ansible_connection=ssh ansible_become_password='{{ outbound_become_password }}' @@ -62,3 +62,6 @@ swarm-one ansible_host=10.128.0.201 ansible_user=serve ansible_connectio [src] swarm-one ansible_host=10.128.0.201 ansible_user=serve ansible_connection=ssh ansible_become_password='{{ swarm_become_password }}' +[test] +swarm-one ansible_host=10.128.0.201 ansible_user=serve ansible_connection=ssh ansible_become_password='{{ swarm_become_password }}' + |