1
0
mirror of https://github.com/jcwimer/startup-infrastructure synced 2026-03-24 22:34:42 +00:00
Files
startup-infrastructure/hosts.example

10 lines
361 B
Plaintext

# Node where config files get copied to and docker swarm gets initiated
# replace localhost with the ip of your bootstrap node
[bootstrap]
localhost
# nodes that will be swarm managers (note these will not host services)
[non-bootstrap-managers]
# nodes that will be swarm workers (note these will need to have more resources than managers)
[workers]