Ansible Playbook for Uberspace
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
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