custom vars for centos-6

This commit is contained in:
Simon Kelly 2020-10-19 17:13:03 +02:00
parent 2261693e84
commit 591377fdb3
2 changed files with 2 additions and 0 deletions

View file

@ -17,6 +17,7 @@
- include_vars: '{{ item }}'
with_first_found:
- files:
- "{{ ansible_facts.distribution }}-{{ ansible_facts.distribution_major_version }}.yml"
- '{{ ansible_os_family }}.yml'
- 'defaults.yml'

View file

@ -0,0 +1 @@
monitrc: "/etc/monit.conf"