jail calibre

This commit is contained in:
Pig Monkey 2016-03-20 17:37:56 -07:00
parent b4c70afa3b
commit 6b1d61afbf
5 changed files with 14 additions and 6 deletions

View file

@ -49,6 +49,7 @@
- { role: radio, tags: ['radio'] }
- { role: formd, tags: ['formd'] }
- { role: postgresql, tags: ['postgresql'] }
- { role: calibre, tags: ['calibre'] }
vars_prompt:
- name: user_password
prompt: "Enter desired user password"

View file

@ -0,0 +1,3 @@
---
dependencies:
- { role: firejail }

View file

@ -0,0 +1,10 @@
---
- name: Install calibre
pacman: name=calibre state=present
- name: Jail calibre
file: src=/usr/bin/firejail
dest=/usr/local/bin/calibre
state=link
tags:
- firejail

View file

@ -1,5 +0,0 @@
---
- name: Install calibre
pacman: name=calibre state=present
tags:
- calibre

View file

@ -9,7 +9,6 @@
- include: gimp.yml
- include: gthumb.yml
- include: feh.yml
- include: calibre.yml
- include: pianobar.yml
- include: teiler.yml
- include: flac2all.yml