# Ansible Playbook for Uberspace ## Installation - Ensure that you have a recent Ansible version installed (tested with 2.9.10+) - Install module dependencies using: `ansible-galaxy install -r requirements.yml` ## Commands ```sh ./run.sh # Execute the full Playbook ./run.sh gitea-update # Only update Gitea on Git Uberspaces ./run.sh radicale-update # Only update Radicale on DAV Uberspaces ``` ## License [The MIT License](https://git.codesignd.com/ansible-playbooks/kodos/src/branch/master/LICENSE.md)