10 lines
121 B
YAML
10 lines
121 B
YAML
---
|
|
|
|
- hosts: dev
|
|
gather_facts: false
|
|
remote_user: root
|
|
roles:
|
|
- dependencies
|
|
- openssh
|
|
- game_pytho38
|