---

- hosts: '{{ ip_addr }}'
  become: yes
  become_method: sudo
  gather_facts: yes

  tasks:

    - name: "[CONFIG INSTALL PACKAGES] Install packages"
      import_role:
        name: config-install-packages