mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
ec48f4e2b6
commit
fbab149ff9
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
- name: Install ssh daemon
|
||||
package:
|
||||
name: "{{ sshd_package }}"
|
||||
state: present
|
||||
when: sshd_enabled
|
||||
|
||||
- name: Disable root login with password
|
||||
lineinfile:
|
||||
dest: /etc/ssh/sshd_config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue