Skip to content

Commit

Permalink
Addressed #62
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed Aug 30, 2023
1 parent f3becb2 commit 4144b85
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tasks/section_2/cis_2.1.3.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

- name: "2.1.3.1 | PATCH | Ensure systemd-timesyncd configured with authorized timeserver"
block:
- name: "2.1.3.1 | PATCH | Ensure systemd-timesyncd configured with authorized timeserver | create conf.d dir"
ansible.builtin.file:
path: /etc/systemd/timesyncd.conf.d
owner: root
group: root
mode: '0755'
state: directory

- name: "2.1.3.1 | PATCH | Ensure systemd-timesyncd configured with authorized timeserver | sources"
ansible.builtin.template:
src: "{{ item }}.j2"
Expand Down

0 comments on commit 4144b85

Please sign in to comment.