diff --git a/playbook/basicpackages b/playbook/basicpackages new file mode 100644 index 0000000..48bb25e --- /dev/null +++ b/playbook/basicpackages @@ -0,0 +1,7 @@ +- hosts: all + tasks: + - name: + apt: + name: ['emacs', 'htop', 'dnsutils', 'lshw'] + state: present +