<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Kommentare zu: Ansible-Playbooks und Docker-Machine	</title>
	<atom:link href="https://www.kuerbis.org/2016/03/ansible-playbooks-und-docker-machine/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kuerbis.org/2016/03/ansible-playbooks-und-docker-machine/</link>
	<description></description>
	<lastBuildDate>Sun, 28 Feb 2021 15:59:24 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		Von: Ralf Geschke		</title>
		<link>https://www.kuerbis.org/2016/03/ansible-playbooks-und-docker-machine/#comment-40</link>

		<dc:creator><![CDATA[Ralf Geschke]]></dc:creator>
		<pubDate>Tue, 26 Jul 2016 14:46:42 +0000</pubDate>
		<guid isPermaLink="false">https://www.kuerbis.org/?p=3299#comment-40</guid>

					<description><![CDATA[Als Antwort auf &lt;a href=&quot;https://www.kuerbis.org/2016/03/ansible-playbooks-und-docker-machine/#comment-39&quot;&gt;Ernest Chiarello&lt;/a&gt;.

In the above blog entry, the names &quot;app01&quot; and &quot;app02&quot; are just examples of host names. Please have a look at your configured host names in the output of &quot;docker-machine ls&quot;. You have to modify the playbook, please enter your hostname(s) instead of &quot;app01&quot; or &quot;app02&quot;. Maybe it&#039;s worth to try out the parameters at command line first, so you are sure that it works in the ansible playbook. 

 
&lt;pre class=&quot;lang:default decode:true &quot; &gt;
geschke@connewitz:~$ docker-machine ls
NAME        ACTIVE   DRIVER    STATE     URL                        SWARM              DOCKER        ERRORS
connewitz   -        generic   Running   tcp://192.168.10.60:2376                      v1.12.0-rc4
kaditz      -        generic   Running   tcp://192.168.10.39:2376   miltitz            v1.12.0-rc4
lausen      -        generic   Running   tcp://192.168.10.64:2376                      v1.12.0-rc4
lindenau    -        generic   Running   tcp://192.168.10.66:2376   miltitz            v1.12.0-rc4
miltitz     -        generic   Running   tcp://192.168.10.65:2376   miltitz (master)   v1.12.0-rc4
pirita      -        generic   Running   tcp://192.168.10.72:2376   miltitz            v1.12.0-rc4
tolkewitz   -        generic   Running   tcp://192.168.10.43:2376   miltitz            v1.12.0-rc4
tondi       -        generic   Running   tcp://192.168.10.73:2376   miltitz            v1.12.0-rc4

geschke@connewitz:~$ docker-machine ip pirita
192.168.10.72
&lt;/pre&gt; 

In this example one of the machines is &quot;pirita&quot;, so you can get the IP address by &quot;docker-machine ip pirita&quot;. 

Thanks for your feedback and good luck!]]></description>
			<content:encoded><![CDATA[<p>Als Antwort auf <a href="https://www.kuerbis.org/2016/03/ansible-playbooks-und-docker-machine/#comment-39">Ernest Chiarello</a>.</p>
<p>In the above blog entry, the names &#8222;app01&#8220; and &#8222;app02&#8220; are just examples of host names. Please have a look at your configured host names in the output of &#8222;docker-machine ls&#8220;. You have to modify the playbook, please enter your hostname(s) instead of &#8222;app01&#8220; or &#8222;app02&#8220;. Maybe it&#8217;s worth to try out the parameters at command line first, so you are sure that it works in the ansible playbook. </p>
<pre class="lang:default decode:true ">
geschke@connewitz:~$ docker-machine ls
NAME        ACTIVE   DRIVER    STATE     URL                        SWARM              DOCKER        ERRORS
connewitz   -        generic   Running   tcp://192.168.10.60:2376                      v1.12.0-rc4
kaditz      -        generic   Running   tcp://192.168.10.39:2376   miltitz            v1.12.0-rc4
lausen      -        generic   Running   tcp://192.168.10.64:2376                      v1.12.0-rc4
lindenau    -        generic   Running   tcp://192.168.10.66:2376   miltitz            v1.12.0-rc4
miltitz     -        generic   Running   tcp://192.168.10.65:2376   miltitz (master)   v1.12.0-rc4
pirita      -        generic   Running   tcp://192.168.10.72:2376   miltitz            v1.12.0-rc4
tolkewitz   -        generic   Running   tcp://192.168.10.43:2376   miltitz            v1.12.0-rc4
tondi       -        generic   Running   tcp://192.168.10.73:2376   miltitz            v1.12.0-rc4

geschke@connewitz:~$ docker-machine ip pirita
192.168.10.72
</pre>
<p>In this example one of the machines is &#8222;pirita&#8220;, so you can get the IP address by &#8222;docker-machine ip pirita&#8220;. </p>
<p>Thanks for your feedback and good luck!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Ernest Chiarello		</title>
		<link>https://www.kuerbis.org/2016/03/ansible-playbooks-und-docker-machine/#comment-39</link>

		<dc:creator><![CDATA[Ernest Chiarello]]></dc:creator>
		<pubDate>Tue, 26 Jul 2016 14:33:23 +0000</pubDate>
		<guid isPermaLink="false">https://www.kuerbis.org/?p=3299#comment-39</guid>

					<description><![CDATA[very good, i was looking for that, but it fails for me... :(
TASK [command] *****************************************************************
fatal: [localhost]: FAILED! =&#062; {&quot;changed&quot;: true, &quot;cmd&quot;: &quot;docker-machine ip app01&quot;, &quot;delta&quot;: &quot;0:00:00.016721&quot;, &quot;end&quot;: &quot;2016-07-26 16:27:29.886918&quot;, &quot;failed&quot;: true, &quot;rc&quot;: 1, &quot;start&quot;: &quot;2016-07-26 16:27:29.870197&quot;, &quot;stderr&quot;: &quot;Host does not exist: \&quot;app01\&quot;&quot;, &quot;stdout&quot;: &quot;&quot;, &quot;stdout_lines&quot;: [], &quot;warnings&quot;: []}]]></description>
			<content:encoded><![CDATA[<p>very good, i was looking for that, but it fails for me&#8230; 🙁<br />
TASK [command] *****************************************************************<br />
fatal: [localhost]: FAILED! =&gt; {&#8222;changed&#8220;: true, &#8222;cmd&#8220;: &#8222;docker-machine ip app01&#8220;, &#8222;delta&#8220;: &#8222;0:00:00.016721&#8220;, &#8222;end&#8220;: &#8222;2016-07-26 16:27:29.886918&#8220;, &#8222;failed&#8220;: true, &#8222;rc&#8220;: 1, &#8222;start&#8220;: &#8222;2016-07-26 16:27:29.870197&#8220;, &#8222;stderr&#8220;: &#8222;Host does not exist: \&#8220;app01\&#8220;&#8220;, &#8222;stdout&#8220;: &#8222;&#8220;, &#8222;stdout_lines&#8220;: [], &#8222;warnings&#8220;: []}</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
