Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

au-prod4 #969

Merged
merged 2 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion inventory/group_vars/au.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ timezone: Melbourne


# Used for the LetsEncrypt email setting
developer_email: maikel@openfoodnetwork.org.au
developer_email: core-devs@openfoodnetwork.org.au

users_sysadmin:
- "{{ core_devs }}"
3 changes: 1 addition & 2 deletions inventory/host_vars/openfoodnetwork.org.au/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ domain: openfoodnetwork.org.au
host_id: au-prod
rails_env: production

admin_email: maikel@openfoodnetwork.org.au
admin_email: core-devs@openfoodnetwork.org.au

mail_domain: openfoodnetwork.org

Expand All @@ -13,7 +13,6 @@ mail_domain: openfoodnetwork.org
certbot_domains:
- openfoodnetwork.org.au
- www.openfoodnetwork.org.au
- prod3.openfoodnetwork.org.au

# Size in bytes. You can also use units like 1G, 512MiB or 1000KB. See: `man fallocate`
# The default is `false`, not installing a swapfile.
Expand Down
2 changes: 1 addition & 1 deletion inventory/hosts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test
# Australia

[au_prod]
openfoodnetwork.org.au ansible_host=43.239.97.238
openfoodnetwork.org.au ansible_host=43.239.97.226 # prod4

[au_staging]
staging.openfoodnetwork.org.au
Expand Down