add ddupdater cron
This commit is contained in:
parent
0dbbe6d575
commit
2a27a7830f
1 changed files with 7 additions and 0 deletions
|
@ -33,3 +33,10 @@
|
|||
USERNAME: "noveria"
|
||||
PASSWORD: "{{dyndns_password}}"
|
||||
DOMAIN: "play.noveria.org"
|
||||
- name: ddupdater crontab
|
||||
cron:
|
||||
name: "Check public ip and update ddns record every 5 minutes"
|
||||
state: present
|
||||
minute: "*/5"
|
||||
job: "{{ bin_dir }}/ddupdater"
|
||||
user: root
|
||||
|
|
Loading…
Reference in a new issue