Add /etc/httpd/conf.d/sks.conf to ansible

This commit is contained in:
Nick Bebout 2013-08-20 00:53:10 +00:00
parent 665f1ee4e0
commit 60df08fc1a
3 changed files with 63 additions and 0 deletions

View file

@ -36,6 +36,11 @@
tags:
- config
- name: /etc/httpd/conf.d/sks.conf
copy: src=$files/keyserver/sks.conf dest=/etc/httpd/conf.d/sks.conf owner=root group=root mode=0644
tags:
- config
- cron: name="regenerate stats hourly"
hour="*"
minute="5"