testForTimezone

testForTimezone

testForTimezone (tests/confirms timezone setting)

Build Status

This role is intended to be used with the maintain_ / test_ loop presented at AnsibleFest 2016 in SFO

  • test roles are intended to run in read only (to confirm a negative or positive test state)

  • Should you try this role on another platform, please either do a Pull Request for the new platform or feel free to email me to ask that it be added.

The original slides for the test/maintain loop can be read about here.

Tests during this part of the loop are created via a _test.yml file that can be separately executed from _maintain playbooks.

This allows a test first/test parallel type approach with the ability to also use _test.yml as a form of governance check.

To provide samples to those that wish to use this approach, I decided it was a good idea to share pre-defined example roles for those that wish to take this approach and do not want to start from scratch.

The intent is to allow teams working on infrastructure to use existing ansible yaml syntax without having to learn python development.

Requirements

Working ansible installation 1.9 or above

Role Variables

  • timezoneCity (string) - Mandatory
  • debug: (true/false) - Optionally shows debug of vars as it proceeds (defaults to false)
  • immediate_exit_on_fail: (true/false) - Optionally fails immediately on fail (defaults to false)

Dependencies

no dependencies

Example Playbook

test/confirm that "America/Toronto" is set as the current Timezone City

# playbook:  application1_proxy_test.yml

- hosts: servers
  roles:
     - { role: MikeCaspar.testForTimezone, timezoneCity:"America/Toronto" }
 

License

MIT

Author Information

This role was created in 2016 by Mike Caspar.

About

Playbook test role for _test/_maintain loop - testForTimezone

Install
ansible-galaxy install MikeCaspar/testForTimezone
GitHub repository
License
mit
Downloads
61
Owner
Incremental Infrastructure Delivery Coach / Enterprise agile Coach