Add minimal role to test only preseeding.

This commit is contained in:
Andreas B. Mundt 2019-10-20 17:20:37 +02:00
parent 4fdd640d6e
commit 8ae165e842

9
minimal.yml Normal file
View file

@ -0,0 +1,9 @@
---
# This playbook does almost nothing. Useful for testing only preseeding.
- name: apply a minimal configuration to the machine
hosts: all
remote_user: ansible
become: yes
roles:
- up2date-debian