infra-vagrant-host/ansible/install.yml

16 lines
336 B
YAML
Raw Normal View History

2023-02-17 14:48:29 +00:00
---
- 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