infra/ansible/playbooks/nomad-client.yml

6 lines
64 B
YAML
Raw Normal View History

2020-08-30 00:23:24 +00:00
---
- hosts: nomad_client
roles:
- role: nomad_client
...