Skip to content

nis65/ansible-role-potos_time

Repository files navigation

Ansible Role - potos_time

This role works for me, but does not satisfy the potos acceptance rules yet:

  • the automated checks are currently failing
  • meta is not up to date

This role sets the system wide time zone.

Example Playbook

As this role is tested via Molecule one can use that playbook as a starting point:

---

- name: Converge
  hosts: all
  gather_facts: yes
  tasks:
    - name: run role
      ansible.builtin.include_role:
        name: 'ansible-role-potos_template'

Role Variables

The default variables are defined in defaults/main.yml:

---

potos_time_timezone: 'Europe/Zurich'

Another option is to use ansible-doc to read the argument specification:

ansible-doc --type role -r . main ansible-role-potos_template

Requirements

N/A

License

See LICENSE

Author Information

Project Potos

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published