Skip to content

Commit

Permalink
Merge pull request #54 from systemli/drop-monit-support
Browse files Browse the repository at this point in the history
Drop monit support
  • Loading branch information
nevart authored Sep 28, 2024
2 parents 0c98a21 + f6002a0 commit c550e80
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 27 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ Defaults:

spamassassin_razor_config_dir: /etc/spamassassin/.razor

# Enable monit monitoring
spamassassin_monit_enabled: False

# Enable spam training by users and domain
# spamassassin_spamtraining_users:
# - domain: myfirstdomain.org
Expand Down
3 changes: 0 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@ spamassassin_razor_enabled: True

spamassassin_razor_config_dir: /etc/spamassassin/.razor

# Enable monit monitoring
spamassassin_monit_enabled: False

# Enable spam training by users and domain
# spamassassin_spamtraining_users:
# - domain: myfirstdomain.org
Expand Down
5 changes: 0 additions & 5 deletions handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,3 @@
service:
name: spamd
state: reloaded

- name: Restart monit
service:
name: monit
state: restarted
4 changes: 0 additions & 4 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,3 @@
- name: Import razor tasks
import_tasks: razor.yml
when: spamassassin_razor_enabled

- name: Import monit tasks
import_tasks: monit.yml
when: spamassassin_monit_enabled
12 changes: 0 additions & 12 deletions tasks/monit.yml

This file was deleted.

0 comments on commit c550e80

Please sign in to comment.