d7c18b747ed13f73b3489a3f0b6fcfba1cb38f63
Needed to modify the nginx configuration to allow streaming of ssh. Using docker compose for this service, will probably migrate all others soon.
# 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
Languages
Shell
56.1%
Jinja
43.9%