Added ssh config to developer machines

This commit is contained in:
2019-04-07 23:22:15 -04:00
parent 4be322f85d
commit 040fe62e36
2 changed files with 11 additions and 0 deletions

View File

@@ -157,3 +157,8 @@
#- name: Restart xrdp
# shell: service xrdp restart
- name: Install ssh-config
template: src=../roles/developer-machine/templates/ssh-config.j2 dest=/home/{{ standard_user }}/.ssh/config
become: yes
become_user: "{{ standard_user }}"

View File

@@ -0,0 +1,6 @@
Host 10.0.0.*
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
Host *.wimer.home
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null