Run sks-db and sks-recon on boot
This commit is contained in:
parent
8c306e4f7a
commit
990f5f044f
1 changed files with 17 additions and 0 deletions
|
@ -23,3 +23,20 @@
|
|||
copy: src=$files/keyserver/css.css dest=/srv/sks/web/css.css mode=0644
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: Set sks-db to run on boot
|
||||
service: name=sks-db enabled=yes
|
||||
ignore_errors: true
|
||||
notify:
|
||||
- restart sks-db
|
||||
tags:
|
||||
- service
|
||||
|
||||
- name: Set sks-recon to run on boot
|
||||
service: name=sks-recon enabled=yes
|
||||
ignore_errors: true
|
||||
notify:
|
||||
- restart sks-recon
|
||||
tags:
|
||||
- service
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue