<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Automation - Category - Filipe Felisbino</title><link>https://felisbino.dev/categories/automation/</link><description>Automation - Category - Filipe Felisbino</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sat, 10 Sep 2016 00:00:00 +0000</lastBuildDate><atom:link href="https://felisbino.dev/categories/automation/" rel="self" type="application/rss+xml"/><item><title>Docker: Service discovery for docker containers on AWS</title><link>https://felisbino.dev/posts/docker-service-discovery-on-aws/</link><pubDate>Sat, 10 Sep 2016 00:00:00 +0000</pubDate><author>Filipe Felisbino</author><guid>https://felisbino.dev/posts/docker-service-discovery-on-aws/</guid><description>&lt;p>These days we see lots of fancy ways to do service discovery with docker. You see examples of people using
etcd, zookeeper, consul and so on. I recently had a project to migrate some solr clusters to docker and I
started looking at some of those tools and how they would fit that our current infrastructure.&lt;/p>
&lt;p>After some researching I found that the KISS way of doing service discovery on our environment was to use route53.
The main reasons for this decision were:&lt;/p></description></item><item><title>Ansible: Data structure handling and transformation</title><link>https://felisbino.dev/posts/ansible-data-structures/</link><pubDate>Fri, 02 Sep 2016 00:00:00 +0000</pubDate><author>Filipe Felisbino</author><guid>https://felisbino.dev/posts/ansible-data-structures/</guid><description><![CDATA[<p>From time to time I had some dificulties with handling data structures with ansible. Things like converting
a list of dicts to a list of values ( inside a dict ) or even filtering a list aren&rsquo;t always trivial.</p>
<p>Because of that, I&rsquo;ve written a small filter plugin called <code>json_query</code>, that allows you to do some cool
transformations with ansible. The filter uses jmespath ( <a href="http://jmespath.org/" target="_blank" rel="noopener noreffer ">http://jmespath.org/</a> ) a query language for
json data. The plugin is already merged to <code>devel</code> branch and will be released on 2.2 version of ansible.</p>]]></description></item></channel></rss>