1943fb5f09
Change logic to deploy /etc/systemd/timesyncd.conf
.
2023-01-28 10:37:37 +09:00
c40dc83965
Update sshd_config
& deploy sshd_config
for Ubuntu 22.04
:
2023-01-28 10:37:37 +09:00
78b98cdab6
Update 50unattended-upgrades
and deploy
2023-01-28 10:37:37 +09:00
a773b4a1b5
Install systemd-timesyncd
and add its config file:
...
```
--- a/cookbooks/base/default.rb
+++ b/cookbooks/base/default.rb
@@ -80,6 +80,20 @@
when "20.04", "22.04"
service 'multipath-tools' do
action :nothing
end
+
+ package 'systemd-timesyncd'
+
+ service 'systemd-timesyncd' do
+ action :enable
+ end
+
+ remote_file '/etc/systemd/timesyncd.conf' do
+ owner 'root'
+ group 'root'
+ mode '0644'
+
+ notifies :restart, 'service[systemd-timesyncd]'
+ end
end
```
2023-01-28 10:37:37 +09:00
11bdc70327
Use node['platform_version']
& support Ubuntu 22.04
for timezone setting:
2023-01-28 10:37:37 +09:00
c6bfa2c09b
Delete the recipes for Ubuntu 16.04
.
2023-01-28 10:37:37 +09:00
9d4cccb842
Modify permission of git
hook.
2022-08-07 20:49:37 +09:00
a42048cc7d
Install starship
.
2022-08-07 20:43:15 +09:00
797c0d50f4
apt
keyの指定方法を修正
2020-12-06 11:51:56 +09:00
2ca7e31821
Do not deploy SSH keys if already deployed.
2020-11-12 15:55:27 +09:00
b78aee2026
Deploy the /etc/multppath.conf
not to output the error message.
2020-11-07 13:02:31 +09:00
4432c311e8
Encrypt Public keys and etc.
2020-11-02 01:04:52 +09:00
fdfa8d05de
Install and initial setup for lsyncd
.
2020-11-02 00:53:39 +09:00
018890d7e1
Use unattended-upgrade
, instead of cron-apt
.
2020-10-13 21:18:37 +09:00
705432e244
Deploy sshd_config
for Ubuntu 20.04.
2020-10-13 21:18:37 +09:00
05d7215f76
Use timedatectl
when Ubuntu 20.04.
2020-10-13 21:18:37 +09:00
3b45ffb703
Modify the OS version to install kernel extra package.
2020-10-13 21:18:37 +09:00
12aabfb6c0
Do NOT deploy perpare-commit-msg
.
2020-10-13 21:18:37 +09:00
4b911ce98a
Do NOT install ntp
to Ubuntu 20.04.
2020-10-13 21:18:37 +09:00
47c2f7784a
Modify the kernel parameter to adjust the timeout for nf_conntrack.
2020-09-26 16:53:26 +09:00
3f6df758e2
Install direnv
.
2020-08-09 15:41:13 +09:00
2c96bd7276
Modify the way of generating swap image.
2019-11-05 23:20:35 +08:00
39fbe6669b
initial commit
2019-03-03 16:50:49 +08:00