set infra config to be 02
This commit is contained in:
parent
f0d8fa2cbb
commit
634f6a7ca7
@ -63,8 +63,8 @@
|
||||
|
||||
- name: Custom Modular Configuration
|
||||
ansible.builtin.template:
|
||||
src: "etc/ssh/{{ ansible_distribution }}-{{ ansible_distribution_major_version }}-60-infra.conf.j2"
|
||||
dest: "/etc/ssh/sshd_config.d/60-infra.conf"
|
||||
src: "etc/ssh/{{ ansible_distribution }}-{{ ansible_distribution_major_version }}-02-infra.conf.j2"
|
||||
dest: "/etc/ssh/sshd_config.d/02-infra.conf"
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0600'
|
||||
|
1
templates/etc/ssh/Rocky-9-02-infra.conf.j2
Symbolic link
1
templates/etc/ssh/Rocky-9-02-infra.conf.j2
Symbolic link
@ -0,0 +1 @@
|
||||
RedHat-9-02-infra.conf.j2
|
@ -1 +0,0 @@
|
||||
RedHat-9-60-infra.conf.j2
|
Loading…
Reference in New Issue
Block a user