summaryrefslogtreecommitdiffstats
path: root/ansible/prep.vm.centos8.yml
blob: 5ec9e33f09077bbc535104c97d5943d4e0ce5ece (plain)
1
2
3
4
5
6
7
8
9
10
---
- hosts: localhost
  connection: local
  become: no
  vars_files:
    - vars.yml
  vars:
    vm: "centos8"
  roles:
    - prep.vm