From d27bddf373d51639b683f0d2649fbf1f1e9fbfc9 Mon Sep 17 00:00:00 2001 From: fossilfranv Date: Fri, 28 Apr 2023 15:39:08 -0700 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 166eff9..9d00d55 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,16 @@ move and edit config to ~.ssh/config + test connection: ansible -m ping --ask-vault-pass --extra-vars '@passwd.yml' TARGET_IP OR NAME -u root + run playbook: ansible-playbook --ask-vault-pass --extra-vars '@passwd.yml' ubuntu/setup-pb.yml -l TARGET_IP OR NAME -u root + + On TARGET: modify /etc/sysctl.conf, add the line: net.ipv4.icmp_echo_ignore_all = 1 #don't respond to pings