From fdf3ee5def193489abb7768340d0378bca6b84e7 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Mon, 2 Dec 2019 13:47:05 +0100 Subject: [PATCH] change -K -k to init ssh keys --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 378ee0c..86b26ce 100644 --- a/README.md +++ b/README.md @@ -138,9 +138,9 @@ Remove useless groups and hosts Node per node if password differ between users. It adds your public ssh keys on hosts ``` -ansible-playbook install.yml -t init_ssh -l host1 -K -ansible-playbook install.yml -t init_ssh -l host2 -K -ansible-playbook install.yml -t init_ssh -l host3 -K +ansible-playbook install.yml -t init_ssh -l host1 -k +ansible-playbook install.yml -t init_ssh -l host2 -k +ansible-playbook install.yml -t init_ssh -l host3 -k ``` #### 7° Run ansible-playbook