You've already forked ansible-role-certificate-authority
Compare commits
2 Commits
a74e1e1dd6
...
0.2.2
Author | SHA1 | Date | |
---|---|---|---|
6208d55dcb
|
|||
ac6f54d360
|
@ -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.7.0
|
uses: ansible/ansible-lint@v25.6.1
|
||||||
with:
|
with:
|
||||||
args: "--config-file .ansible-lint"
|
args: "--config-file .ansible-lint"
|
||||||
setup_python: "true"
|
setup_python: "true"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
galaxy_info:
|
galaxy_info:
|
||||||
namespace: volker-raschek
|
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"
|
||||||
@ -17,7 +17,6 @@ galaxy_info:
|
|||||||
versions:
|
versions:
|
||||||
- "35"
|
- "35"
|
||||||
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: latest
|
state: present
|
||||||
|
|
||||||
- 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