vulcanus

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 7c124ca8f4b37ccda5391bcc568d60838ea70827
parent b7b02d8a8fa13fa336b70d3eb0d3e20735c20d13
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Sat, 16 May 2026 22:38:11 +0900

Update README with SSH setup and inventory instructions

Added detailed instructions for SSH key setup and inventory configuration.
Diffstat:
MREADME.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -28,6 +28,9 @@ ansible/ ### 1. SSH公開鍵の配置 コントロールノードの公開鍵を、対象ホストの各接続ユーザー(`root` または `tetsu`)の `~/.ssh/authorized_keys` に事前に登録すること。 +```bash +ssh-copy-id -o StrictHostKeyChecking=no username@host.ip +``` ### 2. インベントリの設定