Created
February 1, 2017 22:47
-
-
Save thbkrkr/55a753bd9486ae3f8b9f25df49446adb to your computer and use it in GitHub Desktop.
Consul ports
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tcp_rules: | |
| 8500: | |
| - "{{ fw_trusted_ips }}" | |
| 8300: | |
| - "{{ private_node_ips.split(',') }}" | |
| 8301: | |
| - "{{ private_node_ips.split(',') }}" | |
| 8302: | |
| - "{{ private_node_ips.split(',') }}" | |
| 8400: | |
| - "{{ private_node_ips.split(',') }}" | |
| 8600: | |
| - "{{ private_node_ips.split(',') }}" | |
| udp_rules: | |
| 8301: | |
| - "{{ private_node_ips.split(',') }}" | |
| 8302: | |
| - "{{ private_node_ips.split(',') }}" | |
| 8600: | |
| - "{{ private_node_ips.split(',') }}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment