Added ssh config to developer machines
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user