From f7402b1287067930e39ba91677ead8097247cb8a Mon Sep 17 00:00:00 2001 From: Simone Spinelli <simone.spinelli@geant.org> Date: Tue, 28 Mar 2023 19:14:54 +0000 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb4dc24..149d11a 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ A -- very simple -- Ansible playbook that adds a new local user to `utility[\d+].dev.gap.geant.org`, such that a user can log in and provision a new development VM using Terraform. -Example usage of this playbook: +Example usage of this playbook (become root): ``` -ansible-playbook -i localhost, --connection=local playbook.yml -e "username=$USERNAME" -e "full_name=$YOUR_NAME" -e "ssh_key=$SSH_PUB_KEY" -k +ansible-playbook -i localhost, --connection=local playbook.yml ``` Remember to fill in the variables `$USERNAME`, `$YOUR_NAME`, and `$SSH_PUB_KEY`. -- GitLab