From 636fe137aa8025193f2671a33a5c389757b79da6 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 13 Jul 2019 01:27:07 +0300 Subject: [PATCH] Feat(adjtimex): Add a playbook to run `adjtimex.sh` --- playbooks/adjtimex.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 playbooks/adjtimex.yml diff --git a/playbooks/adjtimex.yml b/playbooks/adjtimex.yml new file mode 100644 index 0000000..0a8b732 --- /dev/null +++ b/playbooks/adjtimex.yml @@ -0,0 +1,6 @@ +- name: adjtimex: sync time and ajust kernel coeffitients + hosts: "{{ hosts | default('all') }}" + gather_facts: false + tasks: + - name: adjtimex + command: /usr/local/sbin/adjtimex.sh -- 2.39.2