infra-ansible/basicpackages.yml

8 lines
115 B
YAML

- hosts: all
tasks:
- name:
apt:
name: ['emacs', 'htop', 'dnsutils', 'lshw']
state: present