-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #390 from ansible/devel
Devel
- Loading branch information
Showing
25 changed files
with
1,251 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
# Exercise 1.1 - 要件を確認してみよう | ||
|
||
**Read this in other languages**: ![uk](../../../images/uk.png) [English](README.md), ![japan](../../../images/japan.png) [日本語](README.ja.md). | ||
|
||
## ラボ環境について | ||
|
||
このラボでは、事前設定されたラボ環境で作業します。 以下のホストにアクセスできます。 | ||
|
@@ -18,13 +16,13 @@ | |
SSHでログインできます。: | ||
|
||
> **Warning** | ||
> | ||
> | ||
> **11.22.33.44** のような文字列を、個々に提供されているStudent情報に記載の **IP** などへ読み替えてください。 **X** は student**X** といった具合です. | ||
ssh [email protected] | ||
|
||
> **Tip** | ||
> | ||
> | ||
> パスワードは **ansible** です。 | ||
rootになるには以下のように実行してください。: | ||
|
@@ -46,7 +44,7 @@ Ansibleが適切にInstallされているかを確認しましょう。 | |
[...] | ||
|
||
> **Note** | ||
> | ||
> | ||
> Ansibleは構成管理を単純にしてくれます。 Ansibleはデータベースや実行用のデーモンを必要とせず、ラップトップでも簡単に実行できます。 管理対象ホストでは、実行用の常駐エージェントなども不要です。 | ||
rootアカウントからログアウトします。 | ||
|
@@ -55,7 +53,7 @@ rootアカウントからログアウトします。 | |
logout | ||
|
||
> **Note** | ||
> | ||
> | ||
> 以降のすべての演習では、明示的な指示がない限り、コントロールノードのstudent\<X\> ユーザーとして作業してください。 | ||
## Step 1.2 - Working the Labs | ||
|
@@ -65,15 +63,15 @@ rootアカウントからログアウトします。 | |
- すべて手で入力するのではなく、必要に応じてブラウザからコピー&ペーストしてください。しかし、考えたり理解したりするのをやめたりしないでください。 | ||
|
||
- すべてのラボは **Vim** を使って準備しましたが、みんながそれを愛しているわけではないことを理解しています。 **Midnight Commander** などを利用することができます。(**mc**を 実行すると実行できます。ファンクションキーはEsc-\<n\>でアクセスするかマウスでクリックすることでアクセスできます。)。または **Nano**(**nano**を実行)なども利用できます。 簡単な[editor intro]も用意してあります。(../ 0.0-support-docs / editor_intro.md) | ||
|
||
|
||
|
||
## Step 1.3 - チャレンジLabs | ||
|
||
このラボガイドの様々な章で「チャレンジラボ」セクションがあります。 | ||
このラボガイドの様々な章で「チャレンジラボ」セクションがあります。 | ||
これらのラボは、これまでに学んだことを使って解決するための様々なタスクを用意しています。 | ||
それぞれのラボの解答案は、`Warning`サインより下に記述されています。 | ||
|
||
---- | ||
|
||
[Click here to return to the Ansible for Red Hat Enterprise Linux Workshop](../README.ja.md#section-1---ansible-engine-exercises) | ||
[Ansible Engine ワークショップ表紙に戻る](../README.ja.md#section-1---ansible-engineの演習) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.