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: Iea2a04716c55a9dfe2215aa44dfef3fcb16dbe8a
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2018-06-27 19:00:18 -05:00
parent e1325cac14
commit ce2183980d
No known key found for this signature in database
GPG Key ID: 9443251A787B9FB3
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@
loop_var: service_var
tags:
- magnum-config
- systemd-service
- include: magnum_db_setup.yml
when: inventory_hostname == groups['magnum_all'][0]