vn-ansible/linux-config-hot-plug.yaml

13 lines
209 B
YAML
Raw Normal View History

2024-01-09 18:03:00 +00:00
---
- 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