molecule fixes

This commit is contained in:
AnsibleGuy 2023-01-06 22:00:11 +01:00
parent dfd5ad7a4f
commit 3ba4a4ac5f
3 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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:

View File

@ -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: