<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Python on ZachFi</title>
    <link>https://zach.fi/tags/python/</link>
    <description>Recent content in Python on ZachFi</description>
    <image>
      <title>ZachFi</title>
      <url>https://zach.fi/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://zach.fi/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- 0.148.2</generator>
    <language>en</language>
    <lastBuildDate>Fri, 28 Oct 2016 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://zach.fi/tags/python/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>LetsEncrypt Validation on Private Networks</title>
      <link>https://zach.fi/2016/10/28/letsencrypting-private-networks/</link>
      <pubDate>Fri, 28 Oct 2016 00:00:00 +0000</pubDate>
      <guid>https://zach.fi/2016/10/28/letsencrypting-private-networks/</guid>
      <description>Using DNS to validate LetsEncrypt certificates for use on private networks</description>
    </item>
    <item>
      <title>Using Puppet with Fabric</title>
      <link>https://zach.fi/2014/08/15/fabric-with-puppet/</link>
      <pubDate>Fri, 15 Aug 2014 00:00:00 +0000</pubDate>
      <guid>https://zach.fi/2014/08/15/fabric-with-puppet/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.fabfile.org/&#34;&gt;Fabric&lt;/a&gt; describes itself as a &amp;ldquo;library and command-line tool for
streamlining the use of SSH for application deployment or systems
administration tasks&amp;rdquo;. To get this work done, Fabric uses what are called
&amp;ldquo;fabfiles&amp;rsquo;, which is just some python stored in a file called &lt;code&gt;fabfile.py&lt;/code&gt;. In
terms of execution, it works a lot like Rake from the Ruby world. You have a
base command, in this case &lt;code&gt;fab&lt;/code&gt; and each task is read from the &lt;code&gt;fabfile.py&lt;/code&gt;
and executed on request. Nothing too earth shattering.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
