reversing another accident, forgot vim mode wasnt enabled at the time
This commit is contained in:
parent
a23455b697
commit
80dd5f0b46
|
@ -5,8 +5,7 @@
|
||||||
You can reset a user's password via the Ansible playbook (make sure to edit the `<your-username>` and `<your-password>` part below):
|
You can reset a user's password via the Ansible playbook (make sure to edit the `<your-username>` and `<your-password>` part below):
|
||||||
|
|
||||||
```
|
```
|
||||||
ansible-playbook -i inventory/hosts setup.yml --extra-vars='user:w
|
ansible-playbook -i inventory/hosts setup.yml --extra-vars='username=<your-username> password=<your-password>' --tags=update-user-password
|
||||||
name=<your-username> password=<your-password>' --tags=update-user-password
|
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note**: `<your-username>` is just a plain username (like `john`), not your full `@<username>:<your-domain>` identifier.
|
**Note**: `<your-username>` is just a plain username (like `john`), not your full `@<username>:<your-domain>` identifier.
|
||||||
|
|
Loading…
Reference in a new issue