added systemd podman startup to nginx, fixed graylog, fixed systemd

This commit is contained in:
Bastian de Byl
2022-05-01 03:53:55 -04:00
parent c5bc5a91ac
commit 95690c0eb1
3 changed files with 14 additions and 2 deletions

View File

@@ -23,3 +23,9 @@
- "/srv/http/letsencrypt:/srv/http/letsencrypt:z"
- "/etc/letsencrypt:/etc/letsencrypt:ro"
tags: nginx
- name: create systemd startup job for nginx
include_tasks: systemd-generate.yml
vars:
container_name: nginx
tags: nginx