summaryrefslogtreecommitdiff
path: root/deploy_env/group_vars/all.yml
blob: c1a65cb86c7d091faf45b2ec1e6dc09fdcae3e00 (plain)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# You should modify these variables according to your network environment.

wannat_global:     
    common:
        redis_server_ip: "192.168.44.72"
        redis_server_port: 7003
        redis_index: 0
        bifang_db_server_ip: "192.168.44.72"
        bifang_db_username: "root"
        bifang_db_password: "bifang!@#"
        bifang_radius_db_name: "tsg-bifang"
        vpn_client_ip_cidr: "10.10.120.0/24"
        vpn_server_ip_local: "10.10.120.1"
        vpn_client_ip_range: "10.10.120.2-254"
        sentry_upload_url: "https://sentry.mesalab.cn/api/3/minidump/?sentry_key=xxxxx"
        
    natgw:
        device: "eth0"
        natgw_bind_port: 3544
        to_wangw_dst_first_port: 3545
        layer2_gateway_device: "eth0"
        location_compare_type: 0
        country_location:  "Set_your_geographic_location_here"
        province_location: "Set_your_geographic_location_here"
        ctrl_device_name: "eth0"

    toroad:
        http_server_listen_port: 8888
        to_wangw_dst_first_port: 3545
        to_wangw_listen_port: 3542
        probe_pkt_timeout: 1
        g_probe_retry_times: 5
        max_item_number: 10000
        lru_timeout: 60
        
    pptp:    
        mtu: 2000
        dns1: "8.8.8.8"
        dns2: "114.114.114.114"
        
    radius:
        shared_secret: "testing123"
        server_ip: "192.168.44.72"
        
    rpm_files:
        natgw_rpm_file: "wannat_natgw-1.3.8.ed8832d-2.el7.x86_64.rpm"    
        wire_graft_rpm_file: "libwire_graft-1.4.1.ec1bc7b-2.el7.x86_64.rpm"
        toroad_rpm_file: "toroad-1.2.5.ceffe93-2.el7.x86_64.rpm"
        ppp_rpm_file: "ppp-2.4.5-34.el7_7.x86_64.rpm"
        pptpd_rpm_file: "pptpd-1.4.0-2.el7.x86_64.rpm"
        openvpn_rpm_file: "openvpn-2.4.11-1.el7.x86_64.rpm"
        radius_client_rpm_file: "radiusclient-ng-0.5.6-9.el7.x86_64.rpm"
        easy_rsa_rpm_file: "easy-rsa-3.0.8-1.el7.noarch.rpm"