mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
20 lines
433 B
YAML
20 lines
433 B
YAML
---
|
|
all:
|
|
hosts:
|
|
bigboy-wsl:
|
|
ansible_connection: local
|
|
blue-rock:
|
|
ansible_connection: local
|
|
children:
|
|
servers:
|
|
vars:
|
|
ansible_connection: ssh
|
|
hosts:
|
|
cloud2.technicalissues.us:
|
|
ansible_user: gene
|
|
mail.alt.technicalissues.us:
|
|
ansible_user: gliverma
|
|
mini-watcher.local:
|
|
ansible_user: gene
|
|
tart.local:
|
|
ansible_user: pi
|