infra-vagrant-host/ansible/install.yml

16 lines
336 B
YAML

---
- hosts: all
become: true
tasks:
- name: Install vim
apt:
name:
- vim
- acl
state: present
- include_tasks: tasks/buildtools.yml
- include_tasks: tasks/libvirt.yml
- include_tasks: tasks/vagrant.yml
- include_tasks: tasks/nfs.yml
- include_tasks: tasks/user.yml