Skip to content

Commit

Permalink
Merge pull request #80 from systemli/Drop-monit-support
Browse files Browse the repository at this point in the history
Drop monit support
  • Loading branch information
0x46616c6b authored Sep 28, 2024
2 parents dc32500 + 76380b3 commit b59fc61
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 28 deletions.
4 changes: 0 additions & 4 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ bind9_matrix_notifier_body:
displayName: "{{ bind9_matrix_notifier_display_name }}"
avatarUrl: "{{ bind9_matrix_notifier_avatar_url }}"


# Install monit file for bind9 named
bind9_monit_enabled: no

bind9_packages:
- bind9
- dnsutils
Expand Down
4 changes: 0 additions & 4 deletions files/monit/conf.d/bind9

This file was deleted.

5 changes: 0 additions & 5 deletions handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
name: bind9
state: reloaded

- name: Restart monit
ansible.builtin.service:
name: monit
state: restarted

- name: Zone file change
ansible.builtin.debug:
msg: "dummy handler"
4 changes: 0 additions & 4 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,3 @@
changed_when: False
vars:
ansible_ssh_pipelining: True

- name: Import monit tasks
ansible.builtin.import_tasks: monit.yml
when: bind9_monit_enabled | default()
11 changes: 0 additions & 11 deletions tasks/monit.yml

This file was deleted.

0 comments on commit b59fc61

Please sign in to comment.