ckaserer.timezone
ckaserer.timezone
The timezone role makes it easy to set the timezone on your target machines.
To start, you need to install the role on the machine from which you will run Ansible:
ansible-galaxy install ckaserer.timezone
Set a timezone
The following playbook changes the timezone on your current machine to Europe/Vienna
. You can also set hosts
to a group of Ansible nodes or use all
.
- hosts: localhost
tasks:
- name: "Include ckaserer.timezone"
include_role:
name: "ckaserer.timezone"
apply:
become: true
vars:
timezone: "Europe/Vienna"
Installa
ansible-galaxy install ckaserer.timezone
Licenza
gpl-3.0
Download
310
Proprietario
Anything related to Containers, CI/CD or general automation is fair game for him - give him a terminal and he is happy.