summaryrefslogtreecommitdiffstats
path: root/vagrant/setup.prep.yml
blob: 06ee103a8b333e3279d1a68943a9211bc6faa25c (plain)
1
2
3
4
5
6
7
8
9
10
#
# prepare the setup machine
#
- hosts: setup
  become: yes
  become_method: sudo
  vars_files:
    - ansible/distro-vars.yml
  roles:
    - setup.prep