Files
hla_framework_bd/docs/ansible.md
T
Benjamin Labrecque 8617bac503
Deploy bin / deploy (push) Successful in 4s
Deploy, build and restart MASTER / deploy (push) Successful in 1s
Deploy agebd python package / deploy (push) Successful in 3s
fix: cicd ansible
2026-07-07 17:38:12 +02:00

313 B

Ansible

Running a playbook manually

Set vars on command line:

cd ansible
ansible-playbook ansible/playbooks/add-new-service.yml \
            -i ansible/hosts.yml \
            --extra-vars=""repo_root=${{ github.workspace }} agebd_env=dev new_service_dir_name=<service dir name>" \
            -v