ansible/site.yml
2022-12-14 17:49:34 +01:00

13 lines
216 B
YAML

---
- 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