1
0
Разклонения 0
Ansible Playbook for Uberspace
You cannot select more than 25 topics 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