Giter VIP home page Giter VIP logo

ansible-role-chrony's Introduction

ericsysmin.chrony

This role enables users to install and configure chrony on their hosts.

Build Status

Build Status

Requirements

None

Role Variables

Variable Required Default Comments
chrony_pkg_state No present Set pkg enabled, disabled, latest
chrony_service_state No started Set service state, started, enabled or disabled
chrony_service_enabled No yes A list of NTP servers to use.
chrony_config_server No ["0.pool.ntp.org","1.pool.ntp.org","2.pool.ntp.org", "3.pool.ntp.org"] A list of NTP servers to use.
chrony_config_logdir No /var/log/chrony A list of NTP servers to use.
chrony_config_extra_options No {} A dict of extra config options.

Examples

  1. Install chrony and use the default settings.
- hosts: all
  roles:
    - role: ericsysmin.chrony
  1. Install chrony and use custom servers.
- hosts: all
  roles:
    - role: ericsysmin.chrony
      chrony_config_server:
        - 0.pool.ntp.org
        - 2.pool.ntp.org

License

MIT

Author Information

ericsysmin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.