dns: all nameservers are rhel9 now
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
2195560ccb
commit
a018c15c33
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
- name: Set crypto-policy on RHEL9 dns servers to DEFAULT:SHA1
|
- name: Set crypto-policy on RHEL9 dns servers to DEFAULT:SHA1
|
||||||
command: "update-crypto-policies --set DEFAULT:SHA1"
|
command: "update-crypto-policies --set DEFAULT:SHA1"
|
||||||
when: inventory_hostname.startswith(('ns01.iad2','ns02.iad2'))
|
when: inventory_hostname.startswith('ns')
|
||||||
check_mode: no
|
check_mode: no
|
||||||
tags:
|
tags:
|
||||||
- crypto-policies
|
- crypto-policies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue