17 lines
258 B
YAML
17 lines
258 B
YAML
---
|
|
# - hosts: all
|
|
# become: true
|
|
# roles:
|
|
# - role: networking
|
|
# - role: sshd
|
|
# - role: disks
|
|
# - role: wireguard
|
|
# - role: zsh
|
|
# - role: archlinux
|
|
# - role: podman
|
|
|
|
- hosts: pinwheel
|
|
become: true
|
|
roles:
|
|
- role: sshd
|