Fix names.
This commit is contained in:
parent
a6afe34294
commit
7ded0b3fd0
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
## SSHD ##
|
## SSHD ##
|
||||||
|
|
||||||
- name: General | Software | Services | Create SSHFS rc.conf Entry (FreeBSD)
|
- name: General | Software | Services | Configure SSHD
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: "{{ sshd_config }}"
|
path: "{{ sshd_config }}"
|
||||||
regexp: '{{ item.key }}'
|
regexp: '{{ item.key }}'
|
||||||
@ -52,7 +52,7 @@
|
|||||||
- { "key": '^[\#]?X11Forwarding', "value": 'X11Forwarding no'}
|
- { "key": '^[\#]?X11Forwarding', "value": 'X11Forwarding no'}
|
||||||
- { "key": '^[\#]?AllowAgentForwarding', "value": 'AllowAgentForwarding no'}
|
- { "key": '^[\#]?AllowAgentForwarding', "value": 'AllowAgentForwarding no'}
|
||||||
|
|
||||||
- name: General | Software | Services | Enable SSHD (Linux?)
|
- name: General | Software | Services | Enable SSHD
|
||||||
service:
|
service:
|
||||||
name: "{{ sshd }}"
|
name: "{{ sshd }}"
|
||||||
pattern: "{{ sshd_pattern }}"
|
pattern: "{{ sshd_pattern }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user