fugu's sshd
parent
e6423cf045
commit
4ac046a93b
|
@ -55,6 +55,7 @@
|
||||||
roles:
|
roles:
|
||||||
- basic
|
- basic
|
||||||
- users
|
- users
|
||||||
|
- sshd
|
||||||
vars:
|
vars:
|
||||||
users:
|
users:
|
||||||
- rilla
|
- rilla
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
dest: "/etc/ssh/ssh_host_ed25519_key-cert.pub"
|
dest: "/etc/ssh/ssh_host_ed25519_key-cert.pub"
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
|
||||||
|
|
||||||
- name: ssh_host_ed25519_key.pub
|
- name: ssh_host_ed25519_key.pub
|
||||||
copy:
|
copy:
|
||||||
|
@ -13,7 +12,6 @@
|
||||||
dest: "/etc/ssh/ssh_host_ed25519_key.pub"
|
dest: "/etc/ssh/ssh_host_ed25519_key.pub"
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
|
||||||
|
|
||||||
- name: ssh_host_ed25519_key
|
- name: ssh_host_ed25519_key
|
||||||
copy:
|
copy:
|
||||||
|
@ -21,7 +19,6 @@
|
||||||
dest: "/etc/ssh/ssh_host_ed25519_key"
|
dest: "/etc/ssh/ssh_host_ed25519_key"
|
||||||
mode: '0600'
|
mode: '0600'
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
|
||||||
|
|
||||||
- name: copy user_ca.pub
|
- name: copy user_ca.pub
|
||||||
copy:
|
copy:
|
||||||
|
@ -29,7 +26,6 @@
|
||||||
dest: "/etc/ssh/user_ca.pub"
|
dest: "/etc/ssh/user_ca.pub"
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
|
||||||
|
|
||||||
- name: copy ssh_known_hosts
|
- name: copy ssh_known_hosts
|
||||||
copy:
|
copy:
|
||||||
|
@ -37,4 +33,3 @@
|
||||||
dest: "/etc/ssh/ssh_known_hosts"
|
dest: "/etc/ssh/ssh_known_hosts"
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
dest: /etc/ssh/sshd_config
|
dest: /etc/ssh/sshd_config
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
owner: root
|
owner: root
|
||||||
group: wheel
|
|
||||||
|
|
||||||
- name: setup host ssh certificates
|
- name: setup host ssh certificates
|
||||||
include_tasks: certs.yml
|
include_tasks: certs.yml
|
||||||
|
|
Loading…
Reference in New Issue