mirror of
https://github.com/morten-olsen/configs.git
synced 2026-02-08 00:46:24 +01:00
22 lines
393 B
YAML
22 lines
393 B
YAML
images:
|
|
hosts:
|
|
docker-dev:
|
|
contexts:
|
|
- privat
|
|
android:
|
|
hosts:
|
|
pixel9:
|
|
ansible_host: 192.168.3.7
|
|
ansible_connection: ssh
|
|
ansible_port: 8022
|
|
ansible_user: u0_a200
|
|
desktops:
|
|
hosts:
|
|
zn-macbook:
|
|
ansible_host: 192.168.3.3
|
|
ansible_connection: ssh
|
|
ansible_port: 22
|
|
ansible_user: alice
|
|
contexts:
|
|
- zeronorth
|