bastion update

This commit is contained in:
havelight-ee
2023-06-28 15:48:32 +09:00
parent 90de942c4a
commit e3a240bc41
28 changed files with 649 additions and 13 deletions

View File

@@ -21,3 +21,12 @@
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