<?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>Vagrant</anon>
  </categories>
  <description>以下のVagrantfileを利用すればできます。 ループでぶんまわします。 test-svr01,test-svr02,test-svr03ができあがってくれます。 Vagrant.configure(&quot;2&quot;) do |config| config.vm.box = &quot;ubuntu/focal64&quot; (1..3).each do |i| config.vm.define sprintf(&quot;test-svr%02d&quot;, &quot;#{i}&quot;) do |node| node.vm.hostname = sprintf(&quot;test-svr%02d&quot;, &quot;#{i}&quot;) end end</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.kabegiwablog.com%2Fentry%2F2022%2F05%2F13%2F165505&quot; title=&quot;Vagrantで複数サーバつくってホスト名もそれぞれ設定する - かべぎわブログ&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>2022-05-13 16:55:05</published>
  <title>Vagrantで複数サーバつくってホスト名もそれぞれ設定する</title>
  <type>rich</type>
  <url>https://www.kabegiwablog.com/entry/2022/05/13/165505</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
