diff --git a/openssh/service.ansible.yml b/openssh/service.ansible.yml index 6413ed5..9120b7f 100644 --- a/openssh/service.ansible.yml +++ b/openssh/service.ansible.yml @@ -5,3 +5,9 @@ name: sshd state: started enabled: true + - name: Require lo interface + lineinfile: + state: present + path: /etc/conf.d/sshd + insertafter: EOF + line: rc_need="net.lo"