role base config install packages
This commit is contained in:
parent
a35704a0ab
commit
fb8fbff10f
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
|
||||
- hosts: '{{ ip_addr }}'
|
||||
become: yes
|
||||
become_method: sudo
|
||||
gather_facts: yes
|
||||
|
||||
tasks:
|
||||
|
||||
- name: "[CONFIG INSTALL PACKAGES] Install packages"
|
||||
import_role:
|
||||
name: config-install-packages
|
Loading…
Reference in New Issue