From 830536bfb28927579d855fdddc90ef31ed012aa3 Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <ak@geant.org>
Date: Sun, 27 Apr 2025 14:07:00 +0100
Subject: [PATCH] move `configure_storage` tasklist into separate `tasks`
 folder.

---
 geant/gap_ansible/playbooks/l3_core_service.yaml                | 2 +-
 geant/gap_ansible/playbooks/manage_bgp_peers.yaml               | 2 +-
 geant/gap_ansible/playbooks/manage_sbp.yaml                     | 2 +-
 geant/gap_ansible/playbooks/validate_prefix_list.yaml           | 2 +-
 geant/gap_ansible/playbooks/vrf_update.yaml                     | 2 +-
 .../gap_ansible/roles/base_config/tasks/configure_storage.yaml  | 2 +-
 geant/gap_ansible/roles/edge_port/tasks/configure_storage.yaml  | 2 +-
 .../gap_ansible/roles/ibgp_update/tasks/configure_storage.yaml  | 2 +-
 geant/gap_ansible/roles/iptrunk/tasks/configure_storage.yaml    | 2 +-
 .../roles/iptrunk_migration/tasks/configure_storage.yaml        | 2 +-
 .../roles/iptrunk_twamp/tasks/configure_storage.yaml            | 2 +-
 geant/gap_ansible/roles/l2circuits/tasks/configure_storage.yaml | 2 +-
 .../roles/promote_p_to_pe/tasks/configure_storage.yaml          | 2 +-
 geant/gap_ansible/roles/sdp/tasks/configure_storage.yaml        | 2 +-
 geant/gap_ansible/{playbooks => tasks}/configure_storage.yaml   | 0
 15 files changed, 14 insertions(+), 14 deletions(-)
 rename geant/gap_ansible/{playbooks => tasks}/configure_storage.yaml (100%)

diff --git a/geant/gap_ansible/playbooks/l3_core_service.yaml b/geant/gap_ansible/playbooks/l3_core_service.yaml
index ae0166b0..6517b5bc 100644
--- a/geant/gap_ansible/playbooks/l3_core_service.yaml
+++ b/geant/gap_ansible/playbooks/l3_core_service.yaml
@@ -23,7 +23,7 @@
     #   ansible.builtin.meta: end_play
 
     - name: Include storage path configuration
-      ansible.builtin.include_tasks: configure_storage.yaml
+      ansible.builtin.include_tasks: ../tasks/configure_storage.yaml
 
     - name: Import standard general variables for GEANT L3 Core Services
       ansible.builtin.include_vars:
diff --git a/geant/gap_ansible/playbooks/manage_bgp_peers.yaml b/geant/gap_ansible/playbooks/manage_bgp_peers.yaml
index b5d5aa16..ed5898af 100644
--- a/geant/gap_ansible/playbooks/manage_bgp_peers.yaml
+++ b/geant/gap_ansible/playbooks/manage_bgp_peers.yaml
@@ -3,7 +3,7 @@
   gather_facts: false
   tasks:
     - name: Include storage path configuration
-      ansible.builtin.include_tasks: configure_storage.yaml
+      ansible.builtin.include_tasks: ../tasks/configure_storage.yaml
 
     - name: Import general variables for {{ partner_name | upper }}
       ansible.builtin.include_vars:
diff --git a/geant/gap_ansible/playbooks/manage_sbp.yaml b/geant/gap_ansible/playbooks/manage_sbp.yaml
index da45e517..7e1715b1 100644
--- a/geant/gap_ansible/playbooks/manage_sbp.yaml
+++ b/geant/gap_ansible/playbooks/manage_sbp.yaml
@@ -3,7 +3,7 @@
   gather_facts: false
   tasks:
     - name: Include storage path configuration
-      ansible.builtin.include_tasks: configure_storage.yaml
+      ansible.builtin.include_tasks: ../tasks/configure_storage.yaml
 
     - name: Import standard general variables for GEANT L3 Core Services
       ansible.builtin.include_vars:
diff --git a/geant/gap_ansible/playbooks/validate_prefix_list.yaml b/geant/gap_ansible/playbooks/validate_prefix_list.yaml
index 833a8ffa..c868c8b6 100644
--- a/geant/gap_ansible/playbooks/validate_prefix_list.yaml
+++ b/geant/gap_ansible/playbooks/validate_prefix_list.yaml
@@ -4,7 +4,7 @@
   gather_facts: false
   tasks:
     - name: Include storage path configuration
-      ansible.builtin.include_tasks: configure_storage.yaml
+      ansible.builtin.include_tasks: ../tasks/configure_storage.yaml
 
     - name: Import standard general variables for GEANT L3 Core Services
       ansible.builtin.include_vars:
diff --git a/geant/gap_ansible/playbooks/vrf_update.yaml b/geant/gap_ansible/playbooks/vrf_update.yaml
index d8e33ef1..86624164 100644
--- a/geant/gap_ansible/playbooks/vrf_update.yaml
+++ b/geant/gap_ansible/playbooks/vrf_update.yaml
@@ -4,7 +4,7 @@
   gather_facts: false
   tasks:
     - name: Include storage path configuration
-      ansible.builtin.include_tasks: configure_storage.yaml
+      ansible.builtin.include_tasks: ../tasks/configure_storage.yaml
 
     - name: Import standard variables for "{{ subscription.product.product_type }}/{{ subscription.vrf.vrf_name | upper }}"
       ansible.builtin.include_vars:
diff --git a/geant/gap_ansible/roles/base_config/tasks/configure_storage.yaml b/geant/gap_ansible/roles/base_config/tasks/configure_storage.yaml
index 67d67dcb..0998fc94 120000
--- a/geant/gap_ansible/roles/base_config/tasks/configure_storage.yaml
+++ b/geant/gap_ansible/roles/base_config/tasks/configure_storage.yaml
@@ -1 +1 @@
-../../../playbooks/configure_storage.yaml
\ No newline at end of file
+../../../tasks/configure_storage.yaml
\ No newline at end of file
diff --git a/geant/gap_ansible/roles/edge_port/tasks/configure_storage.yaml b/geant/gap_ansible/roles/edge_port/tasks/configure_storage.yaml
index 67d67dcb..0998fc94 120000
--- a/geant/gap_ansible/roles/edge_port/tasks/configure_storage.yaml
+++ b/geant/gap_ansible/roles/edge_port/tasks/configure_storage.yaml
@@ -1 +1 @@
-../../../playbooks/configure_storage.yaml
\ No newline at end of file
+../../../tasks/configure_storage.yaml
\ No newline at end of file
diff --git a/geant/gap_ansible/roles/ibgp_update/tasks/configure_storage.yaml b/geant/gap_ansible/roles/ibgp_update/tasks/configure_storage.yaml
index 67d67dcb..0998fc94 120000
--- a/geant/gap_ansible/roles/ibgp_update/tasks/configure_storage.yaml
+++ b/geant/gap_ansible/roles/ibgp_update/tasks/configure_storage.yaml
@@ -1 +1 @@
-../../../playbooks/configure_storage.yaml
\ No newline at end of file
+../../../tasks/configure_storage.yaml
\ No newline at end of file
diff --git a/geant/gap_ansible/roles/iptrunk/tasks/configure_storage.yaml b/geant/gap_ansible/roles/iptrunk/tasks/configure_storage.yaml
index 67d67dcb..0998fc94 120000
--- a/geant/gap_ansible/roles/iptrunk/tasks/configure_storage.yaml
+++ b/geant/gap_ansible/roles/iptrunk/tasks/configure_storage.yaml
@@ -1 +1 @@
-../../../playbooks/configure_storage.yaml
\ No newline at end of file
+../../../tasks/configure_storage.yaml
\ No newline at end of file
diff --git a/geant/gap_ansible/roles/iptrunk_migration/tasks/configure_storage.yaml b/geant/gap_ansible/roles/iptrunk_migration/tasks/configure_storage.yaml
index 67d67dcb..0998fc94 120000
--- a/geant/gap_ansible/roles/iptrunk_migration/tasks/configure_storage.yaml
+++ b/geant/gap_ansible/roles/iptrunk_migration/tasks/configure_storage.yaml
@@ -1 +1 @@
-../../../playbooks/configure_storage.yaml
\ No newline at end of file
+../../../tasks/configure_storage.yaml
\ No newline at end of file
diff --git a/geant/gap_ansible/roles/iptrunk_twamp/tasks/configure_storage.yaml b/geant/gap_ansible/roles/iptrunk_twamp/tasks/configure_storage.yaml
index 67d67dcb..0998fc94 120000
--- a/geant/gap_ansible/roles/iptrunk_twamp/tasks/configure_storage.yaml
+++ b/geant/gap_ansible/roles/iptrunk_twamp/tasks/configure_storage.yaml
@@ -1 +1 @@
-../../../playbooks/configure_storage.yaml
\ No newline at end of file
+../../../tasks/configure_storage.yaml
\ No newline at end of file
diff --git a/geant/gap_ansible/roles/l2circuits/tasks/configure_storage.yaml b/geant/gap_ansible/roles/l2circuits/tasks/configure_storage.yaml
index 67d67dcb..0998fc94 120000
--- a/geant/gap_ansible/roles/l2circuits/tasks/configure_storage.yaml
+++ b/geant/gap_ansible/roles/l2circuits/tasks/configure_storage.yaml
@@ -1 +1 @@
-../../../playbooks/configure_storage.yaml
\ No newline at end of file
+../../../tasks/configure_storage.yaml
\ No newline at end of file
diff --git a/geant/gap_ansible/roles/promote_p_to_pe/tasks/configure_storage.yaml b/geant/gap_ansible/roles/promote_p_to_pe/tasks/configure_storage.yaml
index 67d67dcb..0998fc94 120000
--- a/geant/gap_ansible/roles/promote_p_to_pe/tasks/configure_storage.yaml
+++ b/geant/gap_ansible/roles/promote_p_to_pe/tasks/configure_storage.yaml
@@ -1 +1 @@
-../../../playbooks/configure_storage.yaml
\ No newline at end of file
+../../../tasks/configure_storage.yaml
\ No newline at end of file
diff --git a/geant/gap_ansible/roles/sdp/tasks/configure_storage.yaml b/geant/gap_ansible/roles/sdp/tasks/configure_storage.yaml
index 67d67dcb..0998fc94 120000
--- a/geant/gap_ansible/roles/sdp/tasks/configure_storage.yaml
+++ b/geant/gap_ansible/roles/sdp/tasks/configure_storage.yaml
@@ -1 +1 @@
-../../../playbooks/configure_storage.yaml
\ No newline at end of file
+../../../tasks/configure_storage.yaml
\ No newline at end of file
diff --git a/geant/gap_ansible/playbooks/configure_storage.yaml b/geant/gap_ansible/tasks/configure_storage.yaml
similarity index 100%
rename from geant/gap_ansible/playbooks/configure_storage.yaml
rename to geant/gap_ansible/tasks/configure_storage.yaml
-- 
GitLab