chore: ansible ioc/service master restart
This commit is contained in:
@@ -4,9 +4,18 @@
|
||||
gather_facts: false
|
||||
|
||||
vars:
|
||||
workspace_dir: "{{ repo_root }}"
|
||||
workspace_dir: "/tml/hla_framework_bd"
|
||||
|
||||
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
|
||||
version: "feature/add-service-{{ service_dir_name }}"
|
||||
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