Restore nova-key tag

The nova-key tag is used to create and update SSH keys and
authorized keys among nova compute hosts. The execution
of this task isolated is a standard administrative task
to isolate and contain change to the minimum necessary activites.

Change-Id: I65d342b83649c626295c28096b3bb7c19e837fa9
This commit is contained in:
Bjoern Teipel 2019-09-05 22:42:29 -05:00
parent f1560bdd9e
commit 71fdf84eb3

View File

@ -20,10 +20,12 @@
- include_tasks: nova_compute_key_populate.yml
tags:
- nova-config
- nova-key
- include_tasks: nova_compute_key_distribute.yml
tags:
- nova-config
- nova-key
- name: Run the systemd mount role
include_role: