X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fadjtimex.yml;fp=playbooks%2Fadjtimex.yml;h=0000000000000000000000000000000000000000;hb=adadcb16e33617bc612dd65e82892241f8b5ace4;hp=adf745c9fecc88d0e7e67ca3967cdabde3df24cf;hpb=0f0fbc121fe59bf0483c290d5c2c2dd13132eef1;p=ansible.git diff --git a/playbooks/adjtimex.yml b/playbooks/adjtimex.yml deleted file mode 100644 index adf745c..0000000 --- a/playbooks/adjtimex.yml +++ /dev/null @@ -1,14 +0,0 @@ -- name: "adjtimex: sync time and adjust kernel coefficients" - hosts: "{{ hosts | default('all') }}" - gather_facts: false - become: true - tasks: - - name: Copy the script adjtimex.sh - copy: - src: ~/admin/prog/adjtimex.sh - dest: /usr/local/sbin/adjtimex.sh - owner: root - group: root - mode: 0750 - - name: Run adjtimex.sh - command: /usr/local/sbin/adjtimex.sh