Add systemd tags to include role

There are times when a deployer will need to reconfigure parts of
an environment and having a general purpose tag to run said operation
will be important especicially should the deployer be needing to
reconfigure systemd unit files in a downtime event. This change adds
a general purpose systemd tag where include_role and systemd is found
which will assit operators with day2 operational tasks.

Change-Id: Id46c2aa56cd5498d022d29cf102dcbd2014c086d
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2018-06-27 19:00:17 -05:00
parent cc95d3980d
commit 2f9c0e7a1f
No known key found for this signature in database
GPG Key ID: 9443251A787B9FB3

View File

@ -143,6 +143,9 @@
with_items: "{{ filtered_glance_services }}"
loop_control:
loop_var: service_var
tags:
- glance-config
- systemd-service
- name: Ensure uWSGI directory exists
file: