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:
parent
cc95d3980d
commit
2f9c0e7a1f
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user