We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd7abc commit 9585927Copy full SHA for 9585927
tasks/main.yml
@@ -1,5 +1,6 @@
1
---
2
# tasks file for secure_ssh
3
+# yamllint disable rule:line-length
4
5
- name: ensure firewalld is running
6
service:
@@ -271,8 +272,7 @@
271
272
- regexp: '^(#)?RhostsRSAAuthentication'
273
line: "#RhostsRSAAuthentication no"
274
- regexp: '^(#)?ChallengeResponseAuthentication'
- line: |
275
- ChallengeResponseAuthentication {{ ChallengeResponseAuthentication }}
+ line: "ChallengeResponseAuthentication {{ ChallengeResponseAuthentication }}"
276
- regexp: '^UsePAM'
277
line: 'UsePAM yes'
278
- regexp: '^(#)?AllowGroups'
0 commit comments