feat: add Factorio service deployment and configuration to Ansible setup
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 21s
Nix Format Check / check-format (push) Successful in 57s
Python Lint Check / check-python (push) Failing after 12s

This commit is contained in:
2025-03-24 16:51:08 +01:00
parent dde899d04d
commit 2a16b07b67
5 changed files with 57 additions and 2 deletions

View File

@@ -42,3 +42,8 @@ of.mvl.sh {
}
tls {{ caddy_email }}
}
fsm.mvl.sh {
reverse_proxy factorio-server-manager:5080
tls {{ caddy_email }}
}