File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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
7676 become : true
7777 roles :
7878 - elastic_stack
79- # - metricbeat
79+ # - metricbeat
8080
8181- name : Setup load tester
8282 hosts : load_test
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dashd_private_net_prefix: 16
1212dashd_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+
1717dashd_compose_project_name : dashcore
18- dashd_compose_path : ' {{ dashd_home }}/{{ dashd_compose_project_name }}'
18+ dashd_compose_path : ' {{ dashd_home }}/{{ dashd_compose_project_name }}'
You can’t perform that action at this time.
0 commit comments