Added timezone setting for CentOS

This commit is contained in:
Greg Szabo 2017-07-28 19:30:59 +00:00
parent 773f7aac5b
commit d7c936abfa
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
---
- name: Set timezone
when: timezone is defined
file: path=/etc/localtime state=link src=/usr/share/zoneinfo/{{timezone}} force=yes
#Three commands to install a service on CentOS/RedHat
#wget -O - http://tendermint-packages.s3-website-us-west-1.amazonaws.com/centos/7/os/x86_64/RPM-GPG-KEY-Tendermint | rpm --import -
#wget -O /etc/yum.repos.d/tendermint.repo http://tendermint-packages.s3-website-us-west-1.amazonaws.com/centos/7/os/x86_64/tendermint.repo