summaryrefslogtreecommitdiff
path: root/roles/ddns.notyet/tasks/main.yml
blob: 63caa0cf21c0066ed9808c7b0688ecd0649e19dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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