Base setup of a server.
- hosts: all
tasks:
- ansible.builtin.include_role:
name: ansible-base
vars:
base_timezone: "Europe/Rome"To build and publish the role, visit the GitHub Actions page of the repository and trigger the workflow "Release Package" manually.