Skip to content

Commit bf5651e

Browse files
committed
fix4
1 parent 8c38b4f commit bf5651e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

ansible/deploy.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
when: is_aws_environment
2828
- swap
2929

30-
# - name: Setup VPN
31-
# hosts: vpn
32-
# become: true
33-
# roles:
34-
# - role: openvpn
35-
# when: openvpn_enabled
36-
# tags: vpn
30+
- name: Setup VPN
31+
hosts: vpn
32+
become: true
33+
roles:
34+
- role: openvpn
35+
when: openvpn_enabled
36+
tags: vpn
3737

3838
- name: Setup jq, Python, CWAgent and Docker
3939
hosts: all
@@ -76,7 +76,7 @@
7676
become: true
7777
roles:
7878
- elastic_stack
79-
#- metricbeat
79+
# - metricbeat
8080

8181
- name: Setup load tester
8282
hosts: load_test

ansible/roles/dashd/defaults/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dashd_private_net_prefix: 16
1212
dashd_private_cidr: '{{ private_ip | ansible.utils.ipsubnet(dashd_private_net_prefix) }}'
1313

1414
# When running devnet/regtest in local networks, we have to allow RFC1918/private addresses
15-
#dashd_allowprivatenet: '{% if dashd_externalip | ansible.utils.ipaddr("private") == dashd_externalip %}1{% else %}0{% endif %}'
16-
dashd_allowprivatenet: "0"
15+
dashd_allowprivatenet: '{% if dashd_externalip | ansible.utils.ipaddr("private") == dashd_externalip %}1{% else %}0{% endif %}'
16+
1717
dashd_compose_project_name: dashcore
18-
dashd_compose_path: '{{ dashd_home }}/{{ dashd_compose_project_name }}'
18+
dashd_compose_path: '{{ dashd_home }}/{{ dashd_compose_project_name }}'

0 commit comments

Comments
 (0)