You've already forked ansible-role-certificate-authority
Compare commits
1 Commits
renovate/a
...
22779aab45
Author | SHA1 | Date | |
---|---|---|---|
22779aab45
|
@ -12,9 +12,9 @@ jobs:
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5.0.0
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run ansible-lint
|
||||
uses: ansible/ansible-lint@v25.9.0
|
||||
uses: ansible/ansible-lint@v25.7.0
|
||||
with:
|
||||
args: "--config-file .ansible-lint"
|
||||
setup_python: "true"
|
||||
|
@ -12,7 +12,7 @@ jobs:
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5.0.0
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
|
||||
with:
|
||||
globs: '**/*.md'
|
||||
|
@ -1,15 +1,10 @@
|
||||
dependencies: []
|
||||
galaxy_info:
|
||||
role_name: "certificate_authority"
|
||||
author: "Markus Pesch"
|
||||
company: "Cryptic Systems"
|
||||
description: "Role to create and managed an existing PKI infrastructure"
|
||||
galaxy_tags:
|
||||
- ca
|
||||
- ssl
|
||||
- tls
|
||||
company: "Cryptic Systems"
|
||||
license: "MIT"
|
||||
min_ansible_version: "2.9"
|
||||
namespace: volker-raschek
|
||||
platforms:
|
||||
- name: ArchLinux
|
||||
versions:
|
||||
@ -23,4 +18,10 @@ galaxy_info:
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- all
|
||||
role_name: "certificate_authority"
|
||||
|
||||
galaxy_tags:
|
||||
- ca
|
||||
- ssl
|
||||
- tls
|
||||
|
||||
dependencies: []
|
||||
|
Reference in New Issue
Block a user