summaryrefslogtreecommitdiff
path: root/roles/common
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-02-29 23:37:46 -0500
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-01 00:22:34 -0500
commit5232b710f00e85ce3b031bcaa77ff8cb81122d38 (patch)
treeb5bb1ae4161c6056ae762952a34e7ed9af5cff44 /roles/common
parentea6c3093ca7420f6aaf0c4fabd9cab4457aaf220 (diff)
downloadoldinfra-5232b710f00e85ce3b031bcaa77ff8cb81122d38.tar.gz
oldinfra-5232b710f00e85ce3b031bcaa77ff8cb81122d38.zip
fix acl and stuff
Diffstat (limited to 'roles/common')
-rw-r--r--roles/common/tasks/main.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml
index 3e00e6f..6d2296c 100644
--- a/roles/common/tasks/main.yml
+++ b/roles/common/tasks/main.yml
@@ -15,9 +15,23 @@
- curl
- gnupg-agent
- software-properties-common
+ - systemd-timesyncd
state: latest
update_cache: yes
+- name: enable systemd-timesyncd
+ ansible.builtin.systemd_service:
+ name: systemd-timesyncd
+ state: restarted
+ enabled: true
+ daemon_reload: true
+
+- name: purge ntp
+ apt:
+ name:
+ - ntp
+ state: absent
+
- name: docker GPG key
apt_key:
url: https://download.docker.com/linux/debian/gpg