You've already forked ansible-role-certificate-authority
Compare commits
1 Commits
0.1.1
...
346f626460
Author | SHA1 | Date | |
---|---|---|---|
346f626460
|
@ -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"
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
certificate_authority_intermediate_ca_tls_key_passphrase | length <= 0
|
certificate_authority_intermediate_ca_tls_key_passphrase | length <= 0
|
||||||
|
|
||||||
- name: Create passphrase protected intermediate Certificate Authority (CA)
|
- name: Create passphrase protected intermediate Certificate Authority (CA)
|
||||||
ansible.builtin.include_tasks: intermediate_certificate_authority_protected.yaml
|
ansible.builtin.include_tasks: intermediate_certificate_authority_unprotected.yaml
|
||||||
when: certificate_authority_intermediate_ca_create is defined and
|
when: certificate_authority_intermediate_ca_create is defined and
|
||||||
certificate_authority_intermediate_ca_create and
|
certificate_authority_intermediate_ca_create and
|
||||||
certificate_authority_intermediate_ca_tls_key_passphrase is defined and
|
certificate_authority_intermediate_ca_tls_key_passphrase is defined and
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
certificate_authority_root_ca_tls_key_passphrase | length <= 0
|
certificate_authority_root_ca_tls_key_passphrase | length <= 0
|
||||||
|
|
||||||
- name: Create passphrase protected root Certificate Authority (CA)
|
- name: Create passphrase protected root Certificate Authority (CA)
|
||||||
ansible.builtin.include_tasks: root_certificate_authority_protected.yaml
|
ansible.builtin.include_tasks: root_certificate_authority_unprotected.yaml
|
||||||
when: certificate_authority_root_ca_create is defined and
|
when: certificate_authority_root_ca_create is defined and
|
||||||
certificate_authority_root_ca_create and
|
certificate_authority_root_ca_create and
|
||||||
certificate_authority_root_ca_tls_key_passphrase is defined and
|
certificate_authority_root_ca_tls_key_passphrase is defined and
|
||||||
|
Reference in New Issue
Block a user