2018-04-01から1ヶ月間の記事一覧
https://medium.com/@yukotan/japan-container-days-v18-04-%E3%81%AE%E8%B3%87%E6%96%99-4f380fb7b696 サイバーエージェントにおけるプライベートコンテナ基盤AKEを支える技術 https://speakerdeck.com/masayaaoyama/saibaezientoniokerupuraibetokontenaji…
macのユーザでSSH接続しようとするので、vagrant ユーザに変えたかった。 documentには以下のように記載があった。 Serverspec with SSH backend logs in to target servers as a user configured in ~/.ssh/config or a current user. If you’d like to cha…
環境 コントローラー:Mac ターゲット:CentOS6.9(vagrant) ansible -i inventory/inventory.ini playbook -m ping pingで疎通確認をしたところ以下のメッセージが出た。 SSH接続失敗しているようだった。 "msg": "Failed to connect to the host via ssh: Per…