infra-ansible/playbook/basicpackages.yml
2021-10-12 01:10:55 +02:00

8 lines
115 B
YAML

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