aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/nagios.yml
blob: d0ff4885e0f7fbf9628bfe1bc08d20a4b45ae5e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- name: configure nagios
  hosts: nagios_servers
  tags: nagios
  roles:
    - role: common
      tags: common

    - role: nagios_server

    - role: apache_vhost
      apache_default_vhost: yes
      apache_document_root: '{{ nagios_html_dir }}'
      apache_config: '{{ nagios_apache_config }}'
      tags: apache