Go to file
Wallun 8350e7d426
ci(pre-commit): update pre-commit hooks
Update task names to match name[casing] tag in ansible-lint
2023-02-23 09:55:52 +01:00
defaults feat: assert role variable and set timezone 2021-12-11 16:20:10 +01:00
tasks ci(pre-commit): update pre-commit hooks 2023-02-23 09:55:52 +01:00
vars feat: assert role variable and set timezone 2021-12-11 16:20:10 +01:00
.gitlint feat: assert role variable and set timezone 2021-12-11 16:20:10 +01:00
.pre-commit-config.yaml ci(pre-commit): update pre-commit hooks 2023-02-23 09:55:52 +01:00
.yamllint feat: assert role variable and set timezone 2021-12-11 16:20:10 +01:00
README.md feat: assert role variable and set timezone 2021-12-11 16:20:10 +01:00

README.md

set_timezone

This role sets the name of the host based on set_timezone_timezone variable, if defined. Otherwise, Europe/Paris will be used.

Example Playbook

---
- name: Set timezone
  hosts: "all"
  roles:
    - role: set_timezone

License

GPLv3

Author information

Wallun