8 lines
208 B
YAML
8 lines
208 B
YAML
---
|
|
- include: debian.yml
|
|
when: ansible_distribution == 'Debian'
|
|
- include: freebsd.yml
|
|
when: ansible_distribution == 'FreeBSD'
|
|
- include: modules.yml
|
|
when: ansible_system == 'Linux'
|
|
- include: ssh.yml
|