Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.04 KB

README.md

File metadata and controls

50 lines (36 loc) · 1.04 KB

Ansible GalaxyBuild Status

IaC: with Ansible role to install and configure NTP Server


Description

  • Ansible for NTP Server

Requirements

Installation

Installation

vagrant@localhost:~$ ansible-galaxy install wluisaraujo.ntp
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.ntp/requirements.txt

Role Variables

defaults/main.yml

Dependencies

  • None

Example Playbook

---
- hosts: localhost
  vars:
    - name: value
  roles:
    - ntp
...

Licence