Skip to content

Commit

Permalink
Add reference to 5th app server
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchrisadams committed Jul 9, 2024
1 parent b78ba81 commit 1cb016e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion ansible/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
# - app2.thegreenwebfoundation.org
# - app3.thegreenwebfoundation.org
# - app4.thegreenwebfoundation.org
- app_servers
# - app5.thegreenwebfoundation.org

# - app_servers
# api servers are app1, app2, and app4, mainly serving API traffic
# - api_servers
# admin server is app3, mainly serving member portal traffic
Expand Down
9 changes: 5 additions & 4 deletions ansible/see_command_output.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@

hosts:
# - all
- app1.thegreenwebfoundation.org
- app2.thegreenwebfoundation.org
- app3.thegreenwebfoundation.org
- app4.thegreenwebfoundation.org
# - app1.thegreenwebfoundation.org
# - app2.thegreenwebfoundation.org
# - app3.thegreenwebfoundation.org
# - app4.thegreenwebfoundation.org
# - app5.thegreenwebfoundation.org

remote_user: deploy
vars:
Expand Down

0 comments on commit 1cb016e

Please sign in to comment.