Skip to content

Commit

Permalink
Adds CR staging information
Browse files Browse the repository at this point in the history
  • Loading branch information
rngkll committed Nov 3, 2023
1 parent e359cac commit ff7d021
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inventory/group_vars/cr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ developer_email: [email protected]
# Users listed here will have their key from /files/keys added to the app_user
users_sysadmin:
- rngkll
- "{{ core_devs }}"
# - kmoragas
# - valarauco
32 changes: 32 additions & 0 deletions inventory/host_vars/pruebas.laferia.cr/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
domain: pruebas.laferia.cr
host_id: cr_pruebas
rails_env: staging

admin_email: [email protected]

mail_domain: laferia.cr
available_locales: en,fr,es

# Optional list of subdomains to register in letsencrypt certificate
# Defaults to {{ domain }} if list is undefined
certbot_domains:
- pruebas.laferia.cr

# Size in bytes. You can also use units like 1G, 512MiB or 1000KB. See: `man fallocate`
# The default is `false`, not installing a swapfile.
#swapfile_size: 1G

# Enable external database access for third party integrations
#postgres_listen_addresses:
# - '*'
#
#custom_hba_entries:
# - { type: hostssl, database: "{{ db }}", user: zapier, address: '54.86.9.50/32', auth_method: md5 }
#
#custom_env_vars: |
# OFN_FEATURE_CONNECT_AND_LEARN="true"

# Overridable Image Settings
# attachment_url:
# attachment_path:
4 changes: 4 additions & 0 deletions inventory/hosts
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,12 @@ ca_prod
[cr_prod]
laferia.cr ansible_host=95.217.177.232

[cr_pruebas]
pruebas.laferia.cr ansible_host=198.58.117.96

[cr:children]
cr_prod
cr_pruebas

#------------------------------------------------------------------------------
# Hungary
Expand Down

0 comments on commit ff7d021

Please sign in to comment.