You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
341 B
10 lines
341 B
---
|
|
- name: OpenBSD vmm configuration
|
|
import_tasks: openbsd.yml
|
|
when: ansible_distribution|lower == 'openbsd'
|
|
- name: Ubuntu libvirt configuration
|
|
import_tasks: ubuntu.yml
|
|
when: ansible_distribution|lower == 'ubuntu'
|
|
- name: arch linux libvirt configuration
|
|
import_tasks: arch.yml
|
|
when: ansible_distribution|lower == 'archlinux'
|
|
|