You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nemo 202ba03dea OpenBSD adaptations 3 years ago
..
defaults First commit 3 years ago
meta First commit 3 years ago
tasks Move some specific-OS group_vars into role vars (ex: Debian.yml in the role vars folder) 3 years ago
vars OpenBSD adaptations 3 years ago
README.md First commit 3 years ago

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.