moletti.timezone
Ansible role: Timezone
Base role for configure the time zone.
Install
ansible-galaxy install moletti.timezone
Example playbook
- hosts: all
gather_facts: yes
vars:
timezone: "Etc/UTC"
roles:
- { role: moletti.timezone, tags: timezone }
Role Variables
variable | type | default | description |
---|---|---|---|
timezone | str | Etc/UTC | Name of the timezone for the system clock. |
LICENSE
Install
ansible-galaxy install moletti.timezone
License
Unknown
Downloads
329
Owner