molecule fixes
This commit is contained in:
parent
dfd5ad7a4f
commit
3ba4a4ac5f
|
|
@ -127,8 +127,10 @@
|
||||||
test:
|
test:
|
||||||
domains: ['infra-certs.test.ansibleguy.net']
|
domains: ['infra-certs.test.ansibleguy.net']
|
||||||
email: 'testmaster@ansibleguy.net'
|
email: 'testmaster@ansibleguy.net'
|
||||||
path: '/etc/ssl/test'
|
|
||||||
|
path: '/etc/ssl/le_test'
|
||||||
renew_timer: 'Mon *-*-* 03:00:00'
|
renew_timer: 'Mon *-*-* 03:00:00'
|
||||||
service: 'nginx'
|
service: 'nginx'
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- ansibleguy.infra_certs
|
- ansibleguy.infra_certs
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@
|
||||||
loop:
|
loop:
|
||||||
- "{{ CERT_CONFIG.path }}"
|
- "{{ CERT_CONFIG.path }}"
|
||||||
- "{{ le_path }}"
|
- "{{ le_path }}"
|
||||||
|
changed_when: false
|
||||||
|
|
||||||
- name: "Certificates | Debian | LetsEncrypt Certbot | {{ le_name }} | Certbot command (FYI)"
|
- name: "Certificates | Debian | LetsEncrypt Certbot | {{ le_name }} | Certbot command (FYI)"
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@
|
||||||
mode: 0750
|
mode: 0750
|
||||||
owner: "{{ config_ca.owner_key }}"
|
owner: "{{ config_ca.owner_key }}"
|
||||||
group: "{{ config_ca.group_key }}"
|
group: "{{ config_ca.group_key }}"
|
||||||
|
changed_when: false
|
||||||
|
|
||||||
- name: Certificates | Internal | Minimal CA | Generate ca private key (encrypted key)
|
- name: Certificates | Internal | Minimal CA | Generate ca private key (encrypted key)
|
||||||
community.crypto.openssl_privatekey:
|
community.crypto.openssl_privatekey:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue