Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
pavmoj committed Oct 23, 2023
1 parent 4cfa4b3 commit 61dae75
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions ansible/group_vars/server_type_hmpps_domain_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,4 @@
ansible_python_interpreter: python3.9

server_type_roles_list:
- join-ad-linux

collectd_monitored_services_servertype:
- metric_name: chronyd
shell_cmd: "systemctl is-active chronyd"

roles_list: "{{ (ami_roles_list | default([]) | difference(server_type_roles_list | default([]))) + (server_type_roles_list | default([])) }}"
- join-ad-linux

0 comments on commit 61dae75

Please sign in to comment.