Update 'README.md'
This commit is contained in:
parent
6ede9c4365
commit
90f533a1f3
@ -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
|
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/
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user