Update 'README.md'

This commit is contained in:
fossilfranv 2023-03-21 20:21:25 +01:00
parent 6ede9c4365
commit 90f533a1f3

View File

@ -19,3 +19,8 @@ test connection: ansible -m ping --ask-vault-pass --extra-vars '@passwd.yml' TAR
run playbook: ansible-playbook --ask-vault-pass --extra-vars '@passwd.yml' setup-pb.yml -l TARGET_IP OR NAME -u root
Reference: https://www.vultr.com/docs/how-to-configure-a-new-ubuntu-server-with-ansible/
modify /etc/sysctl.conf, add the line:
net.ipv4.icmp_echo_ignore_all = 1 #don't respond to pings
and then: sudo sysctl -p