ansible-base/roles/client_ntp
Nemo 202ba03dea OpenBSD adaptations 2020-08-23 19:05:11 +02:00
..
defaults First commit 2020-05-15 22:22:26 +02:00
meta First commit 2020-05-15 22:22:26 +02:00
tasks Move some specific-OS group_vars into role vars (ex: Debian.yml in the role vars folder) 2020-07-12 12:04:23 +02:00
vars OpenBSD adaptations 2020-08-23 19:05:11 +02:00
README.md First commit 2020-05-15 22:22:26 +02:00

README.md

Ansible Role: client ntp

This role set up NTP client for a GNU/Linux server.

Requirements

None.

Role Variables

All variables and default values are defined in defaults/main.yml :

# Name of the ntp service and ntp package (depends on your OS, can be ntp, ntpd...)
ntp_service_name: ntpd
ntp_package: ntp

Dependencies

None.

Example Playbook

- hosts: all
  roles:
    - client_ntp

License

BSD

Author Information

This role was created in 2020 by Nemo.