You've already forked ansible-role-certificate-authority
Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
60e11b1276 | |||
dfac82a1f8
|
|||
594325b852
|
|||
f3e818b07c
|
|||
29c166acda
|
|||
a14c799290
|
@ -14,7 +14,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Run ansible-lint
|
- name: Run ansible-lint
|
||||||
uses: ansible/ansible-lint@v25.6.1
|
uses: ansible/ansible-lint@v25.7.0
|
||||||
with:
|
with:
|
||||||
args: "--config-file .ansible-lint"
|
args: "--config-file .ansible-lint"
|
||||||
setup_python: "true"
|
setup_python: "true"
|
||||||
|
@ -1,24 +1,26 @@
|
|||||||
|
dependencies: []
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
namespace: volker_raschek
|
|
||||||
role_name: "certificate_authority"
|
|
||||||
author: "Markus Pesch"
|
author: "Markus Pesch"
|
||||||
description: "Role to create and managed an existing PKI infrastructure"
|
|
||||||
company: "Cryptic Systems"
|
company: "Cryptic Systems"
|
||||||
|
description: "Role to create and managed an existing PKI infrastructure"
|
||||||
|
galaxy_tags:
|
||||||
|
- 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
|
||||||
- name: Fedora
|
role_name: "certificate_authority"
|
||||||
versions:
|
|
||||||
- "35"
|
|
||||||
galaxy_tags:
|
|
||||||
- ca
|
|
||||||
- ssl
|
|
||||||
- tls
|
|
||||||
|
|
||||||
dependencies: []
|
|
||||||
|
Reference in New Issue
Block a user