linode-dyndns: Add hostname configuration
This commit is contained in:
parent
0237b81f36
commit
4d4a913abe
|
@ -17,6 +17,7 @@
|
||||||
- name: Create and start linode-dyndns container
|
- name: Create and start linode-dyndns container
|
||||||
podman_container:
|
podman_container:
|
||||||
name: linode-dyndns_{{ subdomain }}
|
name: linode-dyndns_{{ subdomain }}
|
||||||
|
hostname: linode-dyndns_{{ subdomain }}
|
||||||
image: "{{ image_name }}:{{ image_tag }}"
|
image: "{{ image_name }}:{{ image_tag }}"
|
||||||
state: started
|
state: started
|
||||||
restart_policy: always
|
restart_policy: always
|
||||||
|
|
Loading…
Reference in New Issue