Skip to content
Snippets Groups Projects
Commit 14d2f80a authored by Jupiter Hu's avatar Jupiter Hu
Browse files

fixed openssh bug

parent 3559bd7e
No related branches found
No related tags found
No related merge requests found
......@@ -43,4 +43,9 @@
service: name=sssd state=started
sudo: true
- name: "start idmpad"
service: name=rpcidmapd state=started
sudo: true
when: nfs_server is defined
......@@ -70,4 +70,9 @@
- "Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour"
notify: restart openssh
sudo: true
- name: link ssh
file: src={{ ssh_dir }}/bin/ssh path=/usr/bin/ssh state=link force=yes
sudo: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment