docker images update

This commit is contained in:
havelight-ee
2023-06-20 19:51:12 +09:00
parent 813f1027b7
commit 3e93fa63e9
19 changed files with 551 additions and 3 deletions

View File

@@ -21,3 +21,11 @@
group: root
mode: 0640
notify: restart sshd
#- name: SSH AllowUsers Setting
# copy:
# src: allow_users.conf
# dest: /etc/ssh/sshd_config.d/allow_users.conf
# owner: root
# group: root
# mode: 0644