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