diff --git a/minimal.yml b/minimal.yml new file mode 100644 index 0000000..c31c0c8 --- /dev/null +++ b/minimal.yml @@ -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