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