You've already forked ansible-role-certificate-authority
Compare commits
1 Commits
22779aab45
...
a74e1e1dd6
Author | SHA1 | Date | |
---|---|---|---|
a74e1e1dd6
|
@ -1,4 +1,5 @@
|
|||||||
galaxy_info:
|
galaxy_info:
|
||||||
|
namespace: volker-raschek
|
||||||
role_name: "certificate_authority"
|
role_name: "certificate_authority"
|
||||||
author: "Markus Pesch"
|
author: "Markus Pesch"
|
||||||
description: "Role to create and managed an existing PKI infrastructure"
|
description: "Role to create and managed an existing PKI infrastructure"
|
||||||
@ -9,17 +10,14 @@ galaxy_info:
|
|||||||
- name: ArchLinux
|
- name: ArchLinux
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
- name: EL
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
- name: Fedora
|
- name: Fedora
|
||||||
versions:
|
versions:
|
||||||
- all
|
- "35"
|
||||||
- name: Ubuntu
|
|
||||||
versions:
|
|
||||||
- all
|
|
||||||
|
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
|
- certificate-authority
|
||||||
- ca
|
- ca
|
||||||
- ssl
|
- ssl
|
||||||
- tls
|
- tls
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
- name: Upgrade python package manager pip
|
- name: Upgrade python package manager pip
|
||||||
ansible.builtin.pip:
|
ansible.builtin.pip:
|
||||||
name: pip
|
name: pip
|
||||||
state: present
|
state: latest
|
||||||
|
|
||||||
- name: Install required python library cryptography
|
- name: Install required python library cryptography
|
||||||
ansible.builtin.pip:
|
ansible.builtin.pip:
|
||||||
|
Reference in New Issue
Block a user