1
0
Fork 0
freesewing/ansible/inventory.yaml

19 lines
287 B
YAML
Raw Normal View History

2021-10-17 11:45:41 +02:00
# This is the Ansible inventory file for FreeSewing infrastructure
local:
hosts:
localhost: {}
all:
children:
v2:
2021-10-17 11:45:41 +02:00
hosts:
backend.freesewing.org:
db: freesewing
v3:
2021-10-17 11:45:41 +02:00
hosts:
backend3.freesewing.org:
monorepo: /fs/monorepo
2021-10-17 11:45:41 +02:00