mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
change -K -k to init ssh keys
This commit is contained in:
parent
8acb526a66
commit
fdf3ee5def
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user