diff --git a/blogs.yaml b/blogs.yaml index 08367f2..4e45da2 100644 --- a/blogs.yaml +++ b/blogs.yaml @@ -12,3 +12,6 @@ - role: wordpress site_names: - kaos +- hosts: status + roles: + - role: icinga2-monitoring diff --git a/ca.yaml b/ca.yaml index eb4d221..314d221 100644 --- a/ca.yaml +++ b/ca.yaml @@ -4,3 +4,6 @@ - role: ssh_server - role: dns_record - role: ca +- hosts: status + roles: + - role: icinga2-monitoring diff --git a/firewall.yaml b/firewall.yaml index b781e66..ec32c0f 100644 --- a/firewall.yaml +++ b/firewall.yaml @@ -4,3 +4,6 @@ - role: openvpn - role: ssh_server ansible_distribution: "openwrt" +- hosts: status + roles: + - role: icinga2-monitoring diff --git a/ldap.yaml b/ldap.yaml index d7fb035..d5b5616 100644 --- a/ldap.yaml +++ b/ldap.yaml @@ -12,3 +12,6 @@ - role: ldap ldap_domain: 'lilik.it' ldap_organization: 'LILiK' +- hosts: status + roles: + - role: icinga2-monitoring diff --git a/lists.yaml b/lists.yaml index 1f37536..e94f18a 100644 --- a/lists.yaml +++ b/lists.yaml @@ -10,3 +10,6 @@ roles: - role: dns_record - role: sympa +- hosts: status + roles: + - role: icinga2-monitoring diff --git a/logger.yaml b/logger.yaml index 1c7471b..aa586dc 100644 --- a/logger.yaml +++ b/logger.yaml @@ -50,3 +50,6 @@ name: rsyslog enabled: yes state: started +- hosts: status + roles: + - role: icinga2-monitoring diff --git a/login.yaml b/login.yaml index 1e2970f..41e95a6 100644 --- a/login.yaml +++ b/login.yaml @@ -13,3 +13,6 @@ - role: login - role: reverse_proxy hostname: login3 +- hosts: status + roles: + - role: icinga2-monitoring diff --git a/mail.yaml b/mail.yaml index bcc058b..d0e269e 100644 --- a/mail.yaml +++ b/mail.yaml @@ -17,3 +17,6 @@ domain: "lilik.it" fqdn_domain: "mail.lilik.it" ldap_server: "{{ hostvars['ldap'].ansible_host }}" +- hosts: status + roles: + - role: icinga2-monitoring diff --git a/matrix.yaml b/matrix.yaml index a4e964d..a03d731 100644 --- a/matrix.yaml +++ b/matrix.yaml @@ -17,3 +17,6 @@ name: "{{ item }}" with_items: - matrix-synapse +- hosts: status + roles: + - role: icinga2-monitoring diff --git a/media.yaml b/media.yaml index eaf8499..040507b 100644 --- a/media.yaml +++ b/media.yaml @@ -13,3 +13,6 @@ webdav_folders: - Movies - Series +- hosts: status + roles: + - role: icinga2-monitoring diff --git a/prepare_host.yaml b/prepare_host.yaml index ea1cbfb..48c5900 100644 --- a/prepare_host.yaml +++ b/prepare_host.yaml @@ -59,3 +59,6 @@ state: restarted - name: restart lvm shell: /etc/init.d/lvm2 reload +- hosts: status + roles: + - role: icinga2-monitoring diff --git a/projects.yaml b/projects.yaml index 7ccdf8d..7b39b36 100644 --- a/projects.yaml +++ b/projects.yaml @@ -12,3 +12,6 @@ - role: reverse_proxy hostname: projects2 - role: gitlab +- hosts: status + roles: + - role: icinga2-monitoring diff --git a/status.yaml b/status.yaml index 9aa9dac..1a30a6b 100644 --- a/status.yaml +++ b/status.yaml @@ -11,3 +11,6 @@ - role: dns_record - role: icinga2 - role: reverse_proxy +- hosts: status + roles: + - role: icinga2-monitoring diff --git a/team_server.yaml b/team_server.yaml index b4e9e38..243d2ec 100644 --- a/team_server.yaml +++ b/team_server.yaml @@ -13,3 +13,6 @@ server_name: "team.lilik.it" config_name: "mattermost" remote_host: "http://127.0.0.1:8065" +- hosts: status + roles: + - role: icinga2-monitoring diff --git a/users.yaml b/users.yaml index 5fe2a9e..8fb6772 100644 --- a/users.yaml +++ b/users.yaml @@ -14,3 +14,6 @@ ldap_server: "{{ hostvars['ldap'].ansible_host }}" - role: apache2 user_dir: true +- hosts: status + roles: + - role: icinga2-monitoring diff --git a/webmail.yaml b/webmail.yaml index ee8b554..749aec2 100644 --- a/webmail.yaml +++ b/webmail.yaml @@ -11,3 +11,6 @@ - role: dns_record - role: roundcube mail_server: "mail.lilik.it" +- hosts: status + roles: + - role: icinga2-monitoring diff --git a/wiki.yaml b/wiki.yaml index 1ecc34f..f303fa4 100644 --- a/wiki.yaml +++ b/wiki.yaml @@ -10,3 +10,6 @@ roles: - role: dns_record - role: dokuwiki +- hosts: status + roles: + - role: icinga2-monitoring