Merge "local install with -K if needed"
This commit is contained in:
commit
cb40cb4321
@ -66,7 +66,10 @@ restarted.
|
||||
|
||||
Run::
|
||||
|
||||
ansible-playbook -vvvv -i inventory/localhost install.yaml
|
||||
If you have password-less sudo enabled, run:
|
||||
ansible-playbook -vvvv -i inventory/localhost install.yaml
|
||||
Otherwise, add -K option to let Ansible prompting for the sudo password:
|
||||
ansible-playbook -K -vvvv -i inventory/localhost install.yaml
|
||||
|
||||
|
||||
Manual CLI Use
|
||||
|
Loading…
Reference in New Issue
Block a user