Files
infmap/template/config/infrastructure.conf
j 070cca7c8d
Some checks failed
Build-Publish / build (linux/amd64) (push) Successful in 13s
Build-Publish / build (linux/arm64) (push) Successful in 40s
Build-Publish / create-manifest (push) Failing after 1s
Move template to template/ dir, add CI workflow, use pre-built image
2026-03-07 19:54:06 +13:00

21 lines
366 B
Plaintext

# Infrastructure Map Configuration
#
# Format:
# GROUPNAME
# USERNAME@SERVERNAME
# USERNAME@SERVERNAME
# ...
#
# GROUPNAME is a freeform label to group servers together.
# USERNAME@SERVERNAME is the SSH user and hostname/IP to connect to.
#
# Example:
#
# Production
# root@prod-web-01
# root@prod-db-01
#
# Development
# deploy@dev-01
# deploy@dev-02