Commit 3971d14c by remulo.carvalho

Add new file 1

parents
---
- hosts: all
gather_facts: no
become_user: root
tasks:
#Desabilita o dns lookup no ssh
- name: Configura o SSH para não usar dns reverso
shell: sudo sed -i 's/#UseDNS yes/UseDNS no/g' /etc/ssh/sshd_config ; sudo service sshd restart
ignore_errors: yes
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment