NTP client/server, prepare slapd
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
---
|
||||
|
||||
- import_playbook: apt.yml
|
||||
- import_playbook: ntp.yml
|
||||
|
||||
- hosts: all
|
||||
roles:
|
||||
@ -20,7 +21,7 @@
|
||||
- sudo
|
||||
- systemd
|
||||
- pacman
|
||||
- ntp
|
||||
- ntp-client-arch
|
||||
- texlive
|
||||
- xorg
|
||||
- i3
|
||||
|
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