質問編集履歴
2
見づらかったので修正\(Markdown記法を\)
test
CHANGED
File without changes
|
test
CHANGED
@@ -18,7 +18,11 @@
|
|
18
18
|
|
19
19
|
|
20
20
|
|
21
|
+
```
|
22
|
+
|
21
|
-
|
23
|
+
ホスト名 ansible_hosts=AmazonLinuxのIPアドレス ansible_port=22 ansible_user=ec2-user ansible_ssh_private_key_file=/Users/ユーザー名/鍵ファイル名
|
24
|
+
|
25
|
+
```
|
22
26
|
|
23
27
|
|
24
28
|
|
@@ -26,7 +30,9 @@
|
|
26
30
|
|
27
31
|
|
28
32
|
|
33
|
+
```
|
34
|
+
|
29
|
-
|
35
|
+
Host ホスト名
|
30
36
|
|
31
37
|
HostName AmazonLinuxのIPアドレス
|
32
38
|
|
@@ -44,7 +50,9 @@
|
|
44
50
|
|
45
51
|
IdentitiesOnly yes
|
46
52
|
|
47
|
-
LogLevel FATAL
|
53
|
+
LogLevel FATAL
|
54
|
+
|
55
|
+
```
|
48
56
|
|
49
57
|
|
50
58
|
|
1
見づらかったので修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -66,7 +66,9 @@
|
|
66
66
|
|
67
67
|
エラー内容
|
68
68
|
|
69
|
+
```
|
70
|
+
|
69
|
-
|
71
|
+
Loading callback plugin minimal of type stdout, v2.0 from /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/ansible/plugins/callback/__init__.py
|
70
72
|
|
71
73
|
Using module file /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/ansible/modules/core/system/ping.py
|
72
74
|
|
@@ -82,7 +84,9 @@
|
|
82
84
|
|
83
85
|
"unreachable": true
|
84
86
|
|
87
|
+
}
|
88
|
+
|
85
|
-
|
89
|
+
```
|
86
90
|
|
87
91
|
|
88
92
|
|