@@ -1,5 +1,10 @@
---
- name: Configure sshd
hosts: all
+ vars:
+ sshd_config_path: "/etc/ssh/sshd_config"
+ sshd_options:
+ PubkeyAuthentication: "yes"
+ PasswordAuthentication: "no"
roles:
- sshd