14 lines
158 B
YAML
14 lines
158 B
YAML
---
|
|
# SSH
|
|
#
|
|
# Run:
|
|
# ansible-playbook -i inventory/hosts tasks/ssh.yml
|
|
#
|
|
# Prepare:
|
|
# See readme.md and init your workspace
|
|
- hosts: all
|
|
|
|
roles:
|
|
|
|
- ssh
|