瀏覽代碼

Merge pull request #59 from bcachet/apticron

add(apticron): configure email
Alex Payne 11 年之前
父節點
當前提交
56b6364724
共有 2 個文件被更改,包括 9 次插入0 次删除
  1. 3
    0
      roles/common/tasks/main.yml
  2. 6
    0
      roles/common/templates/apticron.conf.j2

+ 3
- 0
roles/common/tasks/main.yml 查看文件

@@ -34,6 +34,9 @@
34 34
   notify:
35 35
     - restart ntp
36 36
 
37
+- name: Apticron email configuration
38
+  template: src=apticron.conf.j2 dest=/etc/apticron/apticron.conf
39
+
37 40
 - name: Ensure ntpd is running and enabled
38 41
   service: name=ntp state=started enabled=yes
39 42
 

+ 6
- 0
roles/common/templates/apticron.conf.j2 查看文件

@@ -0,0 +1,6 @@
1
+EMAIL="{{ admin_email }}"
2
+
3
+NOTIFY_NO_UPDATE="0"
4
+
5
+NOTIFY_NEW="0"
6
+

Loading…
取消
儲存