Skip to content
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
1 change: 1 addition & 0 deletions inventory/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ core_devs:
- matt
- david
- gaetan
- ahmed

retired_core_devs:
- george
Expand Down
1 change: 0 additions & 1 deletion inventory/host_vars/staging.coopcircuits.fr/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ users_sysadmin:
- "{{ core_devs }}"
- paco
- konrad
- ahmed

attachment_url: ccs-ofn-staging.s3.eu-west-3.amazonaws.com

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ mail_domain: "smtp.gmail.com"
users_sysadmin:
- "{{ core_devs }}"
- konrad
- ahmed

# activate the language switcher
available_locales: en_AU,fr,es
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ users_sysadmin:
- "{{ core_devs }}"
- konrad
- bethan
- ahmed

# Enable external database access for third party integrations
postgres_listen_addresses:
Expand Down
Loading