linode-dyndns: Add hostname configuration

This commit is contained in:
David Thurstenson 2022-11-11 00:09:26 -06:00
parent 0237b81f36
commit 4d4a913abe
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
- name: Create and start linode-dyndns container
podman_container:
name: linode-dyndns_{{ subdomain }}
hostname: linode-dyndns_{{ subdomain }}
image: "{{ image_name }}:{{ image_tag }}"
state: started
restart_policy: always