Skip to content
Snippets Groups Projects
Commit 5e6ab870 authored by Chris Hines's avatar Chris Hines
Browse files

Merge pull request #92 from CVL-GitHub/slurmbranch7

Apply for openssh ca on M2CVL
parents 435dcb50 0c5c9e4e
No related branches found
No related tags found
No related merge requests found
--- ---
- name: restart ssh debian - include_vars: "{{ ansible_os_family }}_{{ ansible_architecture }}.yml"
service: name=ssh state=restarted
- name: restart ssh
service: name={{ sshd_name }} state=restarted
sudo: true sudo: true
when: ansible_os_family == "Debian"
...@@ -10,5 +10,4 @@ ...@@ -10,5 +10,4 @@
line: TrustedUserCAKeys /etc/ssh/server_ca.pub line: TrustedUserCAKeys /etc/ssh/server_ca.pub
state: present state: present
sudo: true sudo: true
notify: restart ssh debian notify: restart ssh
when: ansible_os_family == "Debian"
sshd_name: "ssh"
sshd_name: "sshd"
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
shell: tar zxf /tmp/openssh-{{ ssh_version }}.tar.gz shell: tar zxf /tmp/openssh-{{ ssh_version }}.tar.gz
args: args:
chdir: /tmp chdir: /tmp
creates: /tmp/openssh-{{ ssh_version }}/ssh
- name: build ssh - name: build ssh
shell: ./configure --prefix={{ ssh_dir }} --with-ipv4-default --with-md5-passwords --with-pam && make shell: ./configure --prefix={{ ssh_dir }} --with-ipv4-default --with-md5-passwords --with-pam && make
......
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