README: add commands to start the playbooks

This commit is contained in:
Jan Völkel 2025-03-18 23:43:02 +01:00
parent ef4aab6a5d
commit 437459ec28
Signed by: Jan Völkel
SSH key fingerprint: SHA256:adl1xwySHDTNcPt/f+Y8np42DFn8wbykFk3KWvbZWXk

View file

@ -1,3 +1,9 @@
# vps-ansible
Ansible Skripte um einen VPS Server aufzusetzen.
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