add install basic packages

This commit is contained in:
Ataxya 2021-10-11 22:00:33 +02:00
parent 6cacf0a1ab
commit 690fa93078

7
playbook/basicpackages Normal file
View File

@ -0,0 +1,7 @@
- hosts: all
tasks:
- name:
apt:
name: ['emacs', 'htop', 'dnsutils', 'lshw']
state: present