update and upgrade playbook
This commit is contained in:
parent
2afad62180
commit
4967b0d0b5
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
|
||||
- hosts: "{{ ip_addr }}"
|
||||
become: yes
|
||||
become_method: sudo
|
||||
gather_facts: yes
|
||||
|
||||
tasks:
|
||||
|
||||
- name: "[CONFIG UPDATE] Config update"
|
||||
import_role:
|
||||
name: config-update-and-upgrade-packages
|
Loading…
Reference in New Issue