8 lines
92 B
YAML
8 lines
92 B
YAML
---
|
|
- hosts: all
|
|
gather_facts: yes
|
|
vars_files:
|
|
- ./test_vars.yml
|
|
roles:
|
|
- dns
|