fixed requirements
This commit is contained in:
parent
066d95535e
commit
d37973efb8
|
|
@ -1,6 +1,6 @@
|
||||||
# external roles and collections to download
|
# external roles and collections to download
|
||||||
# install: ansible-galaxy install -r requirements.yml
|
# install: ansible-galaxy install -r requirements.yml
|
||||||
|
|
||||||
collections: []
|
collections:
|
||||||
- name: 'community.crypto'
|
- name: 'community.crypto'
|
||||||
source: 'https://galaxy.ansible.com'
|
source: 'https://galaxy.ansible.com'
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
community.crypto.openssl_csr:
|
community.crypto.openssl_csr:
|
||||||
path: "{{ CERT_CONFIG.path }}/{{ name }}.{{ CERT_CONFIG.extension_csr }}"
|
path: "{{ CERT_CONFIG.path }}/{{ name }}.{{ CERT_CONFIG.extension_csr }}"
|
||||||
privatekey_path: "{{ CERT_CONFIG.path }}/{{ name }}.{{ CERT_CONFIG.extension_key }}"
|
privatekey_path: "{{ CERT_CONFIG.path }}/{{ name }}.{{ CERT_CONFIG.extension_key }}"
|
||||||
privatekey_passphrase : "{{ CERT_CONFIG.cert.pwd }}"
|
privatekey_passphrase: "{{ CERT_CONFIG.cert.pwd }}"
|
||||||
digest: "{{ CERT_CONFIG.cert.digest }}"
|
digest: "{{ CERT_CONFIG.cert.digest }}"
|
||||||
common_name: "{{ CERT_CONFIG.cert.cn }}"
|
common_name: "{{ CERT_CONFIG.cert.cn }}"
|
||||||
organization_name: "{{ CERT_CONFIG.cert.org }}"
|
organization_name: "{{ CERT_CONFIG.cert.org }}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue