Add 'cloudbox' configuration.
This commit is contained in:
parent
d203da49c2
commit
b1af7d31ec
16 changed files with 200 additions and 0 deletions
7
roles/ddns-update/handlers/main.yml
Normal file
7
roles/ddns-update/handlers/main.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
- name: enable ddns-update timer
|
||||
systemd:
|
||||
name: ddns-update.timer
|
||||
state: restarted
|
||||
daemon_reload: yes
|
||||
enabled: yes
|
||||
listen: "enable ddns-update timer"
|
Loading…
Add table
Add a link
Reference in a new issue