Skip to content

Commit

Permalink
Update ansible to follow the changes in Hetzner's network
Browse files Browse the repository at this point in the history
See pull 496 for more
#496
  • Loading branch information
mrchrisadams committed Jul 21, 2023
1 parent e74971e commit 3a32f6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/inventories/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
all:
hosts:
app1.thegreenwebfoundation.org:
internal_ip: "10.0.0.4"
internal_ip: "10.0.0.5"
dramatiq_threads: 2
dramatiq_processes: 3
app2.thegreenwebfoundation.org:
internal_ip: "10.0.0.5"
internal_ip: "10.0.0.4"
dramatiq_threads: 2
dramatiq_processes: 3
hel1.thegreenwebfoundation.org:
Expand Down

0 comments on commit 3a32f6c

Please sign in to comment.