1
0
Fork 0
Ansible Playbook for Uberspace
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
Lukas Bestle 32d435b851
Gitea: Update templates
3 anos atrás
roles Gitea: Update templates 3 anos atrás
vars New testing site 3 anos atrás
LICENSE.md Add basic documentation 4 anos atrás
README.md Fix README 4 anos atrás
ansible.cfg Don't inject facts as vars 4 anos atrás
hosts Initial commit 4 anos atrás
requirements.yml Initial commit 4 anos atrás
run.sh Initial commit 4 anos atrás
site.yml Move tasks into new general role 4 anos atrás

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