ansible/roles/ubuntu_base/tasks/base.yml

18 lines
319 B
YAML
Raw Normal View History

# vim: ft=yaml.ansible
2018-05-10 09:20:28 +00:00
---
2021-02-01 20:06:39 +00:00
- name: Install necessary packages via apt
2018-05-10 09:20:28 +00:00
apt:
name: "{{ packages }}"
vars:
packages:
- aptitude
- python3-pip
- apparmor
- haveged
- mosh
- name: Install Dell OpenManage
apt:
name: srvadmin-all
when: not vagrant and not skip_dell_apt_repo