OS Initialize
None.
timezone
to set timezone
hostname
which will set hostname if the vm has not been set up by cloud-init.
unnecessary_packages
which are some packages which I have found them unnecessary over time.
unnecessary_services
which are some services which I have found them unnecessary over time in my environments.
None.
- hosts: servers
become: true
roles:
- role: aminvakil.os_initialize
GPL-3.0