Ansible Playbook for Uberspace
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Lukas Bestle 513ef339ee
New testing site
4 years ago
roles Disable HTTP 500 error pages on web Uberspaces 4 years ago
vars New testing site 4 years ago
LICENSE.md Add basic documentation 5 years ago
README.md Fix README 5 years ago
ansible.cfg Don't inject facts as vars 5 years ago
hosts Initial commit 5 years ago
requirements.yml Initial commit 5 years ago
run.sh Initial commit 5 years ago
site.yml Move tasks into new general role 5 years ago

README.md

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

./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