hugo daily push 2018-11-27 22:00:01
This commit is contained in:
@@ -5,11 +5,65 @@
|
||||
<link>https://h.cowbay.org/</link>
|
||||
<description>Recent content on MC部落</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<lastBuildDate>Thu, 15 Nov 2018 11:06:28 +0800</lastBuildDate>
|
||||
<lastBuildDate>Tue, 27 Nov 2018 16:50:53 +0800</lastBuildDate>
|
||||
|
||||
<atom:link href="https://h.cowbay.org/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
|
||||
<item>
|
||||
<title>[筆記] Ansible how to use 'list' in yaml file </title>
|
||||
<link>https://h.cowbay.org/post/ansible-selectattr/</link>
|
||||
<pubDate>Tue, 27 Nov 2018 16:50:53 +0800</pubDate>
|
||||
|
||||
<guid>https://h.cowbay.org/post/ansible-selectattr/</guid>
|
||||
<description><p>這幾天在玩ansible 時,碰到一個問題</p>
|
||||
|
||||
<p>假如我有個yaml檔作為資料來源,檔名是 abc.yml</p>
|
||||
|
||||
<p>大概長這樣</p>
|
||||
|
||||
<pre><code> &quot;teams&quot;: [
|
||||
{
|
||||
&quot;chinese_name&quot;: &quot;TEAM1&quot;,
|
||||
&quot;description&quot;: &quot;TEAM1&quot;,
|
||||
&quot;gid&quot;: 10125,
|
||||
&quot;location&quot;: [
|
||||
&quot;hq&quot;
|
||||
],
|
||||
&quot;name&quot;: &quot;aa&quot;,
|
||||
&quot;users&quot;: [
|
||||
&quot;chen&quot;,
|
||||
&quot;chou&quot;,
|
||||
&quot;huani&quot;,
|
||||
&quot;yey&quot;,
|
||||
&quot;wa&quot;
|
||||
]
|
||||
},
|
||||
{
|
||||
&quot;chinese_name&quot;: &quot;TEAM2&quot;,
|
||||
&quot;description&quot;: &quot;TEAM2&quot;,
|
||||
&quot;gid&quot;: 10126,
|
||||
&quot;location&quot;: [
|
||||
&quot;hq&quot;
|
||||
],
|
||||
&quot;name&quot;: &quot;bb&quot;,
|
||||
&quot;users&quot;: [
|
||||
&quot;chhiao&quot;,
|
||||
&quot;chgc&quot;,
|
||||
&quot;chy&quot;,
|
||||
&quot;hsi&quot;,
|
||||
&quot;li&quot;,
|
||||
&quot;li&quot;,
|
||||
&quot;chgchi&quot;
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
</code></pre>
|
||||
|
||||
<p></p></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</title>
|
||||
<link>https://h.cowbay.org/post/change-preferred-language-in-firefox/</link>
|
||||
|
||||
Reference in New Issue
Block a user