1
0
Форкнуть 0
Ansible Playbook for Uberspace
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Lukas Bestle 32d435b851
Gitea: Update templates
3 лет назад
roles Gitea: Update templates 3 лет назад
vars New testing site 3 лет назад
LICENSE.md Add basic documentation 4 лет назад
README.md Fix README 4 лет назад
ansible.cfg Don't inject facts as vars 4 лет назад
hosts Initial commit 4 лет назад
requirements.yml Initial commit 4 лет назад
run.sh Initial commit 4 лет назад
site.yml Move tasks into new general role 4 лет назад

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