mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 15:55:49 -04:00
Merge 1164bc68efe39f5f40225c11a434dfcf0bf2a5fb into 42b4a88c963eb480b3c19117c19eac7e146fa8ff
This commit is contained in:
commit
ba8ee9a0cb
@ -9,32 +9,33 @@
|
||||
|
||||
- name: ensure required packages are installed
|
||||
become: true
|
||||
apt: name={{item}} state=present
|
||||
with_items:
|
||||
- chromium-browser
|
||||
- vnc4server
|
||||
- libjpeg-turbo8-dev
|
||||
- zlib1g-dev
|
||||
- gcc
|
||||
- python3-dev
|
||||
- python3-dbg
|
||||
- adobe-flashplugin
|
||||
- xfonts-base
|
||||
- fonts-arphic-bkai00mp
|
||||
- fonts-arphic-bsmi00lp
|
||||
- fonts-arphic-gbsn00lp
|
||||
- fonts-arphic-gkai00mp
|
||||
- fonts-arphic-ukai
|
||||
- fonts-farsiweb
|
||||
- fonts-nafees
|
||||
- fonts-sil-abyssinica
|
||||
- fonts-sil-ezra
|
||||
- fonts-sil-padauk
|
||||
- fonts-unfonts-extra
|
||||
- fonts-unfonts-core
|
||||
- fonts-indic
|
||||
- fonts-thai-tlwg
|
||||
- fonts-lklug-sinhala
|
||||
apt:
|
||||
state: present
|
||||
name:
|
||||
- chromium-browser
|
||||
- vnc4server
|
||||
- libjpeg-turbo8-dev
|
||||
- zlib1g-dev
|
||||
- gcc
|
||||
- python3-dev
|
||||
- python3-dbg
|
||||
- adobe-flashplugin
|
||||
- xfonts-base
|
||||
- fonts-arphic-bkai00mp
|
||||
- fonts-arphic-bsmi00lp
|
||||
- fonts-arphic-gbsn00lp
|
||||
- fonts-arphic-gkai00mp
|
||||
- fonts-arphic-ukai
|
||||
- fonts-farsiweb
|
||||
- fonts-nafees
|
||||
- fonts-sil-abyssinica
|
||||
- fonts-sil-ezra
|
||||
- fonts-sil-padauk
|
||||
- fonts-unfonts-extra
|
||||
- fonts-unfonts-core
|
||||
- fonts-indic
|
||||
- fonts-thai-tlwg
|
||||
- fonts-lklug-sinhala
|
||||
|
||||
- name: mkdir /etc/service/{Xvnc,vnc-websock,brozzler-worker}
|
||||
file:
|
||||
|
@ -1,14 +1,15 @@
|
||||
---
|
||||
- name: ensure required packages are installed
|
||||
become: true
|
||||
apt: name={{item}} state=present
|
||||
with_items:
|
||||
- gcc
|
||||
- python3-dev
|
||||
- libffi-dev
|
||||
- libssl-dev
|
||||
- tor
|
||||
- git
|
||||
apt:
|
||||
state: present
|
||||
name:
|
||||
- gcc
|
||||
- python3-dev
|
||||
- libffi-dev
|
||||
- libssl-dev
|
||||
- tor
|
||||
- git
|
||||
- name: mkdir {{venv_root}}/warcprox-ve3
|
||||
become: true
|
||||
file: path={{venv_root}}/warcprox-ve3 state=directory owner={{user}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user