openstack-ansible-ops/elk_metrics_7x/roles/elastic_auditbeat/handlers/main.yml
Erik Berg ae879fc6e6 It's always systemd. Remove references to upstart
Upstart was last seen on ubuntu-14

Change-Id: I5cfbcc10fd1fbb76e5606e3f550327c4c8f3ff45
2021-03-11 16:31:32 +00:00

22 lines
743 B
YAML

---
# Copyright 2018, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
- name: Enable and restart auditbeat
systemd:
name: "auditbeat"
enabled: true
state: "{{ auditbeat_service_state }}"
daemon_reload: true