From 02e9d16cbda0b746b7d77e87ad838d087e00dd1c Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 13 Dec 2023 03:10:17 +0100 Subject: [PATCH] update ntp --- .gitmodules | 3 +++ collections/ansible_collections/community/general | 2 +- collections/ansible_collections/l3d/time | 1 + roles/l3d.ntp | 2 +- site.yml | 2 +- 5 files changed, 7 insertions(+), 3 deletions(-) create mode 160000 collections/ansible_collections/l3d/time diff --git a/.gitmodules b/.gitmodules index 7319ab7..8ae3471 100644 --- a/.gitmodules +++ b/.gitmodules @@ -68,3 +68,6 @@ [submodule "roles/l3d.etesync_dav"] path = roles/l3d.etesync_dav url = https://github.com/roles-ansible/ansible_role_etesync_dav.git +[submodule "collections/ansible_collections/l3d/time"] + path = collections/ansible_collections/l3d/time + url = https://github.com/roles-ansible/ansible_collection_time.git diff --git a/collections/ansible_collections/community/general b/collections/ansible_collections/community/general index 21cd65f..838e4e3 160000 --- a/collections/ansible_collections/community/general +++ b/collections/ansible_collections/community/general @@ -1 +1 @@ -Subproject commit 21cd65fccf41d3c365572ec7f443214ba474f125 +Subproject commit 838e4e3f0230a89e35e7f10a54f3e7d56f4cb50d diff --git a/collections/ansible_collections/l3d/time b/collections/ansible_collections/l3d/time new file mode 160000 index 0000000..1a200d3 --- /dev/null +++ b/collections/ansible_collections/l3d/time @@ -0,0 +1 @@ +Subproject commit 1a200d3fb93c0ee1745e5a62f93ac0e27f63482a diff --git a/roles/l3d.ntp b/roles/l3d.ntp index a3ac34e..09864d0 160000 --- a/roles/l3d.ntp +++ b/roles/l3d.ntp @@ -1 +1 @@ -Subproject commit a3ac34e33dda8a0d5633ee8bb111aea6ddf62a90 +Subproject commit 09864d03a24a4ba3049e4825c3e045295ed2a670 diff --git a/site.yml b/site.yml index ce283c8..ebdf8ca 100644 --- a/site.yml +++ b/site.yml @@ -8,7 +8,7 @@ hosts: all roles: - {role: l3d.packages, tags: [packages, apt]} - - {role: l3d.ntp, tags: ntp} + - {role: l3d.time.ntp, tags: ntp} - {role: l3d.avahi.client, tags: avahi} - {role: l3d.avahi.daemon, tags: avahi} - {role: l3d.etesync_dav, tags: [etebase, etesync, dav]}