14 lines
382 B
YAML
14 lines
382 B
YAML
|
---
|
||
|
# Main tasks file for munin-async
|
||
|
|
||
|
- name: Include OS-specific variables.
|
||
|
include_vars: "{{ ansible_os_family }}.yml"
|
||
|
when: "'munin_server' not in group_names"
|
||
|
|
||
|
- import_tasks: package.yml
|
||
|
when: "'munin_server' not in group_names"
|
||
|
- import_tasks: service.yml
|
||
|
when: "'munin_server' not in group_names"
|
||
|
- import_tasks: user.yml
|
||
|
when: "'munin_server' not in group_names"
|