2019-10-03 10:50:19 +00:00
|
|
|
---
|
|
|
|
- include: debian.yml
|
|
|
|
when: ansible_distribution == 'Debian'
|
2019-11-04 22:37:42 +00:00
|
|
|
- include: ubuntu.yml
|
|
|
|
when: ansible_distribution == 'Ubuntu'
|
2019-10-10 18:19:05 +00:00
|
|
|
- include: freebsd.yml
|
|
|
|
when: ansible_distribution == 'FreeBSD'
|
2019-10-03 10:50:19 +00:00
|
|
|
- include: modules.yml
|
2019-10-10 18:45:35 +00:00
|
|
|
when: ansible_system == 'Linux'
|
2019-10-05 19:33:23 +00:00
|
|
|
- include: ssh.yml
|