From 8ae165e842e459e830a4273d51373b4302983101 Mon Sep 17 00:00:00 2001 From: "Andreas B. Mundt" Date: Sun, 20 Oct 2019 17:20:37 +0200 Subject: [PATCH] Add minimal role to test only preseeding. --- minimal.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 minimal.yml 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