infra-ansible/basicpackages.yml

8 lines
115 B
YAML
Raw Normal View History

2021-10-11 22:00:33 +02:00
- hosts: all
tasks:
- name:
apt:
name: ['emacs', 'htop', 'dnsutils', 'lshw']
state: present