From ea183f703929cad6b6339849af13a48969188863 Mon Sep 17 00:00:00 2001 From: rubenb Date: Mon, 12 Feb 2024 11:37:39 +0100 Subject: [PATCH] add hot-plug --- linux-base-config-debian-vm.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/linux-base-config-debian-vm.yaml b/linux-base-config-debian-vm.yaml index de127dc..87050c2 100644 --- a/linux-base-config-debian-vm.yaml +++ b/linux-base-config-debian-vm.yaml @@ -12,11 +12,15 @@ # name: config-awx-user # tags: config-awx-user_config +# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + - name: "[CONFIG ROOT USER] Configure SSH root user" import_role: name: config-root-user # tags: config-root-user_config +# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + # - name: "[CONFIG BASE DEBIAN OS] Configure debian os" # import_role: # name: config-base-debian-os @@ -54,6 +58,12 @@ import_role: name: config-motd +# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + - name: "[CONFIG HOT PLUG] Install and configure hot plug" + import_role: + name: config-hot-plug + # ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - name: "[CONFIG LOCALES] Set locales"