Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
| AUS Central Standard Time | 001 | Australia/Darwin | |
|---|---|---|---|
| AUS Central Standard Time | AU | Australia/Darwin | |
| AUS Eastern Standard Time | 001 | Australia/Sydney | |
| AUS Eastern Standard Time | AU | Australia/Sydney Australia/Melbourne | |
| Afghanistan Standard Time | 001 | Asia/Kabul | |
| Afghanistan Standard Time | AF | Asia/Kabul | |
| Alaskan Standard Time | 001 | America/Anchorage | |
| Alaskan Standard Time | US | America/Anchorage America/Juneau America/Metlakatla America/Nome America/Sitka America/Yakutat | |
| Aleutian Standard Time | 001 | America/Adak | |
| Aleutian Standard Time | US | America/Adak | 
| # This configuration file is provided on an "as is" basis, | |
| # with no warranties or representations, and any use of it | |
| # is at the user's own risk. | |
| # | |
| # You will need to edit domain name information, IP addresses for | |
| # redirection (at the bottom), SSL certificate and key paths, and | |
| # the "Public-Key-Pins" header. Search for any instance of "TODO". | |
| user www-data; | |
| worker_processes 4; | 
Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
| # Backup | |
| docker exec CONTAINER /usr/bin/mysqldump -u root --password=root DATABASE > backup.sql | |
| # Restore | |
| cat backup.sql | docker exec -i CONTAINER /usr/bin/mysql -u root --password=root DATABASE | |