質問するログイン新規登録

質問編集履歴

2

セキュリティグループ設定情報を追記

2018/07/23 00:03

投稿

th0167
th0167

スコア12

title CHANGED
File without changes
body CHANGED
@@ -2,10 +2,12 @@
2
2
 
3
3
  VPC内にAnsibleサーバを構築、playbookでWin2012r2のec2を作成しましたが、そのWin2012 サーバに接続できず、困っております。
4
4
 
5
+ ansible 2.6.1
5
6
  Ansibleインスタンス:Centos7.5
6
7
  管理対象インスタンス:Win2012R2
7
- ansible 2.6.1
8
+ →上記2インスタンスのセキュリティグループはインバウンドに、
8
-
9
+ ポート22,80,443,3389,5985,5986を0.0.0.0/0を開けてます。
10
+
9
11
  ```
10
12
  $ cat hosts
11
13
  localhost ansible_host=127.0.0.1 ansible_connection=local

1

Ansibleバージョン追記

2018/07/23 00:03

投稿

th0167
th0167

スコア12

title CHANGED
File without changes
body CHANGED
@@ -4,6 +4,7 @@
4
4
 
5
5
  Ansibleインスタンス:Centos7.5
6
6
  管理対象インスタンス:Win2012R2
7
+ ansible 2.6.1
7
8
 
8
9
  ```
9
10
  $ cat hosts