10 lines
134 B
YAML
10 lines
134 B
YAML
|
---
|
||
|
- hosts: all
|
||
|
remote_user: root
|
||
|
gather_facts: yes
|
||
|
roles:
|
||
|
- jnv.debian-backports
|
||
|
- base
|
||
|
- zsh_chic
|
||
|
- tor_node
|