1
0
Derivar 0
Ansible Playbook for Uberspace
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
Lukas Bestle 32d435b851
Gitea: Update templates
há 3 anos
roles Gitea: Update templates há 3 anos
vars New testing site há 3 anos
LICENSE.md Add basic documentation há 4 anos
README.md Fix README há 4 anos
ansible.cfg Don't inject facts as vars há 4 anos
hosts Initial commit há 4 anos
requirements.yml Initial commit há 4 anos
run.sh Initial commit há 4 anos
site.yml Move tasks into new general role há 4 anos

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