aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/roles/nomad/vars/main.yaml
blob: a72222c9923db7b5ea76e5359031c57571338844 (plain)
1
2
3
4
5
---
# file: roles/nomad/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') }}"