mirror of
https://github.com/KevinMidboe/schleppe-ha-project.git
synced 2026-01-09 18:35:29 +00:00
8 lines
143 B
YAML
8 lines
143 B
YAML
---
|
|
- name: create ssh server config
|
|
hosts: all
|
|
roles:
|
|
- role: roles/ssh
|
|
ssh_skip_ssh_config: true
|
|
ssh_skip_ssh_keys: true
|