From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EF08D2D8DAA for ; Wed, 10 Sep 2025 19:38:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757533132; cv=none; b=EOKHYyRmL4m6iYaAzfg+yv7JLoNDxuwFvDnjIm6AcbQjioKfVsAJLZa1OAz6Daz+Ob+ZgRlndnwYN8k6PbODOmyYdeSx10oegdsa4EY6hOyuyHVhZ2g6jSv+mSUmHn2iNkfLSI4t1EFwPVx7qFumM8u0LtE7N4IDf7/3ME0w1yM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757533132; c=relaxed/simple; bh=jOriksiOvxGbnR8WgxVQxuEB6vu8yPd1ak1kWt+Ul7A=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=GA/e+A5sSc6+3xugQ4v9hsJSat7N4ELljieKrfPr4oJJfuuDqyEKXf7rYpeZa+LYpFYQWlvywtK9KmYdKRNQWIDCDa2ttEJNlmPfxaQ83l3zkUUs5wbkw3tqXqo27n815GQHmJTQq4u7hcbJhFmnoXspA80O80ILDHjIEaWS1nM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=NHwYnVnq; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="NHwYnVnq" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 40A76C4CEF7; Wed, 10 Sep 2025 19:38:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1757533131; bh=jOriksiOvxGbnR8WgxVQxuEB6vu8yPd1ak1kWt+Ul7A=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=NHwYnVnqxbV6vi/3RCDl5zUIbOinausUL6hPALUcJMcxcx+ACwgB7EvaW0a5eUNls Xbw9PlUP7moIsFS5v+HA3Y+aejFyfdPdE9VzCsqXWctzep2wXscfghFMD7n4OkXlta nNscGGgSiU0HX6cVKyxrQZoPf5TFy0aeB+TCipMIe0Po8jz8e0kHV1dcy/81DIBilB 0uY+KdHLdEWSfxzlbo4KS+pEXEsPc4JAN+hvPCd4ikFIrBGaRPELlbVbzdyav33hBS mNPbqKW2JggOlvCh2x6uh9BJrbGtCSx6LPdX0Qobgabns0l/QEBDoJTrNJ7c+YCDCF cwo0/t+xG9T3A== From: Chuck Lever To: Cc: Chuck Lever Subject: [PATCH v1 1/8] gen_nodes: Re-title the playbook Date: Wed, 10 Sep 2025 15:38:41 -0400 Message-ID: <20250910193849.779453-2-cel@kernel.org> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20250910193849.779453-1-cel@kernel.org> References: <20250910193849.779453-1-cel@kernel.org> Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Chuck Lever The gen_nodes playbook is used for both guestfs and terraform configurations. Seeing "libvirt XML" in the title while I was using a cloud provider was... startling. Signed-off-by: Chuck Lever --- playbooks/gen_nodes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/gen_nodes.yml b/playbooks/gen_nodes.yml index 39a259f9a815..1e6c306340b7 100644 --- a/playbooks/gen_nodes.yml +++ b/playbooks/gen_nodes.yml @@ -1,5 +1,5 @@ --- -- name: Generate guests node configuration (libvirt domain XML) +- name: Generate target node configuration hosts: localhost roles: - role: gen_nodes -- 2.51.0