ansible-gnu-corporate-works.../roles/common/tasks/main.yml

17 lines
331 B
YAML
Raw Normal View History

---
2017-08-31 21:22:57 +02:00
- name: Install aptitude
command: apt-get install -y aptitude
- name: Update lists, upgrade and install needed packages
include: apt.yml
- name: Include keyboard configuration
2017-08-31 21:22:57 +02:00
include: keyboard.yml
- name: Include hostname configuration
include: hostname.yml
- name: Include time configuration
include: time.yml