From ad27b805af65d39a1e9c19891063f8c29114d618 Mon Sep 17 00:00:00 2001 From: James Hackett Date: Tue, 5 Dec 2023 04:50:20 +0000 Subject: [PATCH] Update README.md --- ansible/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/README.md b/ansible/README.md index 0a493de..216a28d 100644 --- a/ansible/README.md +++ b/ansible/README.md @@ -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"