Updated ansible-playbook command to accept a password at the command prompt.

This commit is contained in:
Brian McCullough 2023-06-17 20:10:03 -04:00
parent 0d0c05c233
commit 0a67537054

View file

@ -51,6 +51,14 @@ cd deployment
ansible-playbook 01_install_cacert_oidc.yml ansible-playbook 01_install_cacert_oidc.yml
``` ```
Note: If ansible-playbook fails early in the process with "sudo: a password is required,"
then confirm that your user has sudo privileges and execute that command like
```shell
ansible-playbook -K 01_install_cacert_oidc.yml
```
## Vagrant setup ## Vagrant setup
```shell ```shell