hot plug playbook

This commit is contained in:
Ruben Blanco 2024-01-09 19:03:00 +01:00
parent 6cdcc644c2
commit 1866239987
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
---
- hosts: '{{ ip_addr }}'
become: yes
become_method: sudo
gather_facts: yes
tasks:
- name: "[CONFIG HOT PLUG] Install and configure hot plug"
import_role:
name: config-hot-plug