diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-28 15:23:36 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-28 15:23:36 +0100 |
| commit | 4931117343a3105749b4a3698dd24c824a505441 (patch) | |
| tree | fd4c10ac16fc37e694bea8fced8eb5aea55cc966 /playbook.yml | |
| parent | 2a15e073bceaaf0765343dd57931c85cada6f89c (diff) | |
ovh-ify dyndns
Diffstat (limited to 'playbook.yml')
| -rw-r--r-- | playbook.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbook.yml b/playbook.yml index d8009e1..4e4ff04 100644 --- a/playbook.yml +++ b/playbook.yml @@ -2,6 +2,7 @@ hosts: "{{ services.mox.host }}" become: true roles: + - domain-zone-management - dyndns - tls - mox @@ -9,6 +10,7 @@ - common.yml - email.yml - network.yml + - ovhcloud.yml - name: Install http hosts: "{{ services.http.host }}" |
