forked from mjanez/ckan-ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
36 lines (30 loc) · 752 Bytes
/
.env.example
File metadata and controls
36 lines (30 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#Keep the same values in the .env file and the .env.example file /ckan-ansible/inventories/*/host_vars/.
# CKAN
CKAN_USER=ckan
CKAN_DIR=/usr/lib/ckan
CKAN_STORAGE_PATH=$CKAN_DIR/storage
CKAN_GIT_URL=https://github.com/ckan/ckan.git
# Host Ports
SSH_PORT_HOST=8022
CKAN_PORT_HOST=8005
NGINX_PORT_HOST=8008
NGINX_SSLPORT_HOST=8043
# Test deployment
# Ansible
ANSIBLE_DIR=/opt
ANSIBLE_CONFIG=$HOME/ckan-ansible/playbook/ansible.cfg
# Containers
CONTAINER_OS_NAME=rhel-test
## Docker Compose OS container
CONTAINER_OS=rhel
CONTAINER_OS_VERSION=8
# Container Ports
SSH_PORT=22
CKAN_PORT=5000
NGINX_PORT=80
NGINX_SSLPORT=443
# Vagrant
VAGRANT_SUDO_USER=vagrant
VAGRANT_IP=192.168.56.20
VAGRANT_RHEL_DEV_USER="user"
VAGRANT_RHEL_DEV_PASSWORD="password"