Add /etc/httpd/conf.d/sks.conf to ansible
This commit is contained in:
parent
665f1ee4e0
commit
60df08fc1a
3 changed files with 63 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue