hot plug playbook
This commit is contained in:
parent
6cdcc644c2
commit
1866239987
|
@ -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
|
Loading…
Reference in New Issue