<?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>
	Comments on: Flexible Instance and Snapshot management with Ansible	</title>
	<atom:link href="https://cloudar.be/awsblog/instance-and-snapshot-management-with-ansible/feed/" rel="self" type="application/rss+xml" />
	<link>https://cloudar.be/awsblog/instance-and-snapshot-management-with-ansible/</link>
	<description>100% Focus On AWS // 100% Customer Obsession</description>
	<lastBuildDate>Fri, 13 May 2016 12:33:16 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Ben Bridts		</title>
		<link>https://cloudar.be/awsblog/instance-and-snapshot-management-with-ansible/#comment-22</link>

		<dc:creator><![CDATA[Ben Bridts]]></dc:creator>
		<pubDate>Fri, 13 May 2016 12:33:16 +0000</pubDate>
		<guid isPermaLink="false">https://cloudar.be/?p=563#comment-22</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://cloudar.be/awsblog/instance-and-snapshot-management-with-ansible/#comment-21&quot;&gt;prasan&lt;/a&gt;.

Hey Prasan,

Are you using Ansible 2.x? This module was written for ansible 1.9.x and the way parameters are passed may have changed. Can you try with using grace: &#039;10&#039; (inside quotes) or not changing the grace time?

Kind regards,
Ben]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://cloudar.be/awsblog/instance-and-snapshot-management-with-ansible/#comment-21">prasan</a>.</p>
<p>Hey Prasan,</p>
<p>Are you using Ansible 2.x? This module was written for ansible 1.9.x and the way parameters are passed may have changed. Can you try with using grace: &#8217;10&#8217; (inside quotes) or not changing the grace time?</p>
<p>Kind regards,<br />
Ben</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: prasan		</title>
		<link>https://cloudar.be/awsblog/instance-and-snapshot-management-with-ansible/#comment-21</link>

		<dc:creator><![CDATA[prasan]]></dc:creator>
		<pubDate>Thu, 12 May 2016 00:23:39 +0000</pubDate>
		<guid isPermaLink="false">https://cloudar.be/?p=563#comment-21</guid>

					<description><![CDATA[hey, I am getting following error while i am running this code. Any idea?  am i missing anything?

An exception occurred during task execution. The full traceback is:
Traceback (most recent call last):
  File &quot;/tmp/ansible-tmp-1463012517.56-174809243965973/cat_create_snapshot&quot;, line 2393, in 
    main()
  File &quot;/tmp/ansible-tmp-1463012517.56-174809243965973/cat_create_snapshot&quot;, line 86, in main
    if grace_minutes.isdigit():
AttributeError: &#039;int&#039; object has no attribute &#039;isdigit&#039;


---
- name: Snap
  hosts: tag_Backup_true
  connection: local
  gather_facts: false
  tasks:
  - name: Create Snapshot
    local_action:
     module: cat_create_snapshot
     tag: CAT
     grace: 10]]></description>
			<content:encoded><![CDATA[<p>hey, I am getting following error while i am running this code. Any idea?  am i missing anything?</p>
<p>An exception occurred during task execution. The full traceback is:<br />
Traceback (most recent call last):<br />
  File &#8220;/tmp/ansible-tmp-1463012517.56-174809243965973/cat_create_snapshot&#8221;, line 2393, in<br />
    main()<br />
  File &#8220;/tmp/ansible-tmp-1463012517.56-174809243965973/cat_create_snapshot&#8221;, line 86, in main<br />
    if grace_minutes.isdigit():<br />
AttributeError: &#8216;int&#8217; object has no attribute &#8216;isdigit&#8217;</p>
<p>&#8212;<br />
&#8211; name: Snap<br />
  hosts: tag_Backup_true<br />
  connection: local<br />
  gather_facts: false<br />
  tasks:<br />
  &#8211; name: Create Snapshot<br />
    local_action:<br />
     module: cat_create_snapshot<br />
     tag: CAT<br />
     grace: 10</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ben Bridts		</title>
		<link>https://cloudar.be/awsblog/instance-and-snapshot-management-with-ansible/#comment-20</link>

		<dc:creator><![CDATA[Ben Bridts]]></dc:creator>
		<pubDate>Mon, 14 Sep 2015 08:10:00 +0000</pubDate>
		<guid isPermaLink="false">https://cloudar.be/?p=563#comment-20</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://cloudar.be/awsblog/instance-and-snapshot-management-with-ansible/#comment-19&quot;&gt;klemen&lt;/a&gt;.

Hi Klemen,

I think that these modules are a bit too specific to our workflow to be a good part of the Ansible Extra Modules, so we didn&#039;t reach out to the Ansible team.

That being said, it would be very nice to get this shipped with Ansbile.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://cloudar.be/awsblog/instance-and-snapshot-management-with-ansible/#comment-19">klemen</a>.</p>
<p>Hi Klemen,</p>
<p>I think that these modules are a bit too specific to our workflow to be a good part of the Ansible Extra Modules, so we didn&#8217;t reach out to the Ansible team.</p>
<p>That being said, it would be very nice to get this shipped with Ansbile.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: klemen		</title>
		<link>https://cloudar.be/awsblog/instance-and-snapshot-management-with-ansible/#comment-19</link>

		<dc:creator><![CDATA[klemen]]></dc:creator>
		<pubDate>Thu, 10 Sep 2015 14:18:40 +0000</pubDate>
		<guid isPermaLink="false">https://cloudar.be/?p=563#comment-19</guid>

					<description><![CDATA[ever thought about contacting ansible author and merging (something like) this in ansible?]]></description>
			<content:encoded><![CDATA[<p>ever thought about contacting ansible author and merging (something like) this in ansible?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
