From: Oleg Broytman Date: Fri, 12 Jul 2019 22:27:07 +0000 (+0300) Subject: Feat(adjtimex): Add a playbook to run `adjtimex.sh` X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=636fe137aa8025193f2671a33a5c389757b79da6;p=ansible.git Feat(adjtimex): Add a playbook to run `adjtimex.sh` --- 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