add copy ssl certificate
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
vincent 2022-02-20 15:15:49 +01:00
parent 1b6906b0fb
commit dee0465359
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
nginx_ssl_cert_name: "{{ domain.name }}"
ansible_copySSLCertificate_DomainName: "{{ domain.name }}"
certbot_auto_renew_user: root
certbot_create_if_missing: true
certbot_cert_name: "{{domain.name}}"

View File

@ -14,6 +14,8 @@
- ansible-pihole
- role: ansible-role-certbot
become: true # need to have a external connection on 80
- role: ansible-copySSLCertificate
become: true # need to have a external connection on 80
- role: nginx
become: true
- role: ansible-role-postgresql

View File

@ -87,3 +87,5 @@
scm: git
- src: gitea@git.ducamps.win:ansible-roles/workstation.git
scm: git
- src: gitea@git.ducamps.win:ansible-roles/ansible-copySSLCertificate.git
scm: git