add auto fetch ssl certs
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"articleSection" : "post",
|
||||
"name" : "[筆記] 在 Ubuntu 1404 Preseed 加入開機後自動發郵件通知安裝完成",
|
||||
"headline" : "[筆記] 在 Ubuntu 1404 Preseed 加入開機後自動發郵件通知安裝完成",
|
||||
"description" : "\x3cp\x3e這是之前做過的task,client透過pxe開機後,會自動安裝ubuntu 14.04\x3c\/p\x3e\n\n\x3cp\x3e在安裝完成後,會發出郵件通知管理者已經安裝完成\x3c\/p\x3e\n\n\x3cp\x3e可是某次ansible 更新之後,反而沒辦法安裝完成\x3c\/p\x3e\n\n\x3cp\x3e這次順手修改一下,同時更新了ansible 的template\x3c\/p\x3e",
|
||||
"description" : "\x3cp\x3e這是之前做過的task,client透過pxe開機後,會自動安裝ubuntu 14.04\x3c\/p\x3e\n\x3cp\x3e在安裝完成後,會發出郵件通知管理者已經安裝完成\x3c\/p\x3e\n\x3cp\x3e可是某次ansible 更新之後,反而沒辦法安裝完成\x3c\/p\x3e\n\x3cp\x3e這次順手修改一下,同時更新了ansible 的template\x3c\/p\x3e",
|
||||
"inLanguage" : "en",
|
||||
"author" : "Eric Chang",
|
||||
"creator" : "Eric Chang",
|
||||
@@ -45,9 +45,9 @@
|
||||
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
|
||||
|
||||
<link href="https://h.cowbay.org/css/style.css?v=1626744134" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
|
||||
<link href="https://h.cowbay.org/css/style.css?v=1629951055" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
|
||||
|
||||
<link href="https://h.cowbay.org/css/custom.css?v=1626744134" rel="stylesheet" type='text/css' media='all'>
|
||||
<link href="https://h.cowbay.org/css/custom.css?v=1629951055" rel="stylesheet" type='text/css' media='all'>
|
||||
<link rel="shortcut icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
|
||||
|
||||
@@ -81,10 +81,6 @@ if (!doNotTrack) {
|
||||
|
||||
<ul id="menu-secondary-items" class="menu-secondary-items">
|
||||
|
||||
<li class="menu-item menu-item-type-taxonomy menu-item-object-category">
|
||||
<a href="/categories/"></a>
|
||||
</li>
|
||||
|
||||
<li class="menu-item menu-item-type-taxonomy menu-item-object-category">
|
||||
<a href="/categories/ansible">ansible</a>
|
||||
</li>
|
||||
@@ -309,15 +305,10 @@ if (!doNotTrack) {
|
||||
<div class="entry-content">
|
||||
<article>
|
||||
<p>這是之前做過的task,client透過pxe開機後,會自動安裝ubuntu 14.04</p>
|
||||
|
||||
<p>在安裝完成後,會發出郵件通知管理者已經安裝完成</p>
|
||||
|
||||
<p>可是某次ansible 更新之後,反而沒辦法安裝完成</p>
|
||||
|
||||
<p>這次順手修改一下,同時更新了ansible 的template</p>
|
||||
|
||||
<p>###os-ubuntu-1404-desktop-preseed.cfg</p>
|
||||
|
||||
<pre><code>### Localization
|
||||
|
||||
# Keyboard selection.
|
||||
@@ -735,7 +726,7 @@ title="pinterest icon"></i>
|
||||
|
||||
</ul> <div class="design-credit">
|
||||
|
||||
<p>© 2018 Göran Svensson</p>
|
||||
<p>© 2018 Göran Svensson</p>
|
||||
|
||||
<p>Nederburg Hugo Theme by <a href="https://appernetic.io">Appernetic</a>.</p>
|
||||
|
||||
@@ -747,7 +738,7 @@ title="pinterest icon"></i>
|
||||
</div>
|
||||
<script src="https://h.cowbay.org/js/jquery.min.js"></script>
|
||||
<script src="https://h.cowbay.org/js/jquerymigrate.js"></script>
|
||||
<script src="https://h.cowbay.org/js/production.min.js?v=1626744134"></script>
|
||||
<script src="https://h.cowbay.org/js/production.min.js?v=1629951055"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user