blob: 5d813dffc7f76e7ac31fbb175c6af97b9f7f84e7 (
plain)
1
2
3
4
5
|
---
# file: vars/main.yaml
consul_node_client: "{{ (consul_node_role == 'client') or (consul_node_role == 'both') }}"
consul_node_server: "{{ (consul_node_role == 'server') or (consul_node_role == 'both') }}"
|