mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 07:33:52 +02:00
IP_subject_alt_name is not declared for localhost. Fixed #149
This commit is contained in:
parent
517366f194
commit
37ec574d8d
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
|
- set_fact:
|
||||||
|
IP_subject_alt_name: "{{ IP_subject_alt_name }}"
|
||||||
|
|
||||||
- name: Ensure that the sshd_config file has desired options
|
- name: Ensure that the sshd_config file has desired options
|
||||||
blockinfile:
|
blockinfile:
|
||||||
dest: /etc/ssh/sshd_config
|
dest: /etc/ssh/sshd_config
|
||||||
|
|
Loading…
Add table
Reference in a new issue