Loading renew-certs.yaml +0 −14 Original line number Diff line number Diff line Loading @@ -2,8 +2,6 @@ - name: Generate keys and certificates hosts: - localhost connection: local become: false gather_facts: false vars: email: hostmaster@shore.co.il Loading Loading @@ -121,14 +119,12 @@ - name: Create ACME challenge directory delegate_to: ns4 become: true file: path: /var/www/www.shore.co.il/.well-known/acme-challenge state: directory - name: Copy http-01 site challenge delegate_to: ns4 become: true with_dict: | {{ acme_site_challenge['challenge_data'] }} copy: Loading Loading @@ -159,7 +155,6 @@ - name: Copy site key, certificate to server delegate_to: ns4 become: true with_items: - src: *site_key_src dest: /var/ssl/site.key Loading Loading @@ -244,14 +239,12 @@ - name: Create ACME challenge directory delegate_to: host01 become: true file: path: /var/www/www.shore.co.il/.well-known/acme-challenge state: directory - name: Copy http-01 host challenge delegate_to: host01 become: true with_dict: | {{ acme_host_challenge['challenge_data'] }} copy: Loading Loading @@ -282,7 +275,6 @@ - name: Copy host key, certificate to server delegate_to: host01 become: true with_items: - src: *host_key_src dest: /var/ssl/site.key Loading Loading @@ -367,14 +359,12 @@ - name: Create ACME challenge directory delegate_to: host01 become: true file: path: /var/www/mail.shore.co.il/.well-known/acme-challenge state: directory - name: Copy http-01 mail challenge delegate_to: host01 become: true with_dict: | {{ acme_mail_challenge['challenge_data'] }} copy: Loading Loading @@ -405,7 +395,6 @@ - name: Copy mail key, certificate to server delegate_to: host01 become: true with_items: - src: *mail_key_src dest: /var/ssl/mail.key Loading Loading @@ -550,7 +539,6 @@ - kodi - name: Generate Diffie-Hellman parameters on host01 become: true delegate_to: host01 community.crypto.openssl_dhparam: force: true Loading @@ -567,7 +555,6 @@ - dhparams - name: Generate Diffie-Hellman parameters on ns4 become: true delegate_to: ns4 community.crypto.openssl_dhparam: force: true Loading @@ -582,7 +569,6 @@ - dhparams - name: Generate Diffie-Hellman parameters on kodi become: true delegate_to: kodi community.crypto.openssl_dhparam: force: true Loading Loading
renew-certs.yaml +0 −14 Original line number Diff line number Diff line Loading @@ -2,8 +2,6 @@ - name: Generate keys and certificates hosts: - localhost connection: local become: false gather_facts: false vars: email: hostmaster@shore.co.il Loading Loading @@ -121,14 +119,12 @@ - name: Create ACME challenge directory delegate_to: ns4 become: true file: path: /var/www/www.shore.co.il/.well-known/acme-challenge state: directory - name: Copy http-01 site challenge delegate_to: ns4 become: true with_dict: | {{ acme_site_challenge['challenge_data'] }} copy: Loading Loading @@ -159,7 +155,6 @@ - name: Copy site key, certificate to server delegate_to: ns4 become: true with_items: - src: *site_key_src dest: /var/ssl/site.key Loading Loading @@ -244,14 +239,12 @@ - name: Create ACME challenge directory delegate_to: host01 become: true file: path: /var/www/www.shore.co.il/.well-known/acme-challenge state: directory - name: Copy http-01 host challenge delegate_to: host01 become: true with_dict: | {{ acme_host_challenge['challenge_data'] }} copy: Loading Loading @@ -282,7 +275,6 @@ - name: Copy host key, certificate to server delegate_to: host01 become: true with_items: - src: *host_key_src dest: /var/ssl/site.key Loading Loading @@ -367,14 +359,12 @@ - name: Create ACME challenge directory delegate_to: host01 become: true file: path: /var/www/mail.shore.co.il/.well-known/acme-challenge state: directory - name: Copy http-01 mail challenge delegate_to: host01 become: true with_dict: | {{ acme_mail_challenge['challenge_data'] }} copy: Loading Loading @@ -405,7 +395,6 @@ - name: Copy mail key, certificate to server delegate_to: host01 become: true with_items: - src: *mail_key_src dest: /var/ssl/mail.key Loading Loading @@ -550,7 +539,6 @@ - kodi - name: Generate Diffie-Hellman parameters on host01 become: true delegate_to: host01 community.crypto.openssl_dhparam: force: true Loading @@ -567,7 +555,6 @@ - dhparams - name: Generate Diffie-Hellman parameters on ns4 become: true delegate_to: ns4 community.crypto.openssl_dhparam: force: true Loading @@ -582,7 +569,6 @@ - dhparams - name: Generate Diffie-Hellman parameters on kodi become: true delegate_to: kodi community.crypto.openssl_dhparam: force: true Loading