Browse Source

roles/ca: temporary user unstable ca_manager branch

Waiting for merge in `ca_manager`.
python3
Zolfa 4 years ago
parent
commit
322f876f00
Signed by: zolfa GPG Key ID: E1A43B038C4D6616
1 changed files with 9 additions and 1 deletions
  1. +9
    -1
      roles/ca/tasks/main.yaml

+ 9
- 1
roles/ca/tasks/main.yaml View File

@ -14,6 +14,10 @@
- python3
- python3-pip
- python3-setuptools
# Waiting for ca_manager update
# Remove after ca_manager update --->
- git
# <---
state: present
update_cache: yes
cache_valid_time: 3600
@ -21,7 +25,11 @@
- name: install from release
pip:
name: https://github.com/LILiK-117bis/ca_manager/tarball/v0.3
# Waiting for ca_manager update
# Replace after ca_manager update --->
#name: https://github.com/LILiK-117bis/ca_manager/tarball/v0.3
name: git+https://github.com/LILik-117bis/ca_manager.git@peewee3+rfc5280
# <---
executable: pip3
- name: create /var/lib/ca_manager


Loading…
Cancel
Save