This commit is contained in:
parent
1b6906b0fb
commit
dee0465359
@ -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}}"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user