From 437459ec28775dd83dac56124a29b1ea132ae689 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20V=C3=B6lkel?= Date: Tue, 18 Mar 2025 23:43:02 +0100 Subject: [PATCH] README: add commands to start the playbooks --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 966cacc..f919023 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # vps-ansible -Ansible Skripte um einen VPS Server aufzusetzen. \ No newline at end of file +Ansible Skripte um einen VPS Server aufzusetzen. + +## Start playbook to setup server with adding a user +ansible-playbook -i inventory/hosts.ini playbooks/setup_server.yml + +## Start playbook to add a user +ansible-playbook -i inventory/hosts.ini playbooks/add_user.yml \ No newline at end of file