mirror of
https://github.com/KevinMidboe/schleppe-pulumi.git
synced 2026-01-10 03:15:52 +00:00
8 lines
137 B
YAML
8 lines
137 B
YAML
---
|
|
- name: create ssh config
|
|
hosts: all
|
|
roles:
|
|
- role: roles/ssh
|
|
ssh_skip_sshd_config: true
|
|
ssh_skip_ssh_keys: true
|