Renamed native-nginx-docker-proxy to native-docker-reverse-proxy

This commit is contained in:
2021-01-04 09:49:02 +01:00
parent 226ef63ec7
commit 9c8fc52b8b
28 changed files with 27 additions and 25 deletions

View File

@@ -1,2 +1,2 @@
dependencies:
- native-nginx-docker-proxy
- native-docker-reverse-proxy

View File

@@ -4,7 +4,7 @@
command: certbot certonly --agree-tos --email {{administrator_email}} --non-interactive --webroot -w /var/lib/letsencrypt/ -d {{domain}}
- name: configure {{domain}}.conf
template: src=roles/native-nginx-docker-proxy/templates/domain.conf.j2 dest=/etc/nginx/conf.d/{{domain}}.conf
template: src=roles/native-docker-reverse-proxy/templates/domain.conf.j2 dest=/etc/nginx/conf.d/{{domain}}.conf
notify: restart nginx
- name: create elasticsearch-sysctl.conf