10 lines
203 B
YAML
10 lines
203 B
YAML
---
|
|
- hosts: localhost
|
|
|
|
tasks:
|
|
- include_tasks: assert-vars.yml
|
|
- include_tasks: disable-ipv6.yml
|
|
- include_tasks: hosts.yml
|
|
- include_tasks: inst-packages.yml
|
|
# - include_tasks: misc.yml
|
|
|