refactor ♻️: Refactoring the main.yml files to include NTP server configuration and backup of original ntp.conf.
Updated the `defaults/main.yml`, `handlers/main.yml`, and `tasks/main.yml` files to add NTP server configuration and a backup of the original `ntp.conf` file. This ensures that the system uses AD DCs as time sources and maintains a backup for future reference.
This commit is contained in:
@@ -8,3 +8,5 @@ dns_servers:
|
||||
- 192.168.1.11
|
||||
dns_search: example.com
|
||||
nm_connection_name: "Wired connection 1" # Change this based on your setup
|
||||
ntp_servers:
|
||||
- "{{ ad_dc }}" # Your AD DC as time source
|
||||
|
||||
Reference in New Issue
Block a user