From 11ec8d572e5f6ffc7c8823f3ca05098c17fa279f Mon Sep 17 00:00:00 2001 From: James Denton Date: Mon, 29 Nov 2021 11:20:46 -0600 Subject: [PATCH] Exclude ironic_compute hosts from PKI tasks This patch excludes ironic_compute hosts, which don't run libvirtd, from the PKI/SSL certificate business. Closes-Bug: #1952649 Change-Id: I57455b9f54f0a5ae0f1f8e1a424df930cd6bab48 --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index b44bd531..2bd4569d 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -134,6 +134,7 @@ when: - nova_libvirtd_listen_tls == 1 - "'nova_compute' in group_names" + - "'ironic_compute' not in group_names" # Create certs after nova groups have been created but before handlers - name: Create and install SSL certificates for console hosts