Ansible Skripte um einen VPS Server aufzusetzen.
Find a file
2025-11-30 22:34:02 +01:00
.vscode refactor ansible scripts for contabo vps 2025-11-30 22:34:02 +01:00
inventory refactor ansible scripts for contabo vps 2025-11-30 22:34:02 +01:00
playbooks refactor ansible scripts for contabo vps 2025-11-30 22:34:02 +01:00
roles refactor ansible scripts for contabo vps 2025-11-30 22:34:02 +01:00
.gitignore roles: refactor roles to start a docker container with directus and psotgresql database, add text-editor tool 2025-03-22 21:11:24 +01:00
ansible.cfg inital commit: add playbooks with roles to setup server and add user 2025-03-18 23:37:20 +01:00
LICENSE Initial commit 2025-03-18 23:34:14 +01:00
README.md README: refactor command to add a user 2025-03-18 23:50:44 +01:00

vps-ansible

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 -K