File tree Expand file tree Collapse file tree 1 file changed +134
-0
lines changed Expand file tree Collapse file tree 1 file changed +134
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+
3
+ misp_pkg_list :
4
+ - openssh-server
5
+ - mysql-server
6
+ # MISP only supports PHP 7 on oct 2022
7
+ - php8.3
8
+ - php8.3-cli
9
+ - php8.3-dev
10
+ - php8.3-dom
11
+ - php8.3-curl
12
+ - php8.3-mysql
13
+ - php8.3-mbstring
14
+ - php8.3-opcache
15
+ - php8.3-readline
16
+ - php8.3-mbstring
17
+ - php8.3-zip
18
+ - php8.3-redis
19
+ - php8.3-gnupg
20
+ - php8.3-apcu
21
+ - php8.3-intl
22
+ - php8.3-bcmath
23
+ - php8.3-gd
24
+ - php8.3-simplexml
25
+ - php8.3-xml
26
+ - postfix
27
+ - gcc
28
+ - zip
29
+ - git
30
+ - redis-server
31
+ - make
32
+ - python3-dev
33
+ - python3-pip
34
+ - python3-virtualenv
35
+ - python3-setuptools
36
+ - libxml2-dev
37
+ - libxslt1-dev
38
+ - libgl1-mesa-glx
39
+ - libzbar0
40
+ - zlib1g-dev
41
+ - curl
42
+ - gnupg
43
+ #
44
+ - python3-mysqldb
45
+ - rng-tools5
46
+ # misp-modules
47
+ - python3
48
+ - libpq5
49
+ - acl
50
+ - sudo
51
+ - cron
52
+ # # pillow
53
+ - libtiff5-dev
54
+ - libjpeg8-dev
55
+ - zlib1g-dev
56
+ - libfreetype6-dev
57
+ # # if pyzmq?
58
+ # - libczmq-dev
59
+ - openssl
60
+ - supervisor
61
+ - libfuzzy-dev
62
+ - ruby-pygments.rb
63
+ - ruby-rubygems
64
+ - ruby-dev
65
+ - libsm6
66
+ - libzbar0
67
+ - libzbar-dev
68
+ - tesseract-ocr
69
+ - libpoppler-cpp-dev
70
+ - imagemagick
71
+ - libxrender1
72
+ # for numpy
73
+ - libopenblas-dev
74
+ - libopenblas-base
75
+ - libatlas-base-dev
76
+ - libatlas3-base
77
+
78
+ misp_gem_list :
79
+ - { name: asciidoctor-pdf, v: 2.3.2 }
80
+
81
+ python3_bin : python3
82
+ python3_pip : pip3
83
+
84
+ mysql_svc : mysql
85
+ rng_svc : rngd
86
+ redis_svc : redis
87
+ redis_conf : /etc/redis/redis.conf
88
+ misp_services :
89
+ - " {{ apache_svc }}"
90
+ - " {{ mysql_svc }}"
91
+ - " {{ rng_svc }}"
92
+
93
+ misp_services_nginx :
94
+ - " {{ apache_svc }}"
95
+ - " {{ mysql_svc }}"
96
+ - " {{ rng_svc }}"
97
+ - php8.3-fpm
98
+
99
+ misp_testing_pkg :
100
+ - ruby
101
+ - rake
102
+
103
+ misp_webserver_apache2 :
104
+ - apache2
105
+ - libapache2-mod-php8.3
106
+ # # travis: "No package matching 'libapache2-mod-fastcgi' is available"
107
+ # - libapache2-mod-fastcgi
108
+
109
+ misp_webserver_nginx :
110
+ - nginx
111
+ - php-fpm
112
+
113
+ php_confdir : /etc/php/8.3/mods-available
114
+ php_confext : ini
115
+ php_ini : /etc/php/8.3/apache2/php.ini
116
+ php_ini_nginx : /etc/php/8.3/fpm/php.ini
117
+ php_confenable : /etc/php/8.3/apache2/conf.d
118
+ php_bin : /usr/bin/php8.3
119
+ nginx_sock : /run/php/php8.3-fpm.sock
120
+ fpm_user : www-data
121
+
122
+ gnupg_privdir : " {{ misp_rootdir }}/.gnupg/private-keys-v1.d"
123
+
124
+ mispmodules_libyarapath : /usr/local/lib/python3.10/dist-packages/usr/lib
125
+
126
+ apacheetc : /etc/apache2
127
+ ssl_user : ssl-cert
128
+ ssl_dir : /etc/ssl/certs
129
+ ssl_privatedir : /etc/ssl/private
130
+
131
+ supervisor_conf : /etc/supervisor/supervisord.conf
132
+ supervisor_confdir : /etc/supervisor/conf.d
133
+ supervisor_ext : conf
134
+ supervisor_service : supervisor
You can’t perform that action at this time.
0 commit comments