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 45CF4214801 for ; Thu, 4 Sep 2025 15:15:38 +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=1756998939; cv=none; b=th9bIIJbNs3mrrjFO5c3xzJ+QxRez0ZuPqv1A9AP53SnFhbk7bJx3mA3hBFmu0JOZCjfWcQvpwV1AAPJdw4IHrXwfrfJDhObY3gTp8ZxTxPAUDqJER0Cbo5JoEHXEdvxHxXKGRHwS7142iSop/SyFPPdFnvqUvdD9SGM0TKsoSY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756998939; c=relaxed/simple; bh=xFOsNQ1792XZVg3Sp3AhZdIKBr7msFolZTj17QPSmyA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=DpsjAejEV0EbvssWoA2m6mE64wu9vlHXIR+zXoC8PhGHMCQR3PxarllJdaG2jkrHm0q4KwFd//flqiBMGqTp2vY90wKHuEi+TOEHH3TdPpB7Or7TujFRNEiZwKstbP+g8AJPg6I7PAuvdwI8UsMI+uP+xWQY4ZShkIxv2v44CuM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=F0psMWX5; 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="F0psMWX5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7159CC4CEF1; Thu, 4 Sep 2025 15:15:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756998938; bh=xFOsNQ1792XZVg3Sp3AhZdIKBr7msFolZTj17QPSmyA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=F0psMWX5F9n8kksgQu3Oy0zccNIiQWJDcOVjkWoxbKaAlbM1KqZmOMqADEGqmKTdt kKLRwn+reF+kP/9csJF2k7MjVVfM3DVAF2qYKT+aGLeCqitTiGZrtWV399t4Fdcu6v xkXumPowE+51c4iqmWHT+ALVNot9x0p8ODeFXn2L9+6FZvgyn3AGdIsgHpOhu0PtEE bQ5W4ljo7cgxReG9m6RFXT6l8ohdiyAWKLdWCvJWzIo0jyErss8EZfQkxjw9a9cUCt +/FJCNeXvXrLYTwWxYR/f5fDswsC/hXJ47hASbIBPqxkp/AB1PY7RBAuU/Kv1za55p +jhA6kHj/0OIQ== From: Chuck Lever To: Cc: Chuck Lever , Luis Chamberlain , Daniel Gomez Subject: [PATCH v3 20/36] guestfs: Update the guestfs playbook description Date: Thu, 4 Sep 2025 11:15:08 -0400 Message-ID: <20250904151526.1596282-21-cel@kernel.org> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20250904151526.1596282-1-cel@kernel.org> References: <20250904151526.1596282-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 Match the description for the terraform playbook Reviewed-by: Luis Chamberlain Reviewed-by: Daniel Gomez Signed-off-by: Chuck Lever --- playbooks/guestfs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/guestfs.yml b/playbooks/guestfs.yml index 784775cdb818..62334463f05e 100644 --- a/playbooks/guestfs.yml +++ b/playbooks/guestfs.yml @@ -1,5 +1,5 @@ --- -- name: Provision target nodes with libvirt/guestfs +- name: Manage infrastructure lifecycle and SSH access with libvirt/guestfs gather_facts: true connection: local hosts: all -- 2.51.0