-
Notifications
You must be signed in to change notification settings - Fork 5
Setup: Differences between staging and production
hhees edited this page Apr 14, 2020
·
6 revisions
Based on the detected IP address and if it match with production_ip
or staging_ip
from file ./config/<myserver>/env.yml
, the following differences compared with production are applied.
- Backup is imported if available
-
apache_ssl
is generating a self signed certificate instead of using the one from the folder./config/myserver/vault/letsencrypt
-
openvpn_cloud
is generating a random shared key, instead of using the one from the file./config/myserver/vault/vault.yml
-
openvpn_mobile
is create a new easyrsa certificate instead of using the one from the folder./config/myserver/vault/easyrsa
-
firewalld
is allowing the ip from the virtual machine where it is running -
ssh
is allowing the ip from the virtual machine where it is running -
cron_backup_rsync
cron job is not started -
cloudsync
vpn is not started -
vcontrol
cron job is not started (This is only relevant if the role is enabled) -
samba
is not running as a samba_master
- Home
- Motivation
- Main Features
- How to start
- Configuration
- Examples
- Special Roles