change server ip
This commit is contained in:
parent
ebab697ad5
commit
08d810283a
1 changed files with 1 additions and 1 deletions
|
@ -47,6 +47,6 @@
|
||||||
- name: Ensure cron to ping VPN server exists
|
- name: Ensure cron to ping VPN server exists
|
||||||
cron:
|
cron:
|
||||||
name: Ping VPN server
|
name: Ping VPN server
|
||||||
job: ping -c 3 192.168.2.4 &> /dev/null
|
job: ping -c 3 192.168.2.5 &> /dev/null
|
||||||
hour: '1'
|
hour: '1'
|
||||||
user: gestor
|
user: gestor
|
||||||
|
|
Loading…
Reference in a new issue