From df6be44d67e29d73b0f226985c2c7b6ec989c224 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sun, 3 Dec 2017 22:47:13 -0800 Subject: Initial commit --- roles/ddns.notyet/tasks/main.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 roles/ddns.notyet/tasks/main.yml (limited to 'roles/ddns.notyet/tasks/main.yml') diff --git a/roles/ddns.notyet/tasks/main.yml b/roles/ddns.notyet/tasks/main.yml new file mode 100644 index 0000000..63caa0c --- /dev/null +++ b/roles/ddns.notyet/tasks/main.yml @@ -0,0 +1,11 @@ +--- +- include_vars: vars/vault.yml + +- name: install dns utilities + apt: name=dnsutils state=latest + +- name: install jq + apt: name=jq state=latest + +- name: schedule periodic updates of dns entry + template: src=update-dns.j2 dest=/etc/cron.daily/update-dns -- cgit v1.2.3