Update README.md

This commit is contained in:
James Hackett 2023-12-05 04:50:20 +00:00 committed by GitHub
parent 5a560250f1
commit ad27b805af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ This command assumes `hosts` is your hosts file, you can copy the sample host fi
### Adding new users to aperture
When you want to add a new user to all of the aperture servers, run the below command. You'll also need to edit [`roles/ssh/defaults/main.yml`](./roles/ssh/defaults/main.yml`).
When you want to add a new user to all of the aperture servers, run the below command. You'll also need to edit [`roles/ssh/defaults/main.yml`](./roles/ssh/defaults/main.yml).
```
ansible-playbook -i hosts redbrick-ansible.yml -e "created_users_pass=hellothere"