ansible/roles/common/tasks/main.yml

11 lines
231 B
YAML
Raw Normal View History

2015-12-13 18:54:49 +01:00
---
# This playbook contains common plays that will be run on all nodes.
2016-01-13 14:19:50 +01:00
- name: Debian
include: Debian.yml
2015-12-13 18:54:49 +01:00
when: ansible_os_family == 'Debian'
2016-01-13 14:19:50 +01:00
- name: FreeBSD
include: FreeBSD.yml
2015-12-13 18:54:49 +01:00
when: ansible_distribution == 'FreeBSD'