Ntp
Document Control
TODO:
- Overall structure.
 - Initial draft complete
 - Testing
 - Ready
 
User Story: Ntp
As a: UNIX and Linux system administrator
I want to:
- feature 1
 - feature 2
 
So that: benefit
Using the role
Using the role in a playbook
--- - name: Install ntp hosts: all tasks: - name: ntp is configured import_role: name: crivetimihai.ntp vars: ntp_enable_service: true tags: ntp
# Install the role ansible-galaxy install crivetimihai.ntp # Run the playbook ansible-playbook ntp-playbook.yml
  Last update: 2020-02-04