Skip to content

Instantly share code, notes, and snippets.

@vchepkov
Last active September 17, 2018 14:42
Show Gist options
  • Save vchepkov/900a4d6fcbbf380f1d618e4be36f1dc2 to your computer and use it in GitHub Desktop.
Save vchepkov/900a4d6fcbbf380f1d618e4be36f1dc2 to your computer and use it in GitHub Desktop.
---
- hosts: all
gather_facts: no
connection: local
vars:
provider:
server: "{{ inventory_hostname }}"
user: "{{ f5_username }}"
password: "{{ f5_password }}"
validate_certs: no
tasks:
- name: Set timezone
bigip_device_ntp:
ntp_servers: "{{ ntp_servers }}"
timezone: America/New_York
provider: "{{ provider }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment