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