forked from infra/ansible
Modify certmgr for Debian stretch.
This commit is contained in:
parent
c43a927779
commit
008b0efd1b
@ -1,18 +1,13 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: Enable backports
|
|
||||||
apt_repository: repo='deb http://httpredir.debian.org/debian jessie-backports main' state=present
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
apt: name={{ item }} state=present
|
apt: name={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
- git
|
- git
|
||||||
- python-dateutil
|
- python-dateutil
|
||||||
|
- python-openssl
|
||||||
- python-yaml
|
- python-yaml
|
||||||
|
|
||||||
- name: Install python-openssl
|
|
||||||
apt: name=python-openssl default_release=jessie-backports state=latest
|
|
||||||
|
|
||||||
- name: Install acertmgr
|
- name: Install acertmgr
|
||||||
git: repo=https://github.com/moepman/acertmgr.git dest=/opt/acertmgr depth=1 version=480337648699cfbe321774dee1d8aa82eb27b626
|
git: repo=https://github.com/moepman/acertmgr.git dest=/opt/acertmgr depth=1 version=480337648699cfbe321774dee1d8aa82eb27b626
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user