You've already forked ansible-role-certificate-authority
Compare commits
1 Commits
master
...
a74e1e1dd6
Author | SHA1 | Date | |
---|---|---|---|
a74e1e1dd6
|
@ -1,26 +1,25 @@
|
|||||||
dependencies: []
|
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
|
namespace: volker-raschek
|
||||||
|
role_name: "certificate_authority"
|
||||||
author: "Markus Pesch"
|
author: "Markus Pesch"
|
||||||
company: "Cryptic Systems"
|
|
||||||
description: "Role to create and managed an existing PKI infrastructure"
|
description: "Role to create and managed an existing PKI infrastructure"
|
||||||
galaxy_tags:
|
company: "Cryptic Systems"
|
||||||
- ca
|
|
||||||
- ssl
|
|
||||||
- tls
|
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
min_ansible_version: "2.9"
|
min_ansible_version: "2.9"
|
||||||
namespace: volker-raschek
|
|
||||||
platforms:
|
platforms:
|
||||||
- name: ArchLinux
|
- name: ArchLinux
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
- name: EL
|
|
||||||
versions:
|
|
||||||
- all
|
|
||||||
- name: Fedora
|
|
||||||
versions:
|
|
||||||
- all
|
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
role_name: "certificate_authority"
|
- name: Fedora
|
||||||
|
versions:
|
||||||
|
- "35"
|
||||||
|
galaxy_tags:
|
||||||
|
- certificate-authority
|
||||||
|
- ca
|
||||||
|
- ssl
|
||||||
|
- tls
|
||||||
|
|
||||||
|
dependencies: []
|
||||||
|
@ -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