Skip to content

Ansible role for Chrony installation & configuration

Notifications You must be signed in to change notification settings

opsatwork/chrony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrony for Ansible

A role for deploying and configuring Chrony and extensions on Enterprise Linux hosts using Ansible.

It can additionally be used as a playbook for quickly provisioning hosts.

Supports

Supported Chrony versions:

  • Chrony 2.x

Supported targets:

  • Community Enterprise OS (CentOS) 7.x
  • RedHat Enterprise Linux (RHEL) 7.x

Installation methods:

  • Binary packages from the official distribution repositories

Available extensions (under a switch):

  • None

Callable tasks:

  • task: ...

Usage

Clone this repo into your roles directory:

$ git clone https://github.com/opsatwork/chrony.git roles/opsatwork.chrony

And add it to your play's roles:

- hosts: ...
  roles:
    - chrony

This role comes preloaded with almost every available default. You can override each one in your hosts/group vars, in your inventory, or in your play. See the annotated defaults in defaults/main.yml for help in configuration. All provided variables start with chrony_.

Changelog

0.1

Initial version.

About

Ansible role for Chrony installation & configuration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published