Rheinwerk.set_server_timezone

Set Server Timezone

This role is used to set the time zone for the server.

Build Status

Requirements

None.

Role Variables

There is one main variable for this role: _set_server_timezone. It holds all the settings and configurations needed. You can find the details in defaults/main.yml.

Dependencies

None.

Example Playbook

To use this role, take the _set_server_timezone variable from defaults/main.yml as your template and pass it into the role.

Here’s an example of how to use the role, including parameters:

- hosts: servers
  vars:
    set_server_timezone:
      ...
  roles:
    - { role: set_server_timezone, tags: ['set_server_timezone'], _set_server_timezone: "{{ set_server_timezone }}" }

License

Please check LICENSE for details.

Author Information

The original author is Daniel Schneller, a member of the Rheinwerk project.

Informazioni sul progetto

Sets up the server timezone in Ubuntu

Installa
ansible-galaxy install Rheinwerk.set_server_timezone
Licenza
gpl-3.0
Download
1.9k
Proprietario