mirror of
https://github.com/fscotto/infra.git
synced 2026-09-27 11:02:47 +00:00
9 lines
189 B
YAML
9 lines
189 B
YAML
---
|
|
# Optional inventory overlay for VM tests. It is not loaded by ansible.cfg.
|
|
all:
|
|
children:
|
|
platform_freebsd:
|
|
hosts:
|
|
freebsdtest:
|
|
ansible_connection: local
|