<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kabegiwakun</author_name>
  <author_url>https://blog.hatena.ne.jp/kabegiwakun/</author_url>
  <blog_title>かべぎわブログ</blog_title>
  <blog_url>https://www.kabegiwablog.com/</blog_url>
  <categories>
    <anon>Docker</anon>
    <anon>Ansible</anon>
  </categories>
  <description>ローカルで適当にうごかすかーみたいなときによくやる構成。 ディレクトリ構成 . ├── Dockerfile └── playbooks └── playbook.yml Dockerfile FROM python:3.8 RUN pip install pip --upgrade RUN pip install ansible WORKDIR /work ビルドして docker build . -t local_ansible マウントして実行 docker run -v /Users/kabegiwa/git/docker_ansible/playbooks/:/work local_…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.kabegiwablog.com%2Fentry%2F2020%2F12%2F09%2F235711&quot; title=&quot;DockerでAnsibleをうごかす - かべぎわブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-12-09 23:57:11</published>
  <title>DockerでAnsibleをうごかす</title>
  <type>rich</type>
  <url>https://www.kabegiwablog.com/entry/2020/12/09/235711</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
