parent
8cfcb66cda
commit
3a1b5ec620
@ -0,0 +1,7 @@
|
|||||||
|
- name: Configure macOS
|
||||||
|
hosts: all
|
||||||
|
gather_facts: true
|
||||||
|
strategy: mitogen_free
|
||||||
|
become: true
|
||||||
|
roles:
|
||||||
|
- role: sshd
|
@ -1 +1,3 @@
|
|||||||
sshd_config_file: /etc/ssh/sshd_config
|
sshd_config_file: /etc/ssh/sshd_config
|
||||||
|
|
||||||
|
sshd_config__max_auth_tries: 50
|
||||||
|
Loading…
Reference in New Issue