70ab8d6e28
Now crypto-policies include SSH options (not command line arguments)
13 lines
250 B
YAML
13 lines
250 B
YAML
---
|
|
- name: Write new crypto policies
|
|
template:
|
|
src: 'crypto-policies/opensshserver.config.j2'
|
|
dest: /etc/crypto-policies/back-ends/opensshserver.config
|
|
owner: root
|
|
group: root
|
|
mode: 0644
|
|
backup: yes
|
|
notify: Restart SSH
|
|
|
|
|