Ansible Playbook for Uberspace
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
Lukas Bestle 32d435b851
Gitea: Update templates
3 anni fa
roles Gitea: Update templates 3 anni fa
vars New testing site 3 anni fa
LICENSE.md Add basic documentation 4 anni fa
README.md Fix README 4 anni fa
ansible.cfg Don't inject facts as vars 4 anni fa
hosts Initial commit 4 anni fa
requirements.yml Initial commit 4 anni fa
run.sh Initial commit 4 anni fa
site.yml Move tasks into new general role 4 anni fa

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