Update timezone data on RedHat-like servers using fabric


/ Published in: Python
Save to your folder(s)

Usage:

1. save the snippet as *fabfile.py*

2. and run:

**$ fab -H myhost1,myhost2...**

or set *env.roledefs['myrole'] = ['myhost1', 'myhost2', ...]* in *fabfile.py* and run this way:

**$ fab -R myrole**

URL: fab_yum_up_tzdata

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.