---
- name: Set up user account on all hosts
hosts: all
remote_user: root
roles:
- apt
- apt-update-upgrade
- apt_listchanges
- basic_common_settings
#- firewalld - not currently in use