Updated inventory to YAML format

This commit is contained in:
Ezri Brimhall 2024-10-01 18:54:27 -06:00
parent dd803b2d1d
commit 2c1386acc9
Signed by: ezri
GPG Key ID: 3DA1675C4E9B9216

View File

@ -1,21 +1,53 @@
; -*-conf-windows-*- # -*-yaml-*-
local:
hosts:
localhost:
vars:
ansible_connection: local
[local] containers:
localhost ansible_connection=local hosts:
"peoples-home.servers.ezri.dev":
ansible_port: 2231
# ansible_become: no
# ansible_user: root
tynan.servers.ezri.dev:
ansible_become: no
ansible_user: root
dewalt.servers.ezri.dev:
ansible_become: no
ansible_user: root
pathfinder.servers.ezri.dev:
ansible_become: no
ansible_user: root
sojourner.servers.ezri.dev:
ansible_become: no
ansible_user: root
atlantis.servers.ezri.dev:
ansible_become: no
ansible_user: root
vars:
ansible_become: yes
ansible_user: localadmin
[container_runners] unifi:
horizon.servers.ezri.dev hosts:
atlantis.servers.ezri.dev:
[kanidm_native] desktops:
normandy.network.ezri.dev hosts:
tycho.vpn.ezri.dev normandy.network.ezri.dev:
rocinante.vpn.ezri.dev serenity.wlan.ezri.dev:
serenity.wlan.ezri.dev rocinante.vpn.ezri.dev:
vars:
ansible_become: yes
[desktop] sysadmin_exercise:
;normandy ansible_connection=ssh ansible_become=true hosts:
serenity ansible_connection=ssh ansible_become=true phoenix.servers.ezri.dev:
ansible_become: yes
[nginx]
peoples-home.servers.ezri.dev ansible_connection=ssh ansible_port=2231 ansible_user=root
nginx:
hosts:
peoples-home.servers.ezri.dev: