Refs #8141: Time Server Deploy - finish role

This commit is contained in:
Xavi Lleó 2024-11-26 12:54:55 +01:00
parent 9df86be7a4
commit 31180a8d66
2 changed files with 6 additions and 8 deletions

View File

@ -1,9 +1,7 @@
- name: Configure Directory, Time, and Database Services - name: Configure Directory, Time, and Database Services
hosts: all hosts: all
tasks: tasks:
- import_role: - name: Configure services to install in the server
name: ldap_samba import_role:
- import_role: name: services
name: timeserver
- import_role:
name: database

View File

@ -1,9 +1,9 @@
- name: Install NRPE packages - name: Install CHRONY packages
apt: apt:
name: chrony name: chrony
state: present state: present
install_recommends: no install_recommends: no
- name: Set NRPE generic configuration - name: Set CHRONY generic configuration
template: template:
src: timeserver_custom.conf src: timeserver_custom.conf
dest: /etc/chrony/conf.d/custom.conf dest: /etc/chrony/conf.d/custom.conf