change server ip

This commit is contained in:
Antonio J. Delgado 2023-04-06 21:11:46 +03:00
parent ebab697ad5
commit 08d810283a

View file

@ -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