Skip to content

Instantly share code, notes, and snippets.

@thbkrkr
Created February 1, 2017 22:47
Show Gist options
  • Select an option

  • Save thbkrkr/55a753bd9486ae3f8b9f25df49446adb to your computer and use it in GitHub Desktop.

Select an option

Save thbkrkr/55a753bd9486ae3f8b9f25df49446adb to your computer and use it in GitHub Desktop.
Consul ports
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