From 9aef844591ad2b1a35c9b751fac5eebae0cf527e Mon Sep 17 00:00:00 2001 From: fossilfranv Date: Mon, 27 Mar 2023 18:34:30 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0adbbce..b537355 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ ssh-copy-id to target 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' setup-pb.yml -l 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 Reference: https://www.vultr.com/docs/how-to-configure-a-new-ubuntu-server-with-ansible/