mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Update repo structure as part of nixification
This commit is contained in:
parent
49e67c64fb
commit
cc0efcfdde
56 changed files with 181 additions and 154 deletions
20
legacy/.bundle/ansible/ansible_hosts.yaml
Normal file
20
legacy/.bundle/ansible/ansible_hosts.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue