cli: add name to master subs
Deploy bin / deploy (push) Successful in 2s
Deploy, build and restart MASTER / deploy (push) Successful in 2s
Deploy agebd python package / deploy (push) Successful in 3s

This commit is contained in:
Benjamin Labrecque
2026-07-07 14:57:38 +02:00
parent 29ddb8613b
commit ea64ef0c24
2 changed files with 2 additions and 10 deletions
+1 -1
View File
@@ -16,4 +16,4 @@ jobs:
- name: Run New Service Playbook
run: |
ansible-playbook ansible/playbooks/add-new-service.yml -i ansible/hosts.yml --extra-vars="agebd_env=dev" -v
ansible-playbook ansible/playbooks/add-new-service.yml -i ansible/hosts.yml --extra-vars="repo_root=${{ github.workspace }} agebd_env=dev" -v
@@ -5,17 +5,9 @@
gather_facts: false
vars:
workspace_dir: "/tmp/hla_framework_bd"
workspace_dir: "{{ repo_root }}"
tasks:
- name: Clone this repository
ansible.builtin.git:
repo: "git@gitea.psi.ch:sls/hla_framework_bd.git"
dest: "{{ workspace_dir }}"
version: main
accept_hostkey: true
force: true
- name: "[{{ service_dir_name }}] Establish environment naming conventions"
ansible.builtin.set_fact:
# Extract MASTER from 000-master