Matt Spencer d7c18b747e Add gitea service
Needed to modify the nginx configuration to allow streaming of ssh.
Using docker compose for this service, will probably migrate all others soon.
2026-01-18 12:37:12 +00:00
2026-01-18 12:37:12 +00:00
2026-01-18 12:37:12 +00:00
2026-01-18 12:37:12 +00:00
2026-01-18 12:37:12 +00:00
2026-01-18 12:37:12 +00:00
2024-10-25 12:19:51 +01:00
2025-12-10 09:52:48 +00:00

# install roles and collections
ansible-galaxy install -r requirements.yml

# Install the playbook
ansible-playbook -i inventory -e @secrets.enc --ask-vault-pass frontend.yaml

# Github runner
ansible-playbook -i inventory -e @secrets.enc --ask-vault-pass github-runner.yaml

# gitea server
ansible-playbook -i inventory -e @secrets.enc --ask-vault-pass gitea.yaml
Description
ansible-playbooks
Readme 58 KiB
Languages
Shell 56.1%
Jinja 43.9%