mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 09:57:43 -04:00
Add playbook to setup oh-my-zsh on servers
This commit is contained in:
parent
60ad339a5d
commit
457fda2db9
3 changed files with 40 additions and 1 deletions
16
ansible/ansible_hosts.yaml
Normal file
16
ansible/ansible_hosts.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
all:
|
||||
hosts:
|
||||
carbonbean:
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue