You've already forked ansible-role-certificate-authority
Compare commits
2 Commits
0.1.2
...
3ebfac1c1f
Author | SHA1 | Date | |
---|---|---|---|
3ebfac1c1f
|
|||
c3fb49bbd4
|
@ -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"
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
common_name: "{{ certificate_authority_root_ca_common_name }}"
|
common_name: "{{ certificate_authority_root_ca_common_name }}"
|
||||||
path: "{{ certificate_authority_root_ca_path }}/cert-req.pem"
|
path: "{{ certificate_authority_root_ca_path }}/cert-req.pem"
|
||||||
privatekey_path: "{{ certificate_authority_root_ca_path }}/privkey.pem"
|
privatekey_path: "{{ certificate_authority_root_ca_path }}/privkey.pem"
|
||||||
|
privatekey_passphrase: "{{ certificate_authority_root_ca_tls_key_passphrase }}"
|
||||||
use_common_name_for_san: false
|
use_common_name_for_san: false
|
||||||
|
|
||||||
- name: Create self-signed certificate for root CA
|
- name: Create self-signed certificate for root CA
|
||||||
|
Reference in New Issue
Block a user