cli: add name to master subs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user