aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.ansible/roles/nomad/vars/main.yaml
blob: 791eeadb06e7fe89db5a0ad3d67848e1b972ca5a (plain)
1
2
3
4
5
---
# file: vars/main.yaml

nomad_node_client: "{{ (nomad_node_role == 'client') or (nomad_node_role == 'both') }}"
nomad_node_server: "{{ (nomad_node_role == 'server') or (nomad_node_role == 'both') }}"