add script for creating VM image
This commit is contained in:
parent
9c3189544a
commit
75c3228c5e
8 changed files with 196 additions and 2 deletions
21
recipes/certbot/debian.yml
Normal file
21
recipes/certbot/debian.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
environment:
|
||||
PYTHONPATH: /home/artur/test
|
||||
|
||||
dependencies:
|
||||
- python
|
||||
|
||||
packages:
|
||||
- libffi-dev
|
||||
- libssl-dev
|
||||
|
||||
repository:
|
||||
url: https://github.com/certbot/certbot
|
||||
branch: v4.2.0
|
||||
version: 4.2.0
|
||||
|
||||
steps:
|
||||
- $SUDO pip3 install --prefix=$PREFIX certbot
|
||||
- $SUDO pip3 install --prefix=$PREFIX certbot-nginx
|
||||
|
||||
# can be executed like: pip install --prefix=$PREFIX certbot certbot-nginx
|
||||
# to see installed plugins: `certbot plugins`
|
Loading…
Add table
Add a link
Reference in a new issue