Well, we finally got those containers working like they oughta. - Wireguard and Nginx are running now, each in their own place, just like we planned. - Made sure they got their own spots for their files, and they're checkin' on themselves to stay healthy. - It was a bit of a struggle, but we got it done.
7 lines
110 B
YAML
7 lines
110 B
YAML
#SPDX-License-Identifier: MIT-0
|
|
---
|
|
- hosts: localhost
|
|
remote_user: root
|
|
roles:
|
|
- nginx_proxy_manager
|