]> git.phdru.name Git - ansible.git/commitdiff
Feat(adjtimex): Add a playbook to run `adjtimex.sh`
authorOleg Broytman <phd@phdru.name>
Fri, 12 Jul 2019 22:27:07 +0000 (01:27 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 16 Jul 2019 18:28:41 +0000 (21:28 +0300)
playbooks/adjtimex.yml [new file with mode: 0644]

diff --git a/playbooks/adjtimex.yml b/playbooks/adjtimex.yml
new file mode 100644 (file)
index 0000000..0a8b732
--- /dev/null
@@ -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