hosts/host-defs.lisp: Set the correct containing package.
[distorted-ansible] / all.yml
... / ...
CommitLineData
1### -*-yaml-*-
2###
3### Top-level playbook for making everything happen.
4
5---
6
7## Apply general configuration.
8- hosts: all
9 gather_facts: no
10 roles:
11 - common