mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
unantended upgrades
This commit is contained in:
parent
b255a8f33b
commit
dcc7d1bbe0
3 changed files with 21 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -132,3 +132,6 @@
|
|||
[submodule "collections/ansible_collections/grafana/grafana"]
|
||||
path = collections/ansible_collections/grafana/grafana
|
||||
url = https://github.com/grafana/grafana-ansible-collection
|
||||
[submodule "roles/unattended_upgrades"]
|
||||
path = roles/unattended_upgrades
|
||||
url = https://github.com/hifis-net/ansible-role-unattended-upgrades.git
|
||||
|
|
1
roles/unattended_upgrades
Submodule
1
roles/unattended_upgrades
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit f7b8f6f3ffbd0d2f2eff104071fae388c0d592e9
|
|
@ -0,0 +1,17 @@
|
|||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
|
||||
server_name node_exporter.web01.l3d.space;
|
||||
|
||||
include snippets/tls_parameters_{{ site.name }}.snippet.conf;
|
||||
include snippets/tls_certificate_{{ site.name }}.snippet.conf;
|
||||
include snippets/logging_{{ site.name }}.snippet.conf;
|
||||
|
||||
root /srv/www/c3woc.de;
|
||||
|
||||
location / {
|
||||
charset utf-8;
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue