ansible/plays/ethercalc.yml

8 lines
179 B
YAML
Executable File

#!/usr/bin/env ansible-playbook
---
- hosts: ethercalc
vars:
ethercalc: "{{ glob_ethercalc | default({}) | combine(loc_ethercalc | default({})) }}"
roles:
- ethercalc