Add playbook to setup oh-my-zsh on servers

This commit is contained in:
Gene Liverman 2022-06-25 16:44:04 -04:00
parent 60ad339a5d
commit 457fda2db9
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6
3 changed files with 40 additions and 1 deletions

View 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