mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
15 lines
226 B
YAML
15 lines
226 B
YAML
|
---
|
||
|
- name: perms on .ssh
|
||
|
file:
|
||
|
path: ~/.ssh
|
||
|
mode: 0700
|
||
|
state: directory
|
||
|
recurse: yes
|
||
|
|
||
|
- name: configure ssh
|
||
|
blockinfile:
|
||
|
create: yes
|
||
|
path: ~/.ssh/config
|
||
|
block: |
|
||
|
StrictHostKeyChecking no
|