NTP client/server, prepare slapd
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
13
plays/ntp.yml
Executable file
13
plays/ntp.yml
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env ansible-playbook
|
||||
---
|
||||
- hosts: ntp_server
|
||||
vars:
|
||||
ntp_server: '{{ glob_ntp_server | combine(loc_ntp_server | default({})) }}'
|
||||
roles:
|
||||
- ntp-server
|
||||
|
||||
- hosts: debian
|
||||
vars:
|
||||
ntp_client: '{{ glob_ntp_client | combine(loc_ntp_client | default({})) }}'
|
||||
roles:
|
||||
- ntp-client
|
Reference in New Issue
Block a user