Ansible Playbook for Uberspace
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
Lukas Bestle 32d435b851
Gitea: Update templates
3 år sedan
roles Gitea: Update templates 3 år sedan
vars New testing site 3 år sedan
LICENSE.md Add basic documentation 4 år sedan
README.md Fix README 4 år sedan
ansible.cfg Don't inject facts as vars 4 år sedan
hosts Initial commit 4 år sedan
requirements.yml Initial commit 4 år sedan
run.sh Initial commit 4 år sedan
site.yml Move tasks into new general role 4 år sedan

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