fix chrony ipv6
This commit is contained in:
parent
a259ce14a0
commit
206bdf2f23
@ -29,9 +29,3 @@
|
||||
dest: /etc/ssh/sshd_config
|
||||
insertafter: '^#ListenAddress 0.0.0.0'
|
||||
line: 'ListenAddress 0.0.0.0'
|
||||
|
||||
- name: disable ipv6 chronyd
|
||||
replace:
|
||||
dest: /etc/sysconfig/chronyd
|
||||
regexp: 'OPTIONS=*'
|
||||
replace: 'OPTIONS="-4"'
|
||||
@ -1,2 +1,2 @@
|
||||
# Command-line options for chronyd
|
||||
OPTIONS="-4 -F 2"
|
||||
OPTIONS="-4 -F 2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user