mrlesmithjr.timezone

Role Name

An Ansible role to configure timezone settings

Build Status

Build Status

Requirements

None

Role Variables

---
# defaults file for ansible-timezone

# set your desired default timezone

# timezone: 'EST5EDT'
# timezone: 'America/New_York'
timezone: 'UTC'

timezone_update_hardware_clock: false

Dependencies

None

Example Playbook

---
- hosts: all
  become: true
  vars:
  roles:
    - role: ansible-timezone
  tasks:

License

BSD

Author Information

Larry Smith Jr.

About

An [Ansible] role to configure timezone settings

Install
ansible-galaxy install mrlesmithjr.timezone
GitHub repository
License
Unknown
Downloads
607
Owner
Sharing practical insights on virtualization, cloud, automation, and DevOps to help others build, automate, and innovate with confidence.